Version Description
- Added : Version rollback option
- Fixed : Data Table border issue
- Fixed : EA Flipbox font color doesn't change for the rear one
- Fixed : EA Fancy text loop settings not working
- Fixed : Filterable gallery layout issue
- Fixed : Filterable Gallery newly added items video not playing
- Fixed : Twitter feed masonry layout issue
- Few minor bugfix and improvements
Download this release
Release Info
| Developer | re_enter_rupok |
| Plugin | |
| Version | 2.8.7 |
| Comparing to | |
| See all releases | |
Code changes from version 2.8.6 to 2.8.7
- admin/assets/css/admin.css +24 -6
- admin/assets/css/eael-notice.css +62 -61
- admin/assets/images/icon-christmas-gift.svg +17 -0
- admin/assets/images/icon-modules.svg +0 -0
- admin/assets/images/icon-settings.svg +0 -0
- admin/assets/images/icon-upgrade.svg +0 -0
- admin/assets/images/icon-version-control.svg +4 -0
- admin/assets/js/rollback-admin.js +32 -0
- admin/partials/elements.php +355 -0
- admin/partials/general.php +73 -0
- admin/partials/go-pro.php +12 -0
- admin/partials/version-control.php +54 -0
- admin/settings.php +8 -441
- assets/css/essential-addons-elementor.css +4380 -3594
- assets/css/tooltipster.bundle.min.css +0 -0
- assets/img/play-icon.png +0 -0
- assets/js/eael-scripts.js +160 -142
- assets/js/isotope.pkgd.min.js +0 -0
- assets/js/jquery.resize.min.js +0 -0
- assets/js/loading-bar.min.js +0 -0
- assets/js/tooltipster.bundle.min.js +0 -0
- assets/sass/_advance-accordion.scss +77 -0
- assets/sass/_advance-tabs.scss +138 -0
- assets/sass/_caldera-form.scss +53 -0
- assets/sass/_call-to-action.scss +254 -0
- assets/sass/_contact-form7.scss +83 -0
- assets/sass/_contact-forms.scss +94 -0
- assets/sass/_content-ticker.scss +59 -0
- assets/sass/_countdown.scss +63 -0
- assets/sass/_creative-button.scss +262 -0
- assets/sass/_data-table.scss +307 -0
- assets/sass/_dual-color-heading.scss +46 -0
- assets/sass/_fancy-text.scss +72 -0
- assets/sass/_filterable-gallery.scss +768 -0
- assets/sass/_flipbox.scss +297 -0
- assets/sass/_general-slider.scss +15 -0
- assets/sass/_general.scss +9 -0
- assets/sass/_gravity-form.scss +56 -0
- assets/sass/_img-accordion.scss +94 -0
- assets/sass/_infobox.scss +205 -0
- assets/sass/_magnific-popup.scss +458 -0
- assets/sass/_ninja-form.scss +70 -0
- assets/sass/_post-grid-column.scss +82 -0
- assets/sass/_post-grid.scss +312 -0
- assets/sass/_post-timeline.scss +337 -0
- assets/sass/_pricing-table.scss +612 -0
- assets/sass/_progress-bar.scss +187 -0
- assets/sass/_social-feeds.scss +308 -0
- assets/sass/_swiper.scss +66 -0
- assets/sass/_team-members.scss +120 -0
- assets/sass/_testimonial-slider.scss +385 -0
- assets/sass/_tooltip.scss +187 -0
- assets/sass/_weform.scss +37 -0
- assets/sass/_woo-products.scss +289 -0
- assets/sass/_wp-form.scss +42 -0
- assets/sass/essential-addons-elementor.scss +79 -0
- elements/contact-form-7/contact-form-7.php +50 -49
- elements/content-ticker/content-ticker.php +19 -1
- elements/filterable-gallery/filterable-gallery.php +93 -46
- elements/flipbox/flipbox.php +195 -235
- elements/post-grid/post-grid.php +1 -1
- elements/progress-bar/progress-bar.php +4 -4
- elements/testimonials/testimonials.php +2 -2
- essential_adons_elementor.php +17 -10
- includes/eae-posts-group-control.php +0 -0
- includes/eael-rollback.php +213 -0
- includes/maintennance.php +89 -0
- includes/templates/content.php +0 -0
- includes/version-rollback.php +138 -0
- languages/essential-addons-for-elementor-lite.pot +5293 -0
- readme.txt +19 -8
admin/assets/css/admin.css
CHANGED
|
@@ -74,14 +74,15 @@
|
|
| 74 |
}
|
| 75 |
.eael-settings-tabs ul li a {
|
| 76 |
padding: 15px 20px;
|
| 77 |
-
background: #
|
| 78 |
-
color: #
|
| 79 |
-
font-size:
|
| 80 |
font-weight: 600;
|
| 81 |
-
text-transform: uppercase;
|
| 82 |
text-decoration: none;
|
| 83 |
-
border:
|
| 84 |
-
|
|
|
|
|
|
|
| 85 |
}
|
| 86 |
.eael-settings-tabs ul li a:focus {
|
| 87 |
outline: none;
|
|
@@ -229,6 +230,7 @@ textarea.eael-form-control {
|
|
| 229 |
}
|
| 230 |
.eael-tabs li a.active {
|
| 231 |
background-color: #fff;
|
|
|
|
| 232 |
}
|
| 233 |
/* Footer Style */
|
| 234 |
|
|
@@ -585,3 +587,19 @@ textarea.eael-form-control {
|
|
| 585 |
.eael-fb-own-app-settings.eael-active, #eaelFBbtn.eael-active, #eaelFBbtnOwnApp.eael-active {
|
| 586 |
display: block;
|
| 587 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
}
|
| 75 |
.eael-settings-tabs ul li a {
|
| 76 |
padding: 15px 20px;
|
| 77 |
+
background: #f8fafb;
|
| 78 |
+
color: #516378;
|
| 79 |
+
font-size: 15px;
|
| 80 |
font-weight: 600;
|
|
|
|
| 81 |
text-decoration: none;
|
| 82 |
+
border-top: 2px solid #f8fafb;
|
| 83 |
+
}
|
| 84 |
+
.eael-settings-tabs ul li:first-child a {
|
| 85 |
+
border-left: 1px solid rgba( 0,0,0,0.1 )
|
| 86 |
}
|
| 87 |
.eael-settings-tabs ul li a:focus {
|
| 88 |
outline: none;
|
| 230 |
}
|
| 231 |
.eael-tabs li a.active {
|
| 232 |
background-color: #fff;
|
| 233 |
+
border-top: 2px solid #6648FE;
|
| 234 |
}
|
| 235 |
/* Footer Style */
|
| 236 |
|
| 587 |
.eael-fb-own-app-settings.eael-active, #eaelFBbtn.eael-active, #eaelFBbtnOwnApp.eael-active {
|
| 588 |
display: block;
|
| 589 |
}
|
| 590 |
+
|
| 591 |
+
.warning {
|
| 592 |
+
margin: 10px 0;
|
| 593 |
+
padding: 10px;
|
| 594 |
+
border-radius: 3px 3px 3px 3px;
|
| 595 |
+
color: #D8000C;
|
| 596 |
+
background-color: #FFBABA;
|
| 597 |
+
overflow: hidden;
|
| 598 |
+
}
|
| 599 |
+
|
| 600 |
+
.warning > * {
|
| 601 |
+
float: left;
|
| 602 |
+
}
|
| 603 |
+
#eael_plugins_versions {
|
| 604 |
+
height: 36px;
|
| 605 |
+
}
|
admin/assets/css/eael-notice.css
CHANGED
|
@@ -1,64 +1,65 @@
|
|
| 1 |
|
| 2 |
/* review notice */
|
| 3 |
|
| 4 |
-
.eael-review-notice{
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
|
|
| 1 |
|
| 2 |
/* review notice */
|
| 3 |
|
| 4 |
+
.eael-review-notice {
|
| 5 |
+
padding: 10px;
|
| 6 |
+
background-color: #fff;
|
| 7 |
+
border-radius: 3px;
|
| 8 |
+
margin: 15px;
|
| 9 |
+
border-left: 4px solid transparent;
|
| 10 |
+
display: flex;
|
| 11 |
+
align-items: center;
|
| 12 |
+
}
|
| 13 |
+
.eael-review-notice:after{
|
| 14 |
+
content: '';
|
| 15 |
+
display: table;
|
| 16 |
+
clear: both;
|
| 17 |
+
}
|
| 18 |
+
.eael-review-thumbnail{
|
| 19 |
+
width: 90px;
|
| 20 |
+
float: left;
|
| 21 |
+
padding: 5px;
|
| 22 |
+
text-align: center;
|
| 23 |
+
border-right: 4px solid transparent;
|
| 24 |
+
}
|
| 25 |
+
.eael-review-thumbnail img {
|
| 26 |
+
width: 72px;
|
| 27 |
+
opacity: .85;
|
| 28 |
+
transition: all .3s;
|
| 29 |
+
}
|
| 30 |
+
.eael-review-thumbnail img:hover {
|
| 31 |
+
opacity: 1;
|
| 32 |
+
}
|
| 33 |
+
.eael-review-text{
|
| 34 |
+
overflow: hidden;
|
| 35 |
+
}
|
| 36 |
+
.eael-review-text h3{
|
| 37 |
+
font-size: 24px;
|
| 38 |
+
margin: 0 0 5px;
|
| 39 |
+
font-weight: 400;
|
| 40 |
+
line-height: 1.3;
|
| 41 |
+
}
|
| 42 |
+
.eael-review-text p{
|
| 43 |
+
font-size: 13px;
|
| 44 |
+
margin: 0 0 5px;
|
| 45 |
+
}
|
| 46 |
+
.eael-review-ul {
|
| 47 |
+
margin: 8px 0 0 0;
|
| 48 |
+
padding: 0;
|
| 49 |
+
}
|
| 50 |
+
.eael-review-ul li{
|
| 51 |
+
display: inline-block;
|
| 52 |
+
margin-right: 15px;
|
| 53 |
+
}
|
| 54 |
+
.eael-review-ul li a{
|
| 55 |
+
display: inline-block;
|
| 56 |
+
color: #10738B;
|
| 57 |
+
text-decoration: none;
|
| 58 |
+
padding-left: 26px;
|
| 59 |
+
position: relative;
|
| 60 |
+
}
|
| 61 |
+
.eael-review-ul li a span{
|
| 62 |
+
position: absolute;
|
| 63 |
+
left: 0;
|
| 64 |
+
top: -2px;
|
| 65 |
+
}
|
admin/assets/images/icon-christmas-gift.svg
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
|
| 2 |
+
<g id="surface1">
|
| 3 |
+
<path style="fill:#FF3D00;" d="M39,39c0,1.1-0.9,2-2,2H11c-1.1,0-2-0.9-2-2V20h30V39z"></path>
|
| 4 |
+
<path style="fill:#4CAF50;" d="M22,22h4v19h-4V22z"></path>
|
| 5 |
+
<path style="fill:#4CAF50;" d="M31.5,16H19.7l2.3-2c0.5-0.7,3.8-7,8.5-7C35,7,36,10.2,36,11.5C36,13.3,34.8,16,31.5,16z M25.6,13 h5.9c1.4,0,1.5-1.1,1.5-1.5c0-0.4-0.3-1.5-2.5-1.5C28.9,10,27,11.5,25.6,13z"></path>
|
| 6 |
+
<path style="fill:#4CAF50;" d="M28.3,16H16.5c-3.3,0-4.5-2.7-4.5-4.5c0-1.3,1-4.5,5.5-4.5c4.7,0,8,6.3,8.5,7L28.3,16z M17.5,10 c-2.4,0-2.5,1.3-2.5,1.5c0,0.7,0.3,1.5,1.5,1.5h5.9C21,11.5,19.1,10,17.5,10z"></path>
|
| 7 |
+
<path style="fill:#2E7D32;" d="M26,14c0,1.1-0.9,2-2,2s-2-0.9-2-2s0.9-2,2-2S26,12.9,26,14z"></path>
|
| 8 |
+
<path style="fill:#DD2C00;" d="M41,22H7v-4c0-1.1,0.9-2,2-2h30c1.1,0,2,0.9,2,2V22z"></path>
|
| 9 |
+
<path style="fill:#DD2C00;" d="M31,31c0,3.9-3.1,7-7,7s-7-3.1-7-7s3.1-7,7-7S31,27.1,31,31z"></path>
|
| 10 |
+
<path style="fill:#388E3C;" d="M22,16h4v6h-4V16z"></path>
|
| 11 |
+
<rect x="23" y="27" style="fill:#FFFFFF;" width="2" height="8"></rect>
|
| 12 |
+
|
| 13 |
+
<rect x="23" y="27" transform="matrix(0.499 -0.8666 0.8666 0.499 -14.8591 36.2984)" style="fill:#FFFFFF;" width="2" height="8"></rect>
|
| 14 |
+
|
| 15 |
+
<rect x="20" y="30" transform="matrix(0.873 -0.4878 0.4878 0.873 -12.0767 15.6257)" style="fill:#FFFFFF;" width="8" height="2"></rect>
|
| 16 |
+
</g>
|
| 17 |
+
</svg>
|
admin/assets/images/icon-modules.svg
CHANGED
|
File without changes
|
admin/assets/images/icon-settings.svg
CHANGED
|
File without changes
|
admin/assets/images/icon-upgrade.svg
CHANGED
|
File without changes
|
admin/assets/images/icon-version-control.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80">
|
| 3 |
+
<path d="M 40 7 C 21.786552 7 7 21.786552 7 40 C 7 58.213448 21.786552 73 40 73 C 44.28239 73 48.371995 72.174115 52.126953 70.689453 L 51.392578 68.830078 C 47.863537 70.225416 44.02561 71 40 71 C 22.867448 71 9 57.132552 9 40 C 9 22.867448 22.867448 9 40 9 C 57.132552 9 71 22.867448 71 40 C 71 46.083308 69.242831 51.744656 66.21875 56.53125 L 67.910156 57.599609 C 71.128075 52.506203 73 46.468692 73 40 C 73 21.786552 58.213448 7 40 7 z M 40 11 A 2 2 0 0 0 38 13 A 2 2 0 0 0 40 15 A 2 2 0 0 0 42 13 A 2 2 0 0 0 40 11 z M 33.019531 12.919922 A 1 1 0 0 0 32.949219 12.921875 A 1 1 0 0 0 32.751953 12.955078 A 1 1 0 0 0 32.044922 14.179688 A 1 1 0 0 0 33.269531 14.886719 A 1 1 0 0 0 33.976562 13.662109 A 1 1 0 0 0 33.019531 12.919922 z M 46.978516 12.921875 A 1 1 0 0 0 46.021484 13.664062 A 1 1 0 0 0 46.728516 14.888672 A 1 1 0 0 0 47.953125 14.181641 A 1 1 0 0 0 47.246094 12.955078 A 1 1 0 0 0 46.978516 12.921875 z M 26.474609 15.617188 A 1 1 0 0 0 25.998047 15.751953 A 1 1 0 0 0 25.632812 17.117188 A 1 1 0 0 0 26.998047 17.482422 A 1 1 0 0 0 27.365234 16.117188 A 1 1 0 0 0 26.474609 15.617188 z M 53.451172 15.621094 A 1 1 0 0 0 52.630859 16.119141 A 1 1 0 0 0 52.998047 17.486328 A 1 1 0 0 0 54.363281 17.119141 A 1 1 0 0 0 53.998047 15.753906 A 1 1 0 0 0 53.451172 15.621094 z M 40 17 A 1 1 0 0 0 39 18 A 1 1 0 0 0 40 19 A 1 1 0 0 0 41 18 A 1 1 0 0 0 40 17 z M 20.923828 19.908203 A 1 1 0 0 0 20.201172 20.201172 A 1 1 0 0 0 20.201172 21.615234 A 1 1 0 0 0 21.615234 21.615234 A 1 1 0 0 0 21.615234 20.201172 A 1 1 0 0 0 20.923828 19.908203 z M 59.105469 19.908203 A 1 1 0 0 0 58.382812 20.201172 A 1 1 0 0 0 58.382812 21.615234 A 1 1 0 0 0 59.796875 21.615234 A 1 1 0 0 0 59.796875 20.201172 A 1 1 0 0 0 59.105469 19.908203 z M 47.191406 21.310547 L 40.650391 36.066406 C 40.437414 36.030889 40.222534 36 40 36 C 37.802706 36 36 37.802706 36 40 C 36 42.197294 37.802706 44 40 44 C 40.737498 44 41.422226 43.784562 42.017578 43.431641 L 50.435547 51.849609 L 51.849609 50.435547 L 43.431641 42.017578 C 43.784562 41.422226 44 40.737498 44 40 C 44 38.739536 43.395226 37.621684 42.474609 36.886719 L 49.019531 22.121094 L 47.191406 21.310547 z M 16.570312 25.5 A 1 1 0 0 0 15.751953 25.998047 A 1 1 0 0 0 16.117188 27.365234 A 1 1 0 0 0 17.484375 26.998047 A 1 1 0 0 0 17.117188 25.632812 A 1 1 0 0 0 16.570312 25.5 z M 63.355469 25.5 A 1 1 0 0 0 62.878906 25.632812 A 1 1 0 0 0 62.513672 27 A 1 1 0 0 0 63.878906 27.365234 A 1 1 0 0 0 64.246094 26 A 1 1 0 0 0 63.355469 25.5 z M 66.085938 32.011719 A 1 1 0 0 0 66.015625 32.013672 A 1 1 0 0 0 65.818359 32.046875 A 1 1 0 0 0 65.111328 33.271484 A 1 1 0 0 0 66.335938 33.978516 A 1 1 0 0 0 67.042969 32.753906 A 1 1 0 0 0 66.085938 32.011719 z M 13.910156 32.013672 A 1 1 0 0 0 12.953125 32.755859 A 1 1 0 0 0 13.660156 33.980469 A 1 1 0 0 0 14.884766 33.273438 A 1 1 0 0 0 14.177734 32.046875 A 1 1 0 0 0 13.910156 32.013672 z M 13 38 A 2 2 0 0 0 11 40 A 2 2 0 0 0 13 42 A 2 2 0 0 0 15 40 A 2 2 0 0 0 13 38 z M 40 38 C 41.116414 38 42 38.883586 42 40 C 42 41.116414 41.116414 42 40 42 C 38.883586 42 38 41.116414 38 40 C 38 38.883586 38.883586 38 40 38 z M 67 38 A 2 2 0 0 0 65 40 A 2 2 0 0 0 67 42 A 2 2 0 0 0 69 40 A 2 2 0 0 0 67 38 z M 18 39 A 1 1 0 0 0 17 40 A 1 1 0 0 0 18 41 A 1 1 0 0 0 19 40 A 1 1 0 0 0 18 39 z M 62 39 A 1 1 0 0 0 61 40 A 1 1 0 0 0 62 41 A 1 1 0 0 0 63 40 A 1 1 0 0 0 62 39 z M 13.927734 45.986328 A 1 1 0 0 0 13.857422 45.988281 A 1 1 0 0 0 13.660156 46.021484 A 1 1 0 0 0 12.953125 47.246094 A 1 1 0 0 0 14.177734 47.953125 A 1 1 0 0 0 14.884766 46.728516 A 1 1 0 0 0 13.927734 45.986328 z M 66.068359 45.992188 A 1 1 0 0 0 65.113281 46.734375 A 1 1 0 0 0 65.820312 47.958984 A 1 1 0 0 0 67.044922 47.251953 A 1 1 0 0 0 66.337891 46.027344 A 1 1 0 0 0 66.068359 45.992188 z M 16.591797 52.498047 A 1 1 0 0 0 16.117188 52.632812 A 1 1 0 0 0 15.75 53.998047 A 1 1 0 0 0 17.117188 54.363281 A 1 1 0 0 0 17.482422 52.998047 A 1 1 0 0 0 16.591797 52.498047 z M 63.332031 52.501953 A 1 1 0 0 0 62.513672 53.001953 A 1 1 0 0 0 62.878906 54.367188 A 1 1 0 0 0 64.246094 54.001953 A 1 1 0 0 0 63.878906 52.634766 A 1 1 0 0 0 63.332031 52.501953 z M 20.921875 58.091797 A 1 1 0 0 0 20.201172 58.384766 A 1 1 0 0 0 20.201172 59.798828 A 1 1 0 0 0 21.615234 59.798828 A 1 1 0 0 0 21.615234 58.384766 A 1 1 0 0 0 20.921875 58.091797 z M 61.292969 58.292969 L 54.585938 65 L 61.292969 71.707031 L 62.707031 70.292969 L 58.414062 66 L 72 66 C 75.325562 66 78 68.674438 78 72 C 78 75.325562 75.325562 78 72 78 L 71 78 A 1.0001 1.0001 0 1 0 71 80 L 72 80 C 76.052135 80 79.281986 76.915394 79.796875 73 L 80 73 L 80 72 C 80 67.593562 76.406438 64 72 64 L 58.414062 64 L 62.707031 59.707031 L 61.292969 58.292969 z M 40 61 A 1 1 0 0 0 39 62 A 1 1 0 0 0 40 63 A 1 1 0 0 0 41 62 A 1 1 0 0 0 40 61 z M 26.449219 62.384766 A 1 1 0 0 0 25.630859 62.882812 A 1 1 0 0 0 25.996094 64.25 A 1 1 0 0 0 27.363281 63.882812 A 1 1 0 0 0 26.996094 62.517578 A 1 1 0 0 0 26.449219 62.384766 z M 40 65 A 2 2 0 0 0 38 67 A 2 2 0 0 0 40 69 A 2 2 0 0 0 42 67 A 2 2 0 0 0 40 65 z M 33 65.080078 A 1 1 0 0 0 32.042969 65.822266 A 1 1 0 0 0 32.75 67.046875 A 1 1 0 0 0 33.974609 66.339844 A 1 1 0 0 0 33.267578 65.115234 A 1 1 0 0 0 33 65.080078 z M 47.023438 65.080078 A 1 1 0 0 0 46.726562 65.113281 A 1 1 0 0 0 46.019531 66.337891 A 1 1 0 0 0 47.244141 67.044922 A 1 1 0 0 0 47.951172 65.820312 A 1 1 0 0 0 47.023438 65.080078 z M 58 78 A 1 1 0 0 0 57 79 A 1 1 0 0 0 58 80 A 1 1 0 0 0 59 79 A 1 1 0 0 0 58 78 z M 63 78 A 1 1 0 0 0 62 79 A 1 1 0 0 0 63 80 A 1 1 0 0 0 64 79 A 1 1 0 0 0 63 78 z M 67 78 A 1 1 0 0 0 66 79 A 1 1 0 0 0 67 80 A 1 1 0 0 0 68 79 A 1 1 0 0 0 67 78 z"></path>
|
| 4 |
+
</svg>
|
admin/assets/js/rollback-admin.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
(function($) {
|
| 2 |
+
$(document).ready(function() {
|
| 3 |
+
$('#eael_plugins_versions').on('change', function() {
|
| 4 |
+
var $this = $(this),
|
| 5 |
+
button = $this.siblings('.eael-version-rollback'),
|
| 6 |
+
url = button.attr('href'),
|
| 7 |
+
val = $this.val(),
|
| 8 |
+
url = url+'&upgrade_version='+val;
|
| 9 |
+
button.attr('href', url);
|
| 10 |
+
});
|
| 11 |
+
|
| 12 |
+
$('.eael-version-rollback').on( 'click', function(e) {
|
| 13 |
+
e.preventDefault();
|
| 14 |
+
var $this = $( this ),
|
| 15 |
+
dialogsManager = new DialogsManager.Instance();
|
| 16 |
+
|
| 17 |
+
dialogsManager.createWidget( 'confirm', {
|
| 18 |
+
headerMessage: EAELRollBackConfirm.i18n.rollback_to_previous_version,
|
| 19 |
+
message : EAELRollBackConfirm.i18n.rollback_confirm,
|
| 20 |
+
strings : {
|
| 21 |
+
cancel : EAELRollBackConfirm.i18n.cancel,
|
| 22 |
+
confirm: EAELRollBackConfirm.i18n.yes,
|
| 23 |
+
},
|
| 24 |
+
onConfirm: function() {
|
| 25 |
+
$this.addClass( 'loading' );
|
| 26 |
+
location.href = $this.attr( 'href' );
|
| 27 |
+
}
|
| 28 |
+
} ).show();
|
| 29 |
+
} );
|
| 30 |
+
});
|
| 31 |
+
|
| 32 |
+
})(jQuery);
|
admin/partials/elements.php
ADDED
|
@@ -0,0 +1,355 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div id="elements" class="eael-settings-tab">
|
| 2 |
+
<div class="row">
|
| 3 |
+
<div class="col-full">
|
| 4 |
+
<p class="eael-elements-control-notice">You can disable the elements you are not using on your site. That will disable all associated assets of those widgets to improve your site loading.</p>
|
| 5 |
+
<div class="eael-checkbox-container">
|
| 6 |
+
<div class="eael-checkbox">
|
| 7 |
+
<input type="checkbox" id="contact-form-7" name="contact-form-7" <?php checked( 1, $this->eael_get_settings['contact-form-7'], true ); ?> >
|
| 8 |
+
<label for="contact-form-7"></label>
|
| 9 |
+
<p class="eael-el-title"><?php _e( 'Contact Form 7', 'essential-addons-elementor' ); ?></p>
|
| 10 |
+
</div>
|
| 11 |
+
<div class="eael-checkbox">
|
| 12 |
+
<input type="checkbox" id="count-down" name="count-down" <?php checked( 1, $this->eael_get_settings['count-down'], true ); ?> >
|
| 13 |
+
<label for="count-down"></label>
|
| 14 |
+
|
| 15 |
+
<p class="eael-el-title"><?php _e( 'Count Down', 'essential-addons-elementor' ); ?></p>
|
| 16 |
+
</div>
|
| 17 |
+
<div class="eael-checkbox">
|
| 18 |
+
<input type="checkbox" id="creative-btn" name="creative-btn" <?php checked( 1, $this->eael_get_settings['creative-btn'], true ); ?> >
|
| 19 |
+
<label for="creative-btn"></label>
|
| 20 |
+
<p class="eael-el-title"><?php _e( 'Creative Button', 'essential-addons-elementor' ); ?></p>
|
| 21 |
+
</div>
|
| 22 |
+
<div class="eael-checkbox">
|
| 23 |
+
<input type="checkbox" id="fancy-text" name="fancy-text" <?php checked( 1, $this->eael_get_settings['fancy-text'], true ); ?> >
|
| 24 |
+
<label for="fancy-text"></label>
|
| 25 |
+
<p class="eael-el-title"><?php _e( 'Fancy Text', 'essential-addons-elementor' ); ?></p>
|
| 26 |
+
</div>
|
| 27 |
+
<div class="eael-checkbox">
|
| 28 |
+
<input type="checkbox" id="post-grid" name="post-grid" <?php checked( 1, $this->eael_get_settings['post-grid'], true ); ?> >
|
| 29 |
+
<label for="post-grid"></label>
|
| 30 |
+
<p class="eael-el-title"><?php _e( 'Post Grid', 'essential-addons-elementor' ); ?></p>
|
| 31 |
+
</div>
|
| 32 |
+
<div class="eael-checkbox">
|
| 33 |
+
<input type="checkbox" id="post-timeline" name="post-timeline" <?php checked( 1, $this->eael_get_settings['post-timeline'], true ); ?> >
|
| 34 |
+
<label for="post-timeline"></label>
|
| 35 |
+
<p class="eael-el-title"><?php _e( 'Post Timeline', 'essential-addons-elementor' ) ?></p>
|
| 36 |
+
</div>
|
| 37 |
+
<div class="eael-checkbox">
|
| 38 |
+
<input type="checkbox" id="product-grid" name="product-grid" <?php checked( 1, $this->eael_get_settings['product-grid'], true ); ?> >
|
| 39 |
+
<label for="product-grid"></label>
|
| 40 |
+
<p class="eael-el-title"><?php _e( 'Product Grid', 'essential-addons-elementor' ) ?></p>
|
| 41 |
+
</div>
|
| 42 |
+
<div class="eael-checkbox">
|
| 43 |
+
<input type="checkbox" id="team-members" name="team-members" <?php checked( 1, $this->eael_get_settings['team-members'], true ); ?> >
|
| 44 |
+
<label for="team-members"></label>
|
| 45 |
+
<p class="eael-el-title"><?php _e( 'Team Member', 'essential-addons-elementor' ) ?></p>
|
| 46 |
+
</div>
|
| 47 |
+
<div class="eael-checkbox">
|
| 48 |
+
<input type="checkbox" id="testimonials" name="testimonials" <?php checked( 1, $this->eael_get_settings['testimonials'], true ); ?> >
|
| 49 |
+
<label for="testimonials"></label>
|
| 50 |
+
<p class="eael-el-title"><?php _e( 'Testimonials', 'essential-addons-elementor' ) ?></p>
|
| 51 |
+
</div>
|
| 52 |
+
<div class="eael-checkbox">
|
| 53 |
+
<input type="checkbox" id="weforms" name="weforms" <?php checked( 1, $this->eael_get_settings['weforms'], true ); ?> >
|
| 54 |
+
<label for="weforms"></label>
|
| 55 |
+
<p class="eael-el-title"><?php _e( 'weForms', 'essential-addons-elementor' ) ?></p>
|
| 56 |
+
</div>
|
| 57 |
+
<div class="eael-checkbox">
|
| 58 |
+
<input type="checkbox" id="call-to-action" name="call-to-action" <?php checked( 1, $this->eael_get_settings['call-to-action'], true ); ?> >
|
| 59 |
+
<label for="call-to-action"></label>
|
| 60 |
+
<p class="eael-el-title"><?php _e( 'Call To Action', 'essential-addons-elementor' ) ?></p>
|
| 61 |
+
</div>
|
| 62 |
+
<div class="eael-checkbox">
|
| 63 |
+
<input type="checkbox" id="flip-box" name="flip-box" <?php checked( 1, $this->eael_get_settings['flip-box'], true ); ?> >
|
| 64 |
+
<label for="flip-box"></label>
|
| 65 |
+
<p class="eael-el-title"><?php _e( 'Flip Box', 'essential-addons-elementor' ) ?></p>
|
| 66 |
+
</div>
|
| 67 |
+
<div class="eael-checkbox">
|
| 68 |
+
<input type="checkbox" id="info-box" name="info-box" <?php checked( 1, $this->eael_get_settings['info-box'], true ); ?> >
|
| 69 |
+
<label for="info-box"></label>
|
| 70 |
+
<p class="eael-el-title"><?php _e( 'Info Box', 'essential-addons-elementor' ) ?></p>
|
| 71 |
+
</div>
|
| 72 |
+
<div class="eael-checkbox">
|
| 73 |
+
<input type="checkbox" id="dual-header" name="dual-header" <?php checked( 1, $this->eael_get_settings['dual-header'], true ); ?> >
|
| 74 |
+
<label for="dual-header"></label>
|
| 75 |
+
<p class="eael-el-title"><?php _e( 'Dual Color Header', 'essential-addons-elementor' ) ?></p>
|
| 76 |
+
</div>
|
| 77 |
+
<div class="eael-checkbox">
|
| 78 |
+
<input type="checkbox" id="price-table" name="price-table" <?php checked( 1, $this->eael_get_settings['price-table'], true ); ?> >
|
| 79 |
+
<label for="price-table"></label>
|
| 80 |
+
<p class="eael-el-title"><?php _e( 'Pricing Table', 'essential-addons-elementor' ) ?></p>
|
| 81 |
+
</div>
|
| 82 |
+
<div class="eael-checkbox">
|
| 83 |
+
<input type="checkbox" id="ninja-form" name="ninja-form" <?php checked( 1, $this->eael_get_settings['ninja-form'], true ); ?> >
|
| 84 |
+
<label for="ninja-form"></label>
|
| 85 |
+
<p class="eael-el-title"><?php _e( 'Ninja Form', 'essential-addons-elementor' ) ?></p>
|
| 86 |
+
</div>
|
| 87 |
+
<div class="eael-checkbox">
|
| 88 |
+
<input type="checkbox" id="gravity-form" name="gravity-form" <?php checked( 1, $this->eael_get_settings['gravity-form'], true ); ?> >
|
| 89 |
+
<label for="gravity-form"></label>
|
| 90 |
+
<p class="eael-el-title"><?php _e( 'Gravity Form', 'essential-addons-elementor' ) ?></p>
|
| 91 |
+
</div>
|
| 92 |
+
<div class="eael-checkbox">
|
| 93 |
+
<input type="checkbox" id="caldera-form" name="caldera-form" <?php checked( 1, $this->eael_get_settings['caldera-form'], true ); ?> >
|
| 94 |
+
<label for="caldera-form"></label>
|
| 95 |
+
<p class="eael-el-title"><?php _e( 'Caldera Form', 'essential-addons-elementor' ) ?></p>
|
| 96 |
+
</div>
|
| 97 |
+
<div class="eael-checkbox">
|
| 98 |
+
<input type="checkbox" id="wpforms" name="wpforms" <?php checked( 1, $this->eael_get_settings['wpforms'], true ); ?> >
|
| 99 |
+
<label for="wpforms"></label>
|
| 100 |
+
<p class="eael-el-title"><?php _e( 'WPForms', 'essential-addons-elementor' ) ?></p>
|
| 101 |
+
</div>
|
| 102 |
+
<div class="eael-checkbox">
|
| 103 |
+
<input type="checkbox" id="twitter-feed" name="twitter-feed" <?php checked( 1, $this->eael_get_settings['twitter-feed'], true ); ?> >
|
| 104 |
+
<label for="twitter-feed"></label>
|
| 105 |
+
<p class="eael-el-title"><?php _e( 'Twitter Feed', 'essential-addons-elementor' ) ?></p>
|
| 106 |
+
</div>
|
| 107 |
+
<div class="eael-checkbox">
|
| 108 |
+
<input type="checkbox" id="facebook-feed" name="facebook-feed" <?php checked( 1, $this->eael_get_settings['facebook-feed'], true ); ?> >
|
| 109 |
+
<label for="facebook-feed"></label>
|
| 110 |
+
<p class="eael-el-title"><?php _e( 'Facebook Feed', 'essential-addons-elementor' ) ?></p>
|
| 111 |
+
</div>
|
| 112 |
+
<div class="eael-checkbox">
|
| 113 |
+
<input type="checkbox" id="filter-gallery" name="filter-gallery" <?php checked( 1, $this->eael_get_settings['filter-gallery'], true ); ?> >
|
| 114 |
+
<label for="filter-gallery"></label>
|
| 115 |
+
<p class="eael-el-title"><?php _e( 'Filterable Gallery', 'essential-addons-elementor' ) ?></p>
|
| 116 |
+
</div>
|
| 117 |
+
<div class="eael-checkbox">
|
| 118 |
+
<input type="checkbox" id="data-table" name="data-table" <?php checked( 1, $this->eael_get_settings['data-table'], true ); ?> >
|
| 119 |
+
<label for="data-table"></label>
|
| 120 |
+
<p class="eael-el-title"><?php _e( 'Data Table', 'essential-addons-elementor' ) ?></p>
|
| 121 |
+
</div>
|
| 122 |
+
<div class="eael-checkbox">
|
| 123 |
+
<input type="checkbox" id="image-accordion" name="image-accordion" <?php checked( 1, $this->eael_get_settings['image-accordion'], true ); ?> >
|
| 124 |
+
<label for="image-accordion"></label>
|
| 125 |
+
<p class="eael-el-title"><?php _e( 'Image Accordion', 'essential-addons-elementor' ) ?></p>
|
| 126 |
+
</div>
|
| 127 |
+
<div class="eael-checkbox">
|
| 128 |
+
<input type="checkbox" id="content-ticker" name="content-ticker" <?php checked( 1, $this->eael_get_settings['content-ticker'], true ); ?> >
|
| 129 |
+
<label for="content-ticker"></label>
|
| 130 |
+
<p class="eael-el-title"><?php _e( 'Content Ticker', 'essential-addons-elementor' ) ?></p>
|
| 131 |
+
</div>
|
| 132 |
+
<div class="eael-checkbox">
|
| 133 |
+
<input type="checkbox" id="tooltip" name="tooltip" <?php checked( 1, $this->eael_get_settings['tooltip'], true ); ?> >
|
| 134 |
+
<label for="tooltip"></label>
|
| 135 |
+
<p class="eael-el-title"><?php _e( 'Tooltip', 'essential-addons-elementor' ) ?></p>
|
| 136 |
+
</div>
|
| 137 |
+
<div class="eael-checkbox">
|
| 138 |
+
<input type="checkbox" id="adv-accordion" name="adv-accordion" <?php checked( 1, $this->eael_get_settings['adv-accordion'], true ); ?> >
|
| 139 |
+
<label for="adv-accordion"></label>
|
| 140 |
+
<p class="eael-el-title"><?php _e( 'Advanced Accordion', 'essential-addons-elementor' ) ?></p>
|
| 141 |
+
</div>
|
| 142 |
+
<div class="eael-checkbox">
|
| 143 |
+
<input type="checkbox" id="adv-tabs" name="adv-tabs" <?php checked( 1, $this->eael_get_settings['adv-tabs'], true ); ?> >
|
| 144 |
+
<label for="adv-tabs"></label>
|
| 145 |
+
<p class="eael-el-title"><?php _e( 'Advanced Tabs', 'essential-addons-elementor' ) ?></p>
|
| 146 |
+
</div>
|
| 147 |
+
<div class="eael-checkbox">
|
| 148 |
+
<input type="checkbox" id="progress-bar" name="progress-bar" <?php checked( 1, $this->eael_get_settings['progress-bar'], true ); ?> >
|
| 149 |
+
<label for="progress-bar"></label>
|
| 150 |
+
<p class="eael-el-title"><?php _e( 'Progress Bar', 'essential-addons-elementor' ) ?></p>
|
| 151 |
+
</div>
|
| 152 |
+
</div><!--./checkbox-container-->
|
| 153 |
+
</div>
|
| 154 |
+
<div class="col-full">
|
| 155 |
+
<div class="premium-elements-title">
|
| 156 |
+
<img src="<?php echo plugins_url( '/', __FILE__ ).'../assets/images/lock-icon.png'; ?>">
|
| 157 |
+
<h4 class="section-title">Premium Elements</h4>
|
| 158 |
+
</div>
|
| 159 |
+
<div class="eael-checkbox-container">
|
| 160 |
+
<div class="eael-checkbox">
|
| 161 |
+
<input type="checkbox" id="img-comparison" name="img-comparison" disabled>
|
| 162 |
+
<label for="img-comparison" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 163 |
+
<p class="eael-el-title">
|
| 164 |
+
<?php _e( 'Image Comparison', 'essential-addons-elementor' ); ?>
|
| 165 |
+
</p>
|
| 166 |
+
</div>
|
| 167 |
+
<div class="eael-checkbox">
|
| 168 |
+
<input type="checkbox" id="instagram-gallery" name="instagram-gallery" disabled>
|
| 169 |
+
<label for="instagram-gallery" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 170 |
+
<p class="eael-el-title">
|
| 171 |
+
<?php _e( 'Instagram Gallery', 'essential-addons-elementor' ); ?>
|
| 172 |
+
</p>
|
| 173 |
+
</div>
|
| 174 |
+
<div class="eael-checkbox">
|
| 175 |
+
<input type="checkbox" id="interactive-promo" name="interactive-promo" disabled>
|
| 176 |
+
<label for="interactive-promo" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 177 |
+
<p class="eael-el-title">
|
| 178 |
+
<?php _e( 'Interactive Promo', 'essential-addons-elementor' ); ?>
|
| 179 |
+
</p>
|
| 180 |
+
</div>
|
| 181 |
+
<div class="eael-checkbox">
|
| 182 |
+
<input type="checkbox" id="lightbox" name="lightbox" disabled>
|
| 183 |
+
<label for="lightbox" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 184 |
+
<p class="eael-el-title">
|
| 185 |
+
<?php _e( 'Lightbox', 'essential-addons-elementor' ); ?>
|
| 186 |
+
</p>
|
| 187 |
+
</div>
|
| 188 |
+
<div class="eael-checkbox">
|
| 189 |
+
<input type="checkbox" id="post-block" name="post-block" disabled>
|
| 190 |
+
<label for="post-block" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 191 |
+
<p class="eael-el-title">
|
| 192 |
+
<?php _e( 'Post Block', 'essential-addons-elementor' ); ?>
|
| 193 |
+
</p>
|
| 194 |
+
</div>
|
| 195 |
+
<div class="eael-checkbox">
|
| 196 |
+
<input type="checkbox" id="testimonial-slider" name="testimonial-slider" disabled>
|
| 197 |
+
<label for="testimonial-slider" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 198 |
+
<p class="eael-el-title">
|
| 199 |
+
<?php _e( 'Testimonial Slider', 'essential-addons-elementor' ) ?>
|
| 200 |
+
</p>
|
| 201 |
+
</div>
|
| 202 |
+
<div class="eael-checkbox">
|
| 203 |
+
<input type="checkbox" id="static-product" name="static-product" disabled>
|
| 204 |
+
<label for="static-product" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 205 |
+
<p class="eael-el-title">
|
| 206 |
+
<?php _e( 'Static Product', 'essential-addons-elementor' ) ?>
|
| 207 |
+
</p>
|
| 208 |
+
</div>
|
| 209 |
+
<div class="eael-checkbox">
|
| 210 |
+
<input type="checkbox" id="flip-carousel" name="flip-carousel" disabled>
|
| 211 |
+
<label for="flip-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 212 |
+
<p class="eael-el-title">
|
| 213 |
+
<?php _e( 'Flip Carousel', 'essential-addons-elementor' ) ?>
|
| 214 |
+
</p>
|
| 215 |
+
</div>
|
| 216 |
+
<div class="eael-checkbox">
|
| 217 |
+
<input type="checkbox" id="interactive-cards" name="interactive-cards" disabled>
|
| 218 |
+
<label for="interactive-cards" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 219 |
+
<p class="eael-el-title">
|
| 220 |
+
<?php _e( 'Interactive Cards', 'essential-addons-elementor' ) ?>
|
| 221 |
+
</p>
|
| 222 |
+
</div>
|
| 223 |
+
<div class="eael-checkbox">
|
| 224 |
+
<input type="checkbox" id="content-timeline" name="content-timeline" disabled>
|
| 225 |
+
<label for="content-timeline" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 226 |
+
<p class="eael-el-title">
|
| 227 |
+
<?php _e( 'Content Timeline', 'essential-addons-elementor' ) ?>
|
| 228 |
+
</p>
|
| 229 |
+
</div>
|
| 230 |
+
<div class="eael-checkbox">
|
| 231 |
+
<input type="checkbox" id="twitter-feed-carousel" name="twitter-feed-carousel" disabled>
|
| 232 |
+
<label for="twitter-feed-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 233 |
+
<p class="eael-el-title">
|
| 234 |
+
<?php _e( 'Twitter Feed Carousel', 'essential-addons-elementor' ) ?>
|
| 235 |
+
</p>
|
| 236 |
+
</div>
|
| 237 |
+
<div class="eael-checkbox">
|
| 238 |
+
<input type="checkbox" id="facebook-feed-carousel" name="facebook-feed-carousel" disabled>
|
| 239 |
+
<label for="facebook-feed-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 240 |
+
<p class="eael-el-title">
|
| 241 |
+
<?php _e( 'Facebook Feed Carousel', 'essential-addons-elementor' ) ?>
|
| 242 |
+
</p>
|
| 243 |
+
</div>
|
| 244 |
+
<div class="eael-checkbox">
|
| 245 |
+
<input type="checkbox" id="dynamic-filter-gallery" name="dynamic-filter-gallery" disabled>
|
| 246 |
+
<label for="dynamic-filter-gallery" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 247 |
+
<p class="eael-el-title">
|
| 248 |
+
<?php _e( 'Dynamic Filter Gallery', 'essential-addons-elementor' ) ?>
|
| 249 |
+
</p>
|
| 250 |
+
</div>
|
| 251 |
+
<div class="eael-checkbox">
|
| 252 |
+
<input type="checkbox" id="post-list" name="post-list" disabled>
|
| 253 |
+
<label for="post-list" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 254 |
+
<p class="eael-el-title">
|
| 255 |
+
<?php _e( 'Smart Post List', 'essential-addons-elementor' ) ?>
|
| 256 |
+
</p>
|
| 257 |
+
</div>
|
| 258 |
+
<div class="eael-checkbox">
|
| 259 |
+
<input type="checkbox" id="adv-google-map" name="adv-google-map" disabled>
|
| 260 |
+
<label for="adv-google-map" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 261 |
+
<p class="eael-el-title">
|
| 262 |
+
<?php _e( 'Advanced Google Map', 'essential-addons-elementor' ) ?>
|
| 263 |
+
</p>
|
| 264 |
+
</div>
|
| 265 |
+
<div class="eael-checkbox">
|
| 266 |
+
<input type="checkbox" id="toggle" name="toggle" disabled>
|
| 267 |
+
<label for="toggle" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 268 |
+
<p class="eael-el-title">
|
| 269 |
+
<?php _e( 'Content Toggle', 'essential-addons-elementor' ) ?>
|
| 270 |
+
</p>
|
| 271 |
+
</div>
|
| 272 |
+
<div class="eael-checkbox">
|
| 273 |
+
<input type="checkbox" id="mailchimp" name="mailchimp" disabled>
|
| 274 |
+
<label for="mailchimp" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 275 |
+
<p class="eael-el-title">
|
| 276 |
+
<?php _e( 'Mailchimp', 'essential-addons-elementor' ) ?>
|
| 277 |
+
</p>
|
| 278 |
+
</div>
|
| 279 |
+
<div class="eael-checkbox">
|
| 280 |
+
<input type="checkbox" id="divider" name="divider" disabled>
|
| 281 |
+
<label for="divider" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 282 |
+
<p class="eael-el-title">
|
| 283 |
+
<?php _e( 'Divider', 'essential-addons-elementor' ) ?>
|
| 284 |
+
</p>
|
| 285 |
+
</div>
|
| 286 |
+
<div class="eael-checkbox">
|
| 287 |
+
<input type="checkbox" id="price-menu" name="price-menu" disabled>
|
| 288 |
+
<label for="price-menu" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 289 |
+
<p class="eael-el-title">
|
| 290 |
+
<?php _e( 'Price Menu', 'essential-addons-elementor' ) ?>
|
| 291 |
+
</p>
|
| 292 |
+
</div>
|
| 293 |
+
<div class="eael-checkbox">
|
| 294 |
+
<input type="checkbox" id="image-hotspots" name="image-hotspots" disabled>
|
| 295 |
+
<label for="image-hotspots" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 296 |
+
<p class="eael-el-title">
|
| 297 |
+
<?php _e( 'Image Hotspots', 'essential-addons-elementor' ) ?>
|
| 298 |
+
</p>
|
| 299 |
+
</div>
|
| 300 |
+
<div class="eael-checkbox">
|
| 301 |
+
<input type="checkbox" id="one-page-navigation" name="one-page-navigation" disabled>
|
| 302 |
+
<label for="one-page-navigation" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 303 |
+
<p class="eael-el-title">
|
| 304 |
+
<?php _e( 'One Page Navigation', 'essential-addons-elementor' ) ?>
|
| 305 |
+
</p>
|
| 306 |
+
</div>
|
| 307 |
+
<div class="eael-checkbox">
|
| 308 |
+
<input type="checkbox" id="counter" name="counter" disabled>
|
| 309 |
+
<label for="counter" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 310 |
+
<p class="eael-el-title">
|
| 311 |
+
<?php _e( 'Counter', 'essential-addons-elementor' ) ?>
|
| 312 |
+
</p>
|
| 313 |
+
</div>
|
| 314 |
+
<div class="eael-checkbox">
|
| 315 |
+
<input type="checkbox" id="post-carousel" name="post-carousel" disabled>
|
| 316 |
+
<label for="post-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 317 |
+
<p class="eael-el-title">
|
| 318 |
+
<?php _e( 'Post Carousel', 'essential-addons-elementor' ) ?>
|
| 319 |
+
</p>
|
| 320 |
+
</div>
|
| 321 |
+
<div class="eael-checkbox">
|
| 322 |
+
<input type="checkbox" id="team-member-carousel" name="team-member-carousel" disabled>
|
| 323 |
+
<label for="team-member-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 324 |
+
<p class="eael-el-title">
|
| 325 |
+
<?php _e( 'Team Member Carousel', 'essential-addons-elementor' ) ?>
|
| 326 |
+
</p>
|
| 327 |
+
</div>
|
| 328 |
+
<div class="eael-checkbox">
|
| 329 |
+
<input type="checkbox" id="logo-carousel" name="logo-carousel" disabled>
|
| 330 |
+
<label for="logo-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 331 |
+
<p class="eael-el-title">
|
| 332 |
+
<?php _e( 'Logo Carousel', 'essential-addons-elementor' ) ?>
|
| 333 |
+
</p>
|
| 334 |
+
</div>
|
| 335 |
+
<div class="eael-checkbox">
|
| 336 |
+
<input type="checkbox" id="protected-content" name="protected-content" disabled>
|
| 337 |
+
<label for="protected-content" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 338 |
+
<p class="eael-el-title">
|
| 339 |
+
<?php _e( 'Protected Content', 'essential-addons-elementor' ) ?>
|
| 340 |
+
</p>
|
| 341 |
+
</div>
|
| 342 |
+
<div class="eael-checkbox">
|
| 343 |
+
<input type="checkbox" id="offcanvas" name="offcanvas" disabled>
|
| 344 |
+
<label for="offcanvas" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 345 |
+
<p class="eael-el-title">
|
| 346 |
+
<?php _e( 'Offcanvas Content', 'essential-addons-elementor' ) ?>
|
| 347 |
+
</p>
|
| 348 |
+
</div>
|
| 349 |
+
</div><!--./checkbox-container-->
|
| 350 |
+
<div class="eael-save-btn-wrap">
|
| 351 |
+
<button type="submit" class="button eael-btn js-eael-settings-save"><?php _e('Save settings', 'essential-addons-elementor'); ?></button>
|
| 352 |
+
</div>
|
| 353 |
+
</div>
|
| 354 |
+
</div>
|
| 355 |
+
</div>
|
admin/partials/general.php
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div id="general" class="eael-settings-tab active">
|
| 2 |
+
<div class="row eael-admin-general-wrapper">
|
| 3 |
+
<div class="eael-admin-general-inner">
|
| 4 |
+
<div class="eael-admin-block-wrapper">
|
| 5 |
+
|
| 6 |
+
<div class="eael-admin-block eael-admin-block-banner">
|
| 7 |
+
<a href="https://essential-addons.com/elementor/" target="_blank">
|
| 8 |
+
<img class="eael-preview-img" src="<?php echo plugins_url( '/', __FILE__ ).'../assets/images/eael-featured.png'; ?>">
|
| 9 |
+
</a>
|
| 10 |
+
</div><!--preview image end-->
|
| 11 |
+
<div class="eael-admin-block eael-admin-block-docs">
|
| 12 |
+
<header class="eael-admin-block-header">
|
| 13 |
+
<div class="eael-admin-block-header-icon">
|
| 14 |
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 46"><defs><style>.cls-1{fill:#1abc9c;}</style></defs><title>Documentation</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><rect class="cls-1" x="15.84" y="17.13" width="14.32" height="1.59"/><rect class="cls-1" x="15.84" y="24.19" width="14.32" height="1.59"/><rect class="cls-1" x="15.84" y="20.66" width="14.32" height="1.59"/><path class="cls-1" d="M23,0A23,23,0,1,0,46,23,23,23,0,0,0,23,0Zm5.47,9.9,4.83,4.4H28.47Zm-2.29,23v3.2H15.49a2.79,2.79,0,0,1-2.79-2.79V12.69A2.79,2.79,0,0,1,15.49,9.9H27.28v5.59h6V27.72H15.84v1.59H29.78v1.94H15.84v1.59H26.19Zm11.29,2.52H33.88V39H31.37V35.42H27.78V32.9h3.59V29.31h2.52V32.9h3.59Z"/></g></g><head xmlns=""/></svg>
|
| 15 |
+
</div>
|
| 16 |
+
<h4 class="eael-admin-title">Documentation</h4>
|
| 17 |
+
</header>
|
| 18 |
+
<div class="eael-admin-block-content">
|
| 19 |
+
<p>Get started by spending some time with the documentation to get familiar with Essential Addons. Build awesome websites for you or your clients with ease.</a></p>
|
| 20 |
+
<a href="https://essential-addons.com/elementor/docs/" class="button button-primary" target="_blank">Documentation</a>
|
| 21 |
+
</div>
|
| 22 |
+
</div>
|
| 23 |
+
<div class="eael-admin-block eael-admin-block-contribution">
|
| 24 |
+
<header class="eael-admin-block-header">
|
| 25 |
+
<div class="eael-admin-block-header-icon">
|
| 26 |
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 45.69"><defs><style>.flexia-icon-bug{fill:#9b59b6;}</style></defs><title>Bugs</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="flexia-icon-bug" d="M18.87,28.37,9.16,38.08A8.66,8.66,0,0,0,14.49,40h4.38a9.55,9.55,0,0,0,2.28-.38v5.14a1,1,0,0,0,1.9,0v-5.9A4.83,4.83,0,0,0,25,37.31l.76-.76a.92.92,0,0,0,0-1.33Z"/><path class="flexia-icon-bug" d="M11.64,21.13c-.19-.19-.57-.38-.76-.19H9c-.38,0-.57,0-.76.38L7.07,23H1.17a1,1,0,1,0,0,1.9H6.31a9.56,9.56,0,0,0-.38,2.28V31.6a8.66,8.66,0,0,0,1.9,5.33l9.71-9.71Z"/><path class="flexia-icon-bug" d="M24.39,14.47c.19.19.38.19.76.19a.7.7,0,0,0,.57-.19.92.92,0,0,0,.38-1.14,11.08,11.08,0,0,1-1-3,.87.87,0,0,0-1-.76H22.3a1,1,0,0,0-.76.38,1.14,1.14,0,0,0-.19.76,2.35,2.35,0,0,0,.76,1.52Z"/><path class="flexia-icon-bug" d="M35.81,28.56h3.43a1,1,0,0,0,0-1.9H33.91L20.77,13.52A5.2,5.2,0,0,1,19.25,9.9V6.66a.9.9,0,0,0-1-1h-.19A13.52,13.52,0,0,0,16.21,3,9.12,9.12,0,0,0,9.54,0a9.71,9.71,0,0,0-5.9,2.09,1.44,1.44,0,0,0-.38.76,1,1,0,0,0,.38.76L9.54,7a5.39,5.39,0,0,1-2.86,4.19l-5.14-3a.85.85,0,0,0-1,0c-.38.19-.57.38-.57.76a8.9,8.9,0,0,0,2.67,7,9.53,9.53,0,0,0,6.85,3,4.1,4.1,0,0,0,2.09-.38L26.87,33.89,37.15,44.17a5.2,5.2,0,0,0,3.62,1.52,5,5,0,0,0,4.95-4.95,5.2,5.2,0,0,0-1.52-3.62Z"/><path class="flexia-icon-bug" d="M34.86,24.75c.19.19.38.19.76.19H36a1,1,0,0,0,.57-1V21.51c0-.38-.38-1-.76-1a7,7,0,0,1-3.43-.76.92.92,0,0,0-1.14.38c-.19.38-.19,1,.19,1.14Z"/><path class="flexia-icon-bug" d="M45.71,9.9c-1.52-1.52-5.14-.38-7,.57L35.81,7.62c.76-2.09,1.9-5.71.57-7a.92.92,0,0,0-1.33,0,.92.92,0,0,0,0,1.33c.38.38,0,2.67-1,5.14L28,8a.87.87,0,0,0-.76,1C26.87,14.28,31.63,19,37.34,19c.38,0,1-.38,1-.76l1-6.09c2.47-1,4.76-1.33,5.14-1A.94.94,0,1,0,45.71,9.9Z"/></g></g><head xmlns=""/></svg>
|
| 27 |
+
</div>
|
| 28 |
+
<h4 class="eael-admin-title">Contribute to Essential Addons</h4>
|
| 29 |
+
</header>
|
| 30 |
+
<div class="eael-admin-block-content">
|
| 31 |
+
<p>You can contribute to make Essential Addons better reporting bugs, creating issues, pull requests at <a href="https://github.com/rupok/essential-addons-elementor-lite/" target="_blank">Github.</a></p>
|
| 32 |
+
<a href="https://github.com/rupok/essential-addons-elementor-lite/issues/new" class="button button-primary" target="_blank">Report a bug</a>
|
| 33 |
+
</div>
|
| 34 |
+
</div>
|
| 35 |
+
<div class="eael-admin-block eael-admin-block-support">
|
| 36 |
+
<header class="eael-admin-block-header">
|
| 37 |
+
<div class="eael-admin-block-header-icon">
|
| 38 |
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.22 42.58"><defs><style>.flexia-icon-support{fill:#6c75ff;}</style></defs><title>Flexia Support</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="flexia-icon-support" d="M6.36,29.34l1.09-1.09h8l-5.08-9.18-3.76.76a2.64,2.64,0,0,0-2,1.91L.09,36.31a2.64,2.64,0,0,0,2.55,3.31H6.36V29.34Z"/><path class="flexia-icon-support" d="M32.13,36.31,27.67,21.75a2.64,2.64,0,0,0-2.06-1.92l-3.74-.71-5.06,9.13h8.56l1.09,1.09V39.62h3.12a2.64,2.64,0,0,0,2.55-3.31Z"/><polygon class="flexia-icon-support" points="8.54 39.62 8.24 39.62 8.24 39.62 23.98 39.62 23.98 39.62 24.28 39.62 24.28 30.43 8.54 30.43 8.54 39.62"/><rect class="flexia-icon-support" x="4.19" y="40.61" width="23.83" height="1.97"/><path class="flexia-icon-support" d="M7.62,12.65c0,.09.1.22.15.36a3.58,3.58,0,0,0,.68,1.22c1.21,3.94,4.33,6.68,7.64,6.67s6.38-2.77,7.55-6.72A3.61,3.61,0,0,0,24.31,13c.06-.14.11-.27.15-.36a2,2,0,0,0-.33-2.41V10.1C24.12,5.2,23.48,0,16,0S7.92,5,7.94,10.15c0,0,0,.06,0,.09A2,2,0,0,0,7.62,12.65Zm1-1.58h0A.55.55,0,0,0,9,10.83l1.3.2a.28.28,0,0,0,.3-.16L11.39,9a35.31,35.31,0,0,0,7.2,1,7.76,7.76,0,0,0,2.11-.25L21.23,11a.27.27,0,0,0,.25.17h.07l1.51-.43a.56.56,0,0,0,.31.3h0c.23.11.3.6.06,1.09-.06.12-.12.27-.18.43a4.18,4.18,0,0,1-.4.82.55.55,0,0,0-.26.33c-1,3.58-3.68,6.08-6.54,6.09s-5.6-2.48-6.63-6a.55.55,0,0,0-.26-.33,4.3,4.3,0,0,1-.41-.82c-.06-.15-.13-.3-.18-.42C8.37,11.68,8.44,11.19,8.67,11.08Z"/></g></g><head xmlns=""/></svg>
|
| 39 |
+
</div>
|
| 40 |
+
<h4 class="eael-admin-title">Need Help?</h4>
|
| 41 |
+
</header>
|
| 42 |
+
<div class="eael-admin-block-content">
|
| 43 |
+
<p>Stuck with something? Get help from the community on <a href="https://community.wpdeveloper.net/" target="_blank">WPDeveloper Forum</a> or <a href="https://www.facebook.com/groups/essentialaddons/" target="_blank">Facebook Community.</a> In case of emergency, initiate a live chat at <a href="https://essential-addons.com/elementor/" target="_blank">Essential Addons website.</a></p>
|
| 44 |
+
<a href="https://community.wpdeveloper.net/support-forum/forum/essential-addons-for-elementor/" class="button button-primary" target="_blank">Get Community Support</a>
|
| 45 |
+
</div>
|
| 46 |
+
</div>
|
| 47 |
+
<div class="eael-admin-block eael-admin-block-review">
|
| 48 |
+
<header class="eael-admin-block-header">
|
| 49 |
+
<div class="eael-admin-block-header-icon">
|
| 50 |
+
<svg style="enable-background:new 0 0 48 48;" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Icons"><g><g id="Icons_7_"><g><path d="M35.72935,25.74662l0.8357-0.8271c1.611-1.611,2.4122-3.7475,2.4122-5.8668 c0-2.1279-0.8012-4.2558-2.4122-5.8668c-3.2221-3.2221-8.5031-3.2221-11.7337,0l-0.8271,0.8356l-0.8356-0.8356 c-3.222-3.2221-8.5031-3.2221-11.7251,0c-1.6196,1.611-2.4208,3.7389-2.4208,5.8668c0,2.1193,0.8012,4.2558,2.4208,5.8668 l0.8271,0.8271l11.3076,11.3077c0.2353,0.2352,0.6167,0.2351,0.8519-0.0002L35.72935,25.74662" style="fill:#EF4B53;"/></g></g><path d="M17.80325,12.24382c0,0-6.9318-0.5491-7.6524,7.3092c0,0,1.4413-5.765,7.8583-5.4905 c0,0,1.5941,0.1605,1.5901-0.8317C19.59495,12.14722,17.80325,12.24382,17.80325,12.24382z" style="fill:#F47682;"/></g></g></svg>
|
| 51 |
+
</div>
|
| 52 |
+
<h4 class="eael-admin-title">Show your Love</h4>
|
| 53 |
+
</header>
|
| 54 |
+
<div class="eael-admin-block-content">
|
| 55 |
+
<p>We love to have you in Essential Addons family. We are making it more awesome everyday. Take your 2 minutes to review the plugin and spread the love to encourage us to keep it going.</p>
|
| 56 |
+
|
| 57 |
+
<a href="https://wpdeveloper.net/review-essential-addons-elementor" class="review-flexia button button-primary" target="_blank">Leave a Review</a>
|
| 58 |
+
</div>
|
| 59 |
+
</div>
|
| 60 |
+
</div><!--admin block-wrapper end-->
|
| 61 |
+
</div>
|
| 62 |
+
<div class="eael-admin-sidebar">
|
| 63 |
+
<div class="eael-sidebar-block">
|
| 64 |
+
<div class="eael-admin-sidebar-logo">
|
| 65 |
+
<img src="<?php echo plugins_url( '/', __FILE__ ).'../assets/images/ea-logo.svg'; ?>">
|
| 66 |
+
</div>
|
| 67 |
+
<div class="eael-admin-sidebar-cta">
|
| 68 |
+
<?php printf( __( '<a href="%s" target="_blank">Upgrade to Pro</a>', 'essential-addons-elementor' ), 'https://wpdeveloper.net/in/upgrade-essential-addons-elementor' ); ?>
|
| 69 |
+
</div>
|
| 70 |
+
</div>
|
| 71 |
+
</div><!--admin sidebar end-->
|
| 72 |
+
</div><!--Row end-->
|
| 73 |
+
</div>
|
admin/partials/go-pro.php
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div id="go-pro" class="eael-settings-tab">
|
| 2 |
+
<div class="row go-premium">
|
| 3 |
+
<div class="col-half">
|
| 4 |
+
<h4>Why upgrade to Premium Version?</h4>
|
| 5 |
+
<p>The premium version helps us to continue development of the product incorporating even more features and enhancements.</p>
|
| 6 |
+
|
| 7 |
+
<p>You will also get world class support from our dedicated team, 24/7.</p>
|
| 8 |
+
|
| 9 |
+
<a href="https://wpdeveloper.net/in/upgrade-essential-addons-elementor" target="_blank" class="button eael-btn eael-license-btn">Get Premium Version</a>
|
| 10 |
+
</div>
|
| 11 |
+
</div>
|
| 12 |
+
</div>
|
admin/partials/version-control.php
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div id="version-control" class="eael-settings-tab eael-elements-list">
|
| 2 |
+
<div class="row eael-admin-general-wrapper">
|
| 3 |
+
<div class="eael-admin-general-inner">
|
| 4 |
+
<div class="eael-admin-block-wrapper">
|
| 5 |
+
<div class="eael-admin-block eael-admin-block-community">
|
| 6 |
+
<header class="eael-admin-block-header">
|
| 7 |
+
<div class="eael-admin-block-header-icon">
|
| 8 |
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48" version="1.1">
|
| 9 |
+
<g id="surface1">
|
| 10 |
+
<path style=" fill:#7CB342;" d="M 44 24 C 44 26.558594 43.519531 29.003906 42.644531 31.253906 L 37.605469 35.792969 L 32.691406 42.019531 C 30.0625 43.289063 27.113281 44 24 44 C 12.953125 44 4 35.046875 4 24 C 4 12.953125 12.953125 4 24 4 C 35.046875 4 44 12.953125 44 24 Z "></path>
|
| 11 |
+
<path style=" fill:#DCEDC8;" d="M 31.113281 38.335938 C 30.421875 38.679688 29.699219 38.976563 28.957031 39.21875 L 32.691406 42.019531 C 33.351563 41.699219 33.992188 41.34375 34.609375 40.957031 Z "></path>
|
| 12 |
+
<path style=" fill:#DCEDC8;" d="M 36 40 C 36.804688 39.394531 37.578125 38.71875 38.28125 38 L 36 38 Z "></path>
|
| 13 |
+
<path style=" fill:#DCEDC8;" d="M 40.5 33 C 40.9375 33 41.390625 33.039063 41.808594 33.113281 C 42.117188 32.507813 42.394531 31.894531 42.644531 31.253906 C 41.960938 31.09375 41.230469 31 40.5 31 L 38.390625 31 C 38.054688 31.695313 37.660156 32.367188 37.226563 33 Z "></path>
|
| 14 |
+
<path style=" fill:#FFFFFF;" d="M 40 24 C 40 32.835938 32.835938 40 24 40 C 15.164063 40 8 32.835938 8 24 C 8 15.164063 15.164063 8 24 8 C 32.835938 8 40 15.164063 40 24 Z "></path>
|
| 15 |
+
<path style=" " d="M 23 11 L 25 11 L 25 24 L 23 24 Z "></path>
|
| 16 |
+
<path style=" " d="M 23.148438 23.65625 L 29.65625 17.148438 L 31.28125 18.777344 L 24.777344 25.28125 Z "></path>
|
| 17 |
+
<path style=" " d="M 26 24 C 26 25.105469 25.105469 26 24 26 C 22.894531 26 22 25.105469 22 24 C 22 22.894531 22.894531 22 24 22 C 25.105469 22 26 22.894531 26 24 Z "></path>
|
| 18 |
+
<path style=" fill:#8BC34A;" d="M 25 24 C 25 24.550781 24.550781 25 24 25 C 23.449219 25 23 24.550781 23 24 C 23 23.449219 23.449219 23 24 23 C 24.550781 23 25 23.449219 25 24 Z "></path>
|
| 19 |
+
<path style=" fill:#E91E63;" d="M 40.5 33 L 35 33 L 35 38 L 40.5 38 C 41.882813 38 43 39.117188 43 40.5 C 43 41.882813 41.882813 43 40.5 43 L 39 43 L 39 48 L 40.5 48 C 44.640625 48 48 44.640625 48 40.5 C 48 36.359375 44.640625 33 40.5 33 Z "></path>
|
| 20 |
+
<path style=" fill:#E91E63;" d="M 36 29 L 28 36 L 36 42 Z "></path>
|
| 21 |
+
</g>
|
| 22 |
+
</svg>
|
| 23 |
+
</div>
|
| 24 |
+
<h4 class="eael-admin-title">Rollback to Previous Version</h4>
|
| 25 |
+
</header>
|
| 26 |
+
<div class="eael-admin-block-content">
|
| 27 |
+
<h3>Select the version you want to install</h3>
|
| 28 |
+
<div><?php
|
| 29 |
+
$vh = sprintf( '<a target="_blank" href="%s" class="button eael-btn eael-version-rollback elementor-button-spinner">Reinstall Version</a>', wp_nonce_url( admin_url( 'admin-post.php?action=eael_version_rollback' ), 'eael_version_rollback' ));
|
| 30 |
+
echo apply_filters('insert_eael_versions_html', $vh );
|
| 31 |
+
?> </div>
|
| 32 |
+
<div class="warning">
|
| 33 |
+
<div class="eael-admin-block-header-icon">
|
| 34 |
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
| 35 |
+
viewBox="0 0 451.74 451.74" style="enable-background:new 0 0 451.74 451.74;" xml:space="preserve">
|
| 36 |
+
<path style="fill:#E24C4B;" d="M446.324,367.381L262.857,41.692c-15.644-28.444-58.311-28.444-73.956,0L5.435,367.381
|
| 37 |
+
c-15.644,28.444,4.267,64,36.978,64h365.511C442.057,429.959,461.968,395.825,446.324,367.381z"/>
|
| 38 |
+
<path style="fill:#FFFFFF;" d="M225.879,63.025l183.467,325.689H42.413L225.879,63.025L225.879,63.025z"/>
|
| 39 |
+
<g>
|
| 40 |
+
<path style="fill:#3F4448;" d="M196.013,212.359l11.378,75.378c1.422,8.533,8.533,15.644,18.489,15.644l0,0
|
| 41 |
+
c8.533,0,17.067-7.111,18.489-15.644l11.378-75.378c2.844-18.489-11.378-34.133-29.867-34.133l0,0
|
| 42 |
+
C207.39,178.225,194.59,193.87,196.013,212.359z"/>
|
| 43 |
+
<circle style="fill:#3F4448;" cx="225.879" cy="336.092" r="17.067"/>
|
| 44 |
+
</g>
|
| 45 |
+
</svg>
|
| 46 |
+
</div>
|
| 47 |
+
<h5 class="eael-admin-title">Warning: Please backup your database before making the rollback.</h5>
|
| 48 |
+
</div>
|
| 49 |
+
</div>
|
| 50 |
+
</div>
|
| 51 |
+
</div><!--admin block-wrapper end-->
|
| 52 |
+
</div>
|
| 53 |
+
</div>
|
| 54 |
+
</div><!-- # version-control -->
|
admin/settings.php
CHANGED
|
@@ -14,7 +14,7 @@ class Eael_Admin_Settings {
|
|
| 14 |
* @var array
|
| 15 |
* @since 2.3.0
|
| 16 |
*/
|
| 17 |
-
public $eael_default_keys = [ 'contact-form-7', 'count-down', 'creative-btn', 'fancy-text', 'post-grid', 'post-timeline', 'product-grid', 'team-members', 'testimonials', 'weforms', 'call-to-action', 'flip-box', 'info-box', 'dual-header', 'price-table', 'ninja-form', 'gravity-form', 'caldera-form', 'wpforms', 'twitter-feed', 'facebook-feed', 'data-table', 'filter-gallery', 'image-accordion', 'content-ticker', 'tooltip', 'adv-accordion', 'adv-tabs', 'progress-bar' ];
|
| 18 |
|
| 19 |
/**
|
| 20 |
* Will Contain All Components Default Values
|
|
@@ -169,448 +169,15 @@ class Eael_Admin_Settings {
|
|
| 169 |
<ul class="eael-tabs">
|
| 170 |
<li><a href="#general" class="active"><img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/icon-settings.svg'; ?>"><span>General</span></a></li>
|
| 171 |
<li><a href="#elements"><img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/icon-modules.svg'; ?>"><span>Elements</span></a></li>
|
|
|
|
| 172 |
<li><a href="#go-pro"><img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/icon-upgrade.svg'; ?>"><span>Go Premium</span></a></li>
|
| 173 |
</ul>
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
<a href="https://essential-addons.com/elementor/" target="_blank">
|
| 181 |
-
<img class="eael-preview-img" src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/eael-featured.png'; ?>">
|
| 182 |
-
</a>
|
| 183 |
-
</div><!--preview image end-->
|
| 184 |
-
<div class="eael-admin-block eael-admin-block-docs">
|
| 185 |
-
<header class="eael-admin-block-header">
|
| 186 |
-
<div class="eael-admin-block-header-icon">
|
| 187 |
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 46"><defs><style>.cls-1{fill:#1abc9c;}</style></defs><title>Documentation</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><rect class="cls-1" x="15.84" y="17.13" width="14.32" height="1.59"/><rect class="cls-1" x="15.84" y="24.19" width="14.32" height="1.59"/><rect class="cls-1" x="15.84" y="20.66" width="14.32" height="1.59"/><path class="cls-1" d="M23,0A23,23,0,1,0,46,23,23,23,0,0,0,23,0Zm5.47,9.9,4.83,4.4H28.47Zm-2.29,23v3.2H15.49a2.79,2.79,0,0,1-2.79-2.79V12.69A2.79,2.79,0,0,1,15.49,9.9H27.28v5.59h6V27.72H15.84v1.59H29.78v1.94H15.84v1.59H26.19Zm11.29,2.52H33.88V39H31.37V35.42H27.78V32.9h3.59V29.31h2.52V32.9h3.59Z"/></g></g><head xmlns=""/></svg>
|
| 188 |
-
</div>
|
| 189 |
-
<h4 class="eael-admin-title">Documentation</h4>
|
| 190 |
-
</header>
|
| 191 |
-
<div class="eael-admin-block-content">
|
| 192 |
-
<p>Get started by spending some time with the documentation to get familiar with Essential Addons. Build awesome websites for you or your clients with ease.</a></p>
|
| 193 |
-
<a href="https://essential-addons.com/elementor/docs/" class="button button-primary" target="_blank">Documentation</a>
|
| 194 |
-
</div>
|
| 195 |
-
</div>
|
| 196 |
-
<div class="eael-admin-block eael-admin-block-contribution">
|
| 197 |
-
<header class="eael-admin-block-header">
|
| 198 |
-
<div class="eael-admin-block-header-icon">
|
| 199 |
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 45.69"><defs><style>.flexia-icon-bug{fill:#9b59b6;}</style></defs><title>Bugs</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="flexia-icon-bug" d="M18.87,28.37,9.16,38.08A8.66,8.66,0,0,0,14.49,40h4.38a9.55,9.55,0,0,0,2.28-.38v5.14a1,1,0,0,0,1.9,0v-5.9A4.83,4.83,0,0,0,25,37.31l.76-.76a.92.92,0,0,0,0-1.33Z"/><path class="flexia-icon-bug" d="M11.64,21.13c-.19-.19-.57-.38-.76-.19H9c-.38,0-.57,0-.76.38L7.07,23H1.17a1,1,0,1,0,0,1.9H6.31a9.56,9.56,0,0,0-.38,2.28V31.6a8.66,8.66,0,0,0,1.9,5.33l9.71-9.71Z"/><path class="flexia-icon-bug" d="M24.39,14.47c.19.19.38.19.76.19a.7.7,0,0,0,.57-.19.92.92,0,0,0,.38-1.14,11.08,11.08,0,0,1-1-3,.87.87,0,0,0-1-.76H22.3a1,1,0,0,0-.76.38,1.14,1.14,0,0,0-.19.76,2.35,2.35,0,0,0,.76,1.52Z"/><path class="flexia-icon-bug" d="M35.81,28.56h3.43a1,1,0,0,0,0-1.9H33.91L20.77,13.52A5.2,5.2,0,0,1,19.25,9.9V6.66a.9.9,0,0,0-1-1h-.19A13.52,13.52,0,0,0,16.21,3,9.12,9.12,0,0,0,9.54,0a9.71,9.71,0,0,0-5.9,2.09,1.44,1.44,0,0,0-.38.76,1,1,0,0,0,.38.76L9.54,7a5.39,5.39,0,0,1-2.86,4.19l-5.14-3a.85.85,0,0,0-1,0c-.38.19-.57.38-.57.76a8.9,8.9,0,0,0,2.67,7,9.53,9.53,0,0,0,6.85,3,4.1,4.1,0,0,0,2.09-.38L26.87,33.89,37.15,44.17a5.2,5.2,0,0,0,3.62,1.52,5,5,0,0,0,4.95-4.95,5.2,5.2,0,0,0-1.52-3.62Z"/><path class="flexia-icon-bug" d="M34.86,24.75c.19.19.38.19.76.19H36a1,1,0,0,0,.57-1V21.51c0-.38-.38-1-.76-1a7,7,0,0,1-3.43-.76.92.92,0,0,0-1.14.38c-.19.38-.19,1,.19,1.14Z"/><path class="flexia-icon-bug" d="M45.71,9.9c-1.52-1.52-5.14-.38-7,.57L35.81,7.62c.76-2.09,1.9-5.71.57-7a.92.92,0,0,0-1.33,0,.92.92,0,0,0,0,1.33c.38.38,0,2.67-1,5.14L28,8a.87.87,0,0,0-.76,1C26.87,14.28,31.63,19,37.34,19c.38,0,1-.38,1-.76l1-6.09c2.47-1,4.76-1.33,5.14-1A.94.94,0,1,0,45.71,9.9Z"/></g></g><head xmlns=""/></svg>
|
| 200 |
-
</div>
|
| 201 |
-
<h4 class="eael-admin-title">Contribute to Essential Addons</h4>
|
| 202 |
-
</header>
|
| 203 |
-
<div class="eael-admin-block-content">
|
| 204 |
-
<p>You can contribute to make Essential Addons better reporting bugs, creating issues, pull requests at <a href="https://github.com/rupok/essential-addons-elementor-lite/" target="_blank">Github.</a></p>
|
| 205 |
-
<a href="https://github.com/rupok/essential-addons-elementor-lite/issues/new" class="button button-primary" target="_blank">Report a bug</a>
|
| 206 |
-
</div>
|
| 207 |
-
</div>
|
| 208 |
-
<div class="eael-admin-block eael-admin-block-support">
|
| 209 |
-
<header class="eael-admin-block-header">
|
| 210 |
-
<div class="eael-admin-block-header-icon">
|
| 211 |
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.22 42.58"><defs><style>.flexia-icon-support{fill:#6c75ff;}</style></defs><title>Flexia Support</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="flexia-icon-support" d="M6.36,29.34l1.09-1.09h8l-5.08-9.18-3.76.76a2.64,2.64,0,0,0-2,1.91L.09,36.31a2.64,2.64,0,0,0,2.55,3.31H6.36V29.34Z"/><path class="flexia-icon-support" d="M32.13,36.31,27.67,21.75a2.64,2.64,0,0,0-2.06-1.92l-3.74-.71-5.06,9.13h8.56l1.09,1.09V39.62h3.12a2.64,2.64,0,0,0,2.55-3.31Z"/><polygon class="flexia-icon-support" points="8.54 39.62 8.24 39.62 8.24 39.62 23.98 39.62 23.98 39.62 24.28 39.62 24.28 30.43 8.54 30.43 8.54 39.62"/><rect class="flexia-icon-support" x="4.19" y="40.61" width="23.83" height="1.97"/><path class="flexia-icon-support" d="M7.62,12.65c0,.09.1.22.15.36a3.58,3.58,0,0,0,.68,1.22c1.21,3.94,4.33,6.68,7.64,6.67s6.38-2.77,7.55-6.72A3.61,3.61,0,0,0,24.31,13c.06-.14.11-.27.15-.36a2,2,0,0,0-.33-2.41V10.1C24.12,5.2,23.48,0,16,0S7.92,5,7.94,10.15c0,0,0,.06,0,.09A2,2,0,0,0,7.62,12.65Zm1-1.58h0A.55.55,0,0,0,9,10.83l1.3.2a.28.28,0,0,0,.3-.16L11.39,9a35.31,35.31,0,0,0,7.2,1,7.76,7.76,0,0,0,2.11-.25L21.23,11a.27.27,0,0,0,.25.17h.07l1.51-.43a.56.56,0,0,0,.31.3h0c.23.11.3.6.06,1.09-.06.12-.12.27-.18.43a4.18,4.18,0,0,1-.4.82.55.55,0,0,0-.26.33c-1,3.58-3.68,6.08-6.54,6.09s-5.6-2.48-6.63-6a.55.55,0,0,0-.26-.33,4.3,4.3,0,0,1-.41-.82c-.06-.15-.13-.3-.18-.42C8.37,11.68,8.44,11.19,8.67,11.08Z"/></g></g><head xmlns=""/></svg>
|
| 212 |
-
</div>
|
| 213 |
-
<h4 class="eael-admin-title">Need Help?</h4>
|
| 214 |
-
</header>
|
| 215 |
-
<div class="eael-admin-block-content">
|
| 216 |
-
<p>Stuck with something? Get help from the community on <a href="https://community.wpdeveloper.net/" target="_blank">WPDeveloper Forum</a> or <a href="https://www.facebook.com/groups/essentialaddons/" target="_blank">Facebook Community.</a> In case of emergency, initiate a live chat at <a href="https://essential-addons.com/elementor/" target="_blank">Essential Addons website.</a></p>
|
| 217 |
-
<a href="https://community.wpdeveloper.net/support-forum/forum/essential-addons-for-elementor/" class="button button-primary" target="_blank">Get Community Support</a>
|
| 218 |
-
</div>
|
| 219 |
-
</div>
|
| 220 |
-
<div class="eael-admin-block eael-admin-block-review">
|
| 221 |
-
<header class="eael-admin-block-header">
|
| 222 |
-
<div class="eael-admin-block-header-icon">
|
| 223 |
-
<svg style="enable-background:new 0 0 48 48;" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Icons"><g><g id="Icons_7_"><g><path d="M35.72935,25.74662l0.8357-0.8271c1.611-1.611,2.4122-3.7475,2.4122-5.8668 c0-2.1279-0.8012-4.2558-2.4122-5.8668c-3.2221-3.2221-8.5031-3.2221-11.7337,0l-0.8271,0.8356l-0.8356-0.8356 c-3.222-3.2221-8.5031-3.2221-11.7251,0c-1.6196,1.611-2.4208,3.7389-2.4208,5.8668c0,2.1193,0.8012,4.2558,2.4208,5.8668 l0.8271,0.8271l11.3076,11.3077c0.2353,0.2352,0.6167,0.2351,0.8519-0.0002L35.72935,25.74662" style="fill:#EF4B53;"/></g></g><path d="M17.80325,12.24382c0,0-6.9318-0.5491-7.6524,7.3092c0,0,1.4413-5.765,7.8583-5.4905 c0,0,1.5941,0.1605,1.5901-0.8317C19.59495,12.14722,17.80325,12.24382,17.80325,12.24382z" style="fill:#F47682;"/></g></g></svg>
|
| 224 |
-
</div>
|
| 225 |
-
<h4 class="eael-admin-title">Show your Love</h4>
|
| 226 |
-
</header>
|
| 227 |
-
<div class="eael-admin-block-content">
|
| 228 |
-
<p>We love to have you in Essential Addons family. We are making it more awesome everyday. Take your 2 minutes to review the plugin and spread the love to encourage us to keep it going.</p>
|
| 229 |
-
|
| 230 |
-
<a href="https://wpdeveloper.net/review-essential-addons-elementor" class="review-flexia button button-primary" target="_blank">Leave a Review</a>
|
| 231 |
-
</div>
|
| 232 |
-
</div>
|
| 233 |
-
</div><!--admin block-wrapper end-->
|
| 234 |
-
</div>
|
| 235 |
-
<div class="eael-admin-sidebar">
|
| 236 |
-
<div class="eael-sidebar-block">
|
| 237 |
-
<div class="eael-admin-sidebar-logo">
|
| 238 |
-
<img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/ea-logo.svg'; ?>">
|
| 239 |
-
</div>
|
| 240 |
-
<div class="eael-admin-sidebar-cta">
|
| 241 |
-
<?php printf( __( '<a href="%s" target="_blank">Upgrade to Pro</a>', 'essential-addons-elementor' ), 'https://wpdeveloper.net/in/upgrade-essential-addons-elementor' ); ?>
|
| 242 |
-
</div>
|
| 243 |
-
</div>
|
| 244 |
-
</div><!--admin sidebar end-->
|
| 245 |
-
</div><!--Row end-->
|
| 246 |
-
</div>
|
| 247 |
-
<div id="elements" class="eael-settings-tab">
|
| 248 |
-
<div class="row">
|
| 249 |
-
<div class="col-full">
|
| 250 |
-
<p class="eael-elements-control-notice">You can disable the elements you are not using on your site. That will disable all associated assets of those widgets to improve your site loading.</p>
|
| 251 |
-
<div class="eael-checkbox-container">
|
| 252 |
-
<div class="eael-checkbox">
|
| 253 |
-
<input type="checkbox" id="contact-form-7" name="contact-form-7" <?php checked( 1, $this->eael_get_settings['contact-form-7'], true ); ?> >
|
| 254 |
-
<label for="contact-form-7"></label>
|
| 255 |
-
<p class="eael-el-title"><?php _e( 'Contact Form 7', 'essential-addons-elementor' ); ?></p>
|
| 256 |
-
</div>
|
| 257 |
-
<div class="eael-checkbox">
|
| 258 |
-
<input type="checkbox" id="count-down" name="count-down" <?php checked( 1, $this->eael_get_settings['count-down'], true ); ?> >
|
| 259 |
-
<label for="count-down"></label>
|
| 260 |
-
|
| 261 |
-
<p class="eael-el-title"><?php _e( 'Count Down', 'essential-addons-elementor' ); ?></p>
|
| 262 |
-
</div>
|
| 263 |
-
<div class="eael-checkbox">
|
| 264 |
-
<input type="checkbox" id="creative-btn" name="creative-btn" <?php checked( 1, $this->eael_get_settings['creative-btn'], true ); ?> >
|
| 265 |
-
<label for="creative-btn"></label>
|
| 266 |
-
<p class="eael-el-title"><?php _e( 'Creative Button', 'essential-addons-elementor' ); ?></p>
|
| 267 |
-
</div>
|
| 268 |
-
<div class="eael-checkbox">
|
| 269 |
-
<input type="checkbox" id="fancy-text" name="fancy-text" <?php checked( 1, $this->eael_get_settings['fancy-text'], true ); ?> >
|
| 270 |
-
<label for="fancy-text"></label>
|
| 271 |
-
<p class="eael-el-title"><?php _e( 'Fancy Text', 'essential-addons-elementor' ); ?></p>
|
| 272 |
-
</div>
|
| 273 |
-
<div class="eael-checkbox">
|
| 274 |
-
<input type="checkbox" id="post-grid" name="post-grid" <?php checked( 1, $this->eael_get_settings['post-grid'], true ); ?> >
|
| 275 |
-
<label for="post-grid"></label>
|
| 276 |
-
<p class="eael-el-title"><?php _e( 'Post Grid', 'essential-addons-elementor' ); ?></p>
|
| 277 |
-
</div>
|
| 278 |
-
<div class="eael-checkbox">
|
| 279 |
-
<input type="checkbox" id="post-timeline" name="post-timeline" <?php checked( 1, $this->eael_get_settings['post-timeline'], true ); ?> >
|
| 280 |
-
<label for="post-timeline"></label>
|
| 281 |
-
<p class="eael-el-title"><?php _e( 'Post Timeline', 'essential-addons-elementor' ) ?></p>
|
| 282 |
-
</div>
|
| 283 |
-
<div class="eael-checkbox">
|
| 284 |
-
<input type="checkbox" id="product-grid" name="product-grid" <?php checked( 1, $this->eael_get_settings['product-grid'], true ); ?> >
|
| 285 |
-
<label for="product-grid"></label>
|
| 286 |
-
<p class="eael-el-title"><?php _e( 'Product Grid', 'essential-addons-elementor' ) ?></p>
|
| 287 |
-
</div>
|
| 288 |
-
<div class="eael-checkbox">
|
| 289 |
-
<input type="checkbox" id="team-members" name="team-members" <?php checked( 1, $this->eael_get_settings['team-members'], true ); ?> >
|
| 290 |
-
<label for="team-members"></label>
|
| 291 |
-
<p class="eael-el-title"><?php _e( 'Team Member', 'essential-addons-elementor' ) ?></p>
|
| 292 |
-
</div>
|
| 293 |
-
<div class="eael-checkbox">
|
| 294 |
-
<input type="checkbox" id="testimonials" name="testimonials" <?php checked( 1, $this->eael_get_settings['testimonials'], true ); ?> >
|
| 295 |
-
<label for="testimonials"></label>
|
| 296 |
-
<p class="eael-el-title"><?php _e( 'Testimonials', 'essential-addons-elementor' ) ?></p>
|
| 297 |
-
</div>
|
| 298 |
-
<div class="eael-checkbox">
|
| 299 |
-
<input type="checkbox" id="weforms" name="weforms" <?php checked( 1, $this->eael_get_settings['weforms'], true ); ?> >
|
| 300 |
-
<label for="weforms"></label>
|
| 301 |
-
<p class="eael-el-title"><?php _e( 'weForms', 'essential-addons-elementor' ) ?></p>
|
| 302 |
-
</div>
|
| 303 |
-
<div class="eael-checkbox">
|
| 304 |
-
<input type="checkbox" id="call-to-action" name="call-to-action" <?php checked( 1, $this->eael_get_settings['call-to-action'], true ); ?> >
|
| 305 |
-
<label for="call-to-action"></label>
|
| 306 |
-
<p class="eael-el-title"><?php _e( 'Call To Action', 'essential-addons-elementor' ) ?></p>
|
| 307 |
-
</div>
|
| 308 |
-
<div class="eael-checkbox">
|
| 309 |
-
<input type="checkbox" id="flip-box" name="flip-box" <?php checked( 1, $this->eael_get_settings['flip-box'], true ); ?> >
|
| 310 |
-
<label for="flip-box"></label>
|
| 311 |
-
<p class="eael-el-title"><?php _e( 'Flip Box', 'essential-addons-elementor' ) ?></p>
|
| 312 |
-
</div>
|
| 313 |
-
<div class="eael-checkbox">
|
| 314 |
-
<input type="checkbox" id="info-box" name="info-box" <?php checked( 1, $this->eael_get_settings['info-box'], true ); ?> >
|
| 315 |
-
<label for="info-box"></label>
|
| 316 |
-
<p class="eael-el-title"><?php _e( 'Info Box', 'essential-addons-elementor' ) ?></p>
|
| 317 |
-
</div>
|
| 318 |
-
<div class="eael-checkbox">
|
| 319 |
-
<input type="checkbox" id="dual-header" name="dual-header" <?php checked( 1, $this->eael_get_settings['dual-header'], true ); ?> >
|
| 320 |
-
<label for="dual-header"></label>
|
| 321 |
-
<p class="eael-el-title"><?php _e( 'Dual Color Header', 'essential-addons-elementor' ) ?></p>
|
| 322 |
-
</div>
|
| 323 |
-
<div class="eael-checkbox">
|
| 324 |
-
<input type="checkbox" id="price-table" name="price-table" <?php checked( 1, $this->eael_get_settings['price-table'], true ); ?> >
|
| 325 |
-
<label for="price-table"></label>
|
| 326 |
-
<p class="eael-el-title"><?php _e( 'Pricing Table', 'essential-addons-elementor' ) ?></p>
|
| 327 |
-
</div>
|
| 328 |
-
<div class="eael-checkbox">
|
| 329 |
-
<input type="checkbox" id="ninja-form" name="ninja-form" <?php checked( 1, $this->eael_get_settings['ninja-form'], true ); ?> >
|
| 330 |
-
<label for="ninja-form"></label>
|
| 331 |
-
<p class="eael-el-title"><?php _e( 'Ninja Form', 'essential-addons-elementor' ) ?></p>
|
| 332 |
-
</div>
|
| 333 |
-
<div class="eael-checkbox">
|
| 334 |
-
<input type="checkbox" id="gravity-form" name="gravity-form" <?php checked( 1, $this->eael_get_settings['gravity-form'], true ); ?> >
|
| 335 |
-
<label for="gravity-form"></label>
|
| 336 |
-
<p class="eael-el-title"><?php _e( 'Gravity Form', 'essential-addons-elementor' ) ?></p>
|
| 337 |
-
</div>
|
| 338 |
-
<div class="eael-checkbox">
|
| 339 |
-
<input type="checkbox" id="caldera-form" name="caldera-form" <?php checked( 1, $this->eael_get_settings['caldera-form'], true ); ?> >
|
| 340 |
-
<label for="caldera-form"></label>
|
| 341 |
-
<p class="eael-el-title"><?php _e( 'Caldera Form', 'essential-addons-elementor' ) ?></p>
|
| 342 |
-
</div>
|
| 343 |
-
<div class="eael-checkbox">
|
| 344 |
-
<input type="checkbox" id="wpforms" name="wpforms" <?php checked( 1, $this->eael_get_settings['wpforms'], true ); ?> >
|
| 345 |
-
<label for="wpforms"></label>
|
| 346 |
-
<p class="eael-el-title"><?php _e( 'WPForms', 'essential-addons-elementor' ) ?></p>
|
| 347 |
-
</div>
|
| 348 |
-
<div class="eael-checkbox">
|
| 349 |
-
<input type="checkbox" id="twitter-feed" name="twitter-feed" <?php checked( 1, $this->eael_get_settings['twitter-feed'], true ); ?> >
|
| 350 |
-
<label for="twitter-feed"></label>
|
| 351 |
-
<p class="eael-el-title"><?php _e( 'Twitter Feed', 'essential-addons-elementor' ) ?></p>
|
| 352 |
-
</div>
|
| 353 |
-
<div class="eael-checkbox">
|
| 354 |
-
<input type="checkbox" id="facebook-feed" name="facebook-feed" <?php checked( 1, $this->eael_get_settings['facebook-feed'], true ); ?> >
|
| 355 |
-
<label for="facebook-feed"></label>
|
| 356 |
-
<p class="eael-el-title"><?php _e( 'Facebook Feed', 'essential-addons-elementor' ) ?></p>
|
| 357 |
-
</div>
|
| 358 |
-
<div class="eael-checkbox">
|
| 359 |
-
<input type="checkbox" id="filter-gallery" name="filter-gallery" <?php checked( 1, $this->eael_get_settings['filter-gallery'], true ); ?> >
|
| 360 |
-
<label for="filter-gallery"></label>
|
| 361 |
-
<p class="eael-el-title"><?php _e( 'Filterable Gallery', 'essential-addons-elementor' ) ?></p>
|
| 362 |
-
</div>
|
| 363 |
-
<div class="eael-checkbox">
|
| 364 |
-
<input type="checkbox" id="data-table" name="data-table" <?php checked( 1, $this->eael_get_settings['data-table'], true ); ?> >
|
| 365 |
-
<label for="data-table"></label>
|
| 366 |
-
<p class="eael-el-title"><?php _e( 'Data Table', 'essential-addons-elementor' ) ?></p>
|
| 367 |
-
</div>
|
| 368 |
-
<div class="eael-checkbox">
|
| 369 |
-
<input type="checkbox" id="image-accordion" name="image-accordion" <?php checked( 1, $this->eael_get_settings['image-accordion'], true ); ?> >
|
| 370 |
-
<label for="image-accordion"></label>
|
| 371 |
-
<p class="eael-el-title"><?php _e( 'Image Accordion', 'essential-addons-elementor' ) ?></p>
|
| 372 |
-
</div>
|
| 373 |
-
<div class="eael-checkbox">
|
| 374 |
-
<input type="checkbox" id="content-ticker" name="content-ticker" <?php checked( 1, $this->eael_get_settings['content-ticker'], true ); ?> >
|
| 375 |
-
<label for="content-ticker"></label>
|
| 376 |
-
<p class="eael-el-title"><?php _e( 'Content Ticker', 'essential-addons-elementor' ) ?></p>
|
| 377 |
-
</div>
|
| 378 |
-
<div class="eael-checkbox">
|
| 379 |
-
<input type="checkbox" id="tooltip" name="tooltip" <?php checked( 1, $this->eael_get_settings['tooltip'], true ); ?> >
|
| 380 |
-
<label for="tooltip"></label>
|
| 381 |
-
<p class="eael-el-title"><?php _e( 'Tooltip', 'essential-addons-elementor' ) ?></p>
|
| 382 |
-
</div>
|
| 383 |
-
<div class="eael-checkbox">
|
| 384 |
-
<input type="checkbox" id="adv-accordion" name="adv-accordion" <?php checked( 1, $this->eael_get_settings['adv-accordion'], true ); ?> >
|
| 385 |
-
<label for="adv-accordion"></label>
|
| 386 |
-
<p class="eael-el-title"><?php _e( 'Advanced Accordion', 'essential-addons-elementor' ) ?></p>
|
| 387 |
-
</div>
|
| 388 |
-
<div class="eael-checkbox">
|
| 389 |
-
<input type="checkbox" id="adv-tabs" name="adv-tabs" <?php checked( 1, $this->eael_get_settings['adv-tabs'], true ); ?> >
|
| 390 |
-
<label for="adv-tabs"></label>
|
| 391 |
-
<p class="eael-el-title"><?php _e( 'Advanced Tabs', 'essential-addons-elementor' ) ?></p>
|
| 392 |
-
</div>
|
| 393 |
-
<div class="eael-checkbox">
|
| 394 |
-
<input type="checkbox" id="progress-bar" name="progress-bar" <?php checked( 1, $this->eael_get_settings['progress-bar'], true ); ?> >
|
| 395 |
-
<label for="progress-bar"></label>
|
| 396 |
-
<p class="eael-el-title"><?php _e( 'Progress Bar', 'essential-addons-elementor' ) ?></p>
|
| 397 |
-
</div>
|
| 398 |
-
</div><!--./checkbox-container-->
|
| 399 |
-
</div>
|
| 400 |
-
<div class="col-full">
|
| 401 |
-
<div class="premium-elements-title">
|
| 402 |
-
<img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/lock-icon.png'; ?>">
|
| 403 |
-
<h4 class="section-title">Premium Elements</h4>
|
| 404 |
-
</div>
|
| 405 |
-
<div class="eael-checkbox-container">
|
| 406 |
-
<div class="eael-checkbox">
|
| 407 |
-
<input type="checkbox" id="img-comparison" name="img-comparison" disabled>
|
| 408 |
-
<label for="img-comparison" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 409 |
-
<p class="eael-el-title">
|
| 410 |
-
<?php _e( 'Image Comparison', 'essential-addons-elementor' ); ?>
|
| 411 |
-
</p>
|
| 412 |
-
</div>
|
| 413 |
-
<div class="eael-checkbox">
|
| 414 |
-
<input type="checkbox" id="instagram-gallery" name="instagram-gallery" disabled>
|
| 415 |
-
<label for="instagram-gallery" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 416 |
-
<p class="eael-el-title">
|
| 417 |
-
<?php _e( 'Instagram Gallery', 'essential-addons-elementor' ); ?>
|
| 418 |
-
</p>
|
| 419 |
-
</div>
|
| 420 |
-
<div class="eael-checkbox">
|
| 421 |
-
<input type="checkbox" id="interactive-promo" name="interactive-promo" disabled>
|
| 422 |
-
<label for="interactive-promo" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 423 |
-
<p class="eael-el-title">
|
| 424 |
-
<?php _e( 'Interactive Promo', 'essential-addons-elementor' ); ?>
|
| 425 |
-
</p>
|
| 426 |
-
</div>
|
| 427 |
-
<div class="eael-checkbox">
|
| 428 |
-
<input type="checkbox" id="lightbox" name="lightbox" disabled>
|
| 429 |
-
<label for="lightbox" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 430 |
-
<p class="eael-el-title">
|
| 431 |
-
<?php _e( 'Lightbox', 'essential-addons-elementor' ); ?>
|
| 432 |
-
</p>
|
| 433 |
-
</div>
|
| 434 |
-
<div class="eael-checkbox">
|
| 435 |
-
<input type="checkbox" id="post-block" name="post-block" disabled>
|
| 436 |
-
<label for="post-block" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 437 |
-
<p class="eael-el-title">
|
| 438 |
-
<?php _e( 'Post Block', 'essential-addons-elementor' ); ?>
|
| 439 |
-
</p>
|
| 440 |
-
</div>
|
| 441 |
-
<div class="eael-checkbox">
|
| 442 |
-
<input type="checkbox" id="testimonial-slider" name="testimonial-slider" disabled>
|
| 443 |
-
<label for="testimonial-slider" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 444 |
-
<p class="eael-el-title">
|
| 445 |
-
<?php _e( 'Testimonial Slider', 'essential-addons-elementor' ) ?>
|
| 446 |
-
</p>
|
| 447 |
-
</div>
|
| 448 |
-
<div class="eael-checkbox">
|
| 449 |
-
<input type="checkbox" id="static-product" name="static-product" disabled>
|
| 450 |
-
<label for="static-product" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 451 |
-
<p class="eael-el-title">
|
| 452 |
-
<?php _e( 'Static Product', 'essential-addons-elementor' ) ?>
|
| 453 |
-
</p>
|
| 454 |
-
</div>
|
| 455 |
-
<div class="eael-checkbox">
|
| 456 |
-
<input type="checkbox" id="flip-carousel" name="flip-carousel" disabled>
|
| 457 |
-
<label for="flip-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 458 |
-
<p class="eael-el-title">
|
| 459 |
-
<?php _e( 'Flip Carousel', 'essential-addons-elementor' ) ?>
|
| 460 |
-
</p>
|
| 461 |
-
</div>
|
| 462 |
-
<div class="eael-checkbox">
|
| 463 |
-
<input type="checkbox" id="interactive-cards" name="interactive-cards" disabled>
|
| 464 |
-
<label for="interactive-cards" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 465 |
-
<p class="eael-el-title">
|
| 466 |
-
<?php _e( 'Interactive Cards', 'essential-addons-elementor' ) ?>
|
| 467 |
-
</p>
|
| 468 |
-
</div>
|
| 469 |
-
<div class="eael-checkbox">
|
| 470 |
-
<input type="checkbox" id="content-timeline" name="content-timeline" disabled>
|
| 471 |
-
<label for="content-timeline" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 472 |
-
<p class="eael-el-title">
|
| 473 |
-
<?php _e( 'Content Timeline', 'essential-addons-elementor' ) ?>
|
| 474 |
-
</p>
|
| 475 |
-
</div>
|
| 476 |
-
<div class="eael-checkbox">
|
| 477 |
-
<input type="checkbox" id="twitter-feed-carousel" name="twitter-feed-carousel" disabled>
|
| 478 |
-
<label for="twitter-feed-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 479 |
-
<p class="eael-el-title">
|
| 480 |
-
<?php _e( 'Twitter Feed Carousel', 'essential-addons-elementor' ) ?>
|
| 481 |
-
</p>
|
| 482 |
-
</div>
|
| 483 |
-
<div class="eael-checkbox">
|
| 484 |
-
<input type="checkbox" id="facebook-feed-carousel" name="facebook-feed-carousel" disabled>
|
| 485 |
-
<label for="facebook-feed-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 486 |
-
<p class="eael-el-title">
|
| 487 |
-
<?php _e( 'Facebook Feed Carousel', 'essential-addons-elementor' ) ?>
|
| 488 |
-
</p>
|
| 489 |
-
</div>
|
| 490 |
-
<div class="eael-checkbox">
|
| 491 |
-
<input type="checkbox" id="dynamic-filter-gallery" name="dynamic-filter-gallery" disabled>
|
| 492 |
-
<label for="dynamic-filter-gallery" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 493 |
-
<p class="eael-el-title">
|
| 494 |
-
<?php _e( 'Dynamic Filter Gallery', 'essential-addons-elementor' ) ?>
|
| 495 |
-
</p>
|
| 496 |
-
</div>
|
| 497 |
-
<div class="eael-checkbox">
|
| 498 |
-
<input type="checkbox" id="post-list" name="post-list" disabled>
|
| 499 |
-
<label for="post-list" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 500 |
-
<p class="eael-el-title">
|
| 501 |
-
<?php _e( 'Smart Post List', 'essential-addons-elementor' ) ?>
|
| 502 |
-
</p>
|
| 503 |
-
</div>
|
| 504 |
-
<div class="eael-checkbox">
|
| 505 |
-
<input type="checkbox" id="adv-google-map" name="adv-google-map" disabled>
|
| 506 |
-
<label for="adv-google-map" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 507 |
-
<p class="eael-el-title">
|
| 508 |
-
<?php _e( 'Advanced Google Map', 'essential-addons-elementor' ) ?>
|
| 509 |
-
</p>
|
| 510 |
-
</div>
|
| 511 |
-
<div class="eael-checkbox">
|
| 512 |
-
<input type="checkbox" id="toggle" name="toggle" disabled>
|
| 513 |
-
<label for="toggle" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 514 |
-
<p class="eael-el-title">
|
| 515 |
-
<?php _e( 'Content Toggle', 'essential-addons-elementor' ) ?>
|
| 516 |
-
</p>
|
| 517 |
-
</div>
|
| 518 |
-
<div class="eael-checkbox">
|
| 519 |
-
<input type="checkbox" id="mailchimp" name="mailchimp" disabled>
|
| 520 |
-
<label for="mailchimp" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 521 |
-
<p class="eael-el-title">
|
| 522 |
-
<?php _e( 'Mailchimp', 'essential-addons-elementor' ) ?>
|
| 523 |
-
</p>
|
| 524 |
-
</div>
|
| 525 |
-
<div class="eael-checkbox">
|
| 526 |
-
<input type="checkbox" id="divider" name="divider" disabled>
|
| 527 |
-
<label for="divider" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 528 |
-
<p class="eael-el-title">
|
| 529 |
-
<?php _e( 'Divider', 'essential-addons-elementor' ) ?>
|
| 530 |
-
</p>
|
| 531 |
-
</div>
|
| 532 |
-
<div class="eael-checkbox">
|
| 533 |
-
<input type="checkbox" id="price-menu" name="price-menu" disabled>
|
| 534 |
-
<label for="price-menu" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 535 |
-
<p class="eael-el-title">
|
| 536 |
-
<?php _e( 'Price Menu', 'essential-addons-elementor' ) ?>
|
| 537 |
-
</p>
|
| 538 |
-
</div>
|
| 539 |
-
<div class="eael-checkbox">
|
| 540 |
-
<input type="checkbox" id="image-hotspots" name="image-hotspots" disabled>
|
| 541 |
-
<label for="image-hotspots" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 542 |
-
<p class="eael-el-title">
|
| 543 |
-
<?php _e( 'Image Hotspots', 'essential-addons-elementor' ) ?>
|
| 544 |
-
</p>
|
| 545 |
-
</div>
|
| 546 |
-
<div class="eael-checkbox">
|
| 547 |
-
<input type="checkbox" id="one-page-navigation" name="one-page-navigation" disabled>
|
| 548 |
-
<label for="one-page-navigation" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 549 |
-
<p class="eael-el-title">
|
| 550 |
-
<?php _e( 'One Page Navigation', 'essential-addons-elementor' ) ?>
|
| 551 |
-
</p>
|
| 552 |
-
</div>
|
| 553 |
-
<div class="eael-checkbox">
|
| 554 |
-
<input type="checkbox" id="counter" name="counter" disabled>
|
| 555 |
-
<label for="counter" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 556 |
-
<p class="eael-el-title">
|
| 557 |
-
<?php _e( 'Counter', 'essential-addons-elementor' ) ?>
|
| 558 |
-
</p>
|
| 559 |
-
</div>
|
| 560 |
-
<div class="eael-checkbox">
|
| 561 |
-
<input type="checkbox" id="post-carousel" name="post-carousel" disabled>
|
| 562 |
-
<label for="post-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 563 |
-
<p class="eael-el-title">
|
| 564 |
-
<?php _e( 'Post Carousel', 'essential-addons-elementor' ) ?>
|
| 565 |
-
</p>
|
| 566 |
-
</div>
|
| 567 |
-
<div class="eael-checkbox">
|
| 568 |
-
<input type="checkbox" id="team-member-carousel" name="team-member-carousel" disabled>
|
| 569 |
-
<label for="team-member-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 570 |
-
<p class="eael-el-title">
|
| 571 |
-
<?php _e( 'Team Member Carousel', 'essential-addons-elementor' ) ?>
|
| 572 |
-
</p>
|
| 573 |
-
</div>
|
| 574 |
-
<div class="eael-checkbox">
|
| 575 |
-
<input type="checkbox" id="logo-carousel" name="logo-carousel" disabled>
|
| 576 |
-
<label for="logo-carousel" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 577 |
-
<p class="eael-el-title">
|
| 578 |
-
<?php _e( 'Logo Carousel', 'essential-addons-elementor' ) ?>
|
| 579 |
-
</p>
|
| 580 |
-
</div>
|
| 581 |
-
<div class="eael-checkbox">
|
| 582 |
-
<input type="checkbox" id="protected-content" name="protected-content" disabled>
|
| 583 |
-
<label for="protected-content" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 584 |
-
<p class="eael-el-title">
|
| 585 |
-
<?php _e( 'Protected Content', 'essential-addons-elementor' ) ?>
|
| 586 |
-
</p>
|
| 587 |
-
</div>
|
| 588 |
-
<div class="eael-checkbox">
|
| 589 |
-
<input type="checkbox" id="offcanvas" name="offcanvas" disabled>
|
| 590 |
-
<label for="offcanvas" class="<?php if( (bool) $this->is_pro === false ) : echo 'eael-get-pro'; endif; ?>"></label>
|
| 591 |
-
<p class="eael-el-title">
|
| 592 |
-
<?php _e( 'Offcanvas Content', 'essential-addons-elementor' ) ?>
|
| 593 |
-
</p>
|
| 594 |
-
</div>
|
| 595 |
-
</div><!--./checkbox-container-->
|
| 596 |
-
<div class="eael-save-btn-wrap">
|
| 597 |
-
<button type="submit" class="button eael-btn js-eael-settings-save"><?php _e('Save settings', 'essential-addons-elementor'); ?></button>
|
| 598 |
-
</div>
|
| 599 |
-
</div>
|
| 600 |
-
</div>
|
| 601 |
-
</div>
|
| 602 |
-
<div id="go-pro" class="eael-settings-tab">
|
| 603 |
-
<div class="row go-premium">
|
| 604 |
-
<div class="col-half">
|
| 605 |
-
<h4>Why upgrade to Premium Version?</h4>
|
| 606 |
-
<p>The premium version helps us to continue development of the product incorporating even more features and enhancements.</p>
|
| 607 |
-
|
| 608 |
-
<p>You will also get world class support from our dedicated team, 24/7.</p>
|
| 609 |
-
|
| 610 |
-
<a href="https://wpdeveloper.net/in/upgrade-essential-addons-elementor" target="_blank" class="button eael-btn eael-license-btn">Get Premium Version</a>
|
| 611 |
-
</div>
|
| 612 |
-
</div>
|
| 613 |
-
</div>
|
| 614 |
</div>
|
| 615 |
</form>
|
| 616 |
</div>
|
| 14 |
* @var array
|
| 15 |
* @since 2.3.0
|
| 16 |
*/
|
| 17 |
+
public $eael_default_keys = [ 'contact-form-7', 'count-down', 'creative-btn', 'fancy-text', 'img-comparison', 'instagram-gallery', 'interactive-promo', 'lightbox', 'post-block', 'post-grid', 'post-timeline', 'product-grid', 'team-members', 'testimonial-slider', 'testimonials', 'testimonials', 'weforms', 'static-product', 'call-to-action', 'flip-box', 'info-box', 'dual-header', 'price-table', 'flip-carousel', 'interactive-cards', 'ninja-form', 'gravity-form', 'caldera-form', 'wpforms', 'wisdom_registered_setting', 'twitter-feed', 'facebook-feed', 'twitter-feed-carousel', 'facebook-feed-carousel', 'data-table', 'filter-gallery', 'dynamic-filter-gallery', 'image-accordion', 'content-ticker', 'tooltip', 'adv-accordion', 'adv-tabs', 'progress-bar' ];
|
| 18 |
|
| 19 |
/**
|
| 20 |
* Will Contain All Components Default Values
|
| 169 |
<ul class="eael-tabs">
|
| 170 |
<li><a href="#general" class="active"><img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/icon-settings.svg'; ?>"><span>General</span></a></li>
|
| 171 |
<li><a href="#elements"><img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/icon-modules.svg'; ?>"><span>Elements</span></a></li>
|
| 172 |
+
<li><a href="#version-control"><img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/icon-version-control.svg'; ?>"><span>Version Control</span></a></li>
|
| 173 |
<li><a href="#go-pro"><img src="<?php echo plugins_url( '/', __FILE__ ).'assets/images/icon-upgrade.svg'; ?>"><span>Go Premium</span></a></li>
|
| 174 |
</ul>
|
| 175 |
+
<?php
|
| 176 |
+
include('partials/general.php');
|
| 177 |
+
include('partials/elements.php');
|
| 178 |
+
include('partials/version-control.php');
|
| 179 |
+
include('partials/go-pro.php');
|
| 180 |
+
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 181 |
</div>
|
| 182 |
</form>
|
| 183 |
</div>
|
assets/css/essential-addons-elementor.css
CHANGED
|
@@ -42,22 +42,19 @@
|
|
| 42 |
33. Progress Bar
|
| 43 |
34. Image accordion
|
| 44 |
-------------------------------------------------------*/
|
| 45 |
-
|
| 46 |
/*--------------------------*/
|
| 47 |
/* 01. General Styles
|
| 48 |
/*--------------------------*/
|
| 49 |
-
|
| 50 |
.clearfix::before,
|
| 51 |
.clearfix::after {
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
}
|
| 56 |
|
| 57 |
/*---------------------------------------*/
|
| 58 |
/* 02. Common styles for slider elements
|
| 59 |
/*---------------------------------------*/
|
| 60 |
-
|
| 61 |
.eael-testimonial-slider.nav-top-left,
|
| 62 |
.eael-testimonial-slider.nav-top-right,
|
| 63 |
.eael-team-slider.nav-top-left,
|
|
@@ -68,816 +65,837 @@
|
|
| 68 |
.eael-post-carousel.nav-top-right,
|
| 69 |
.eael-product-carousel.nav-top-left,
|
| 70 |
.eael-product-carousel.nav-top-right {
|
| 71 |
-
|
| 72 |
}
|
| 73 |
|
| 74 |
-
|
| 75 |
/*--------------------------*/
|
| 76 |
/* 03. Fancy Text Style
|
| 77 |
/*--------------------------*/
|
| 78 |
-
|
| 79 |
.eael-fancy-text-container p {
|
| 80 |
-
|
| 81 |
}
|
| 82 |
|
| 83 |
.eael-fancy-text-strings,
|
| 84 |
.eael-fancy-text-prefix,
|
| 85 |
.eael-fancy-text-suffix {
|
| 86 |
-
|
| 87 |
}
|
| 88 |
|
| 89 |
-
.morphext
|
| 90 |
-
|
| 91 |
}
|
| 92 |
|
| 93 |
.typed-cursor {
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
animation: blink_cursor 0.7s infinite;
|
| 98 |
}
|
| 99 |
|
| 100 |
@keyframes blink_cursor {
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
}
|
| 111 |
-
|
| 112 |
@-webkit-keyframes blink_cursor {
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
}
|
| 123 |
-
|
| 124 |
-
@-moz-keyframes blink_cursor {
|
| 125 |
-
0% {
|
| 126 |
-
opacity: 1;
|
| 127 |
-
}
|
| 128 |
-
50% {
|
| 129 |
-
opacity: 0;
|
| 130 |
-
}
|
| 131 |
-
100% {
|
| 132 |
-
opacity: 1;
|
| 133 |
-
}
|
| 134 |
}
|
| 135 |
-
|
| 136 |
-
|
| 137 |
/*--- Style 2 ---*/
|
| 138 |
-
|
| 139 |
.eael-fancy-text-container.style-2 {
|
| 140 |
-
|
| 141 |
}
|
| 142 |
|
| 143 |
.eael-fancy-text-container.style-2 .eael-fancy-text-strings {
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
}
|
| 148 |
|
| 149 |
-
|
| 150 |
/*-----------------------------*/
|
| 151 |
/* 04. Creative Button styles
|
| 152 |
/*-----------------------------*/
|
| 153 |
-
|
| 154 |
.eael-creative-button-align-center {
|
| 155 |
-
|
| 156 |
}
|
| 157 |
|
| 158 |
.eael-creative-button-wrapper {
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
| 160 |
}
|
| 161 |
|
| 162 |
.eael-creative-button {
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
|
|
|
|
|
|
|
|
|
| 172 |
}
|
| 173 |
|
| 174 |
.eael-creative-button:focus {
|
| 175 |
-
|
| 176 |
}
|
| 177 |
|
| 178 |
-
.eael-creative-button>span {
|
| 179 |
-
|
| 180 |
}
|
| 181 |
|
| 182 |
.eael-creative-button {
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
|
|
|
| 187 |
}
|
| 188 |
|
| 189 |
-
|
| 190 |
/*--- Winona ---*/
|
| 191 |
-
|
| 192 |
.eael-creative-button--winona {
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
|
|
|
|
|
|
| 199 |
}
|
| 200 |
|
| 201 |
.eael-creative-button--winona::after {
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
}
|
| 212 |
|
| 213 |
-
.eael-creative-button--winona>span {
|
| 214 |
-
|
| 215 |
}
|
| 216 |
|
| 217 |
.eael-creative-button--winona::after,
|
| 218 |
-
.eael-creative-button--winona>span {
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
}
|
| 225 |
|
| 226 |
.eael-creative-button--winona:hover::after {
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
}
|
| 231 |
|
| 232 |
-
.eael-creative-button--winona:hover>span {
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
|
| 236 |
}
|
| 237 |
|
| 238 |
-
|
| 239 |
/*--- Ujarak ---*/
|
| 240 |
-
|
| 241 |
.eael-creative-button--ujarak {
|
| 242 |
-
|
| 243 |
-
|
|
|
|
| 244 |
}
|
| 245 |
|
| 246 |
.eael-creative-button--ujarak::before {
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
}
|
| 262 |
|
| 263 |
.eael-creative-button--ujarak,
|
| 264 |
.eael-creative-button--ujarak::before {
|
| 265 |
-
|
| 266 |
-
|
|
|
|
| 267 |
}
|
| 268 |
|
| 269 |
.eael-creative-button--ujarak:hover::before {
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
}
|
| 274 |
|
| 275 |
-
|
| 276 |
/*--- Wayra ---*/
|
| 277 |
-
|
| 278 |
.eael-creative-button--wayra {
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
|
|
|
|
|
|
| 284 |
}
|
| 285 |
|
| 286 |
.eael-creative-button--wayra::before {
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 300 |
}
|
| 301 |
|
| 302 |
.eael-creative-button--wayra:hover::before {
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
|
|
|
| 308 |
}
|
| 309 |
|
| 310 |
-
|
| 311 |
/*--- Tamaya ---*/
|
| 312 |
.eael-creative-button--tamaya {
|
| 313 |
-
|
| 314 |
}
|
| 315 |
|
| 316 |
.eael-creative-button--tamaya::before,
|
| 317 |
.eael-creative-button--tamaya::after {
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 328 |
}
|
| 329 |
|
| 330 |
.eael-creative-button--tamaya::before {
|
| 331 |
-
|
| 332 |
-
|
| 333 |
}
|
| 334 |
|
| 335 |
.eael-creative-button--tamaya::after {
|
| 336 |
-
|
| 337 |
-
|
| 338 |
}
|
| 339 |
|
| 340 |
.eael-creative-button--tamaya:hover::after {
|
| 341 |
-
|
| 342 |
}
|
| 343 |
|
| 344 |
-
.eael-creative-button--tamaya>span {
|
| 345 |
-
|
| 346 |
-
|
| 347 |
-
|
| 348 |
-
|
| 349 |
-
|
| 350 |
-
|
| 351 |
-
|
| 352 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 353 |
}
|
| 354 |
|
| 355 |
.eael-creative-button--tamaya:hover::before {
|
| 356 |
-
|
| 357 |
-
|
| 358 |
}
|
| 359 |
|
| 360 |
.eael-creative-button--tamaya:hover::after {
|
| 361 |
-
|
| 362 |
-
|
| 363 |
}
|
| 364 |
|
| 365 |
-
.eael-creative-button--tamaya:hover>span {
|
| 366 |
-
|
| 367 |
-
|
| 368 |
-
|
| 369 |
}
|
| 370 |
|
| 371 |
-
|
| 372 |
/*--- Rayen ---*/
|
| 373 |
-
|
| 374 |
.eael-creative-button--rayen {
|
| 375 |
-
|
| 376 |
-
|
| 377 |
}
|
| 378 |
|
| 379 |
.eael-creative-button--rayen::before {
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
|
| 383 |
-
|
| 384 |
-
|
| 385 |
-
|
| 386 |
-
|
| 387 |
-
|
| 388 |
}
|
| 389 |
|
| 390 |
-
.eael-creative-button--rayen>span {
|
| 391 |
-
|
| 392 |
}
|
| 393 |
|
| 394 |
.eael-creative-button--rayen::before,
|
| 395 |
-
.eael-creative-button--rayen>span {
|
| 396 |
-
|
| 397 |
-
|
| 398 |
-
|
| 399 |
-
|
| 400 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 401 |
}
|
| 402 |
|
| 403 |
.eael-creative-button--rayen:hover::before {
|
| 404 |
-
|
| 405 |
-
|
| 406 |
}
|
| 407 |
|
| 408 |
-
.eael-creative-button--rayen:hover>span {
|
| 409 |
-
|
| 410 |
-
|
| 411 |
}
|
| 412 |
|
| 413 |
-
|
| 414 |
/*---------------------------------*/
|
| 415 |
/* 05. Countdown Styles
|
| 416 |
/*---------------------------------*/
|
| 417 |
-
|
| 418 |
-
|
| 419 |
/*--- General ---*/
|
| 420 |
-
|
| 421 |
.eael-countdown-items {
|
| 422 |
-
|
| 423 |
-
|
| 424 |
-
|
| 425 |
-
|
| 426 |
-
|
| 427 |
-
|
| 428 |
}
|
| 429 |
|
| 430 |
-
.eael-countdown-items>li {
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
-
|
| 435 |
-
|
| 436 |
}
|
| 437 |
|
| 438 |
-
.eael-countdown-item>div {
|
| 439 |
-
|
| 440 |
-
|
| 441 |
}
|
| 442 |
|
| 443 |
.eael-countdown-label-block .eael-countdown-digits,
|
| 444 |
.eael-countdown-label-block .eael-countdown-label {
|
| 445 |
-
|
| 446 |
-
|
| 447 |
}
|
| 448 |
|
| 449 |
.eael-countdown-digits {
|
| 450 |
-
|
| 451 |
-
|
| 452 |
}
|
| 453 |
|
| 454 |
.eael-countdown-label {
|
| 455 |
-
|
| 456 |
-
|
| 457 |
-
|
| 458 |
}
|
| 459 |
|
| 460 |
.eael-countdown-show-separator .eael-countdown-digits::after {
|
| 461 |
-
|
| 462 |
-
|
| 463 |
-
|
| 464 |
-
|
| 465 |
}
|
| 466 |
|
| 467 |
.eael-countdown-item:last-child .eael-countdown-digits::after {
|
| 468 |
-
|
| 469 |
}
|
| 470 |
|
| 471 |
-
|
| 472 |
/*--- Style 1 ---*/
|
| 473 |
-
|
| 474 |
-
|
| 475 |
-
background: #262625;
|
| 476 |
}
|
| 477 |
|
| 478 |
-
|
| 479 |
/*----------------------------*/
|
| 480 |
/* 06. Post Timeline Styles
|
| 481 |
/*----------------------------*/
|
| 482 |
-
|
| 483 |
.eael-post-timeline {
|
| 484 |
-
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
| 488 |
}
|
| 489 |
|
| 490 |
.eael-timeline-column {
|
| 491 |
-
|
| 492 |
-
|
| 493 |
-
|
| 494 |
-
|
| 495 |
}
|
| 496 |
|
| 497 |
.eael-timeline-post {
|
| 498 |
-
|
| 499 |
}
|
| 500 |
|
| 501 |
.eael-timeline-post:after {
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
}
|
| 510 |
|
| 511 |
.eael-timeline-post:nth-child(2n):after {
|
| 512 |
-
|
| 513 |
}
|
| 514 |
|
| 515 |
.eael-timeline-bullet {
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
| 519 |
-
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
|
| 525 |
-
|
| 526 |
-
|
| 527 |
-
|
|
|
|
|
|
|
| 528 |
}
|
| 529 |
|
| 530 |
.eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
|
| 531 |
-
|
| 532 |
-
|
| 533 |
-
|
| 534 |
-
|
| 535 |
-
|
| 536 |
-
|
| 537 |
-
|
| 538 |
-
|
| 539 |
-
|
| 540 |
-
|
| 541 |
-
|
|
|
|
| 542 |
}
|
| 543 |
|
| 544 |
.eael-timeline-post-inner {
|
| 545 |
-
|
| 546 |
-
|
| 547 |
-
|
| 548 |
-
|
| 549 |
-
|
| 550 |
-
|
| 551 |
-
|
| 552 |
-
|
|
|
|
|
|
|
|
|
|
| 553 |
}
|
| 554 |
|
| 555 |
.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
|
| 556 |
-
|
| 557 |
-
|
| 558 |
}
|
| 559 |
|
| 560 |
.eael-timeline-post-inner:after {
|
| 561 |
-
|
| 562 |
-
|
| 563 |
-
|
| 564 |
-
|
| 565 |
-
|
| 566 |
-
|
| 567 |
-
|
| 568 |
-
|
| 569 |
-
|
| 570 |
}
|
| 571 |
|
| 572 |
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
|
| 573 |
-
|
| 574 |
-
|
| 575 |
-
|
| 576 |
-
|
| 577 |
-
|
| 578 |
-
|
| 579 |
-
|
| 580 |
-
|
| 581 |
-
|
| 582 |
}
|
| 583 |
|
| 584 |
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
|
| 585 |
-
|
| 586 |
}
|
| 587 |
|
| 588 |
.eael-timeline-post p {
|
| 589 |
-
|
| 590 |
-
|
| 591 |
-
|
| 592 |
}
|
| 593 |
|
| 594 |
.eael-timeline-post-image {
|
| 595 |
-
|
| 596 |
-
|
| 597 |
-
|
| 598 |
-
|
| 599 |
-
|
| 600 |
-
|
| 601 |
-
|
| 602 |
-
|
| 603 |
-
|
| 604 |
-
|
| 605 |
-
|
|
|
|
| 606 |
}
|
| 607 |
|
| 608 |
.eael-timeline-post-title {
|
| 609 |
-
|
| 610 |
-
|
| 611 |
-
|
| 612 |
}
|
| 613 |
|
| 614 |
.eael-timeline-post-title h2 {
|
| 615 |
-
|
| 616 |
-
|
| 617 |
-
|
| 618 |
-
|
| 619 |
-
|
| 620 |
-
|
| 621 |
-
|
| 622 |
-
|
| 623 |
}
|
| 624 |
|
| 625 |
.eael-timeline-post-excerpt {
|
| 626 |
-
|
| 627 |
-
|
| 628 |
-
|
| 629 |
-
|
| 630 |
-
|
| 631 |
-
|
| 632 |
-
|
| 633 |
}
|
| 634 |
|
| 635 |
.eael-timeline-post-excerpt p {
|
| 636 |
-
|
| 637 |
-
|
| 638 |
-
|
| 639 |
}
|
| 640 |
|
| 641 |
.eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
|
| 642 |
-
|
| 643 |
-
|
| 644 |
}
|
| 645 |
|
| 646 |
.eael-timeline-post-inner:hover .eael-timeline-post-image {
|
| 647 |
-
|
| 648 |
}
|
| 649 |
|
| 650 |
.eael-timeline-post time {
|
| 651 |
-
|
| 652 |
-
|
| 653 |
-
|
| 654 |
-
|
| 655 |
-
|
| 656 |
-
|
| 657 |
-
|
| 658 |
-
|
| 659 |
-
|
| 660 |
-
|
| 661 |
-
|
| 662 |
-
|
| 663 |
-
|
| 664 |
-
|
| 665 |
-
|
| 666 |
-
|
|
|
|
| 667 |
}
|
| 668 |
|
| 669 |
.eael-timeline-post:nth-child(2n) time {
|
| 670 |
-
|
| 671 |
-
|
| 672 |
-
|
| 673 |
-
|
| 674 |
-
|
| 675 |
-
|
| 676 |
-
|
| 677 |
-
|
| 678 |
-
|
| 679 |
-
|
| 680 |
-
|
| 681 |
-
|
|
|
|
| 682 |
}
|
| 683 |
|
| 684 |
.eael-timeline-post time:before {
|
| 685 |
-
|
| 686 |
-
|
| 687 |
-
|
| 688 |
-
|
| 689 |
-
|
| 690 |
-
|
| 691 |
-
|
| 692 |
-
|
| 693 |
-
|
| 694 |
}
|
| 695 |
|
| 696 |
.eael-timeline-post:hover time {
|
| 697 |
-
|
| 698 |
}
|
| 699 |
|
| 700 |
.eael-timeline-post::after {
|
| 701 |
-
|
| 702 |
}
|
| 703 |
|
| 704 |
.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
|
| 705 |
-
|
| 706 |
}
|
| 707 |
|
| 708 |
.eael-post-timeline .eael-timeline-post:last-child::after {
|
| 709 |
-
|
| 710 |
}
|
| 711 |
|
| 712 |
-
|
| 713 |
/*--- Responsive Style for Post Timeline ---*/
|
| 714 |
-
|
| 715 |
@media only screen and (max-width: 1366px) {
|
| 716 |
-
|
| 717 |
-
|
| 718 |
-
|
| 719 |
-
.eael-timeline-post-excerpt p {
|
| 720 |
-
font-size: 13px;
|
| 721 |
-
}
|
| 722 |
-
}
|
| 723 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 724 |
@media only screen and (max-width: 1169px) {
|
| 725 |
-
|
| 726 |
-
|
| 727 |
-
|
| 728 |
}
|
| 729 |
-
|
| 730 |
@media only screen and (max-width: 992px) {
|
| 731 |
-
|
| 732 |
-
|
| 733 |
-
|
| 734 |
-
|
| 735 |
-
|
| 736 |
-
|
| 737 |
-
|
| 738 |
-
|
| 739 |
-
|
| 740 |
-
|
| 741 |
-
|
| 742 |
-
|
| 743 |
-
|
| 744 |
-
|
| 745 |
-
|
| 746 |
-
|
| 747 |
-
|
| 748 |
-
|
| 749 |
-
|
| 750 |
-
|
| 751 |
-
|
| 752 |
-
|
| 753 |
-
|
| 754 |
-
|
| 755 |
-
|
| 756 |
-
|
| 757 |
-
|
| 758 |
-
|
| 759 |
-
|
| 760 |
-
|
| 761 |
-
|
| 762 |
-
|
| 763 |
-
|
| 764 |
-
|
| 765 |
-
|
| 766 |
-
|
| 767 |
-
|
| 768 |
-
|
| 769 |
-
|
| 770 |
-
|
| 771 |
-
|
| 772 |
-
|
| 773 |
-
|
| 774 |
-
|
| 775 |
-
|
| 776 |
-
|
| 777 |
-
|
| 778 |
-
|
| 779 |
-
|
| 780 |
-
|
| 781 |
-
|
| 782 |
-
|
| 783 |
-
|
| 784 |
-
|
| 785 |
-
|
| 786 |
-
|
| 787 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 788 |
|
| 789 |
-
|
| 790 |
-
|
| 791 |
-
|
| 792 |
-
float: none !important;
|
| 793 |
-
margin: 20px auto;
|
| 794 |
-
width: 100% !important;
|
| 795 |
-
}
|
| 796 |
-
.eael-timeline-post .eael-timeline-post-inner,
|
| 797 |
-
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 798 |
-
display: block;
|
| 799 |
-
float: none;
|
| 800 |
-
margin: 0 auto;
|
| 801 |
-
}
|
| 802 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 803 |
|
| 804 |
-
|
| 805 |
-
|
| 806 |
-
|
| 807 |
-
|
| 808 |
-
|
| 809 |
-
|
| 810 |
-
}
|
| 811 |
-
.eael-timeline-post time,
|
| 812 |
-
.eael-timeline-post:nth-child(2n) time {
|
| 813 |
-
top: 205px;
|
| 814 |
-
}
|
| 815 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 816 |
|
| 817 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 818 |
/*----------------------------*/
|
| 819 |
/* 07. Team Members Styles
|
| 820 |
/*----------------------------*/
|
| 821 |
.eael-team-item {
|
| 822 |
-
|
| 823 |
-
|
| 824 |
}
|
| 825 |
|
| 826 |
.team-avatar-rounded figure img {
|
| 827 |
-
|
| 828 |
-
|
|
|
|
| 829 |
}
|
| 830 |
|
| 831 |
-
.eael-team-image>figure {
|
| 832 |
-
|
| 833 |
-
|
| 834 |
}
|
| 835 |
|
| 836 |
-
.eael-team-image>figure img {
|
| 837 |
-
|
| 838 |
-
|
| 839 |
}
|
| 840 |
|
| 841 |
.eael-team-item .eael-team-content {
|
| 842 |
-
|
| 843 |
}
|
| 844 |
|
| 845 |
.eael-team-item .eael-team-member-name {
|
| 846 |
-
|
| 847 |
-
|
| 848 |
-
|
| 849 |
-
|
| 850 |
-
|
| 851 |
}
|
| 852 |
|
| 853 |
.eael-team-item .eael-team-member-position {
|
| 854 |
-
|
| 855 |
-
|
| 856 |
-
|
| 857 |
-
|
| 858 |
-
|
| 859 |
}
|
| 860 |
|
| 861 |
.eael-team-item .eael-team-content,
|
| 862 |
.eael-team-item .eael-team-content .eael-team-text {
|
| 863 |
-
|
| 864 |
-
|
| 865 |
}
|
| 866 |
|
| 867 |
-
.eael-team-content>ul {
|
| 868 |
-
|
| 869 |
-
|
| 870 |
}
|
| 871 |
|
| 872 |
.eael-team-content li {
|
| 873 |
-
|
| 874 |
-
|
| 875 |
-
|
| 876 |
-
|
| 877 |
}
|
| 878 |
|
| 879 |
.eael-team-content li a {
|
| 880 |
-
|
| 881 |
}
|
| 882 |
|
| 883 |
.eael-team-align-left .eael-team-item .eael-team-member-name,
|
|
@@ -886,7 +904,7 @@
|
|
| 886 |
.eael-team-align-left .eael-team-item .eael-team-content p,
|
| 887 |
.eael-team-align-left .eael-team-item .eael-team-content ul,
|
| 888 |
.eael-team-align-left .eael-team-item .eael-team-content li {
|
| 889 |
-
|
| 890 |
}
|
| 891 |
|
| 892 |
.eael-team-align-right .eael-team-item .eael-team-member-name,
|
|
@@ -895,7 +913,7 @@
|
|
| 895 |
.eael-team-align-right .eael-team-item .eael-team-content p,
|
| 896 |
.eael-team-align-right .eael-team-item .eael-team-content ul,
|
| 897 |
.eael-team-align-right .eael-team-item .eael-team-content li {
|
| 898 |
-
|
| 899 |
}
|
| 900 |
|
| 901 |
.eael-team-align-centered .eael-team-item .eael-team-member-name,
|
|
@@ -904,177 +922,179 @@
|
|
| 904 |
.eael-team-align-centered .eael-team-item .eael-team-content p,
|
| 905 |
.eael-team-align-centered .eael-team-item .eael-team-content ul,
|
| 906 |
.eael-team-align-centered .eael-team-item .eael-team-content li {
|
| 907 |
-
|
| 908 |
}
|
| 909 |
|
| 910 |
.eael-team-item.eael-team-members-overlay .eael-team-content {
|
| 911 |
-
|
| 912 |
-
|
| 913 |
-
|
| 914 |
-
|
| 915 |
-
|
| 916 |
-
|
| 917 |
-
|
| 918 |
-
|
| 919 |
-
|
| 920 |
-
|
| 921 |
-
|
| 922 |
-
|
|
|
|
|
|
|
| 923 |
}
|
| 924 |
|
| 925 |
.eael-team-item.eael-team-members-overlay:hover .eael-team-content {
|
| 926 |
-
|
| 927 |
}
|
| 928 |
|
| 929 |
-
.eael-team-member-social-link>a {
|
| 930 |
-
|
| 931 |
-
|
| 932 |
-
|
|
|
|
| 933 |
}
|
| 934 |
|
| 935 |
-
.eael-team-member-social-link>a:focus {
|
| 936 |
-
|
| 937 |
}
|
| 938 |
|
| 939 |
-
|
| 940 |
/*----------------------------*/
|
| 941 |
/* 08. Testimonials Styles
|
| 942 |
/*----------------------------*/
|
| 943 |
.eael-testimonial-slider {
|
| 944 |
-
|
| 945 |
}
|
| 946 |
|
| 947 |
.testimonial-star-rating {
|
| 948 |
-
|
| 949 |
-
|
| 950 |
}
|
| 951 |
|
| 952 |
.testimonial-star-rating li {
|
| 953 |
-
|
| 954 |
-
|
| 955 |
}
|
| 956 |
|
| 957 |
.testimonial-star-rating li i {
|
| 958 |
-
|
| 959 |
}
|
| 960 |
|
| 961 |
.rating-five .testimonial-star-rating li i {
|
| 962 |
-
|
| 963 |
}
|
| 964 |
|
| 965 |
.rating-one .testimonial-star-rating li:first-child i {
|
| 966 |
-
|
| 967 |
}
|
| 968 |
|
| 969 |
.rating-two .testimonial-star-rating li:nth-child(1) i,
|
| 970 |
.rating-two .testimonial-star-rating li:nth-child(2) i {
|
| 971 |
-
|
| 972 |
}
|
| 973 |
|
| 974 |
.rating-three .testimonial-star-rating li:nth-child(1) i,
|
| 975 |
.rating-three .testimonial-star-rating li:nth-child(2) i,
|
| 976 |
.rating-three .testimonial-star-rating li:nth-child(3) i {
|
| 977 |
-
|
| 978 |
}
|
| 979 |
|
| 980 |
.rating-four .testimonial-star-rating li:nth-child(1) i,
|
| 981 |
.rating-four .testimonial-star-rating li:nth-child(2) i,
|
| 982 |
.rating-four .testimonial-star-rating li:nth-child(3) i,
|
| 983 |
.rating-four .testimonial-star-rating li:nth-child(4) i {
|
| 984 |
-
|
| 985 |
}
|
| 986 |
|
| 987 |
-
|
| 988 |
/*--- Default styles ---*/
|
| 989 |
.eael-testimonial-image img {
|
| 990 |
-
|
| 991 |
}
|
| 992 |
|
| 993 |
.eael-testimonial-image {
|
| 994 |
-
|
| 995 |
}
|
| 996 |
|
| 997 |
-
.eael-testimonial-image>figure {
|
| 998 |
-
|
| 999 |
-
|
| 1000 |
}
|
| 1001 |
|
| 1002 |
.testimonial-avatar-rounded figure img {
|
| 1003 |
-
|
| 1004 |
-
|
|
|
|
| 1005 |
}
|
| 1006 |
|
| 1007 |
.eael-testimonial-content {
|
| 1008 |
-
|
| 1009 |
-
|
| 1010 |
}
|
| 1011 |
|
| 1012 |
-
.eael-testimonial-item>figure {
|
| 1013 |
-
|
| 1014 |
-
|
| 1015 |
}
|
| 1016 |
|
| 1017 |
.eael-testimonial-item .center-text {
|
| 1018 |
-
|
| 1019 |
}
|
| 1020 |
|
| 1021 |
.eael-testimonial-item .right-text {
|
| 1022 |
-
|
| 1023 |
}
|
| 1024 |
|
| 1025 |
.eael-testimonial-item .left-text {
|
| 1026 |
-
|
| 1027 |
}
|
| 1028 |
|
| 1029 |
.eael-testimonial-item .justify-text {
|
| 1030 |
-
|
| 1031 |
}
|
| 1032 |
|
| 1033 |
.eael-testimonial-content .eael-testimonial-text {
|
| 1034 |
-
|
| 1035 |
-
|
| 1036 |
-
|
| 1037 |
-
|
| 1038 |
-
|
| 1039 |
-
|
| 1040 |
}
|
| 1041 |
|
| 1042 |
.eael-testimonial-content .eael-testimonial-user {
|
| 1043 |
-
|
| 1044 |
-
|
| 1045 |
-
|
| 1046 |
-
|
| 1047 |
-
|
| 1048 |
-
|
| 1049 |
-
|
| 1050 |
-
|
| 1051 |
-
|
| 1052 |
}
|
| 1053 |
|
| 1054 |
.eael-testimonial-content .eael-testimonial-user-company {
|
| 1055 |
-
|
| 1056 |
-
|
| 1057 |
-
|
| 1058 |
-
|
| 1059 |
-
|
| 1060 |
-
|
| 1061 |
-
|
| 1062 |
-
|
| 1063 |
}
|
| 1064 |
|
| 1065 |
.eael-testimonial-image {
|
| 1066 |
-
|
| 1067 |
}
|
| 1068 |
|
| 1069 |
.eael-testimonial-item .eael-testimonial-quote::after {
|
| 1070 |
-
|
| 1071 |
-
|
| 1072 |
-
|
| 1073 |
-
|
| 1074 |
}
|
| 1075 |
|
| 1076 |
.eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
|
| 1077 |
-
|
| 1078 |
}
|
| 1079 |
|
| 1080 |
.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
|
|
@@ -1083,542 +1103,549 @@
|
|
| 1083 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
|
| 1084 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
|
| 1085 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
|
| 1086 |
-
|
| 1087 |
}
|
| 1088 |
|
| 1089 |
.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
|
| 1090 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
|
| 1091 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
|
| 1092 |
-
|
| 1093 |
}
|
| 1094 |
|
| 1095 |
.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
|
| 1096 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
|
| 1097 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
|
| 1098 |
-
|
| 1099 |
}
|
| 1100 |
|
| 1101 |
.eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
|
| 1102 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
|
| 1103 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
|
| 1104 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
|
| 1105 |
-
|
| 1106 |
}
|
| 1107 |
|
| 1108 |
.eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
|
| 1109 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
|
| 1110 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
|
| 1111 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
|
| 1112 |
-
|
| 1113 |
}
|
| 1114 |
|
| 1115 |
.eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
|
| 1116 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
|
| 1117 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
|
| 1118 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
|
| 1119 |
-
|
| 1120 |
}
|
| 1121 |
|
| 1122 |
-
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-text>p,
|
| 1123 |
-
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-text>p {
|
| 1124 |
-
|
| 1125 |
}
|
| 1126 |
|
| 1127 |
-
|
| 1128 |
/*--- Left align ---*/
|
| 1129 |
.icon-img-left-content .eael-testimonial-image {
|
| 1130 |
-
|
| 1131 |
-
|
| 1132 |
}
|
| 1133 |
|
| 1134 |
.icon-img-left-content .eael-testimonial-content {
|
| 1135 |
-
|
| 1136 |
-
|
| 1137 |
-
|
| 1138 |
}
|
| 1139 |
|
| 1140 |
.icon-img-left-content.eael-testimonial-item {
|
| 1141 |
-
|
| 1142 |
-
|
| 1143 |
}
|
| 1144 |
|
| 1145 |
.icon-img-left-content .eael-testimonial-quote {
|
| 1146 |
-
|
| 1147 |
-
|
| 1148 |
}
|
| 1149 |
|
| 1150 |
.icon-img-left-content .eael-testimonial-text {
|
| 1151 |
-
|
| 1152 |
}
|
| 1153 |
|
| 1154 |
-
|
| 1155 |
/*--- Center align ---*/
|
| 1156 |
.eael-testimonial-align-centered .eael-testimonial-user,
|
| 1157 |
.eael-testimonial-align-centered .eael-testimonial-user-company {
|
| 1158 |
-
|
| 1159 |
-
|
| 1160 |
}
|
| 1161 |
|
| 1162 |
-
.eael-testimonial-align-centered .eael-testimonial-image>figure img {
|
| 1163 |
-
|
| 1164 |
-
|
| 1165 |
-
|
| 1166 |
}
|
| 1167 |
|
| 1168 |
-
|
| 1169 |
/* .eael-testimonial-align-centered .testimonial-star-rating{
|
| 1170 |
text-align: center;
|
| 1171 |
} */
|
| 1172 |
-
|
| 1173 |
-
|
| 1174 |
/*--- Right align ---*/
|
| 1175 |
.icon-img-right-content .eael-testimonial-image {
|
| 1176 |
-
|
| 1177 |
-
|
| 1178 |
}
|
| 1179 |
|
| 1180 |
.icon-img-right-content .eael-testimonial-content {
|
| 1181 |
-
|
| 1182 |
-
|
| 1183 |
-
|
| 1184 |
}
|
| 1185 |
|
| 1186 |
.icon-img-right-content.eael-testimonial-item {
|
| 1187 |
-
|
| 1188 |
-
|
| 1189 |
}
|
| 1190 |
|
| 1191 |
.icon-img-right-content .eael-testimonial-quote {
|
| 1192 |
-
|
| 1193 |
}
|
| 1194 |
|
| 1195 |
.icon-img-right-content .eael-testimonial-text {
|
| 1196 |
-
|
| 1197 |
}
|
| 1198 |
|
| 1199 |
.eael-testimonial-item {
|
| 1200 |
-
|
| 1201 |
}
|
| 1202 |
|
| 1203 |
.classic-style.testimonial-alignment-center .eael-testimonial-image,
|
| 1204 |
.default-style.testimonial-alignment-center .eael-testimonial-image {
|
| 1205 |
-
|
| 1206 |
}
|
| 1207 |
|
| 1208 |
.classic-style.testimonial-alignment-right .eael-testimonial-image,
|
| 1209 |
.default-style.testimonial-alignment-right .eael-testimonial-image {
|
| 1210 |
-
|
| 1211 |
}
|
| 1212 |
|
| 1213 |
-
.classic-style.testimonial-alignment-center .eael-testimonial-image>figure,
|
| 1214 |
-
.default-style.testimonial-alignment-center .eael-testimonial-image>figure {
|
| 1215 |
-
|
| 1216 |
}
|
| 1217 |
|
| 1218 |
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
|
| 1219 |
-
|
| 1220 |
}
|
| 1221 |
|
| 1222 |
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
|
| 1223 |
-
|
| 1224 |
}
|
| 1225 |
|
| 1226 |
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
|
| 1227 |
-
|
| 1228 |
}
|
| 1229 |
|
| 1230 |
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
|
| 1231 |
-
|
| 1232 |
}
|
| 1233 |
|
| 1234 |
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
|
| 1235 |
-
|
| 1236 |
}
|
| 1237 |
|
| 1238 |
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
|
| 1239 |
-
|
| 1240 |
}
|
| 1241 |
|
| 1242 |
span.eael-testimonial-quote {
|
| 1243 |
-
|
| 1244 |
-
|
| 1245 |
-
|
| 1246 |
}
|
| 1247 |
|
| 1248 |
/*--- Image align ---*/
|
| 1249 |
.eael-testimonial-item.left .eael-testimonial-image {
|
| 1250 |
-
|
| 1251 |
}
|
| 1252 |
|
| 1253 |
.eael-testimonial-item.center .eael-testimonial-image {
|
| 1254 |
-
|
| 1255 |
}
|
| 1256 |
|
| 1257 |
.eael-testimonial-item.right .eael-testimonial-image {
|
| 1258 |
-
|
| 1259 |
}
|
| 1260 |
|
| 1261 |
-
|
| 1262 |
/*--- Float title image style ---*/
|
| 1263 |
.eael-testimonial-inline-bio .eael-testimonial-image {
|
| 1264 |
-
|
| 1265 |
}
|
| 1266 |
|
| 1267 |
.eael-testimonial-inline-bio .bio-text {
|
| 1268 |
-
|
| 1269 |
}
|
| 1270 |
|
| 1271 |
.eael-testimonial-content.eael-testimonial-inline-bio {
|
| 1272 |
-
|
| 1273 |
-
|
| 1274 |
-
|
| 1275 |
}
|
| 1276 |
|
| 1277 |
.eael-testimonial-inline-bio .testimonial-star-rating,
|
| 1278 |
.eael-testimonial-inline-bio .bio-text {
|
| 1279 |
-
|
| 1280 |
-
|
| 1281 |
}
|
| 1282 |
|
| 1283 |
.eael-testimonial-content.eael-testimonial-inline-bio {
|
| 1284 |
-
|
| 1285 |
}
|
| 1286 |
|
| 1287 |
/*--- Float inline style ---*/
|
| 1288 |
.testimonial-inline-style .eael-testimonial-image {
|
| 1289 |
-
|
| 1290 |
-
|
| 1291 |
-
|
| 1292 |
-
|
| 1293 |
}
|
| 1294 |
|
| 1295 |
.testimonial-inline-style {
|
| 1296 |
-
|
| 1297 |
-
|
| 1298 |
}
|
| 1299 |
|
| 1300 |
.content-top-icon-title-inline .eael-testimonial-text,
|
| 1301 |
.content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
|
| 1302 |
-
|
| 1303 |
}
|
| 1304 |
|
| 1305 |
.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 1306 |
-
|
| 1307 |
}
|
| 1308 |
|
| 1309 |
.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 1310 |
-
|
| 1311 |
}
|
| 1312 |
|
| 1313 |
.content-bottom-icon-title-inline .eael-testimonial-text,
|
| 1314 |
.content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
|
| 1315 |
-
|
| 1316 |
}
|
| 1317 |
|
| 1318 |
.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 1319 |
-
|
| 1320 |
}
|
| 1321 |
|
| 1322 |
.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 1323 |
-
|
| 1324 |
}
|
| 1325 |
|
| 1326 |
-
|
| 1327 |
/*-------------------------*/
|
| 1328 |
/* 09. Product Styles
|
| 1329 |
/* ------------------------*/
|
| 1330 |
.eael-product-carousel .woocommerce li.product {
|
| 1331 |
-
|
| 1332 |
-
|
| 1333 |
-
|
|
|
|
|
|
|
| 1334 |
}
|
| 1335 |
|
| 1336 |
.hide_rating .woocommerce .star-rating-container,
|
| 1337 |
.hide_rating .woocommerce .star-rating {
|
| 1338 |
-
|
| 1339 |
}
|
| 1340 |
|
| 1341 |
.eael-product-carousel .woocommerce ul.products li.product h3 {
|
| 1342 |
-
|
| 1343 |
}
|
| 1344 |
|
| 1345 |
.eael-product-carousel .woocommerce .products .star-rating {
|
| 1346 |
-
|
| 1347 |
-
|
| 1348 |
-
|
| 1349 |
}
|
| 1350 |
|
| 1351 |
body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-carousel .woocommerce li.product .button {
|
| 1352 |
-
|
| 1353 |
-
|
| 1354 |
-
|
| 1355 |
-
|
| 1356 |
-
|
| 1357 |
-
|
| 1358 |
-
|
| 1359 |
-
|
| 1360 |
-
|
|
|
|
| 1361 |
}
|
| 1362 |
|
| 1363 |
-
|
| 1364 |
/*--- Product Simple and Reveal Style ---*/
|
| 1365 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-featured {
|
| 1366 |
-
|
| 1367 |
-
|
| 1368 |
-
|
| 1369 |
-
|
|
|
|
| 1370 |
}
|
| 1371 |
|
| 1372 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-wrap,
|
| 1373 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap {
|
| 1374 |
-
|
| 1375 |
-
|
| 1376 |
-
|
| 1377 |
-
|
| 1378 |
-
|
| 1379 |
-
|
| 1380 |
-
|
|
|
|
| 1381 |
}
|
| 1382 |
|
| 1383 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header h3,
|
| 1384 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header h3 {
|
| 1385 |
-
|
| 1386 |
-
|
| 1387 |
-
|
| 1388 |
-
|
| 1389 |
}
|
| 1390 |
|
| 1391 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header h3 a,
|
| 1392 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header h3 a {
|
| 1393 |
-
|
| 1394 |
-
|
| 1395 |
-
|
| 1396 |
-
|
| 1397 |
}
|
| 1398 |
|
| 1399 |
-
.eael-product-carousel.eael-product-simple .woocommerce li.product .price
|
| 1400 |
-
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header .price
|
| 1401 |
-
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header .price>ins
|
| 1402 |
-
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header .price
|
| 1403 |
-
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header .price>ins
|
| 1404 |
-
|
| 1405 |
-
|
| 1406 |
-
|
| 1407 |
}
|
| 1408 |
|
| 1409 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-wrap::before,
|
| 1410 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap::before {
|
| 1411 |
-
|
| 1412 |
}
|
| 1413 |
|
| 1414 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-header .button {
|
| 1415 |
-
|
| 1416 |
-
|
| 1417 |
-
|
| 1418 |
-
|
| 1419 |
-
|
| 1420 |
-
|
| 1421 |
-
|
| 1422 |
-
|
| 1423 |
-
|
| 1424 |
-
|
| 1425 |
-
|
| 1426 |
-
|
| 1427 |
-
|
| 1428 |
-
|
| 1429 |
-
|
|
|
|
|
|
|
| 1430 |
}
|
| 1431 |
|
| 1432 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-header .button:hover {
|
| 1433 |
-
|
| 1434 |
-
|
| 1435 |
-
|
| 1436 |
}
|
| 1437 |
|
| 1438 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container {
|
| 1439 |
-
|
| 1440 |
-
|
| 1441 |
-
|
| 1442 |
-
|
| 1443 |
-
|
| 1444 |
-
|
| 1445 |
-
|
| 1446 |
-
|
| 1447 |
-
|
| 1448 |
}
|
| 1449 |
|
| 1450 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container .star-rating::before,
|
| 1451 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container .star-rating::before {
|
| 1452 |
-
|
| 1453 |
}
|
| 1454 |
|
| 1455 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container .star-rating span::before,
|
| 1456 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container .star-rating span::before {
|
| 1457 |
-
|
| 1458 |
}
|
| 1459 |
|
| 1460 |
.eael-product-carousel:not(.eael-product-no-style) .onsale {
|
| 1461 |
-
|
| 1462 |
-
|
| 1463 |
-
|
| 1464 |
-
|
| 1465 |
-
|
| 1466 |
-
|
| 1467 |
-
|
| 1468 |
-
|
| 1469 |
-
|
| 1470 |
-
|
| 1471 |
-
|
| 1472 |
-
|
| 1473 |
-
|
| 1474 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1475 |
}
|
| 1476 |
|
| 1477 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .onsale {
|
| 1478 |
-
|
| 1479 |
-
|
| 1480 |
}
|
| 1481 |
|
| 1482 |
.eael-product-carousel .woocommerce ul.products {
|
| 1483 |
-
|
| 1484 |
}
|
| 1485 |
|
| 1486 |
-
|
| 1487 |
/*--- Product Simple and Reveal Style ---*/
|
| 1488 |
.eael-product-carousel .woocommerce li.product {
|
| 1489 |
-
|
| 1490 |
-
|
| 1491 |
-
|
| 1492 |
-
|
| 1493 |
-
|
| 1494 |
-
|
| 1495 |
}
|
| 1496 |
|
| 1497 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap {
|
| 1498 |
-
|
| 1499 |
-
|
| 1500 |
-
|
| 1501 |
-
|
| 1502 |
-
|
| 1503 |
-
|
|
|
|
| 1504 |
}
|
| 1505 |
|
| 1506 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .entry-wrap {
|
| 1507 |
-
|
| 1508 |
}
|
| 1509 |
|
| 1510 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .entry-wrap::before {
|
| 1511 |
-
|
| 1512 |
-
|
| 1513 |
}
|
| 1514 |
|
| 1515 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container {
|
| 1516 |
-
|
| 1517 |
-
|
| 1518 |
-
|
| 1519 |
-
|
| 1520 |
-
|
| 1521 |
-
|
| 1522 |
}
|
| 1523 |
|
| 1524 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .star-rating-container {
|
| 1525 |
-
|
| 1526 |
}
|
| 1527 |
|
| 1528 |
/*--- Product Reveal Styles ---*/
|
| 1529 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap {
|
| 1530 |
-
|
| 1531 |
-
|
| 1532 |
-
|
| 1533 |
-
|
| 1534 |
-
|
| 1535 |
-
|
| 1536 |
-
|
| 1537 |
-
|
|
|
|
|
|
|
| 1538 |
}
|
| 1539 |
|
| 1540 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap {
|
| 1541 |
-
|
| 1542 |
-
|
| 1543 |
-
|
| 1544 |
-
|
| 1545 |
-
|
| 1546 |
-
|
| 1547 |
-
|
| 1548 |
-
|
| 1549 |
-
|
| 1550 |
-
|
| 1551 |
-
|
|
|
|
| 1552 |
}
|
| 1553 |
|
| 1554 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap::before {
|
| 1555 |
-
|
| 1556 |
-
|
| 1557 |
-
|
| 1558 |
-
|
| 1559 |
-
|
| 1560 |
-
|
| 1561 |
-
|
| 1562 |
-
|
| 1563 |
-
|
| 1564 |
-
|
|
|
|
|
|
|
| 1565 |
}
|
| 1566 |
|
| 1567 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap::before {
|
| 1568 |
-
|
| 1569 |
}
|
| 1570 |
|
| 1571 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header {
|
| 1572 |
-
|
| 1573 |
}
|
| 1574 |
|
| 1575 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header h3 {
|
| 1576 |
-
|
| 1577 |
-
|
| 1578 |
-
|
| 1579 |
-
|
| 1580 |
-
|
| 1581 |
-
|
| 1582 |
-
|
| 1583 |
-
|
|
|
|
| 1584 |
}
|
| 1585 |
|
| 1586 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header h3 a {
|
| 1587 |
-
|
| 1588 |
}
|
| 1589 |
|
| 1590 |
-
.eael-product-carousel.eael-product-overlay .woocommerce li.product .price>del,
|
| 1591 |
-
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header .price>del {
|
| 1592 |
-
|
| 1593 |
}
|
| 1594 |
|
| 1595 |
-
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header .price
|
| 1596 |
-
.woocommerce li.product .entry-header .price>ins
|
| 1597 |
-
|
| 1598 |
-
|
| 1599 |
}
|
| 1600 |
|
| 1601 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .added_to_cart {
|
| 1602 |
-
|
| 1603 |
}
|
| 1604 |
|
| 1605 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap {
|
| 1606 |
-
|
| 1607 |
}
|
| 1608 |
|
| 1609 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap::before {
|
| 1610 |
-
|
| 1611 |
}
|
| 1612 |
|
| 1613 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .star-rating-container {
|
| 1614 |
-
|
| 1615 |
}
|
| 1616 |
|
| 1617 |
-
|
| 1618 |
/*--------------------------------*/
|
| 1619 |
/* 10. Contact forms common
|
| 1620 |
/*--------------------------------*/
|
| 1621 |
-
|
| 1622 |
.eael-contact-form input[type=text],
|
| 1623 |
.eael-contact-form input[type=email],
|
| 1624 |
.eael-contact-form input[type=url],
|
|
@@ -1626,112 +1653,115 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 1626 |
.eael-contact-form input[type=date],
|
| 1627 |
.eael-contact-form input[type=number],
|
| 1628 |
.eael-contact-form textarea {
|
| 1629 |
-
|
| 1630 |
-
|
| 1631 |
-
|
| 1632 |
-
|
| 1633 |
-
|
| 1634 |
-
|
| 1635 |
-
|
| 1636 |
-
|
| 1637 |
}
|
| 1638 |
|
| 1639 |
.eael-contact-form input[type=submit] {
|
| 1640 |
-
|
| 1641 |
-
|
| 1642 |
-
|
| 1643 |
-
|
| 1644 |
-
|
| 1645 |
-
|
| 1646 |
-
|
| 1647 |
-
|
|
|
|
| 1648 |
}
|
| 1649 |
|
| 1650 |
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
|
| 1651 |
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
|
| 1652 |
-
|
| 1653 |
-
|
| 1654 |
}
|
| 1655 |
|
| 1656 |
.eael-contact-form.placeholder-hide input::-moz-placeholder,
|
| 1657 |
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
|
| 1658 |
-
|
| 1659 |
-
|
| 1660 |
}
|
| 1661 |
|
| 1662 |
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
|
| 1663 |
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
|
| 1664 |
-
|
| 1665 |
-
|
| 1666 |
}
|
| 1667 |
|
| 1668 |
.eael-contact-form.placeholder-hide input:-moz-placeholder,
|
| 1669 |
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
|
| 1670 |
-
|
| 1671 |
-
|
| 1672 |
}
|
| 1673 |
|
| 1674 |
.eael-custom-radio-checkbox input[type=checkbox],
|
| 1675 |
.eael-custom-radio-checkbox input[type=radio] {
|
| 1676 |
-
|
| 1677 |
-
|
| 1678 |
-
|
| 1679 |
-
|
| 1680 |
-
|
| 1681 |
-
|
| 1682 |
-
|
| 1683 |
-
|
| 1684 |
-
|
| 1685 |
-
|
| 1686 |
}
|
| 1687 |
|
| 1688 |
.eael-custom-radio-checkbox input[type=checkbox]:before,
|
| 1689 |
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 1690 |
-
|
| 1691 |
-
|
| 1692 |
-
|
| 1693 |
-
|
| 1694 |
-
|
| 1695 |
-
|
| 1696 |
}
|
| 1697 |
|
| 1698 |
.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
|
| 1699 |
.eael-custom-radio-checkbox input[type=radio]:checked:before {
|
| 1700 |
-
|
| 1701 |
-
|
| 1702 |
-
|
|
|
|
| 1703 |
}
|
| 1704 |
|
| 1705 |
.eael-custom-radio-checkbox input[type=radio] {
|
| 1706 |
-
|
|
|
|
| 1707 |
}
|
| 1708 |
|
| 1709 |
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 1710 |
-
|
|
|
|
| 1711 |
}
|
| 1712 |
|
| 1713 |
-
|
| 1714 |
/*--------------------------------*/
|
| 1715 |
/* 11. Contact Form 7 Styles
|
| 1716 |
/*--------------------------------*/
|
| 1717 |
.eael-contact-form.eael-contact-form-align-center,
|
| 1718 |
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
|
| 1719 |
-
|
| 1720 |
-
|
| 1721 |
-
|
| 1722 |
-
|
| 1723 |
}
|
| 1724 |
|
| 1725 |
.eael-contact-form.eael-contact-form-align-left,
|
| 1726 |
.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
|
| 1727 |
-
|
| 1728 |
-
|
| 1729 |
}
|
| 1730 |
|
| 1731 |
.eael-contact-form.eael-contact-form-align-right,
|
| 1732 |
.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
|
| 1733 |
-
|
| 1734 |
-
|
| 1735 |
}
|
| 1736 |
|
| 1737 |
.eael-contact-form-7 textarea,
|
|
@@ -1750,79 +1780,82 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 1750 |
.eael-contact-form-7 input[type="tel"],
|
| 1751 |
.eael-contact-form-7 input[type="color"],
|
| 1752 |
.eael-contact-form-7 .uneditable-input {
|
| 1753 |
-
|
| 1754 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1755 |
}
|
| 1756 |
|
| 1757 |
.eael-contact-form-7 .wpcf7-form::before,
|
| 1758 |
.eael-contact-form-7 .wpcf7-form::after {
|
| 1759 |
-
|
| 1760 |
-
|
| 1761 |
-
|
| 1762 |
}
|
| 1763 |
|
| 1764 |
.eael-contact-form-7 .wpcf7-form:after {
|
| 1765 |
-
|
| 1766 |
-
|
| 1767 |
-
|
| 1768 |
-
|
| 1769 |
-
|
| 1770 |
-
|
| 1771 |
}
|
| 1772 |
|
| 1773 |
.eael-contact-form-7 .wpcf7-form label,
|
| 1774 |
.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
|
| 1775 |
-
|
| 1776 |
}
|
| 1777 |
|
| 1778 |
.eael-contact-form-7 .wpcf7-form p {
|
| 1779 |
-
|
| 1780 |
}
|
| 1781 |
|
| 1782 |
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
| 1783 |
-
|
| 1784 |
}
|
| 1785 |
|
| 1786 |
.eael-contact-form-7-title {
|
| 1787 |
-
|
| 1788 |
}
|
| 1789 |
|
| 1790 |
.eael-contact-form-7-description {
|
| 1791 |
-
|
| 1792 |
}
|
| 1793 |
|
| 1794 |
.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
|
| 1795 |
-
|
| 1796 |
}
|
| 1797 |
|
| 1798 |
-
|
| 1799 |
/*----------------------*/
|
| 1800 |
/* 12. weForm Styles
|
| 1801 |
/*----------------------*/
|
| 1802 |
.eael-weform-container input,
|
| 1803 |
.eael-weform-container textarea {
|
| 1804 |
-
|
| 1805 |
-
|
| 1806 |
}
|
| 1807 |
|
| 1808 |
.eael-contact-form-align-center .eael-weform-container,
|
| 1809 |
.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 1810 |
-
|
| 1811 |
-
|
| 1812 |
-
|
| 1813 |
-
|
| 1814 |
}
|
| 1815 |
|
| 1816 |
.eael-contact-form-align-left .eael-weform-container,
|
| 1817 |
.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 1818 |
-
|
| 1819 |
-
|
| 1820 |
}
|
| 1821 |
|
| 1822 |
.eael-contact-form-align-right .eael-weform-container,
|
| 1823 |
.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 1824 |
-
|
| 1825 |
-
|
| 1826 |
}
|
| 1827 |
|
| 1828 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
|
|
@@ -1831,37 +1864,36 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 1831 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
|
| 1832 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
|
| 1833 |
.eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
|
| 1834 |
-
|
| 1835 |
}
|
| 1836 |
|
| 1837 |
-
|
| 1838 |
/*----------------------*/
|
| 1839 |
/* 13. Ninja Form Styles
|
| 1840 |
/*----------------------*/
|
| 1841 |
.eael-ninja-container input,
|
| 1842 |
.eael-ninja-container textarea {
|
| 1843 |
-
|
| 1844 |
-
|
| 1845 |
}
|
| 1846 |
|
| 1847 |
.eael-contact-form-align-center .eael-ninja-container,
|
| 1848 |
.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 1849 |
-
|
| 1850 |
-
|
| 1851 |
-
|
| 1852 |
-
|
| 1853 |
}
|
| 1854 |
|
| 1855 |
.eael-contact-form-align-left .eael-ninja-container,
|
| 1856 |
.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 1857 |
-
|
| 1858 |
-
|
| 1859 |
}
|
| 1860 |
|
| 1861 |
.eael-contact-form-align-right .eael-ninja-container,
|
| 1862 |
.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 1863 |
-
|
| 1864 |
-
|
| 1865 |
}
|
| 1866 |
|
| 1867 |
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
|
|
@@ -1870,1785 +1902,2016 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 1870 |
.eael-ninja-container .nf-field .nf-field-element input[type="url"],
|
| 1871 |
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
|
| 1872 |
.eael-ninja-container .nf-field .nf-field-element textarea {
|
| 1873 |
-
|
| 1874 |
}
|
| 1875 |
|
| 1876 |
.eael-ninja-form .nf-form-title {
|
| 1877 |
-
|
| 1878 |
}
|
| 1879 |
|
| 1880 |
.eael-ninja-form-title-yes .nf-form-title {
|
| 1881 |
-
|
| 1882 |
}
|
| 1883 |
|
| 1884 |
.eael-ninja-form .title-description-hide .nf-form-title {
|
| 1885 |
-
|
| 1886 |
}
|
| 1887 |
|
| 1888 |
.eael-ninja-form.title-description-hide .nf-form-title {
|
| 1889 |
-
|
| 1890 |
}
|
| 1891 |
|
| 1892 |
.eael-ninja-form .nf-field-label {
|
| 1893 |
-
|
| 1894 |
}
|
| 1895 |
|
| 1896 |
.eael-ninja-form-labels-yes .nf-field-label {
|
| 1897 |
-
|
| 1898 |
}
|
| 1899 |
|
| 1900 |
.eael-ninja-form .submit-container input[type=button] {
|
| 1901 |
-
|
| 1902 |
-
|
|
|
|
| 1903 |
}
|
| 1904 |
|
| 1905 |
.eael-ninja-form-button-full-width .submit-container input[type=button] {
|
| 1906 |
-
|
| 1907 |
}
|
| 1908 |
|
| 1909 |
-
|
| 1910 |
/*----------------------*/
|
| 1911 |
/* 14. Gravity Form
|
| 1912 |
/*----------------------*/
|
| 1913 |
.eael-gravity-form-align-default,
|
| 1914 |
.eael-gravity-form-align-left,
|
| 1915 |
.eael-gravity-form-btn-align-left {
|
| 1916 |
-
|
| 1917 |
}
|
| 1918 |
|
| 1919 |
.eael-gravity-form-align-right,
|
| 1920 |
.eael-gravity-form-btn-align-right {
|
| 1921 |
-
|
| 1922 |
}
|
| 1923 |
|
| 1924 |
.eael-gravity-form-align-center,
|
| 1925 |
.eael-gravity-form-btn-align-center {
|
| 1926 |
-
|
| 1927 |
}
|
| 1928 |
|
| 1929 |
.eael-gravity-form .gform_wrapper .gform_footer {
|
| 1930 |
-
|
| 1931 |
-
|
| 1932 |
}
|
| 1933 |
|
| 1934 |
.gform_wrapper form li,
|
| 1935 |
.gform_wrapper li {
|
| 1936 |
-
|
| 1937 |
}
|
| 1938 |
|
| 1939 |
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
| 1940 |
-
|
| 1941 |
}
|
| 1942 |
|
| 1943 |
.eael-gravity-form .gform_wrapper textarea {
|
| 1944 |
-
|
| 1945 |
}
|
| 1946 |
|
| 1947 |
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
| 1948 |
.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
|
| 1949 |
.eael-gravity-form .gform_wrapper .gform_page_footer input.button,
|
| 1950 |
.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
|
| 1951 |
-
|
| 1952 |
}
|
| 1953 |
|
| 1954 |
.eael-gravity-form.title-description-hide .gform_heading {
|
| 1955 |
-
|
| 1956 |
}
|
| 1957 |
|
| 1958 |
.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
|
| 1959 |
.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
|
| 1960 |
-
|
| 1961 |
}
|
| 1962 |
|
| 1963 |
.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
|
| 1964 |
-
|
| 1965 |
}
|
| 1966 |
|
| 1967 |
-
|
| 1968 |
/*-----------------------------*/
|
| 1969 |
/* 15. Post Grid Style
|
| 1970 |
/*-----------------------------*/
|
| 1971 |
-
|
| 1972 |
.eael-post-grid {
|
| 1973 |
-
|
| 1974 |
}
|
| 1975 |
|
| 1976 |
.eael-grid-post {
|
| 1977 |
-
|
| 1978 |
-
|
| 1979 |
}
|
| 1980 |
|
| 1981 |
.eael-post-carousel .eael-grid-post {
|
| 1982 |
-
|
| 1983 |
-
|
| 1984 |
}
|
| 1985 |
|
| 1986 |
.eael-grid-post-holder {
|
| 1987 |
-
|
| 1988 |
}
|
| 1989 |
|
| 1990 |
.eael-grid-post-holder-inner {
|
| 1991 |
-
|
| 1992 |
}
|
| 1993 |
|
| 1994 |
.eael-entry-media {
|
| 1995 |
-
|
| 1996 |
}
|
| 1997 |
|
| 1998 |
.eael-entry-overlay {
|
| 1999 |
-
|
| 2000 |
-
|
| 2001 |
-
|
| 2002 |
-
|
| 2003 |
-
|
| 2004 |
-
|
| 2005 |
-
|
| 2006 |
-
|
| 2007 |
-
|
| 2008 |
-
|
| 2009 |
-
|
| 2010 |
-
|
| 2011 |
-
|
| 2012 |
-
|
| 2013 |
-
|
| 2014 |
-
|
| 2015 |
-
|
| 2016 |
-
|
|
|
|
|
|
|
| 2017 |
}
|
| 2018 |
|
| 2019 |
.eael-entry-title {
|
| 2020 |
-
|
| 2021 |
-
|
| 2022 |
}
|
| 2023 |
|
| 2024 |
.eael-entry-thumbnail img {
|
| 2025 |
-
|
| 2026 |
-
|
| 2027 |
-
|
| 2028 |
}
|
| 2029 |
|
| 2030 |
-
.eael-entry-thumbnail>img {
|
| 2031 |
-
|
| 2032 |
}
|
| 2033 |
|
| 2034 |
.eael-entry-footer .eael-author-avatar {
|
| 2035 |
-
|
| 2036 |
}
|
| 2037 |
|
| 2038 |
.eael-entry-footer .eael-author-avatar .avatar {
|
| 2039 |
-
|
|
|
|
| 2040 |
}
|
| 2041 |
|
| 2042 |
.eael-post-grid .eael-entry-footer .eael-entry-meta {
|
| 2043 |
-
|
| 2044 |
-
|
| 2045 |
}
|
| 2046 |
|
| 2047 |
.eael-grid-post .eael-entry-meta {
|
| 2048 |
-
|
| 2049 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2050 |
}
|
| 2051 |
|
| 2052 |
.eael-grid-post .eael-entry-footer .eael-entry-meta {
|
| 2053 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2054 |
}
|
| 2055 |
|
| 2056 |
-
.eael-entry-meta>div {
|
| 2057 |
-
|
| 2058 |
-
|
| 2059 |
-
|
| 2060 |
}
|
| 2061 |
|
| 2062 |
.eael-grid-post-excerpt p {
|
| 2063 |
-
|
| 2064 |
-
|
| 2065 |
}
|
| 2066 |
|
| 2067 |
.eael-entry-meta .eael-entry-footer .eael-posted-by {
|
| 2068 |
-
|
| 2069 |
}
|
| 2070 |
|
| 2071 |
.eael-grid-post .eael-entry-wrapper,
|
| 2072 |
.eael-grid-post .eael-entry-footer {
|
| 2073 |
-
|
| 2074 |
}
|
| 2075 |
|
| 2076 |
.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
|
| 2077 |
-
|
| 2078 |
}
|
| 2079 |
|
| 2080 |
.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
|
| 2081 |
-
|
| 2082 |
-
|
| 2083 |
-
|
| 2084 |
-
|
| 2085 |
-
|
| 2086 |
-
|
| 2087 |
}
|
| 2088 |
|
| 2089 |
.eael-load-more-button-wrap {
|
| 2090 |
-
|
|
|
|
|
|
|
|
|
|
| 2091 |
}
|
| 2092 |
|
| 2093 |
.eael-load-more-button {
|
| 2094 |
-
|
| 2095 |
-
|
| 2096 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2097 |
}
|
| 2098 |
|
| 2099 |
.eael-load-more-button {
|
| 2100 |
-
|
| 2101 |
-
|
| 2102 |
-
|
| 2103 |
}
|
| 2104 |
|
| 2105 |
.eael-load-more-button .button__loader {
|
| 2106 |
-
|
| 2107 |
-
|
| 2108 |
-
|
| 2109 |
-
|
|
|
|
|
|
|
| 2110 |
}
|
| 2111 |
|
| 2112 |
-
.eael-load-more-button>span {
|
| 2113 |
-
|
| 2114 |
}
|
| 2115 |
|
| 2116 |
-
.eael-load-more-button.button--loading>span {
|
| 2117 |
-
|
| 2118 |
}
|
| 2119 |
|
| 2120 |
.eael-load-more-button.button--loading .button__loader {
|
| 2121 |
-
|
| 2122 |
}
|
| 2123 |
|
| 2124 |
.eael-btn-loader,
|
| 2125 |
.eael-btn-loader:after {
|
| 2126 |
-
|
| 2127 |
-
|
| 2128 |
-
|
|
|
|
| 2129 |
}
|
| 2130 |
|
| 2131 |
.eael-btn-loader {
|
| 2132 |
-
|
| 2133 |
-
|
| 2134 |
-
|
| 2135 |
-
|
| 2136 |
-
|
| 2137 |
-
|
| 2138 |
-
|
| 2139 |
-
|
| 2140 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2141 |
}
|
| 2142 |
|
| 2143 |
@keyframes loaderSpin {
|
| 2144 |
-
|
| 2145 |
-
|
| 2146 |
-
|
| 2147 |
-
|
| 2148 |
-
|
| 2149 |
-
|
|
|
|
|
|
|
| 2150 |
}
|
| 2151 |
-
|
| 2152 |
-
|
| 2153 |
/*--- Post Grid Thumbnail Hover Effects ---*/
|
| 2154 |
-
|
| 2155 |
.eael-entry-medianone {
|
| 2156 |
-
|
| 2157 |
}
|
| 2158 |
|
| 2159 |
.eael-entry-overlay {
|
| 2160 |
-
|
| 2161 |
-
|
| 2162 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2163 |
}
|
| 2164 |
|
| 2165 |
-
.eael-entry-overlay>i {
|
| 2166 |
-
|
| 2167 |
}
|
| 2168 |
|
| 2169 |
/*--- fade in ---*/
|
| 2170 |
.eael-entry-overlay.fade-in {
|
| 2171 |
-
|
| 2172 |
-
|
| 2173 |
-
|
|
|
|
|
|
|
| 2174 |
}
|
| 2175 |
|
| 2176 |
.eael-entry-medianone:hover .eael-entry-overlay.fade-in {
|
| 2177 |
-
|
| 2178 |
-
|
| 2179 |
}
|
| 2180 |
|
| 2181 |
-
.eael-entry-medianone:hover .eael-entry-overlay.fade-in>i {
|
| 2182 |
-
|
| 2183 |
-
|
|
|
|
|
|
|
| 2184 |
}
|
| 2185 |
|
| 2186 |
/*--- zoom in --- */
|
| 2187 |
.eael-entry-overlay.zoom-in {
|
| 2188 |
-
|
| 2189 |
-
|
| 2190 |
-
|
| 2191 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2192 |
}
|
| 2193 |
|
| 2194 |
.eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
|
| 2195 |
-
|
| 2196 |
-
|
| 2197 |
-
|
|
|
|
|
|
|
| 2198 |
}
|
| 2199 |
|
| 2200 |
/*--- slide up ---*/
|
| 2201 |
.eael-entry-overlay.slide-up {
|
| 2202 |
-
|
| 2203 |
-
|
| 2204 |
-
|
| 2205 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2206 |
}
|
| 2207 |
|
| 2208 |
.eael-entry-medianone:hover .eael-entry-overlay.slide-up {
|
| 2209 |
-
|
| 2210 |
-
|
| 2211 |
-
|
|
|
|
|
|
|
| 2212 |
}
|
| 2213 |
|
| 2214 |
.eael-entry-medianone {
|
| 2215 |
-
|
| 2216 |
}
|
| 2217 |
|
| 2218 |
/*--- Post Grid & Carousel Hover Styles ---*/
|
| 2219 |
.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
|
| 2220 |
-
|
| 2221 |
}
|
| 2222 |
|
| 2223 |
.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
|
| 2224 |
-
|
| 2225 |
}
|
| 2226 |
|
| 2227 |
.eael-entry-media.grid-hover-style-none .eael-entry-overlay {
|
| 2228 |
-
|
| 2229 |
}
|
| 2230 |
|
| 2231 |
.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
|
| 2232 |
-
|
| 2233 |
-
|
|
|
|
|
|
|
| 2234 |
}
|
| 2235 |
|
| 2236 |
.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
|
| 2237 |
-
|
| 2238 |
-
|
|
|
|
|
|
|
| 2239 |
}
|
| 2240 |
|
| 2241 |
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
|
| 2242 |
-
|
|
|
|
|
|
|
| 2243 |
}
|
| 2244 |
|
| 2245 |
-
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i {
|
| 2246 |
-
|
| 2247 |
-
|
| 2248 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2249 |
}
|
| 2250 |
|
| 2251 |
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
|
| 2252 |
-
|
|
|
|
|
|
|
| 2253 |
}
|
| 2254 |
|
| 2255 |
-
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i {
|
| 2256 |
-
|
|
|
|
|
|
|
| 2257 |
}
|
| 2258 |
|
| 2259 |
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
|
| 2260 |
-
|
| 2261 |
-
|
| 2262 |
-
|
|
|
|
|
|
|
| 2263 |
}
|
| 2264 |
|
| 2265 |
-
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i {
|
| 2266 |
-
|
| 2267 |
-
|
| 2268 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2269 |
}
|
| 2270 |
|
| 2271 |
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
|
| 2272 |
-
|
| 2273 |
-
|
| 2274 |
-
|
|
|
|
|
|
|
| 2275 |
}
|
| 2276 |
|
| 2277 |
-
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i {
|
| 2278 |
-
|
|
|
|
|
|
|
| 2279 |
}
|
| 2280 |
|
| 2281 |
-
|
| 2282 |
/*-----------------------------*/
|
| 2283 |
/* 16. Post Grid Column
|
| 2284 |
/*-----------------------------*/
|
| 2285 |
.eael-col-1 .eael-post-grid-column {
|
| 2286 |
-
|
| 2287 |
-
|
| 2288 |
}
|
| 2289 |
|
| 2290 |
.eael-col-2 .eael-post-grid-column {
|
| 2291 |
-
|
| 2292 |
-
|
| 2293 |
}
|
| 2294 |
|
| 2295 |
.eael-col-3 .eael-post-grid-column {
|
| 2296 |
-
|
| 2297 |
-
|
| 2298 |
}
|
| 2299 |
|
| 2300 |
.eael-col-4 .eael-post-grid-column {
|
| 2301 |
-
|
| 2302 |
-
|
| 2303 |
}
|
| 2304 |
|
| 2305 |
.eael-col-5 .eael-post-grid-column {
|
| 2306 |
-
|
| 2307 |
-
|
| 2308 |
}
|
| 2309 |
|
| 2310 |
.eael-col-6 .eael-post-grid-column {
|
| 2311 |
-
|
| 2312 |
-
|
| 2313 |
}
|
| 2314 |
|
| 2315 |
-
|
| 2316 |
/*--- Post Grid Column Styles ---*/
|
| 2317 |
@media only screen and (max-width: 979px) {
|
| 2318 |
-
|
| 2319 |
-
|
| 2320 |
-
|
| 2321 |
-
|
| 2322 |
-
|
| 2323 |
-
|
| 2324 |
-
|
| 2325 |
-
|
| 2326 |
}
|
| 2327 |
-
|
| 2328 |
@media only screen and (max-width: 767px) {
|
| 2329 |
-
|
| 2330 |
-
|
| 2331 |
-
|
| 2332 |
-
|
| 2333 |
-
|
| 2334 |
-
|
| 2335 |
-
|
| 2336 |
-
|
| 2337 |
}
|
| 2338 |
-
|
| 2339 |
@media only screen and (max-width: 480px) {
|
| 2340 |
-
|
| 2341 |
-
|
| 2342 |
-
|
| 2343 |
-
|
| 2344 |
-
|
| 2345 |
-
|
| 2346 |
-
|
| 2347 |
-
|
| 2348 |
-
|
| 2349 |
}
|
| 2350 |
-
|
| 2351 |
-
|
| 2352 |
-
display: block;
|
| 2353 |
}
|
| 2354 |
|
| 2355 |
.eael-entry-footer {
|
| 2356 |
-
|
| 2357 |
-
|
|
|
|
|
|
|
|
|
|
| 2358 |
}
|
| 2359 |
|
| 2360 |
-
.eael-entry-footer>div {
|
| 2361 |
-
|
| 2362 |
-
|
| 2363 |
}
|
| 2364 |
|
| 2365 |
-
|
| 2366 |
/* ------------------------ */
|
| 2367 |
/* 17. Infobox Style
|
| 2368 |
/* ------------------------ */
|
| 2369 |
-
|
| 2370 |
/*--- Image/Icon On Top ---*/
|
| 2371 |
.eael-infobox .infobox-icon {
|
| 2372 |
-
|
| 2373 |
}
|
| 2374 |
|
| 2375 |
.eael-infobox .infobox-icon .infobox-icon-wrap {
|
| 2376 |
-
|
| 2377 |
-
|
| 2378 |
-
|
| 2379 |
-
|
|
|
|
|
|
|
| 2380 |
}
|
| 2381 |
|
| 2382 |
.eael-infobox .infobox-icon .infobox-icon-wrap i {
|
| 2383 |
-
|
|
|
|
|
|
|
| 2384 |
}
|
| 2385 |
|
| 2386 |
-
|
| 2387 |
/*--- For Content Alignment ---*/
|
| 2388 |
.eael-infobox-content-align-left .eael-infobox .infobox-icon,
|
| 2389 |
.eael-infobox-content-align-left .eael-infobox .infobox-content,
|
| 2390 |
.eael-infobox-content-align-left .eael-infobox .infobox-button {
|
| 2391 |
-
|
| 2392 |
}
|
| 2393 |
|
| 2394 |
.eael-infobox-content-align-right .eael-infobox .infobox-icon,
|
| 2395 |
.eael-infobox-content-align-right .eael-infobox .infobox-content,
|
| 2396 |
.eael-infobox-content-align-right .eael-infobox .infobox-button {
|
| 2397 |
-
|
| 2398 |
}
|
| 2399 |
|
| 2400 |
.eael-infobox-content-align-center .eael-infobox .infobox-icon,
|
| 2401 |
.eael-infobox-content-align-center .eael-infobox .infobox-content,
|
| 2402 |
.eael-infobox-content-align-center .eael-infobox .infobox-button {
|
| 2403 |
-
|
| 2404 |
}
|
| 2405 |
|
| 2406 |
-
|
| 2407 |
/*--- For icon background shape ---*/
|
| 2408 |
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
|
| 2409 |
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 2410 |
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
|
| 2411 |
-
|
| 2412 |
-
|
| 2413 |
-
|
| 2414 |
}
|
| 2415 |
|
| 2416 |
.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
|
| 2417 |
-
|
|
|
|
| 2418 |
}
|
| 2419 |
|
| 2420 |
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 2421 |
.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
|
| 2422 |
-
|
|
|
|
| 2423 |
}
|
| 2424 |
|
| 2425 |
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
|
| 2426 |
-
|
| 2427 |
-
|
| 2428 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2429 |
}
|
| 2430 |
|
| 2431 |
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
|
| 2432 |
.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
|
| 2433 |
-
|
|
|
|
| 2434 |
}
|
| 2435 |
|
| 2436 |
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
|
| 2437 |
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
|
| 2438 |
-
|
| 2439 |
-
|
|
|
|
|
|
|
| 2440 |
}
|
| 2441 |
|
| 2442 |
/*--- Infobox Button ---*/
|
| 2443 |
.eael-infobox .infobox-button a.eael-infobox-button {
|
| 2444 |
-
|
| 2445 |
-
|
| 2446 |
-
|
| 2447 |
-
|
| 2448 |
-
|
| 2449 |
}
|
| 2450 |
|
| 2451 |
/*--- For icon bg shape alignment ---*/
|
| 2452 |
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 2453 |
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 2454 |
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 2455 |
-
|
| 2456 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2457 |
}
|
| 2458 |
|
| 2459 |
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 2460 |
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 2461 |
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 2462 |
-
|
| 2463 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2464 |
}
|
| 2465 |
|
| 2466 |
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 2467 |
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 2468 |
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 2469 |
-
|
| 2470 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2471 |
}
|
| 2472 |
|
| 2473 |
-
|
| 2474 |
/*--- Image/Icon On Left ---*/
|
| 2475 |
.eael-infobox.icon-on-left {
|
| 2476 |
-
|
| 2477 |
-
|
| 2478 |
-
|
|
|
|
|
|
|
|
|
|
| 2479 |
}
|
| 2480 |
|
| 2481 |
.eael-infobox.icon-on-right .infobox-icon-wrap,
|
| 2482 |
.eael-infobox.icon-on-left .infobox-icon-wrap {
|
| 2483 |
-
|
| 2484 |
-
|
| 2485 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2486 |
}
|
| 2487 |
|
| 2488 |
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
|
| 2489 |
-
|
| 2490 |
-
|
| 2491 |
-
|
| 2492 |
-
|
| 2493 |
-
|
| 2494 |
}
|
| 2495 |
|
| 2496 |
.eael-infobox .infobox-content p {
|
| 2497 |
-
|
| 2498 |
}
|
| 2499 |
|
| 2500 |
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
|
| 2501 |
-
|
| 2502 |
-
|
|
|
|
|
|
|
| 2503 |
}
|
| 2504 |
|
| 2505 |
.eael-infobox.icon-on-left .infobox-content {
|
| 2506 |
-
|
| 2507 |
-
|
|
|
|
|
|
|
|
|
|
| 2508 |
}
|
| 2509 |
|
| 2510 |
.eael-infobox.icon-on-left .infobox-content .title {
|
| 2511 |
-
|
| 2512 |
-
|
| 2513 |
}
|
| 2514 |
|
| 2515 |
-
|
| 2516 |
/*--- Image/Icon On Right ---*/
|
| 2517 |
.eael-infobox.icon-on-right {
|
| 2518 |
-
|
| 2519 |
-
|
| 2520 |
-
|
| 2521 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2522 |
}
|
| 2523 |
|
| 2524 |
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
|
| 2525 |
-
|
| 2526 |
-
|
| 2527 |
-
|
| 2528 |
-
|
| 2529 |
-
|
| 2530 |
-
|
| 2531 |
}
|
| 2532 |
|
| 2533 |
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
|
| 2534 |
-
|
| 2535 |
-
|
|
|
|
|
|
|
| 2536 |
}
|
| 2537 |
|
| 2538 |
.eael-infobox.icon-on-right .infobox-content {
|
| 2539 |
-
|
| 2540 |
-
|
| 2541 |
-
|
| 2542 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2543 |
}
|
| 2544 |
|
| 2545 |
.eael-infobox.icon-on-right .infobox-content .title {
|
| 2546 |
-
|
| 2547 |
-
|
| 2548 |
}
|
| 2549 |
|
| 2550 |
-
|
| 2551 |
/*--- Imgae Circle On Top ---*/
|
| 2552 |
.eael-infobox .infobox-icon img {
|
| 2553 |
-
|
| 2554 |
-
|
| 2555 |
-
|
| 2556 |
}
|
| 2557 |
|
| 2558 |
.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
|
| 2559 |
-
|
|
|
|
| 2560 |
}
|
| 2561 |
|
| 2562 |
.eael-infobox-shape-circle .eael-infobox .infobox-icon img,
|
| 2563 |
.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
|
| 2564 |
-
|
|
|
|
| 2565 |
}
|
| 2566 |
|
| 2567 |
.eael-infobox-shape-radius .eael-infobox .infobox-icon img,
|
| 2568 |
.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
|
| 2569 |
-
|
|
|
|
| 2570 |
}
|
| 2571 |
|
| 2572 |
-
|
| 2573 |
/*---------------------------*/
|
| 2574 |
/* 18. Flipbox Style
|
| 2575 |
/*---------------------------*/
|
| 2576 |
.eael-elements-flip-box-container {
|
| 2577 |
-
|
| 2578 |
-
|
| 2579 |
-
|
| 2580 |
}
|
| 2581 |
|
| 2582 |
.eael-elements-flip-box-container .flipbox-button {
|
| 2583 |
-
|
| 2584 |
-
|
| 2585 |
-
|
| 2586 |
-
|
| 2587 |
}
|
| 2588 |
|
| 2589 |
.eael-elements-flip-box-container a {
|
| 2590 |
-
|
| 2591 |
}
|
| 2592 |
|
| 2593 |
.eael-elements-flip-box-vertical-align {
|
| 2594 |
-
|
| 2595 |
}
|
| 2596 |
|
| 2597 |
.eael-elements-flip-box-padding {
|
| 2598 |
-
|
| 2599 |
}
|
| 2600 |
|
| 2601 |
.eael-elements-flip-box-icon-image {
|
| 2602 |
-
|
| 2603 |
-
|
| 2604 |
-
|
| 2605 |
}
|
| 2606 |
|
| 2607 |
.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
|
| 2608 |
-
|
| 2609 |
}
|
| 2610 |
|
| 2611 |
.eael_eleements_flip_front_icon_style_bordered {
|
| 2612 |
-
|
| 2613 |
}
|
| 2614 |
|
| 2615 |
.eael_flip_box_icon_border_round {
|
| 2616 |
-
|
|
|
|
| 2617 |
}
|
| 2618 |
|
| 2619 |
.eael_eleements_flip_front_icon_style_background,
|
| 2620 |
.eael_eleements_flip_front_icon_style_bordered {
|
| 2621 |
-
|
| 2622 |
}
|
| 2623 |
|
| 2624 |
.eael-elements-flip-box-icon-image i {
|
| 2625 |
-
|
| 2626 |
-
|
| 2627 |
-
|
| 2628 |
}
|
| 2629 |
|
| 2630 |
.eael-elements-slider-display-table {
|
| 2631 |
-
|
| 2632 |
}
|
| 2633 |
|
| 2634 |
.eael-elements-flip-box-front-container {
|
| 2635 |
-
|
| 2636 |
-
|
| 2637 |
-
|
| 2638 |
-
|
| 2639 |
-
|
| 2640 |
-
|
| 2641 |
-
|
| 2642 |
-
|
| 2643 |
-
|
| 2644 |
-
|
| 2645 |
-
|
| 2646 |
-
|
| 2647 |
-
|
| 2648 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2649 |
}
|
| 2650 |
|
| 2651 |
.eael-elements-flip-box-content,
|
| 2652 |
.eael-elements-flip-box-heading {
|
| 2653 |
-
|
| 2654 |
}
|
| 2655 |
|
| 2656 |
.eael-elements-flip-box-heading.flipbox-linked-title {
|
| 2657 |
-
|
| 2658 |
-
|
| 2659 |
-
|
| 2660 |
}
|
| 2661 |
|
| 2662 |
.eael-elements-flip-box-rear-container {
|
| 2663 |
-
|
| 2664 |
-
|
| 2665 |
-
|
| 2666 |
-
|
| 2667 |
-
|
| 2668 |
-
|
| 2669 |
-
|
| 2670 |
-
|
| 2671 |
-
|
| 2672 |
-
|
| 2673 |
-
|
| 2674 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2675 |
}
|
| 2676 |
|
| 2677 |
-
|
| 2678 |
/*--- Floating Button Styles ---*/
|
| 2679 |
.eael-elements-button-floating-container {
|
| 2680 |
-
|
| 2681 |
-
|
| 2682 |
}
|
| 2683 |
|
| 2684 |
.eael-elements-button-floating-container .eael-elements-button {
|
| 2685 |
-
|
| 2686 |
-
|
| 2687 |
-
|
| 2688 |
-
|
| 2689 |
}
|
| 2690 |
|
| 2691 |
.eael-elements-button {
|
| 2692 |
-
|
| 2693 |
-
|
| 2694 |
-
|
| 2695 |
-
|
| 2696 |
-
|
| 2697 |
-
|
| 2698 |
-
|
| 2699 |
}
|
| 2700 |
|
| 2701 |
.eael-elements-button:hover {
|
| 2702 |
-
|
| 2703 |
-
|
| 2704 |
}
|
| 2705 |
|
| 2706 |
-
|
| 2707 |
/*--- CSS3 Transitions ---*/
|
| 2708 |
.eael-elements-flip-box-container {
|
| 2709 |
-
|
|
|
|
| 2710 |
}
|
| 2711 |
|
| 2712 |
.eael-elements-flip-box-front-container,
|
| 2713 |
.eael-elements-flip-box-rear-container {
|
| 2714 |
-
|
| 2715 |
-
|
| 2716 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2717 |
}
|
| 2718 |
|
| 2719 |
.eael-elements-flip-box-flip-card {
|
| 2720 |
-
|
| 2721 |
-
|
| 2722 |
-
|
| 2723 |
-
|
|
|
|
|
|
|
|
|
|
| 2724 |
}
|
| 2725 |
|
| 2726 |
.eael-elements-flip-box-rear-container,
|
| 2727 |
.eael-elements-flip-box-front-container {
|
| 2728 |
-
|
| 2729 |
-
|
| 2730 |
-
|
| 2731 |
-
|
| 2732 |
-
|
|
|
|
| 2733 |
}
|
| 2734 |
|
| 2735 |
-
|
| 2736 |
/*--- Flip ---*/
|
| 2737 |
.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2738 |
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 2739 |
-
|
|
|
|
| 2740 |
}
|
| 2741 |
|
| 2742 |
.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2743 |
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 2744 |
-
|
|
|
|
| 2745 |
}
|
| 2746 |
|
| 2747 |
.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2748 |
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 2749 |
-
|
|
|
|
| 2750 |
}
|
| 2751 |
|
| 2752 |
.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2753 |
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 2754 |
-
|
|
|
|
| 2755 |
}
|
| 2756 |
|
| 2757 |
/*--- Slide ---*/
|
| 2758 |
.eael-animate-push.eael-elements-flip-box-container,
|
| 2759 |
.eael-animate-slide.eael-elements-flip-box-container {
|
| 2760 |
-
|
| 2761 |
}
|
| 2762 |
|
| 2763 |
.eael-animate-push .eael-elements-flip-box-rear-container,
|
| 2764 |
.eael-animate-slide .eael-elements-flip-box-rear-container {
|
| 2765 |
-
|
| 2766 |
}
|
| 2767 |
|
| 2768 |
.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
|
| 2769 |
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 2770 |
-
|
| 2771 |
}
|
| 2772 |
|
| 2773 |
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 2774 |
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 2775 |
-
|
| 2776 |
}
|
| 2777 |
|
| 2778 |
.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
|
| 2779 |
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 2780 |
-
|
| 2781 |
-
|
| 2782 |
}
|
| 2783 |
|
| 2784 |
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 2785 |
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 2786 |
-
|
| 2787 |
-
|
| 2788 |
}
|
| 2789 |
|
| 2790 |
.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
|
| 2791 |
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 2792 |
-
|
| 2793 |
}
|
| 2794 |
|
| 2795 |
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 2796 |
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 2797 |
-
|
| 2798 |
}
|
| 2799 |
|
| 2800 |
.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
|
| 2801 |
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 2802 |
-
|
| 2803 |
-
|
| 2804 |
}
|
| 2805 |
|
| 2806 |
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 2807 |
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 2808 |
-
|
| 2809 |
-
|
| 2810 |
}
|
| 2811 |
|
| 2812 |
/*--- Push + Slide Above ---*/
|
| 2813 |
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 2814 |
-
|
| 2815 |
}
|
| 2816 |
|
| 2817 |
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 2818 |
-
|
| 2819 |
}
|
| 2820 |
|
| 2821 |
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 2822 |
-
|
| 2823 |
}
|
| 2824 |
|
| 2825 |
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 2826 |
-
|
| 2827 |
}
|
| 2828 |
|
| 2829 |
/*--- Zoom In ---*/
|
| 2830 |
.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
|
| 2831 |
-
|
| 2832 |
-
|
| 2833 |
-
|
|
|
|
|
|
|
| 2834 |
}
|
| 2835 |
|
| 2836 |
.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 2837 |
-
|
| 2838 |
-
|
|
|
|
|
|
|
| 2839 |
}
|
| 2840 |
|
| 2841 |
/*--- Zoom Out ---*/
|
| 2842 |
.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 2843 |
-
|
| 2844 |
-
|
|
|
|
|
|
|
| 2845 |
}
|
| 2846 |
|
| 2847 |
.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 2848 |
-
|
| 2849 |
}
|
| 2850 |
|
| 2851 |
-
|
| 2852 |
/*--- Builder Related Style ---*/
|
| 2853 |
.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
|
| 2854 |
-
|
| 2855 |
}
|
| 2856 |
|
| 2857 |
.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
|
| 2858 |
-
|
| 2859 |
}
|
| 2860 |
|
| 2861 |
.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
|
| 2862 |
-
|
| 2863 |
}
|
| 2864 |
|
| 2865 |
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
|
| 2866 |
.eael-flipbox-img-circle .flipbox-back-image-icon img {
|
| 2867 |
-
|
| 2868 |
-
|
|
|
|
| 2869 |
}
|
| 2870 |
|
| 2871 |
-
|
| 2872 |
/*--------------------------*/
|
| 2873 |
/* 19. Call To Action
|
| 2874 |
/*-------------------------*/
|
| 2875 |
.eael-call-to-action {
|
| 2876 |
-
|
| 2877 |
-
|
| 2878 |
-
|
| 2879 |
-
|
| 2880 |
-
|
| 2881 |
-
|
| 2882 |
-
|
| 2883 |
-
|
| 2884 |
-
|
| 2885 |
}
|
| 2886 |
|
| 2887 |
.eael-call-to-action p {
|
| 2888 |
-
|
| 2889 |
}
|
| 2890 |
|
| 2891 |
.eael-call-to-action .title {
|
| 2892 |
-
|
| 2893 |
-
|
| 2894 |
-
|
| 2895 |
-
|
| 2896 |
-
|
| 2897 |
-
|
| 2898 |
}
|
| 2899 |
|
| 2900 |
.eael-call-to-action.cta-center {
|
| 2901 |
-
|
| 2902 |
}
|
| 2903 |
|
| 2904 |
.eael-call-to-action.cta-right {
|
| 2905 |
-
|
| 2906 |
}
|
| 2907 |
|
| 2908 |
.eael-call-to-action.cta-left {
|
| 2909 |
-
|
| 2910 |
}
|
| 2911 |
|
| 2912 |
.eael-call-to-action.bg-lite {
|
| 2913 |
-
|
| 2914 |
}
|
| 2915 |
|
| 2916 |
.eael-call-to-action.bg-img {
|
| 2917 |
-
|
| 2918 |
-
|
| 2919 |
-
|
| 2920 |
-
|
| 2921 |
-
|
| 2922 |
-
|
| 2923 |
-
|
|
|
|
| 2924 |
}
|
| 2925 |
|
| 2926 |
.eael-call-to-action.bg-img .icon {
|
| 2927 |
-
|
| 2928 |
}
|
| 2929 |
|
| 2930 |
.eael-call-to-action.bg-img:after {
|
| 2931 |
-
|
| 2932 |
-
|
| 2933 |
-
|
| 2934 |
-
|
| 2935 |
-
|
| 2936 |
-
|
| 2937 |
-
|
| 2938 |
-
|
| 2939 |
}
|
| 2940 |
|
| 2941 |
.eael-call-to-action.bg-img.bg-fixed {
|
| 2942 |
-
|
| 2943 |
-
|
| 2944 |
}
|
| 2945 |
|
| 2946 |
.eael-call-to-action.bg-img .title {
|
| 2947 |
-
|
| 2948 |
}
|
| 2949 |
|
| 2950 |
/*--- Cta Flex ---*/
|
| 2951 |
.eael-call-to-action.cta-flex,
|
| 2952 |
.eael-call-to-action.cta-icon-flex {
|
| 2953 |
-
|
| 2954 |
-
|
| 2955 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
}
|
| 2957 |
|
| 2958 |
/*--- Cta Icon Flex ---*/
|
| 2959 |
.eael-call-to-action.cta-icon-flex .icon {
|
| 2960 |
-
|
| 2961 |
-
|
| 2962 |
-
|
| 2963 |
-
|
|
|
|
|
|
|
|
|
|
| 2964 |
}
|
| 2965 |
|
| 2966 |
.eael-call-to-action.cta-icon-flex .action {
|
| 2967 |
-
|
| 2968 |
-
|
| 2969 |
-
|
| 2970 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2971 |
}
|
| 2972 |
|
| 2973 |
.eael-call-to-action.cta-icon-flex .content {
|
| 2974 |
-
|
| 2975 |
-
|
|
|
|
|
|
|
|
|
|
| 2976 |
}
|
| 2977 |
|
| 2978 |
/*--- Cta Flex ---*/
|
| 2979 |
.eael-call-to-action.cta-flex .content {
|
| 2980 |
-
|
| 2981 |
-
|
|
|
|
|
|
|
|
|
|
| 2982 |
}
|
| 2983 |
|
| 2984 |
.eael-call-to-action.cta-flex .action {
|
| 2985 |
-
|
| 2986 |
-
|
| 2987 |
-
|
| 2988 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2989 |
}
|
| 2990 |
|
| 2991 |
/*--- Cta Button ---*/
|
| 2992 |
.eael-call-to-action .cta-button {
|
| 2993 |
-
|
| 2994 |
-
|
| 2995 |
-
|
| 2996 |
-
|
| 2997 |
-
|
| 2998 |
-
|
| 2999 |
-
|
| 3000 |
-
|
| 3001 |
-
|
| 3002 |
-
|
| 3003 |
-
|
| 3004 |
-
|
| 3005 |
-
|
| 3006 |
-
|
| 3007 |
-
|
| 3008 |
-
|
| 3009 |
-
|
| 3010 |
}
|
| 3011 |
|
| 3012 |
.eael-call-to-action .cta-button:last-child {
|
| 3013 |
-
|
| 3014 |
}
|
| 3015 |
|
| 3016 |
.eael-call-to-action .cta-button:focus {
|
| 3017 |
-
|
| 3018 |
}
|
| 3019 |
|
| 3020 |
-
|
| 3021 |
/*--- Hover ---*/
|
| 3022 |
.eael-call-to-action .cta-button:hover {
|
| 3023 |
-
|
| 3024 |
-
|
| 3025 |
-
|
| 3026 |
-
|
| 3027 |
-
|
| 3028 |
}
|
| 3029 |
|
| 3030 |
-
|
| 3031 |
/*--- Cta Button effect 1 ---*/
|
| 3032 |
.eael-call-to-action .cta-button.effect-1:after {
|
| 3033 |
-
|
| 3034 |
-
|
| 3035 |
-
|
| 3036 |
-
|
| 3037 |
-
|
| 3038 |
-
|
| 3039 |
-
|
| 3040 |
-
|
| 3041 |
-
|
| 3042 |
-
|
| 3043 |
-
|
| 3044 |
-
|
| 3045 |
-
|
| 3046 |
-
|
| 3047 |
-
|
| 3048 |
}
|
| 3049 |
|
| 3050 |
.eael-call-to-action .cta-button.effect-1:hover::after {
|
| 3051 |
-
|
| 3052 |
-
|
| 3053 |
-
|
| 3054 |
}
|
| 3055 |
|
| 3056 |
/*--- Cta Button effect 2 ---*/
|
| 3057 |
.eael-call-to-action .cta-button.effect-2:after {
|
| 3058 |
-
|
| 3059 |
-
|
| 3060 |
-
|
| 3061 |
-
|
| 3062 |
-
|
| 3063 |
-
|
| 3064 |
-
|
| 3065 |
-
|
| 3066 |
-
|
| 3067 |
-
|
| 3068 |
-
|
| 3069 |
-
|
| 3070 |
-
|
| 3071 |
-
|
|
|
|
| 3072 |
}
|
| 3073 |
|
| 3074 |
.eael-call-to-action .cta-button.effect-2:hover::after {
|
| 3075 |
-
|
| 3076 |
-
|
|
|
|
| 3077 |
}
|
| 3078 |
|
| 3079 |
/*--- Media Queries ---*/
|
| 3080 |
@media only screen and (max-width: 768px) {
|
| 3081 |
-
|
| 3082 |
-
|
| 3083 |
-
|
| 3084 |
-
|
| 3085 |
-
|
| 3086 |
-
|
| 3087 |
-
|
| 3088 |
-
|
| 3089 |
-
|
| 3090 |
-
|
| 3091 |
-
|
| 3092 |
-
|
| 3093 |
-
|
| 3094 |
-
|
| 3095 |
-
|
| 3096 |
-
|
| 3097 |
-
|
| 3098 |
-
|
| 3099 |
-
|
| 3100 |
-
|
| 3101 |
-
|
| 3102 |
-
|
| 3103 |
-
|
| 3104 |
-
|
| 3105 |
-
|
| 3106 |
-
|
| 3107 |
-
|
| 3108 |
-
|
| 3109 |
-
|
| 3110 |
-
|
|
|
|
|
|
|
| 3111 |
|
| 3112 |
-
|
| 3113 |
-
|
| 3114 |
-
|
| 3115 |
-
|
| 3116 |
-
|
| 3117 |
-
|
| 3118 |
-
|
| 3119 |
-
|
| 3120 |
-
|
| 3121 |
-
.eael-call-to-action .title {
|
| 3122 |
-
font-size: 20px;
|
| 3123 |
-
line-height: 30px;
|
| 3124 |
-
}
|
| 3125 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3128 |
/* -------------------------------- */
|
| 3129 |
/* 20. Dual Color Heading
|
| 3130 |
/* -------------------------------- */
|
| 3131 |
.eael-dual-header {
|
| 3132 |
-
|
| 3133 |
-
|
| 3134 |
}
|
| 3135 |
|
| 3136 |
.eael-dual-header .title,
|
| 3137 |
.eael-dual-header .title span {
|
| 3138 |
-
|
| 3139 |
-
|
| 3140 |
-
|
| 3141 |
-
|
| 3142 |
-
|
| 3143 |
}
|
| 3144 |
|
| 3145 |
.eael-dual-header .subtext {
|
| 3146 |
-
|
| 3147 |
-
|
| 3148 |
}
|
| 3149 |
|
| 3150 |
.eael-dual-header i {
|
| 3151 |
-
|
| 3152 |
-
|
| 3153 |
-
|
| 3154 |
-
|
| 3155 |
}
|
| 3156 |
|
| 3157 |
.eael-dual-header .title span.lead {
|
| 3158 |
-
|
| 3159 |
}
|
| 3160 |
|
| 3161 |
/*--- Builder Related Css ---*/
|
| 3162 |
.eael-dual-header-content-align-center {
|
| 3163 |
-
|
| 3164 |
}
|
| 3165 |
|
| 3166 |
.eael-dual-header-content-align-left {
|
| 3167 |
-
|
| 3168 |
}
|
| 3169 |
|
| 3170 |
.eael-dual-header-content-align-right {
|
| 3171 |
-
|
| 3172 |
}
|
| 3173 |
|
| 3174 |
/* -------------------------------- */
|
| 3175 |
/* 21. Pricing Table
|
| 3176 |
/* -------------------------------- */
|
| 3177 |
.eael-pricing {
|
| 3178 |
-
|
| 3179 |
-
|
| 3180 |
-
|
| 3181 |
-
|
| 3182 |
-
|
| 3183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3184 |
}
|
| 3185 |
|
| 3186 |
.eael-pricing .eael-pricing-item {
|
| 3187 |
-
|
| 3188 |
-
|
| 3189 |
-
|
| 3190 |
}
|
| 3191 |
|
| 3192 |
.eael-pricing .eael-pricing-button {
|
| 3193 |
-
|
| 3194 |
-
|
| 3195 |
-
|
| 3196 |
-
|
| 3197 |
-
|
| 3198 |
-
|
| 3199 |
-
|
| 3200 |
-
|
| 3201 |
-
|
| 3202 |
-
|
| 3203 |
-
|
| 3204 |
-
|
|
|
|
| 3205 |
}
|
| 3206 |
|
| 3207 |
.eael-pricing .eael-pricing-button:hover {
|
| 3208 |
-
|
| 3209 |
}
|
| 3210 |
|
| 3211 |
.eael-pricing .eael-pricing-item ul {
|
| 3212 |
-
|
| 3213 |
-
|
| 3214 |
-
|
| 3215 |
}
|
| 3216 |
|
| 3217 |
.eael-pricing .eael-pricing-item ul li.disable-item {
|
| 3218 |
-
|
| 3219 |
-
|
| 3220 |
}
|
| 3221 |
|
| 3222 |
.eael-pricing .eael-pricing-item ul li span.li-icon {
|
| 3223 |
-
|
| 3224 |
-
|
| 3225 |
}
|
| 3226 |
|
| 3227 |
.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
|
| 3228 |
-
|
| 3229 |
}
|
| 3230 |
|
| 3231 |
/*--- Pricing Table: Style 1 ---*/
|
| 3232 |
.eael-pricing.style-1 {
|
| 3233 |
-
|
| 3234 |
-
|
| 3235 |
-
|
| 3236 |
}
|
| 3237 |
|
| 3238 |
.eael-pricing.style-1 .eael-pricing-item {
|
| 3239 |
-
|
| 3240 |
-
|
| 3241 |
-
|
| 3242 |
-
|
| 3243 |
-
|
| 3244 |
-
|
|
|
|
| 3245 |
}
|
| 3246 |
|
| 3247 |
.eael-pricing.style-1 .eael-pricing-item:hover {
|
| 3248 |
-
|
| 3249 |
-
|
| 3250 |
}
|
| 3251 |
|
| 3252 |
.eael-pricing.style-1 .eael-pricing-item.featured {
|
| 3253 |
-
|
| 3254 |
}
|
| 3255 |
|
| 3256 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
|
| 3257 |
-
|
| 3258 |
-
|
| 3259 |
-
|
| 3260 |
-
|
| 3261 |
-
|
| 3262 |
-
|
| 3263 |
-
|
| 3264 |
-
|
| 3265 |
-
|
| 3266 |
-
|
| 3267 |
-
|
| 3268 |
}
|
| 3269 |
|
| 3270 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
|
| 3271 |
-
|
| 3272 |
-
|
| 3273 |
-
|
| 3274 |
-
|
| 3275 |
-
|
| 3276 |
-
|
| 3277 |
-
|
| 3278 |
-
|
| 3279 |
-
|
| 3280 |
-
|
| 3281 |
-
|
| 3282 |
-
|
| 3283 |
}
|
| 3284 |
|
| 3285 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
|
| 3286 |
-
|
| 3287 |
-
|
| 3288 |
-
|
| 3289 |
-
|
| 3290 |
-
|
| 3291 |
-
|
| 3292 |
-
|
| 3293 |
-
|
| 3294 |
-
|
| 3295 |
-
|
| 3296 |
}
|
| 3297 |
|
| 3298 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
|
| 3299 |
-
|
| 3300 |
-
|
| 3301 |
-
|
| 3302 |
-
|
| 3303 |
-
|
| 3304 |
-
|
| 3305 |
-
|
| 3306 |
-
|
| 3307 |
-
|
| 3308 |
-
|
| 3309 |
-
|
| 3310 |
-
|
| 3311 |
}
|
| 3312 |
|
| 3313 |
.eael-pricing.style-1 .eael-pricing-item .header {
|
| 3314 |
-
|
| 3315 |
-
|
| 3316 |
-
|
| 3317 |
-
|
| 3318 |
-
|
| 3319 |
}
|
| 3320 |
|
| 3321 |
.eael-pricing.style-1 .eael-pricing-item .header:after {
|
| 3322 |
-
|
| 3323 |
-
|
| 3324 |
-
|
| 3325 |
-
|
| 3326 |
-
|
| 3327 |
-
|
| 3328 |
-
|
| 3329 |
-
|
| 3330 |
-
|
| 3331 |
-
|
| 3332 |
}
|
| 3333 |
|
| 3334 |
.eael-pricing.style-1 .eael-pricing-item .header .title {
|
| 3335 |
-
|
| 3336 |
-
|
| 3337 |
-
|
| 3338 |
}
|
| 3339 |
|
| 3340 |
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
|
| 3341 |
-
|
| 3342 |
-
|
| 3343 |
-
|
| 3344 |
-
|
| 3345 |
}
|
| 3346 |
|
| 3347 |
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
|
| 3348 |
-
|
| 3349 |
-
|
| 3350 |
-
|
| 3351 |
-
|
| 3352 |
-
|
| 3353 |
-
|
| 3354 |
-
|
| 3355 |
-
|
| 3356 |
-
|
| 3357 |
-
|
| 3358 |
}
|
| 3359 |
|
| 3360 |
.eael-pricing.style-1 .eael-pricing-item .price-tag {
|
| 3361 |
-
|
| 3362 |
-
|
| 3363 |
-
|
| 3364 |
-
|
| 3365 |
-
|
| 3366 |
-
|
| 3367 |
}
|
| 3368 |
|
| 3369 |
.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
|
| 3370 |
-
|
| 3371 |
-
|
| 3372 |
}
|
| 3373 |
|
| 3374 |
.eael-pricing.style-1 .eael-pricing-item .price-period {
|
| 3375 |
-
|
| 3376 |
}
|
| 3377 |
|
| 3378 |
.eael-pricing.style-1 .eael-pricing-item .body ul {
|
| 3379 |
-
|
| 3380 |
-
|
| 3381 |
-
|
| 3382 |
}
|
| 3383 |
|
| 3384 |
.eael-pricing.style-1 .eael-pricing-item .body ul li {
|
| 3385 |
-
|
| 3386 |
-
|
| 3387 |
-
|
| 3388 |
-
|
| 3389 |
-
|
| 3390 |
-
|
| 3391 |
-
|
| 3392 |
}
|
| 3393 |
|
| 3394 |
.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
|
| 3395 |
-
|
| 3396 |
}
|
| 3397 |
|
| 3398 |
.eael-pricing.style-1 .eael-pricing-item.featured-large {
|
| 3399 |
-
|
| 3400 |
}
|
| 3401 |
|
| 3402 |
/*--- Pricing Table : Style 2 ---*/
|
| 3403 |
.eael-pricing.style-2 {
|
| 3404 |
-
|
| 3405 |
-
|
| 3406 |
-
|
| 3407 |
}
|
| 3408 |
|
| 3409 |
.eael-pricing.style-2 .eael-pricing-item {
|
| 3410 |
-
|
| 3411 |
-
|
| 3412 |
-
|
| 3413 |
-
|
|
|
|
| 3414 |
}
|
| 3415 |
|
| 3416 |
.eael-pricing.style-2 .eael-pricing-item.featured {
|
| 3417 |
-
|
| 3418 |
-
|
| 3419 |
}
|
| 3420 |
|
| 3421 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
|
| 3422 |
-
|
| 3423 |
-
|
| 3424 |
-
|
| 3425 |
-
|
| 3426 |
-
|
| 3427 |
-
|
| 3428 |
-
|
| 3429 |
-
|
| 3430 |
-
|
| 3431 |
-
|
| 3432 |
-
|
| 3433 |
}
|
| 3434 |
|
| 3435 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
|
| 3436 |
-
|
| 3437 |
-
|
| 3438 |
-
|
| 3439 |
-
|
| 3440 |
-
|
| 3441 |
-
|
| 3442 |
-
|
| 3443 |
-
|
| 3444 |
-
|
| 3445 |
-
|
| 3446 |
-
|
| 3447 |
-
|
| 3448 |
}
|
| 3449 |
|
| 3450 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
|
| 3451 |
-
|
| 3452 |
-
|
| 3453 |
-
|
| 3454 |
-
|
| 3455 |
-
|
| 3456 |
-
|
| 3457 |
-
|
| 3458 |
-
|
| 3459 |
-
|
| 3460 |
-
|
| 3461 |
}
|
| 3462 |
|
| 3463 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
|
| 3464 |
-
|
| 3465 |
-
|
| 3466 |
-
|
| 3467 |
-
|
| 3468 |
-
|
| 3469 |
-
|
| 3470 |
-
|
| 3471 |
-
|
| 3472 |
-
|
| 3473 |
-
|
| 3474 |
-
|
| 3475 |
-
|
| 3476 |
}
|
| 3477 |
|
| 3478 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
|
| 3479 |
-
|
| 3480 |
-
|
| 3481 |
-
|
| 3482 |
-
|
| 3483 |
-
|
| 3484 |
-
|
| 3485 |
-
|
| 3486 |
-
|
| 3487 |
-
|
| 3488 |
-
|
| 3489 |
-
|
|
|
|
|
|
|
| 3490 |
}
|
| 3491 |
|
| 3492 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
|
| 3493 |
-
|
| 3494 |
-
|
| 3495 |
-
|
| 3496 |
-
|
| 3497 |
-
|
|
|
|
| 3498 |
}
|
| 3499 |
|
| 3500 |
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
|
| 3501 |
-
|
| 3502 |
}
|
| 3503 |
|
| 3504 |
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
|
| 3505 |
-
|
| 3506 |
}
|
| 3507 |
|
| 3508 |
.eael-pricing.style-2 .eael-pricing-item .header {
|
| 3509 |
-
|
| 3510 |
-
|
| 3511 |
-
|
| 3512 |
-
|
| 3513 |
-
|
| 3514 |
}
|
| 3515 |
|
| 3516 |
.eael-pricing.style-2 .eael-pricing-item.featured .header:after {
|
| 3517 |
-
|
| 3518 |
-
|
| 3519 |
-
|
| 3520 |
-
|
| 3521 |
-
|
| 3522 |
-
|
| 3523 |
-
|
| 3524 |
-
|
| 3525 |
-
|
| 3526 |
-
|
| 3527 |
}
|
| 3528 |
|
| 3529 |
.eael-pricing.style-2 .eael-pricing-item .header .title {
|
| 3530 |
-
|
| 3531 |
-
|
| 3532 |
-
|
| 3533 |
-
|
| 3534 |
}
|
| 3535 |
|
| 3536 |
.eael-pricing.style-2 .eael-pricing-item .header .subititle {
|
| 3537 |
-
|
| 3538 |
-
|
| 3539 |
-
|
| 3540 |
}
|
| 3541 |
|
| 3542 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 3543 |
-
|
| 3544 |
-
|
| 3545 |
-
|
| 3546 |
-
|
| 3547 |
}
|
| 3548 |
|
| 3549 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 3550 |
-
|
| 3551 |
-
|
| 3552 |
-
|
| 3553 |
-
|
| 3554 |
-
|
| 3555 |
-
|
| 3556 |
-
|
| 3557 |
-
|
| 3558 |
-
|
| 3559 |
-
|
| 3560 |
}
|
| 3561 |
|
| 3562 |
.eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 3563 |
-
|
| 3564 |
-
|
| 3565 |
-
|
| 3566 |
-
|
| 3567 |
-
|
| 3568 |
-
|
| 3569 |
}
|
| 3570 |
|
| 3571 |
.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
|
| 3572 |
-
|
| 3573 |
-
|
| 3574 |
-
|
| 3575 |
}
|
| 3576 |
|
| 3577 |
.eael-pricing.style-2 .eael-pricing-item .price-period {
|
| 3578 |
-
|
| 3579 |
}
|
| 3580 |
|
| 3581 |
.eael-pricing.style-2 .eael-pricing-item .body ul {
|
| 3582 |
-
|
| 3583 |
-
|
| 3584 |
-
|
| 3585 |
}
|
| 3586 |
|
| 3587 |
.eael-pricing.style-2 .eael-pricing-item .body ul li {
|
| 3588 |
-
|
| 3589 |
-
|
| 3590 |
-
|
| 3591 |
-
|
| 3592 |
-
|
| 3593 |
-
|
| 3594 |
-
|
| 3595 |
}
|
| 3596 |
|
| 3597 |
.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
|
| 3598 |
-
|
| 3599 |
}
|
| 3600 |
|
| 3601 |
-
|
| 3602 |
/*--- Media Query ---*/
|
| 3603 |
-
@media only screen and (
|
| 3604 |
-
|
| 3605 |
-
|
| 3606 |
-
|
| 3607 |
-
.eael-pricing .eael-pricing-item,
|
| 3608 |
-
.eael-pricing.style-2 .eael-pricing-item,
|
| 3609 |
-
.eael-pricing.style-4 .eael-pricing-item {
|
| 3610 |
-
width: 100%;
|
| 3611 |
-
margin: 0 auto 30px auto;
|
| 3612 |
-
}
|
| 3613 |
-
}
|
| 3614 |
|
| 3615 |
-
|
| 3616 |
-
|
| 3617 |
-
|
| 3618 |
-
|
| 3619 |
-
|
| 3620 |
-
|
| 3621 |
-
}
|
| 3622 |
-
.eael-pricing .eael-pricing-item,
|
| 3623 |
-
.eael-pricing.style-2 .eael-pricing-item,
|
| 3624 |
-
.eael-pricing.style-4 .eael-pricing-item {
|
| 3625 |
-
margin: 0 auto 30px auto;
|
| 3626 |
-
}
|
| 3627 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3629 |
/*--- Page Builder Related Style ---*/
|
| 3630 |
.eael-pricing-content-align-center .eael-pricing {
|
| 3631 |
-
|
| 3632 |
}
|
| 3633 |
|
| 3634 |
.eael-pricing-content-align-left .eael-pricing {
|
| 3635 |
-
|
| 3636 |
}
|
| 3637 |
|
| 3638 |
.eael-pricing-content-align-right .eael-pricing {
|
| 3639 |
-
|
| 3640 |
}
|
| 3641 |
|
| 3642 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 3643 |
-
|
| 3644 |
}
|
| 3645 |
|
| 3646 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
|
| 3647 |
-
|
| 3648 |
}
|
| 3649 |
|
| 3650 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 3651 |
-
|
| 3652 |
}
|
| 3653 |
|
| 3654 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
|
|
@@ -3656,8 +3919,8 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 3656 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 3657 |
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
|
| 3658 |
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 3659 |
-
|
| 3660 |
-
|
| 3661 |
}
|
| 3662 |
|
| 3663 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
|
|
@@ -3665,34 +3928,37 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 3665 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 3666 |
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
|
| 3667 |
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 3668 |
-
|
| 3669 |
-
|
| 3670 |
}
|
| 3671 |
|
| 3672 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 3673 |
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 3674 |
-
|
| 3675 |
}
|
| 3676 |
|
| 3677 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 3678 |
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 3679 |
-
|
| 3680 |
}
|
| 3681 |
|
| 3682 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 3683 |
-
|
| 3684 |
-
|
|
|
|
| 3685 |
}
|
| 3686 |
|
| 3687 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 3688 |
-
|
| 3689 |
-
|
|
|
|
| 3690 |
}
|
| 3691 |
|
| 3692 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
| 3693 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
| 3694 |
-
|
| 3695 |
-
|
|
|
|
| 3696 |
}
|
| 3697 |
|
| 3698 |
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
|
@@ -3701,8 +3967,8 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 3701 |
.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
|
| 3702 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
|
| 3703 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 3704 |
-
|
| 3705 |
-
|
| 3706 |
}
|
| 3707 |
|
| 3708 |
/*--- Button Alignment ---*/
|
|
@@ -3710,191 +3976,192 @@ body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-ca
|
|
| 3710 |
.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 3711 |
.eael-pricing-button-align-right .eael-pricing.style-3 .footer,
|
| 3712 |
.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 3713 |
-
|
| 3714 |
}
|
| 3715 |
|
| 3716 |
.eael-pricing-button-align-center .eael-pricing.style-1 .footer,
|
| 3717 |
.eael-pricing-button-align-center .eael-pricing.style-2 .footer,
|
| 3718 |
.eael-pricing-button-align-center .eael-pricing.style-3 .footer,
|
| 3719 |
.eael-pricing-button-align-center .eael-pricing.style-4 .footer {
|
| 3720 |
-
|
| 3721 |
}
|
| 3722 |
|
| 3723 |
.eael-pricing-button-align-left .eael-pricing.style-1 .footer,
|
| 3724 |
.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 3725 |
.eael-pricing-button-align-left .eael-pricing.style-3 .footer,
|
| 3726 |
.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 3727 |
-
|
| 3728 |
}
|
| 3729 |
|
| 3730 |
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 3731 |
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 3732 |
-
|
| 3733 |
}
|
| 3734 |
|
| 3735 |
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 3736 |
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 3737 |
-
|
| 3738 |
}
|
| 3739 |
|
| 3740 |
/*--- Only In Pro Alert ---*/
|
| 3741 |
.only-in-pro {
|
| 3742 |
-
|
| 3743 |
-
|
| 3744 |
-
|
| 3745 |
-
|
| 3746 |
-
|
| 3747 |
-
|
| 3748 |
-
|
| 3749 |
-
|
| 3750 |
-
|
| 3751 |
-
|
| 3752 |
-
|
| 3753 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3754 |
}
|
| 3755 |
|
| 3756 |
.only-in-pro .title {
|
| 3757 |
-
|
| 3758 |
-
|
| 3759 |
-
|
| 3760 |
-
|
| 3761 |
}
|
| 3762 |
|
| 3763 |
/*--- Pricing Table Tooltip ---*/
|
| 3764 |
div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
|
| 3765 |
-
|
| 3766 |
-
|
| 3767 |
}
|
| 3768 |
|
| 3769 |
div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
|
| 3770 |
-
|
| 3771 |
}
|
| 3772 |
|
| 3773 |
div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
|
| 3774 |
-
|
| 3775 |
}
|
| 3776 |
|
| 3777 |
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
|
| 3778 |
-
|
| 3779 |
-
|
| 3780 |
}
|
| 3781 |
|
| 3782 |
div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
| 3783 |
-
|
| 3784 |
-
|
| 3785 |
}
|
| 3786 |
|
| 3787 |
-
|
| 3788 |
/* ----------------------------------------- */
|
| 3789 |
/* 22. Caldera Contact Form Styler
|
| 3790 |
/* ----------------------------------------- */
|
| 3791 |
.eael-caldera-form-align-left,
|
| 3792 |
.eael-caldera-form-btn-align-left {
|
| 3793 |
-
|
| 3794 |
}
|
| 3795 |
|
| 3796 |
.eael-caldera-form-align-right,
|
| 3797 |
.eael-caldera-form-btn-align-right {
|
| 3798 |
-
|
| 3799 |
}
|
| 3800 |
|
| 3801 |
.eael-caldera-form-align-center,
|
| 3802 |
.eael-caldera-form-btn-align-center {
|
| 3803 |
-
|
| 3804 |
}
|
| 3805 |
|
| 3806 |
.eael-caldera-form .control-label {
|
| 3807 |
-
|
| 3808 |
}
|
| 3809 |
|
| 3810 |
.eael-caldera-form-labels-yes .control-label {
|
| 3811 |
-
|
| 3812 |
}
|
| 3813 |
|
| 3814 |
.eael-caldera-form-button-center .form-group input[type=button],
|
| 3815 |
.eael-caldera-form-button-center .form-group input[type=submit] {
|
| 3816 |
-
|
| 3817 |
-
|
| 3818 |
}
|
| 3819 |
|
| 3820 |
.eael-caldera-form-button-right .form-group input[type=button],
|
| 3821 |
.eael-caldera-form-button-right .form-group input[type=submit] {
|
| 3822 |
-
|
| 3823 |
}
|
| 3824 |
|
| 3825 |
.eael-caldera-form .intl-tel-input {
|
| 3826 |
-
|
| 3827 |
}
|
| 3828 |
|
| 3829 |
.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
|
| 3830 |
.eael-custom-radio-checkbox .caldera-grid input[type=radio] {
|
| 3831 |
-
|
| 3832 |
-
|
| 3833 |
-
|
| 3834 |
-
|
| 3835 |
}
|
| 3836 |
|
| 3837 |
.eael-caldera-form-button-full-width .form-group input[type=submit],
|
| 3838 |
.eael-caldera-form-button-full-width .form-group input[type=button] {
|
| 3839 |
-
|
| 3840 |
}
|
| 3841 |
|
| 3842 |
-
|
| 3843 |
/* ------------------- */
|
| 3844 |
/* 23. WPForms
|
| 3845 |
/* ------------------- */
|
| 3846 |
-
|
| 3847 |
.eael-wpforms .wpforms-container .wpforms-form input[type=submit],
|
| 3848 |
.eael-wpforms .wpforms-container .wpforms-form button[type=submit],
|
| 3849 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
|
| 3850 |
-
|
| 3851 |
}
|
| 3852 |
|
| 3853 |
.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
|
| 3854 |
.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
|
| 3855 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
|
| 3856 |
-
|
| 3857 |
}
|
| 3858 |
|
| 3859 |
.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
|
| 3860 |
.eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
|
| 3861 |
-
|
| 3862 |
}
|
| 3863 |
|
| 3864 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
|
| 3865 |
-
|
| 3866 |
}
|
| 3867 |
|
| 3868 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
|
| 3869 |
-
|
| 3870 |
}
|
| 3871 |
|
| 3872 |
.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
|
| 3873 |
.eael-wpforms .wpforms-container .wpforms-field textarea,
|
| 3874 |
.eael-wpforms .wpforms-container .wpforms-field select {
|
| 3875 |
-
|
| 3876 |
}
|
| 3877 |
|
| 3878 |
.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
|
| 3879 |
-
|
| 3880 |
}
|
| 3881 |
|
| 3882 |
.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
|
| 3883 |
-
|
| 3884 |
}
|
| 3885 |
|
| 3886 |
-
|
| 3887 |
/* ------------------------ */
|
| 3888 |
/* 24. Social Feeds
|
| 3889 |
/* ------------------------ */
|
| 3890 |
-
|
| 3891 |
.swiper-container-wrap .swiper-slide .eael-social-feed-element img {
|
| 3892 |
-
|
| 3893 |
}
|
| 3894 |
|
| 3895 |
/*--- Twitter Feed Styles ---*/
|
| 3896 |
.eael-social-feed-element.hidden {
|
| 3897 |
-
|
| 3898 |
}
|
| 3899 |
|
| 3900 |
.eael-facebook-feed-wrapper::before,
|
|
@@ -3905,2683 +4172,3202 @@ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
|
| 3905 |
.eael-twitter-feed-wrapper::after,
|
| 3906 |
.eael-twitter-feed-container::before,
|
| 3907 |
.eael-twitter-feed-container::after {
|
| 3908 |
-
|
| 3909 |
-
|
| 3910 |
}
|
| 3911 |
|
| 3912 |
.eael-social-feed-element .pull-left {
|
| 3913 |
-
|
| 3914 |
-
|
| 3915 |
}
|
| 3916 |
|
| 3917 |
.eael-social-feed-element .pull-right {
|
| 3918 |
-
|
| 3919 |
}
|
| 3920 |
|
| 3921 |
.eael-social-feed-element img {
|
| 3922 |
-
|
| 3923 |
-
|
| 3924 |
-
|
| 3925 |
-
|
| 3926 |
-
|
| 3927 |
}
|
| 3928 |
|
| 3929 |
.eael-social-feed-element .attachment {
|
| 3930 |
-
|
| 3931 |
-
|
| 3932 |
}
|
| 3933 |
|
| 3934 |
/*--- Link styles ---*/
|
| 3935 |
.eael-social-feed-element a {
|
| 3936 |
-
|
| 3937 |
-
|
| 3938 |
}
|
| 3939 |
|
| 3940 |
.eael-social-feed-element a:focus {
|
| 3941 |
-
|
| 3942 |
-
|
| 3943 |
-
|
| 3944 |
}
|
| 3945 |
|
| 3946 |
.eael-social-feed-element a:hover,
|
| 3947 |
.eael-social-feed-element a:active {
|
| 3948 |
-
|
| 3949 |
-
|
| 3950 |
-
|
| 3951 |
}
|
| 3952 |
|
| 3953 |
/*--- Text styles ---*/
|
| 3954 |
.eael-social-feed-element small {
|
| 3955 |
-
|
| 3956 |
}
|
| 3957 |
|
| 3958 |
.eael-social-feed-element strong {
|
| 3959 |
-
|
| 3960 |
}
|
| 3961 |
|
| 3962 |
.eael-social-feed-element em {
|
| 3963 |
-
|
| 3964 |
}
|
| 3965 |
|
| 3966 |
.eael-social-feed-element p {
|
| 3967 |
-
|
| 3968 |
}
|
| 3969 |
|
| 3970 |
-
.eael-social-feed-element .media-body>p {
|
| 3971 |
-
|
| 3972 |
-
|
| 3973 |
}
|
| 3974 |
|
| 3975 |
.eael-social-feed-element p.social-feed-text {
|
| 3976 |
-
|
| 3977 |
-
|
| 3978 |
-
|
| 3979 |
-
|
| 3980 |
-
|
|
|
|
| 3981 |
}
|
| 3982 |
|
| 3983 |
/*--- Message styles ---*/
|
| 3984 |
.eael-social-feed-element,
|
| 3985 |
.eael-social-feed-element .media-body {
|
| 3986 |
-
|
| 3987 |
-
|
| 3988 |
-
|
| 3989 |
}
|
| 3990 |
|
| 3991 |
.eael-social-feed-element {
|
| 3992 |
-
|
| 3993 |
-
|
| 3994 |
}
|
| 3995 |
|
| 3996 |
.eael-social-feed-element .media-body .social-network-icon {
|
| 3997 |
-
|
| 3998 |
-
|
| 3999 |
-
|
| 4000 |
}
|
| 4001 |
|
| 4002 |
.eael-social-feed-element .media-body div {
|
| 4003 |
-
|
| 4004 |
-
|
| 4005 |
-
|
| 4006 |
}
|
| 4007 |
|
| 4008 |
.eael-social-feed-element:first-child {
|
| 4009 |
-
|
| 4010 |
}
|
| 4011 |
|
| 4012 |
.eael-social-feed-element .media-object {
|
| 4013 |
-
|
| 4014 |
-
|
| 4015 |
-
|
|
|
|
| 4016 |
}
|
| 4017 |
|
| 4018 |
.eael-social-feed-element .media-heading {
|
| 4019 |
-
|
| 4020 |
}
|
| 4021 |
|
| 4022 |
.eael-social-feed-element .media-list {
|
| 4023 |
-
|
| 4024 |
-
|
| 4025 |
}
|
| 4026 |
|
| 4027 |
.eael-social-feed-element .muted {
|
| 4028 |
-
|
| 4029 |
}
|
| 4030 |
|
| 4031 |
.eael-social-feed-element a.muted:hover,
|
| 4032 |
.eael-social-feed-element a.muted:focus {
|
| 4033 |
-
|
| 4034 |
}
|
| 4035 |
|
| 4036 |
.eael-social-feed-element {
|
| 4037 |
-
|
| 4038 |
-
|
| 4039 |
-
|
| 4040 |
-
|
| 4041 |
-
|
| 4042 |
-
|
| 4043 |
-
|
| 4044 |
-
|
| 4045 |
-
|
| 4046 |
-
|
|
|
|
|
|
|
| 4047 |
}
|
| 4048 |
|
| 4049 |
.eael-social-feed-element .eael-content {
|
| 4050 |
-
|
| 4051 |
-
|
| 4052 |
-
|
|
|
|
|
|
|
| 4053 |
}
|
| 4054 |
|
| 4055 |
.eael-social-feed-element .social-network-icon {
|
| 4056 |
-
|
| 4057 |
}
|
| 4058 |
|
| 4059 |
.eael-social-feed-element .author-title {
|
| 4060 |
-
|
| 4061 |
-
|
| 4062 |
-
|
| 4063 |
}
|
| 4064 |
|
| 4065 |
/*--- Icon Color ---*/
|
| 4066 |
.media-body .fa-twitter {
|
| 4067 |
-
|
| 4068 |
-
|
| 4069 |
}
|
| 4070 |
|
| 4071 |
.media-body .fa-facebook {
|
| 4072 |
-
|
| 4073 |
-
|
| 4074 |
}
|
| 4075 |
|
| 4076 |
/*--- Read More Link ---*/
|
| 4077 |
.text-wrapper p .read-more-link {
|
| 4078 |
-
|
| 4079 |
-
|
| 4080 |
}
|
| 4081 |
|
| 4082 |
/*--- Loading Loader ---*/
|
| 4083 |
.eael-social-feed-wrapper {
|
| 4084 |
-
|
| 4085 |
-
|
| 4086 |
-
|
| 4087 |
-
|
| 4088 |
}
|
| 4089 |
|
| 4090 |
.eael-loading-feed {
|
| 4091 |
-
|
| 4092 |
-
|
| 4093 |
-
|
| 4094 |
-
|
| 4095 |
-
|
| 4096 |
-
|
| 4097 |
-
|
| 4098 |
-
|
| 4099 |
}
|
| 4100 |
|
| 4101 |
.eael-loading-feed.show-loading {
|
| 4102 |
-
|
| 4103 |
-
|
| 4104 |
-
|
| 4105 |
-
|
| 4106 |
-
|
| 4107 |
-
|
| 4108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4109 |
}
|
| 4110 |
|
| 4111 |
.eael-loading-feed .loader {
|
| 4112 |
-
|
| 4113 |
-
|
| 4114 |
-
|
| 4115 |
-
|
| 4116 |
-
|
| 4117 |
-
|
| 4118 |
-
|
| 4119 |
-
|
| 4120 |
-
|
|
|
|
| 4121 |
}
|
| 4122 |
|
| 4123 |
-
|
| 4124 |
/*--- Safari ---*/
|
| 4125 |
@-webkit-keyframes spin {
|
| 4126 |
-
|
| 4127 |
-
|
| 4128 |
-
|
| 4129 |
-
|
| 4130 |
-
|
| 4131 |
-
|
| 4132 |
}
|
| 4133 |
-
|
| 4134 |
@keyframes spin {
|
| 4135 |
-
|
| 4136 |
-
|
| 4137 |
-
|
| 4138 |
-
|
| 4139 |
-
|
| 4140 |
-
|
|
|
|
|
|
|
| 4141 |
}
|
| 4142 |
-
|
| 4143 |
/*--- List View ---*/
|
| 4144 |
.eael-social-feed-container.list-view .eael-social-feed-element {
|
| 4145 |
-
|
| 4146 |
-
|
| 4147 |
-
|
| 4148 |
}
|
| 4149 |
|
| 4150 |
/*--- Carousel View ---*/
|
| 4151 |
.eael-social-feed-container.carousel-view {
|
| 4152 |
-
|
| 4153 |
-
|
| 4154 |
}
|
| 4155 |
|
| 4156 |
/*--- Masonry View ---*/
|
| 4157 |
.eael-twitter-feed-container.masonry-view .eael-social-feed-element,
|
| 4158 |
.eael-facebook-feed-container.masonry-view .eael-social-feed-element {
|
| 4159 |
-
|
| 4160 |
-
|
| 4161 |
-
|
| 4162 |
}
|
| 4163 |
|
| 4164 |
.eael-social-feed-element .eael-content {
|
| 4165 |
-
|
| 4166 |
}
|
| 4167 |
|
| 4168 |
/*--- Editor Related Style ---*/
|
| 4169 |
.eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
|
| 4170 |
-
|
|
|
|
| 4171 |
}
|
| 4172 |
|
| 4173 |
.eael-social-feed-avatar-square .eael-social-feed-element .media-object {
|
| 4174 |
-
|
|
|
|
| 4175 |
}
|
| 4176 |
|
| 4177 |
.eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date {
|
| 4178 |
-
|
| 4179 |
}
|
| 4180 |
|
| 4181 |
/*--- Media Query ---*/
|
| 4182 |
-
@media only screen and (
|
| 4183 |
-
|
| 4184 |
-
|
| 4185 |
-
|
| 4186 |
-
|
| 4187 |
}
|
| 4188 |
-
|
| 4189 |
@media only screen and (max-width: 480px) {
|
| 4190 |
-
|
| 4191 |
-
|
| 4192 |
-
|
| 4193 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4194 |
}
|
| 4195 |
|
| 4196 |
-
|
| 4197 |
-
/* ------------------------ */
|
| 4198 |
-
/* 25. Data Table
|
| 4199 |
-
/* ------------------------ */
|
| 4200 |
-
|
| 4201 |
-
|
| 4202 |
-
/*--- General Style ---*/
|
| 4203 |
.eael-data-table-wrap .eael-data-tables_wrapper {
|
| 4204 |
-
|
| 4205 |
-
|
| 4206 |
-
|
| 4207 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4208 |
}
|
| 4209 |
-
|
| 4210 |
-
|
| 4211 |
-
.eael-data-table-wrap .eael-data-tables_length,
|
| 4212 |
-
.eael-data-table-wrap .eael-data-tables_info,
|
| 4213 |
-
.eael-data-table-wrap .eael-data-tables_paginate {
|
| 4214 |
-
flex-grow: 1;
|
| 4215 |
-
flex-basis: 50%;
|
| 4216 |
}
|
| 4217 |
-
|
| 4218 |
-
|
| 4219 |
-
|
| 4220 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4221 |
}
|
| 4222 |
-
|
| 4223 |
.eael-data-table-wrap .eael-data-tables_length select {
|
| 4224 |
-
|
| 4225 |
-
|
| 4226 |
-
|
| 4227 |
-
|
| 4228 |
-
|
| 4229 |
-
|
| 4230 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4231 |
}
|
| 4232 |
-
|
| 4233 |
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
|
| 4234 |
-
|
| 4235 |
-
|
| 4236 |
-
|
| 4237 |
-
|
| 4238 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4239 |
}
|
| 4240 |
-
|
| 4241 |
-
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover,
|
| 4242 |
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
|
| 4243 |
-
|
| 4244 |
-
|
| 4245 |
}
|
| 4246 |
-
|
| 4247 |
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
|
| 4248 |
-
|
| 4249 |
-
|
| 4250 |
-
|
| 4251 |
-
|
| 4252 |
}
|
| 4253 |
|
| 4254 |
-
.
|
| 4255 |
-
|
| 4256 |
-
.eael-data-table-wrap .eael-data-tables_filter label {
|
| 4257 |
-
font-weight: 700;
|
| 4258 |
}
|
| 4259 |
|
| 4260 |
-
.eael-data-table
|
| 4261 |
-
|
| 4262 |
-
|
| 4263 |
-
|
| 4264 |
-
|
| 4265 |
-
|
| 4266 |
}
|
| 4267 |
-
|
| 4268 |
-
|
| 4269 |
-
table.eael-data-table .sorting_desc.sorting-none:after,
|
| 4270 |
-
table.eael-data-table .sorting_asc.sorting-none:after {
|
| 4271 |
-
display: none;
|
| 4272 |
}
|
| 4273 |
-
|
| 4274 |
-
|
| 4275 |
-
|
| 4276 |
-
|
| 4277 |
-
|
| 4278 |
-
|
| 4279 |
-
|
| 4280 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4281 |
}
|
| 4282 |
-
|
| 4283 |
-
|
| 4284 |
-
|
| 4285 |
-
|
| 4286 |
-
position: absolute;
|
| 4287 |
-
top: 50%;
|
| 4288 |
-
right: 10px;
|
| 4289 |
-
font-family: 'FontAwesome';
|
| 4290 |
-
color: #fff;
|
| 4291 |
-
z-index: 1;
|
| 4292 |
-
transform: translateY(-50%);
|
| 4293 |
}
|
| 4294 |
-
|
| 4295 |
-
|
| 4296 |
-
content: "\f0dc";
|
| 4297 |
}
|
| 4298 |
-
|
| 4299 |
-
|
| 4300 |
-
content: "\f0dd";
|
| 4301 |
}
|
| 4302 |
-
|
| 4303 |
-
|
| 4304 |
-
|
|
|
|
|
|
|
| 4305 |
}
|
| 4306 |
-
|
| 4307 |
-
.
|
| 4308 |
-
margin-right: 10px;
|
| 4309 |
}
|
| 4310 |
-
|
| 4311 |
-
|
| 4312 |
-
.eael-data-table {
|
| 4313 |
-
width: 100%;
|
| 4314 |
-
height: auto;
|
| 4315 |
-
border-collapse: separate;
|
| 4316 |
-
margin: 0px;
|
| 4317 |
}
|
| 4318 |
-
|
| 4319 |
-
|
| 4320 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4321 |
}
|
| 4322 |
|
| 4323 |
-
.eael-data-table
|
| 4324 |
-
|
| 4325 |
-
|
| 4326 |
-
|
| 4327 |
-
font-size: 16px;
|
| 4328 |
-
font-weight: 600;
|
| 4329 |
-
font-family: 'Montserrat', sans-serif;
|
| 4330 |
-
line-height: 1;
|
| 4331 |
-
color: #fff;
|
| 4332 |
-
border-right: 1px solid rgba( 0, 0, 0, .1);
|
| 4333 |
}
|
| 4334 |
|
| 4335 |
-
.
|
| 4336 |
-
|
| 4337 |
}
|
| 4338 |
|
| 4339 |
-
|
| 4340 |
-
|
| 4341 |
-
|
|
|
|
|
|
|
| 4342 |
|
| 4343 |
-
.
|
| 4344 |
-
|
| 4345 |
-
|
| 4346 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4347 |
|
| 4348 |
-
.
|
| 4349 |
-
|
| 4350 |
-
|
| 4351 |
-
|
|
|
|
|
|
|
|
|
|
| 4352 |
|
| 4353 |
-
.
|
| 4354 |
-
|
| 4355 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4356 |
}
|
| 4357 |
-
|
| 4358 |
-
|
| 4359 |
-
.eael-data-table tbody tr td:first-child {
|
| 4360 |
-
padding: 20px 15px;
|
| 4361 |
-
font-size: 14px;
|
| 4362 |
-
font-family: 'Montserrat', sans-serif;
|
| 4363 |
-
line-height: 1;
|
| 4364 |
-
border-right: 1px solid rgba( 0, 0, 0, 0.06);
|
| 4365 |
}
|
| 4366 |
-
|
| 4367 |
-
|
| 4368 |
-
|
|
|
|
|
|
|
| 4369 |
}
|
| 4370 |
-
|
| 4371 |
table.eael-data-table thead .sorting_disabled.sorting:after {
|
| 4372 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4373 |
}
|
| 4374 |
|
| 4375 |
.eael-table-align-left table.eael-data-table {
|
| 4376 |
-
|
| 4377 |
}
|
| 4378 |
|
| 4379 |
.eael-table-align-center table.eael-data-table {
|
| 4380 |
-
|
| 4381 |
}
|
| 4382 |
|
| 4383 |
.eael-table-align-right table.eael-data-table {
|
| 4384 |
-
|
| 4385 |
}
|
| 4386 |
|
| 4387 |
-
/*--- Edidtor related ---*/
|
| 4388 |
.eael-hide-elements .eael-data-tables_info {
|
| 4389 |
-
|
| 4390 |
}
|
| 4391 |
|
| 4392 |
-
.eael-dt-th-align-left .eael-data-table thead tr th
|
| 4393 |
-
|
| 4394 |
-
text-align: left;
|
| 4395 |
}
|
| 4396 |
|
| 4397 |
-
.eael-dt-
|
| 4398 |
-
|
| 4399 |
-
text-align: right;
|
| 4400 |
-
padding-right: 30px;
|
| 4401 |
}
|
| 4402 |
|
| 4403 |
-
.eael-dt-th-align-
|
| 4404 |
-
|
| 4405 |
-
|
| 4406 |
}
|
| 4407 |
|
| 4408 |
-
.eael-
|
| 4409 |
-
|
| 4410 |
-
|
| 4411 |
-
line-height: 1;
|
| 4412 |
}
|
| 4413 |
|
| 4414 |
-
.th-
|
| 4415 |
-
|
| 4416 |
}
|
| 4417 |
|
| 4418 |
-
|
| 4419 |
-
|
| 4420 |
-
overflow-x: scroll !important;
|
| 4421 |
-
padding-bottom: 5px;
|
| 4422 |
-
}
|
| 4423 |
-
.th-mobile-screen {
|
| 4424 |
-
display: inline-block;
|
| 4425 |
-
padding: 0 .6em;
|
| 4426 |
-
margin-right: 10px;
|
| 4427 |
-
text-align: center;
|
| 4428 |
-
}
|
| 4429 |
-
.td-content-wrapper {
|
| 4430 |
-
display: flex;
|
| 4431 |
-
width: 100%;
|
| 4432 |
-
}
|
| 4433 |
-
.th-mobile-screen {
|
| 4434 |
-
flex-grow: 0;
|
| 4435 |
-
flex-shrink: 0;
|
| 4436 |
-
flex-basis: 100px;
|
| 4437 |
-
}
|
| 4438 |
-
.th-mobile-screen .eael-data-table-th-img,
|
| 4439 |
-
.th-mobile-screen .data-header-icon {
|
| 4440 |
-
margin: 0px auto 15px auto;
|
| 4441 |
-
display: block;
|
| 4442 |
-
}
|
| 4443 |
-
.custom-responsive-option-enable .eael-data-table thead {
|
| 4444 |
-
display: none;
|
| 4445 |
-
}
|
| 4446 |
-
.custom-responsive-option-enable .eael-data-table tbody tr td {
|
| 4447 |
-
display: block;
|
| 4448 |
-
float: none;
|
| 4449 |
-
clear: left;
|
| 4450 |
-
width: 100%;
|
| 4451 |
-
}
|
| 4452 |
-
.custom-responsive-option-enable .eael-data-table tbody tr td {
|
| 4453 |
-
text-align: left;
|
| 4454 |
-
display: flex;
|
| 4455 |
-
align-items: center;
|
| 4456 |
-
}
|
| 4457 |
-
.eael-data-table .td-content {
|
| 4458 |
-
align-items: center;
|
| 4459 |
-
display: flex;
|
| 4460 |
-
}
|
| 4461 |
-
.td-content,
|
| 4462 |
-
.td-content>p {
|
| 4463 |
-
width: 100%;
|
| 4464 |
-
justify-content: center;
|
| 4465 |
-
}
|
| 4466 |
}
|
| 4467 |
|
| 4468 |
-
|
| 4469 |
/* ------------------------ */
|
| 4470 |
/* 26. Magnific Popup
|
| 4471 |
/* ------------------------ */
|
| 4472 |
-
|
| 4473 |
/*--- Magnific Popup CSS ---*/
|
| 4474 |
.mfp-bg {
|
| 4475 |
-
|
| 4476 |
-
|
| 4477 |
-
|
| 4478 |
-
|
| 4479 |
-
|
| 4480 |
-
|
| 4481 |
-
|
| 4482 |
-
|
| 4483 |
-
|
| 4484 |
}
|
| 4485 |
|
| 4486 |
.mfp-wrap {
|
| 4487 |
-
|
| 4488 |
-
|
| 4489 |
-
|
| 4490 |
-
|
| 4491 |
-
|
| 4492 |
-
|
| 4493 |
-
|
| 4494 |
-
|
| 4495 |
-
|
| 4496 |
}
|
| 4497 |
|
| 4498 |
.mfp-container {
|
| 4499 |
-
|
| 4500 |
-
|
| 4501 |
-
|
| 4502 |
-
|
| 4503 |
-
|
| 4504 |
-
|
| 4505 |
-
|
| 4506 |
-
|
|
|
|
| 4507 |
}
|
| 4508 |
|
| 4509 |
.mfp-container:before {
|
| 4510 |
-
|
| 4511 |
-
|
| 4512 |
-
|
| 4513 |
-
|
| 4514 |
}
|
| 4515 |
|
| 4516 |
.mfp-align-top .mfp-container:before {
|
| 4517 |
-
|
| 4518 |
}
|
| 4519 |
|
| 4520 |
.mfp-content {
|
| 4521 |
-
|
| 4522 |
-
|
| 4523 |
-
|
| 4524 |
-
|
| 4525 |
-
|
| 4526 |
-
|
| 4527 |
}
|
| 4528 |
|
| 4529 |
.mfp-inline-holder .mfp-content,
|
| 4530 |
.mfp-ajax-holder .mfp-content {
|
| 4531 |
-
|
| 4532 |
-
|
| 4533 |
}
|
| 4534 |
|
| 4535 |
.mfp-ajax-cur {
|
| 4536 |
-
|
| 4537 |
}
|
| 4538 |
|
| 4539 |
.mfp-zoom-out-cur,
|
| 4540 |
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
| 4541 |
-
|
| 4542 |
-
|
| 4543 |
-
cursor: zoom-out;
|
| 4544 |
}
|
| 4545 |
|
| 4546 |
.mfp-zoom {
|
| 4547 |
-
|
| 4548 |
-
|
| 4549 |
-
|
| 4550 |
-
cursor: zoom-in;
|
| 4551 |
}
|
| 4552 |
|
| 4553 |
.mfp-auto-cursor .mfp-content {
|
| 4554 |
-
|
| 4555 |
}
|
| 4556 |
|
| 4557 |
.mfp-close,
|
| 4558 |
.mfp-arrow,
|
| 4559 |
.mfp-preloader,
|
| 4560 |
.mfp-counter {
|
| 4561 |
-
|
| 4562 |
-
|
| 4563 |
-
|
|
|
|
| 4564 |
}
|
| 4565 |
|
| 4566 |
.mfp-loading.mfp-figure {
|
| 4567 |
-
|
| 4568 |
}
|
| 4569 |
|
| 4570 |
.mfp-hide {
|
| 4571 |
-
|
| 4572 |
}
|
| 4573 |
|
| 4574 |
.mfp-preloader {
|
| 4575 |
-
|
| 4576 |
-
|
| 4577 |
-
|
| 4578 |
-
|
| 4579 |
-
|
| 4580 |
-
|
| 4581 |
-
|
| 4582 |
-
|
| 4583 |
-
|
| 4584 |
}
|
| 4585 |
|
| 4586 |
.mfp-preloader a {
|
| 4587 |
-
|
| 4588 |
}
|
| 4589 |
|
| 4590 |
.mfp-preloader a:hover {
|
| 4591 |
-
|
| 4592 |
}
|
| 4593 |
|
| 4594 |
.mfp-s-ready .mfp-preloader {
|
| 4595 |
-
|
| 4596 |
}
|
| 4597 |
|
| 4598 |
.mfp-s-error .mfp-content {
|
| 4599 |
-
|
| 4600 |
}
|
| 4601 |
|
| 4602 |
button.mfp-close,
|
| 4603 |
button.mfp-arrow {
|
| 4604 |
-
|
| 4605 |
-
|
| 4606 |
-
|
| 4607 |
-
|
| 4608 |
-
|
| 4609 |
-
|
| 4610 |
-
|
| 4611 |
-
|
| 4612 |
-
|
| 4613 |
-
|
| 4614 |
-
|
|
|
|
|
|
|
| 4615 |
}
|
| 4616 |
|
| 4617 |
button::-moz-focus-inner {
|
| 4618 |
-
|
| 4619 |
-
|
| 4620 |
}
|
| 4621 |
|
| 4622 |
.mfp-close {
|
| 4623 |
-
|
| 4624 |
-
|
| 4625 |
-
|
| 4626 |
-
|
| 4627 |
-
|
| 4628 |
-
|
| 4629 |
-
|
| 4630 |
-
|
| 4631 |
-
|
| 4632 |
-
|
| 4633 |
-
|
| 4634 |
-
|
| 4635 |
-
|
| 4636 |
-
|
| 4637 |
}
|
| 4638 |
|
| 4639 |
.mfp-close:hover,
|
| 4640 |
.mfp-close:focus {
|
| 4641 |
-
|
| 4642 |
}
|
| 4643 |
|
| 4644 |
.mfp-close:active {
|
| 4645 |
-
|
| 4646 |
}
|
| 4647 |
|
| 4648 |
.mfp-close-btn-in .mfp-close {
|
| 4649 |
-
|
| 4650 |
}
|
| 4651 |
|
| 4652 |
.mfp-image-holder .mfp-close,
|
| 4653 |
.mfp-iframe-holder .mfp-close {
|
| 4654 |
-
|
| 4655 |
-
|
| 4656 |
-
|
| 4657 |
-
|
| 4658 |
-
|
| 4659 |
}
|
| 4660 |
|
| 4661 |
.mfp-counter {
|
| 4662 |
-
|
| 4663 |
-
|
| 4664 |
-
|
| 4665 |
-
|
| 4666 |
-
|
| 4667 |
-
|
| 4668 |
-
|
| 4669 |
}
|
| 4670 |
|
| 4671 |
.mfp-arrow {
|
| 4672 |
-
|
| 4673 |
-
|
| 4674 |
-
|
| 4675 |
-
|
| 4676 |
-
|
| 4677 |
-
|
| 4678 |
-
|
| 4679 |
-
|
| 4680 |
-
|
| 4681 |
}
|
| 4682 |
|
| 4683 |
.mfp-arrow:active {
|
| 4684 |
-
|
| 4685 |
}
|
| 4686 |
|
| 4687 |
.mfp-arrow:hover,
|
| 4688 |
.mfp-arrow:focus {
|
| 4689 |
-
|
| 4690 |
}
|
| 4691 |
|
| 4692 |
.mfp-arrow:before,
|
| 4693 |
.mfp-arrow:after {
|
| 4694 |
-
|
| 4695 |
-
|
| 4696 |
-
|
| 4697 |
-
|
| 4698 |
-
|
| 4699 |
-
|
| 4700 |
-
|
| 4701 |
-
|
| 4702 |
-
|
| 4703 |
-
|
| 4704 |
}
|
| 4705 |
|
| 4706 |
.mfp-arrow:after {
|
| 4707 |
-
|
| 4708 |
-
|
| 4709 |
-
|
| 4710 |
}
|
| 4711 |
|
| 4712 |
.mfp-arrow:before {
|
| 4713 |
-
|
| 4714 |
-
|
| 4715 |
-
|
| 4716 |
}
|
| 4717 |
|
| 4718 |
.mfp-arrow-left {
|
| 4719 |
-
|
| 4720 |
}
|
| 4721 |
|
| 4722 |
.mfp-arrow-left:after {
|
| 4723 |
-
|
| 4724 |
-
|
| 4725 |
}
|
| 4726 |
|
| 4727 |
.mfp-arrow-left:before {
|
| 4728 |
-
|
| 4729 |
-
|
| 4730 |
}
|
| 4731 |
|
| 4732 |
.mfp-arrow-right {
|
| 4733 |
-
|
| 4734 |
}
|
| 4735 |
|
| 4736 |
.mfp-arrow-right:after {
|
| 4737 |
-
|
| 4738 |
-
|
| 4739 |
}
|
| 4740 |
|
| 4741 |
.mfp-arrow-right:before {
|
| 4742 |
-
|
| 4743 |
}
|
| 4744 |
|
| 4745 |
.mfp-iframe-holder {
|
| 4746 |
-
|
| 4747 |
-
|
| 4748 |
}
|
| 4749 |
|
| 4750 |
.mfp-iframe-holder .mfp-content {
|
| 4751 |
-
|
| 4752 |
-
|
| 4753 |
-
|
| 4754 |
}
|
| 4755 |
|
| 4756 |
.mfp-iframe-holder .mfp-close {
|
| 4757 |
-
|
| 4758 |
}
|
| 4759 |
|
| 4760 |
.mfp-iframe-scaler {
|
| 4761 |
-
|
| 4762 |
-
|
| 4763 |
-
|
| 4764 |
-
|
| 4765 |
}
|
| 4766 |
|
| 4767 |
.mfp-iframe-scaler iframe {
|
| 4768 |
-
|
| 4769 |
-
|
| 4770 |
-
|
| 4771 |
-
|
| 4772 |
-
|
| 4773 |
-
|
| 4774 |
-
|
| 4775 |
-
|
|
|
|
| 4776 |
}
|
| 4777 |
|
| 4778 |
-
|
| 4779 |
/*--- Main image in popup ---*/
|
| 4780 |
img.mfp-img {
|
| 4781 |
-
|
| 4782 |
-
|
| 4783 |
-
|
| 4784 |
-
|
| 4785 |
-
|
| 4786 |
-
|
| 4787 |
-
|
| 4788 |
-
|
|
|
|
| 4789 |
}
|
| 4790 |
|
| 4791 |
-
|
| 4792 |
/*--- The shadow behind the image ---*/
|
| 4793 |
.mfp-figure {
|
| 4794 |
-
|
| 4795 |
}
|
| 4796 |
|
| 4797 |
.mfp-figure:after {
|
| 4798 |
-
|
| 4799 |
-
|
| 4800 |
-
|
| 4801 |
-
|
| 4802 |
-
|
| 4803 |
-
|
| 4804 |
-
|
| 4805 |
-
|
| 4806 |
-
|
| 4807 |
-
|
| 4808 |
-
|
| 4809 |
-
|
|
|
|
| 4810 |
}
|
| 4811 |
|
| 4812 |
.mfp-figure small {
|
| 4813 |
-
|
| 4814 |
-
|
| 4815 |
-
|
| 4816 |
-
|
| 4817 |
}
|
| 4818 |
|
| 4819 |
.mfp-figure figure {
|
| 4820 |
-
|
| 4821 |
}
|
| 4822 |
|
| 4823 |
.mfp-bottom-bar {
|
| 4824 |
-
|
| 4825 |
-
|
| 4826 |
-
|
| 4827 |
-
|
| 4828 |
-
|
| 4829 |
-
|
| 4830 |
}
|
| 4831 |
|
| 4832 |
.mfp-title {
|
| 4833 |
-
|
| 4834 |
-
|
| 4835 |
-
|
| 4836 |
-
|
| 4837 |
-
|
| 4838 |
}
|
| 4839 |
|
| 4840 |
.mfp-image-holder .mfp-content {
|
| 4841 |
-
|
| 4842 |
}
|
| 4843 |
|
| 4844 |
.mfp-gallery .mfp-image-holder .mfp-figure {
|
| 4845 |
-
|
| 4846 |
}
|
| 4847 |
|
| 4848 |
button.mfp-close,
|
| 4849 |
button.mfp-close:hover {
|
| 4850 |
-
|
| 4851 |
-
|
| 4852 |
-
|
| 4853 |
}
|
| 4854 |
|
| 4855 |
.mfp-arrow,
|
| 4856 |
.mfp-arrow:hover {
|
| 4857 |
-
|
| 4858 |
-
}
|
| 4859 |
-
|
| 4860 |
-
@media screen and (max-width: 800px) and (orientation: landscape),
|
| 4861 |
-
screen and (max-height: 300px) {
|
| 4862 |
-
/**
|
| 4863 |
-
* Remove all paddings around the image on small screen
|
| 4864 |
-
*/
|
| 4865 |
-
.mfp-img-mobile .mfp-image-holder {
|
| 4866 |
-
padding-left: 0;
|
| 4867 |
-
padding-right: 0;
|
| 4868 |
-
}
|
| 4869 |
-
.mfp-img-mobile img.mfp-img {
|
| 4870 |
-
padding: 0;
|
| 4871 |
-
}
|
| 4872 |
-
.mfp-img-mobile .mfp-figure:after {
|
| 4873 |
-
top: 0;
|
| 4874 |
-
bottom: 0;
|
| 4875 |
-
}
|
| 4876 |
-
.mfp-img-mobile .mfp-figure small {
|
| 4877 |
-
display: inline;
|
| 4878 |
-
margin-left: 5px;
|
| 4879 |
-
}
|
| 4880 |
-
.mfp-img-mobile .mfp-bottom-bar {
|
| 4881 |
-
background: rgba(0, 0, 0, 0.6);
|
| 4882 |
-
bottom: 0;
|
| 4883 |
-
margin: 0;
|
| 4884 |
-
top: auto;
|
| 4885 |
-
padding: 3px 5px;
|
| 4886 |
-
position: fixed;
|
| 4887 |
-
box-sizing: border-box;
|
| 4888 |
-
}
|
| 4889 |
-
.mfp-img-mobile .mfp-bottom-bar:empty {
|
| 4890 |
-
padding: 0;
|
| 4891 |
-
}
|
| 4892 |
-
.mfp-img-mobile .mfp-counter {
|
| 4893 |
-
right: 5px;
|
| 4894 |
-
top: 3px;
|
| 4895 |
-
}
|
| 4896 |
-
.mfp-img-mobile .mfp-close {
|
| 4897 |
-
top: 0;
|
| 4898 |
-
right: 0;
|
| 4899 |
-
width: 35px;
|
| 4900 |
-
height: 35px;
|
| 4901 |
-
line-height: 35px;
|
| 4902 |
-
background: rgba(0, 0, 0, 0.6);
|
| 4903 |
-
position: fixed;
|
| 4904 |
-
text-align: center;
|
| 4905 |
-
padding: 0;
|
| 4906 |
-
}
|
| 4907 |
}
|
| 4908 |
|
| 4909 |
-
@media
|
| 4910 |
-
|
| 4911 |
-
|
| 4912 |
-
|
| 4913 |
-
|
| 4914 |
-
|
| 4915 |
-
|
| 4916 |
-
|
| 4917 |
-
|
| 4918 |
-
|
| 4919 |
-
|
| 4920 |
-
|
| 4921 |
-
|
| 4922 |
-
|
| 4923 |
-
|
| 4924 |
-
|
| 4925 |
-
|
| 4926 |
-
}
|
| 4927 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4928 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4929 |
/*------------------------------*/
|
| 4930 |
/* 27. Filterable Gallery
|
| 4931 |
/*------------------------------*/
|
| 4932 |
.eael-filter-gallery-control {
|
| 4933 |
-
|
| 4934 |
}
|
| 4935 |
|
| 4936 |
.eael-filter-gallery-control ul,
|
| 4937 |
.eael-filter-gallery-control ul li {
|
| 4938 |
-
|
| 4939 |
}
|
| 4940 |
|
| 4941 |
.eael-filter-gallery-control ul {
|
| 4942 |
-
|
| 4943 |
-
|
| 4944 |
-
|
| 4945 |
}
|
| 4946 |
|
| 4947 |
.eael-filter-gallery-control {
|
| 4948 |
-
|
| 4949 |
-
|
| 4950 |
-
|
| 4951 |
-
|
| 4952 |
-
|
| 4953 |
-
|
| 4954 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4955 |
}
|
| 4956 |
|
| 4957 |
.eael-filter-gallery-control ul li {
|
| 4958 |
-
|
| 4959 |
-
|
| 4960 |
-
|
| 4961 |
-
|
| 4962 |
}
|
| 4963 |
|
| 4964 |
.eael-filter-gallery-control ul li a.control {
|
| 4965 |
-
|
| 4966 |
-
|
| 4967 |
-
|
| 4968 |
-
|
| 4969 |
-
|
| 4970 |
}
|
| 4971 |
|
| 4972 |
.eael-filter-gallery-container {
|
| 4973 |
-
|
| 4974 |
-
|
| 4975 |
}
|
| 4976 |
|
| 4977 |
.eael-filter-gallery-container:after {
|
| 4978 |
-
|
| 4979 |
-
|
| 4980 |
-
|
| 4981 |
}
|
| 4982 |
|
| 4983 |
.eael-filter-gallery-container:not(.eael-cards) .item:before {
|
| 4984 |
-
|
| 4985 |
-
|
| 4986 |
-
|
| 4987 |
}
|
| 4988 |
|
| 4989 |
.eael-filter-gallery-container .item .caption {
|
| 4990 |
-
|
| 4991 |
-
|
| 4992 |
-
|
| 4993 |
-
|
| 4994 |
-
|
| 4995 |
-
|
| 4996 |
-
|
| 4997 |
-
|
| 4998 |
-
|
| 4999 |
-
|
| 5000 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5001 |
}
|
| 5002 |
|
| 5003 |
.eael-filter-gallery-container.eael-cards .item .caption {
|
| 5004 |
-
|
| 5005 |
}
|
| 5006 |
|
| 5007 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption {
|
| 5008 |
-
|
| 5009 |
-
|
| 5010 |
-
|
| 5011 |
-
|
| 5012 |
-
|
| 5013 |
-
|
| 5014 |
-
|
| 5015 |
-
|
| 5016 |
-
|
| 5017 |
-
|
| 5018 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5019 |
}
|
| 5020 |
|
| 5021 |
.gallery-item-caption-over {
|
| 5022 |
-
|
| 5023 |
-
|
| 5024 |
}
|
| 5025 |
|
| 5026 |
a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
|
| 5027 |
-
|
| 5028 |
}
|
| 5029 |
|
| 5030 |
/*--- Caption Animation ---*/
|
| 5031 |
.eael-filter-gallery-container .item .caption.eael-zoom-in,
|
| 5032 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
|
| 5033 |
-
|
|
|
|
|
|
|
| 5034 |
}
|
| 5035 |
|
| 5036 |
.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
|
| 5037 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
|
| 5038 |
-
|
|
|
|
|
|
|
| 5039 |
}
|
| 5040 |
|
| 5041 |
.eael-filter-gallery-container .item .caption.eael-slide-left,
|
| 5042 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
|
| 5043 |
-
|
|
|
|
|
|
|
| 5044 |
}
|
| 5045 |
|
| 5046 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
|
| 5047 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
|
| 5048 |
-
|
|
|
|
|
|
|
| 5049 |
}
|
| 5050 |
|
| 5051 |
.eael-filter-gallery-container .item .caption.eael-slide-right,
|
| 5052 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
|
| 5053 |
-
|
|
|
|
|
|
|
| 5054 |
}
|
| 5055 |
|
| 5056 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
|
| 5057 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
|
| 5058 |
-
|
|
|
|
|
|
|
| 5059 |
}
|
| 5060 |
|
| 5061 |
.eael-filter-gallery-container .item .caption.eael-slide-top,
|
| 5062 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
|
| 5063 |
-
|
|
|
|
|
|
|
| 5064 |
}
|
| 5065 |
|
| 5066 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
|
| 5067 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
|
| 5068 |
-
|
|
|
|
|
|
|
| 5069 |
}
|
| 5070 |
|
| 5071 |
.eael-filter-gallery-container .item .caption.eael-slide-bottom,
|
| 5072 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
|
| 5073 |
-
|
|
|
|
|
|
|
| 5074 |
}
|
| 5075 |
|
| 5076 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
|
| 5077 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
|
| 5078 |
-
|
|
|
|
|
|
|
| 5079 |
}
|
| 5080 |
|
| 5081 |
.eael-filter-gallery-container .item .caption a {
|
| 5082 |
-
|
| 5083 |
-
|
| 5084 |
-
|
| 5085 |
-
|
| 5086 |
-
|
| 5087 |
-
|
| 5088 |
-
|
| 5089 |
-
|
| 5090 |
-
|
| 5091 |
-
|
|
|
|
|
|
|
|
|
|
| 5092 |
}
|
| 5093 |
|
| 5094 |
.eael-filter-gallery-container .item .caption a:nth-child(1),
|
| 5095 |
.eael-container .item .caption a:nth-child(2) {
|
| 5096 |
-
|
| 5097 |
-
|
|
|
|
|
|
|
| 5098 |
}
|
| 5099 |
|
| 5100 |
.eael-filter-gallery-container .item .caption a:nth-child(1) {
|
| 5101 |
-
|
|
|
|
|
|
|
| 5102 |
}
|
| 5103 |
|
| 5104 |
.eael-filter-gallery-container .item .caption a:nth-child(2) {
|
| 5105 |
-
|
|
|
|
|
|
|
| 5106 |
}
|
| 5107 |
|
| 5108 |
.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
|
| 5109 |
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
|
| 5110 |
-
|
| 5111 |
-
|
|
|
|
|
|
|
| 5112 |
}
|
| 5113 |
|
| 5114 |
.eael-filter-gallery-container .item .caption .eael-popup-link {
|
| 5115 |
-
|
| 5116 |
}
|
| 5117 |
|
| 5118 |
-
|
| 5119 |
/*--- Filter Gallery Card Style ---*/
|
| 5120 |
-
|
| 5121 |
.eael-filter-gallery-container.eael-cards .item:before {
|
| 5122 |
-
|
| 5123 |
}
|
| 5124 |
|
| 5125 |
.eael-filter-gallery-container.eael-cards .item-img {
|
| 5126 |
-
|
| 5127 |
-
|
| 5128 |
-
|
| 5129 |
-
|
| 5130 |
-
|
| 5131 |
-
|
| 5132 |
-
|
|
|
|
| 5133 |
}
|
| 5134 |
|
| 5135 |
.eael-filter-gallery-container.eael-cards .item-content {
|
| 5136 |
-
|
| 5137 |
}
|
| 5138 |
|
| 5139 |
.eael-filter-gallery-container.eael-cards .item-content .title,
|
| 5140 |
.eael-filter-gallery-container.eael-cards .item-content .title a {
|
| 5141 |
-
|
| 5142 |
-
|
| 5143 |
-
|
| 5144 |
-
|
|
|
|
|
|
|
| 5145 |
}
|
| 5146 |
|
| 5147 |
.eael-filter-gallery-container.eael-cards .item-content p {
|
| 5148 |
-
|
| 5149 |
-
|
| 5150 |
}
|
| 5151 |
|
| 5152 |
.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5153 |
-
|
| 5154 |
}
|
| 5155 |
|
| 5156 |
.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5157 |
-
|
| 5158 |
}
|
| 5159 |
|
| 5160 |
.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5161 |
-
|
| 5162 |
}
|
| 5163 |
|
| 5164 |
.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5165 |
-
|
| 5166 |
}
|
| 5167 |
|
| 5168 |
-
|
| 5169 |
/*--- Editor Specific Style ---*/
|
| 5170 |
-
|
| 5171 |
.eael-fg-content-align-left .eael-cards .item .item-content {
|
| 5172 |
-
|
| 5173 |
}
|
| 5174 |
|
| 5175 |
.eael-fg-content-align-center .eael-cards .item .item-content {
|
| 5176 |
-
|
| 5177 |
}
|
| 5178 |
|
| 5179 |
.eael-fg-content-align-right .eael-cards .item .item-content {
|
| 5180 |
-
|
| 5181 |
}
|
| 5182 |
|
| 5183 |
-
|
| 5184 |
/*--- Magnific Gallery Fix ---*/
|
| 5185 |
-
|
| 5186 |
-
|
| 5187 |
-
display: none!important;
|
| 5188 |
}
|
| 5189 |
|
| 5190 |
.eael-filterable-gallery-item-wrap {
|
| 5191 |
-
|
| 5192 |
-
|
| 5193 |
}
|
| 5194 |
|
| 5195 |
.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
|
| 5196 |
-
|
| 5197 |
}
|
| 5198 |
|
| 5199 |
-
.eael-filter-gallery-control>ul li {
|
| 5200 |
-
|
| 5201 |
-
|
| 5202 |
-
|
| 5203 |
-
|
| 5204 |
-
|
| 5205 |
-
|
| 5206 |
-
|
| 5207 |
-
|
| 5208 |
}
|
| 5209 |
|
| 5210 |
.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
|
| 5211 |
-
|
| 5212 |
}
|
| 5213 |
|
| 5214 |
.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
|
| 5215 |
-
|
| 5216 |
}
|
| 5217 |
|
| 5218 |
.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
|
| 5219 |
-
|
| 5220 |
}
|
| 5221 |
|
| 5222 |
.gallery-grid-item {
|
| 5223 |
-
|
| 5224 |
-
|
| 5225 |
-
|
| 5226 |
-
|
| 5227 |
-
|
| 5228 |
}
|
| 5229 |
|
| 5230 |
.gallery-item-caption-wrap,
|
| 5231 |
.media-content-wrap {
|
| 5232 |
-
|
| 5233 |
-
|
| 5234 |
}
|
| 5235 |
|
| 5236 |
.gallery-item-thumbnail-wrap.caption-style-card img {
|
| 5237 |
-
|
| 5238 |
-
|
| 5239 |
}
|
| 5240 |
|
| 5241 |
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 5242 |
-
|
| 5243 |
-
|
| 5244 |
-
|
| 5245 |
-
|
| 5246 |
-
|
| 5247 |
-
|
| 5248 |
-
|
| 5249 |
}
|
| 5250 |
|
| 5251 |
-
.eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap>img {
|
| 5252 |
-
|
| 5253 |
-
|
| 5254 |
-
|
|
|
|
| 5255 |
}
|
| 5256 |
|
| 5257 |
-
|
| 5258 |
/*--- Gallery content css ---*/
|
| 5259 |
-
|
| 5260 |
.fg-item-title,
|
| 5261 |
.fg-item-content {
|
| 5262 |
-
|
| 5263 |
-
|
| 5264 |
}
|
| 5265 |
|
| 5266 |
-
|
| 5267 |
/*--- Gallery Card Style CSS ---*/
|
| 5268 |
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 5269 |
-
|
| 5270 |
-
|
| 5271 |
-
|
| 5272 |
}
|
| 5273 |
|
| 5274 |
.gallery-item-caption-wrap.caption-style-card {
|
| 5275 |
-
|
| 5276 |
}
|
| 5277 |
|
| 5278 |
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 5279 |
-
|
| 5280 |
-
|
| 5281 |
}
|
| 5282 |
|
| 5283 |
.gallery-item-caption-wrap.caption-style-card .fg-item-content {
|
| 5284 |
-
|
| 5285 |
-
|
| 5286 |
-
|
| 5287 |
}
|
| 5288 |
|
| 5289 |
-
.gallery-item-buttons>a {
|
| 5290 |
-
|
| 5291 |
-
|
| 5292 |
-
|
| 5293 |
-
|
| 5294 |
}
|
| 5295 |
|
| 5296 |
-
.gallery-item-buttons>a:visited {
|
| 5297 |
-
|
| 5298 |
}
|
| 5299 |
|
| 5300 |
.gallery-item-caption-wrap.caption-style-card {
|
| 5301 |
-
|
| 5302 |
-
|
| 5303 |
-
|
|
|
|
| 5304 |
}
|
| 5305 |
|
| 5306 |
-
|
| 5307 |
/*--- Gallery item hover style ---*/
|
| 5308 |
.gallery-item-caption-wrap .gallery-item-hoverer-bg {
|
| 5309 |
-
|
| 5310 |
-
|
| 5311 |
-
|
| 5312 |
-
|
| 5313 |
-
|
| 5314 |
-
|
| 5315 |
-
|
| 5316 |
-
|
| 5317 |
-
|
| 5318 |
}
|
| 5319 |
|
| 5320 |
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 5321 |
-
|
| 5322 |
-
|
| 5323 |
-
|
| 5324 |
-
|
| 5325 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5326 |
}
|
| 5327 |
|
| 5328 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
|
| 5329 |
-
|
| 5330 |
-
|
| 5331 |
}
|
| 5332 |
|
| 5333 |
.gallery-item-caption-wrap.caption-style-hoverer h5 {
|
| 5334 |
-
|
| 5335 |
-
|
| 5336 |
-
|
| 5337 |
}
|
| 5338 |
|
| 5339 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
|
| 5340 |
-
|
| 5341 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5342 |
}
|
| 5343 |
|
| 5344 |
.gallery-item-caption-wrap.caption-style-hoverer p {
|
| 5345 |
-
|
| 5346 |
}
|
| 5347 |
|
| 5348 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 5349 |
-
|
| 5350 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5351 |
}
|
| 5352 |
|
| 5353 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
|
| 5354 |
-
|
| 5355 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5356 |
}
|
| 5357 |
|
| 5358 |
.gallery-item-caption-wrap .gallery-item-buttons > a {
|
| 5359 |
-
|
| 5360 |
-
|
| 5361 |
-
|
| 5362 |
-
|
| 5363 |
-
|
|
|
|
| 5364 |
}
|
| 5365 |
|
| 5366 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 5367 |
-
|
| 5368 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5369 |
}
|
| 5370 |
|
| 5371 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
|
| 5372 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
|
| 5373 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 5374 |
-
|
|
|
|
|
|
|
| 5375 |
}
|
| 5376 |
|
| 5377 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 5378 |
-
|
| 5379 |
-
|
| 5380 |
-
|
|
|
|
|
|
|
| 5381 |
}
|
| 5382 |
|
| 5383 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
|
| 5384 |
-
|
|
|
|
|
|
|
| 5385 |
}
|
| 5386 |
|
| 5387 |
/*--- Video Gallery ---*/
|
| 5388 |
.gallery-item-thumbnail-wrap {
|
| 5389 |
-
|
| 5390 |
}
|
| 5391 |
|
| 5392 |
.video-popup,
|
| 5393 |
.video-popup-bg {
|
| 5394 |
-
|
| 5395 |
-
|
| 5396 |
-
|
| 5397 |
-
|
| 5398 |
-
|
| 5399 |
}
|
| 5400 |
|
| 5401 |
-
.video-popup>img {
|
| 5402 |
-
|
| 5403 |
-
|
| 5404 |
-
|
| 5405 |
-
|
|
|
|
|
|
|
| 5406 |
}
|
| 5407 |
|
| 5408 |
.video-popup {
|
| 5409 |
-
|
| 5410 |
-
|
| 5411 |
-
|
| 5412 |
-
|
| 5413 |
-
|
| 5414 |
-
|
| 5415 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5416 |
}
|
| 5417 |
|
| 5418 |
.video-popup-bg {
|
| 5419 |
-
|
| 5420 |
-
|
| 5421 |
-
|
|
|
|
|
|
|
| 5422 |
}
|
| 5423 |
|
| 5424 |
.gallery-grid-item:hover .video-popup-bg {
|
| 5425 |
-
|
| 5426 |
-
|
| 5427 |
-
}
|
| 5428 |
-
|
| 5429 |
-
.gallery-item-thumbnail-wrap
|
| 5430 |
-
|
| 5431 |
-
|
| 5432 |
-
|
| 5433 |
-
|
| 5434 |
-
|
| 5435 |
-
|
| 5436 |
-
|
| 5437 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5438 |
}
|
| 5439 |
|
| 5440 |
.gallery-item-caption-wrap.card-hover-bg {
|
| 5441 |
-
|
| 5442 |
-
|
| 5443 |
-
|
|
|
|
|
|
|
| 5444 |
}
|
| 5445 |
|
| 5446 |
.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
|
| 5447 |
-
|
| 5448 |
-
|
| 5449 |
-
}
|
| 5450 |
-
|
| 5451 |
-
.gallery-item-caption-wrap .gallery-item-buttons>a>i {
|
| 5452 |
-
|
| 5453 |
-
|
| 5454 |
-
|
| 5455 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5456 |
}
|
| 5457 |
|
| 5458 |
/*--- Gallery Column CSS ---*/
|
| 5459 |
@media only screen and (min-width: 1025px) {
|
| 5460 |
-
|
| 5461 |
-
|
| 5462 |
-
|
| 5463 |
-
|
| 5464 |
-
.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
|
| 5465 |
-
width: 100%;
|
| 5466 |
-
float: left;
|
| 5467 |
-
}
|
| 5468 |
-
.elementor-element.elementor-grid-2 {
|
| 5469 |
-
position: relative;
|
| 5470 |
-
}
|
| 5471 |
-
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
|
| 5472 |
-
width: 50%;
|
| 5473 |
-
float: left;
|
| 5474 |
-
}
|
| 5475 |
-
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 5476 |
-
margin-right: 0 !important;
|
| 5477 |
-
}
|
| 5478 |
-
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 5479 |
-
clear: left;
|
| 5480 |
-
}
|
| 5481 |
-
.elementor-element.elementor-grid-3 {
|
| 5482 |
-
position: relative;
|
| 5483 |
-
}
|
| 5484 |
-
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
|
| 5485 |
-
width: 33.3333%;
|
| 5486 |
-
float: left;
|
| 5487 |
-
}
|
| 5488 |
-
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 5489 |
-
margin-right: 0 !important;
|
| 5490 |
-
}
|
| 5491 |
-
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 5492 |
-
clear: left;
|
| 5493 |
-
}
|
| 5494 |
-
.elementor-element.elementor-grid-4 {
|
| 5495 |
-
position: relative;
|
| 5496 |
-
}
|
| 5497 |
-
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
|
| 5498 |
-
width: 25%;
|
| 5499 |
-
float: left;
|
| 5500 |
-
}
|
| 5501 |
-
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 5502 |
-
margin-right: 0 !important;
|
| 5503 |
-
}
|
| 5504 |
-
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 5505 |
-
clear: left;
|
| 5506 |
-
}
|
| 5507 |
-
.elementor-element.elementor-grid-5 {
|
| 5508 |
-
position: relative;
|
| 5509 |
-
}
|
| 5510 |
-
.elementor-element.elementor-grid-5 .pp-logo-grid {
|
| 5511 |
-
margin-right: -5px;
|
| 5512 |
-
}
|
| 5513 |
-
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
|
| 5514 |
-
width: 20%;
|
| 5515 |
-
float: left;
|
| 5516 |
-
}
|
| 5517 |
-
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 5518 |
-
margin-right: 0 !important;
|
| 5519 |
-
}
|
| 5520 |
-
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 5521 |
-
clear: left;
|
| 5522 |
-
}
|
| 5523 |
-
.elementor-element.elementor-grid-6 {
|
| 5524 |
-
position: relative;
|
| 5525 |
-
}
|
| 5526 |
-
.elementor-element.elementor-grid-6 .pp-logo-grid {
|
| 5527 |
-
margin-right: -6px;
|
| 5528 |
-
}
|
| 5529 |
-
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
|
| 5530 |
-
width: 16.6667%;
|
| 5531 |
-
float: left;
|
| 5532 |
-
}
|
| 5533 |
-
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 5534 |
-
margin-right: 0 !important;
|
| 5535 |
-
}
|
| 5536 |
-
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 5537 |
-
clear: left;
|
| 5538 |
-
}
|
| 5539 |
-
}
|
| 5540 |
|
| 5541 |
-
|
| 5542 |
-
|
| 5543 |
-
|
| 5544 |
-
|
| 5545 |
-
|
| 5546 |
-
|
| 5547 |
-
|
| 5548 |
-
|
| 5549 |
-
|
| 5550 |
-
|
| 5551 |
-
|
| 5552 |
-
|
| 5553 |
-
|
| 5554 |
-
|
| 5555 |
-
|
| 5556 |
-
|
| 5557 |
-
|
| 5558 |
-
|
| 5559 |
-
|
| 5560 |
-
|
| 5561 |
-
|
| 5562 |
-
|
| 5563 |
-
|
| 5564 |
-
|
| 5565 |
-
|
| 5566 |
-
|
| 5567 |
-
|
| 5568 |
-
|
| 5569 |
-
|
| 5570 |
-
|
| 5571 |
-
|
| 5572 |
-
|
| 5573 |
-
|
| 5574 |
-
|
| 5575 |
-
|
| 5576 |
-
|
| 5577 |
-
|
| 5578 |
-
|
| 5579 |
-
|
| 5580 |
-
|
| 5581 |
-
|
| 5582 |
-
|
| 5583 |
-
|
| 5584 |
-
|
| 5585 |
-
|
| 5586 |
-
|
| 5587 |
-
|
| 5588 |
-
|
| 5589 |
-
|
| 5590 |
-
|
| 5591 |
-
|
| 5592 |
-
|
| 5593 |
-
|
| 5594 |
-
|
| 5595 |
-
|
| 5596 |
-
|
| 5597 |
-
|
| 5598 |
-
|
| 5599 |
-
|
| 5600 |
-
|
| 5601 |
-
|
| 5602 |
-
|
| 5603 |
-
|
| 5604 |
-
|
| 5605 |
-
|
| 5606 |
-
|
| 5607 |
-
|
| 5608 |
-
|
| 5609 |
-
|
| 5610 |
-
|
| 5611 |
-
|
| 5612 |
-
|
| 5613 |
-
|
| 5614 |
-
|
| 5615 |
-
|
| 5616 |
-
|
| 5617 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5618 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5619 |
|
| 5620 |
-
|
| 5621 |
-
|
| 5622 |
-
|
| 5623 |
-
|
| 5624 |
-
|
| 5625 |
-
|
| 5626 |
-
|
| 5627 |
-
|
| 5628 |
-
|
| 5629 |
-
|
| 5630 |
-
|
| 5631 |
-
|
| 5632 |
-
|
| 5633 |
-
|
| 5634 |
-
|
| 5635 |
-
|
| 5636 |
-
|
| 5637 |
-
|
| 5638 |
-
|
| 5639 |
-
|
| 5640 |
-
|
| 5641 |
-
|
| 5642 |
-
|
| 5643 |
-
|
| 5644 |
-
|
| 5645 |
-
|
| 5646 |
-
|
| 5647 |
-
|
| 5648 |
-
|
| 5649 |
-
|
| 5650 |
-
|
| 5651 |
-
|
| 5652 |
-
|
| 5653 |
-
|
| 5654 |
-
|
| 5655 |
-
|
| 5656 |
-
|
| 5657 |
-
|
| 5658 |
-
|
| 5659 |
-
|
| 5660 |
-
|
| 5661 |
-
|
| 5662 |
-
|
| 5663 |
-
|
| 5664 |
-
|
| 5665 |
-
|
| 5666 |
-
|
| 5667 |
-
|
| 5668 |
-
|
| 5669 |
-
|
| 5670 |
-
|
| 5671 |
-
|
| 5672 |
-
|
| 5673 |
-
|
| 5674 |
-
|
| 5675 |
-
|
| 5676 |
-
|
| 5677 |
-
|
| 5678 |
-
|
| 5679 |
-
|
| 5680 |
-
|
| 5681 |
-
|
| 5682 |
-
|
| 5683 |
-
|
| 5684 |
-
|
| 5685 |
-
|
| 5686 |
-
|
| 5687 |
-
|
| 5688 |
-
|
| 5689 |
-
|
| 5690 |
-
|
| 5691 |
-
|
| 5692 |
-
|
| 5693 |
-
|
| 5694 |
-
|
| 5695 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5696 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5697 |
|
|
|
|
|
|
|
|
|
|
| 5698 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5699 |
/*----------------------------*/
|
| 5700 |
/* 28. Swiper
|
| 5701 |
/*----------------------------*/
|
| 5702 |
.swiper-container-wrap .swiper-slide,
|
| 5703 |
.swiper-container .swiper-slide {
|
| 5704 |
-
|
| 5705 |
}
|
| 5706 |
|
| 5707 |
.swiper-container-wrap .swiper-slide img,
|
| 5708 |
.swiper-container .swiper-slide img {
|
| 5709 |
-
|
| 5710 |
}
|
| 5711 |
|
| 5712 |
.swiper-container-wrap-dots-outside .swiper-pagination,
|
| 5713 |
.swiper-container-dots-outside .swiper-pagination {
|
| 5714 |
-
|
| 5715 |
}
|
| 5716 |
|
| 5717 |
.swiper-container-wrap .swiper-button-next,
|
| 5718 |
.swiper-container-wrap .swiper-button-prev,
|
| 5719 |
.swiper-container .swiper-button-next,
|
| 5720 |
.swiper-container .swiper-button-prev {
|
| 5721 |
-
|
| 5722 |
-
|
| 5723 |
-
|
| 5724 |
-
|
| 5725 |
-
|
| 5726 |
-
|
| 5727 |
-
|
| 5728 |
-
|
|
|
|
|
|
|
| 5729 |
}
|
| 5730 |
|
| 5731 |
.swiper-container-wrap .swiper-button-next .fa,
|
| 5732 |
.swiper-container-wrap .swiper-button-prev .fa,
|
| 5733 |
.swiper-container .swiper-button-next .fa,
|
| 5734 |
.swiper-container .swiper-button-prev .fa {
|
| 5735 |
-
|
| 5736 |
}
|
| 5737 |
|
| 5738 |
.swiper-container-wrap .swiper-pagination {
|
| 5739 |
-
|
| 5740 |
-
|
| 5741 |
-
|
| 5742 |
}
|
| 5743 |
|
| 5744 |
.swiper-container-wrap-dots-outside .swiper-pagination {
|
| 5745 |
-
|
| 5746 |
}
|
| 5747 |
|
| 5748 |
.swiper-container-wrap .swiper-pagination-bullet {
|
| 5749 |
-
|
| 5750 |
-
|
| 5751 |
-
|
| 5752 |
-
|
| 5753 |
-
|
| 5754 |
}
|
| 5755 |
|
| 5756 |
.swiper-container-wrap .swiper-pagination-bullet-active {
|
| 5757 |
-
|
| 5758 |
}
|
| 5759 |
|
| 5760 |
.swiper-container-3d .swiper-slide {
|
| 5761 |
-
|
| 5762 |
-
|
|
|
|
| 5763 |
}
|
| 5764 |
|
| 5765 |
/*----------------------------*/
|
| 5766 |
/* 29. Content Ticker
|
| 5767 |
/*----------------------------*/
|
| 5768 |
-
|
| 5769 |
.eael-ticker-wrap {
|
| 5770 |
-
|
| 5771 |
-
|
| 5772 |
-
|
| 5773 |
-
|
| 5774 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5775 |
}
|
| 5776 |
|
| 5777 |
.eael-ticker-wrap .ticker-badge {
|
| 5778 |
-
|
| 5779 |
-
|
|
|
|
|
|
|
|
|
|
| 5780 |
}
|
| 5781 |
|
| 5782 |
.eael-ticker-wrap .eael-ticker {
|
| 5783 |
-
|
| 5784 |
-
|
|
|
|
|
|
|
|
|
|
| 5785 |
}
|
| 5786 |
|
| 5787 |
.eael-ticker-wrap .eael-ticker .ticker-content {
|
| 5788 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5789 |
}
|
| 5790 |
|
| 5791 |
.eael-ticker-wrap .swiper-button-prev {
|
| 5792 |
-
|
| 5793 |
-
|
| 5794 |
}
|
| 5795 |
|
| 5796 |
.eael-ticker-wrap div.swiper-slide,
|
| 5797 |
.eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
|
| 5798 |
.eael-ticker-wrap div.swiper-slide.swiper-slide-next {
|
| 5799 |
-
|
| 5800 |
}
|
| 5801 |
|
| 5802 |
.eael-ticker-wrap div.swiper-slide.swiper-slide-active {
|
| 5803 |
-
|
| 5804 |
}
|
| 5805 |
|
| 5806 |
.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
|
| 5807 |
-
|
| 5808 |
}
|
| 5809 |
|
| 5810 |
@media only screen and (max-width: 767px) {
|
| 5811 |
-
|
| 5812 |
-
|
| 5813 |
-
|
| 5814 |
-
|
| 5815 |
-
|
| 5816 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5817 |
}
|
| 5818 |
-
|
| 5819 |
/*----------------------------*/
|
| 5820 |
/* 30. Advance Tabs
|
| 5821 |
/*----------------------------*/
|
| 5822 |
.eael-advance-tabs {
|
| 5823 |
-
|
| 5824 |
-
}
|
| 5825 |
-
|
| 5826 |
-
.eael-advance-tabs .eael-tabs-nav>ul {
|
| 5827 |
-
|
| 5828 |
-
|
| 5829 |
-
|
| 5830 |
-
|
| 5831 |
-
|
| 5832 |
-
|
| 5833 |
-
|
| 5834 |
-
|
| 5835 |
-
|
| 5836 |
-
|
| 5837 |
-
|
| 5838 |
-
|
| 5839 |
-
|
| 5840 |
-
|
| 5841 |
-
|
| 5842 |
-
|
| 5843 |
-
|
| 5844 |
-
|
| 5845 |
-
|
| 5846 |
-
|
| 5847 |
-
|
| 5848 |
-
|
| 5849 |
-
|
| 5850 |
-
|
| 5851 |
-
|
| 5852 |
-
|
| 5853 |
-
|
| 5854 |
-
|
| 5855 |
-
|
| 5856 |
-
|
| 5857 |
-
|
| 5858 |
-
|
| 5859 |
-
|
| 5860 |
-
|
| 5861 |
-
|
| 5862 |
-
|
| 5863 |
-
|
| 5864 |
-
|
| 5865 |
-
|
| 5866 |
-
|
| 5867 |
-
|
| 5868 |
-
|
| 5869 |
-
|
| 5870 |
-
|
| 5871 |
-
|
| 5872 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5873 |
}
|
| 5874 |
|
| 5875 |
.eael-tabs-content {
|
| 5876 |
-
|
| 5877 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5878 |
}
|
| 5879 |
|
| 5880 |
-
.eael-advance-tabs .eael-tabs-content>div {
|
| 5881 |
-
|
| 5882 |
-
|
| 5883 |
}
|
| 5884 |
|
| 5885 |
-
.eael-advance-tabs .eael-tabs-content>div.active,
|
| 5886 |
-
.eael-advance-tabs .eael-tabs-content>div.active-default {
|
| 5887 |
-
|
| 5888 |
-
|
| 5889 |
-
|
| 5890 |
-
|
| 5891 |
-
|
|
|
|
| 5892 |
}
|
| 5893 |
|
| 5894 |
-
|
| 5895 |
/*--- Inline Icon ---*/
|
| 5896 |
-
|
| 5897 |
.eael-tab-inline-icon li a .fa {
|
| 5898 |
-
|
| 5899 |
-
|
| 5900 |
}
|
| 5901 |
|
| 5902 |
.eael-tab-top-icon li a {
|
| 5903 |
-
|
| 5904 |
-
|
| 5905 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5906 |
}
|
| 5907 |
|
| 5908 |
.eael-tab-top-icon li a .fa,
|
| 5909 |
.eael-tab-top-icon li a .eael-tab-title {
|
| 5910 |
-
|
| 5911 |
-
|
|
|
|
|
|
|
|
|
|
| 5912 |
}
|
| 5913 |
|
| 5914 |
.eael-tab-top-icon li a .eael-tab-title {
|
| 5915 |
-
|
| 5916 |
}
|
| 5917 |
|
| 5918 |
-
|
| 5919 |
/*--- Vertical Tabs ---*/
|
| 5920 |
-
|
| 5921 |
.eael-advance-tabs.eael-tabs-vertical {
|
| 5922 |
-
|
|
|
|
|
|
|
|
|
|
| 5923 |
}
|
| 5924 |
|
| 5925 |
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
|
| 5926 |
-
|
|
|
|
|
|
|
|
|
|
| 5927 |
}
|
| 5928 |
|
| 5929 |
-
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul {
|
| 5930 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5931 |
}
|
| 5932 |
|
| 5933 |
-
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul>li {
|
| 5934 |
-
|
| 5935 |
-
|
|
|
|
|
|
|
|
|
|
| 5936 |
}
|
| 5937 |
|
| 5938 |
-
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul li::after {
|
| 5939 |
-
|
| 5940 |
-
|
| 5941 |
-
|
| 5942 |
-
|
| 5943 |
-
|
| 5944 |
-
|
| 5945 |
-
|
| 5946 |
-
|
| 5947 |
}
|
| 5948 |
|
| 5949 |
@media only screen and (max-width: 767px) {
|
| 5950 |
-
|
| 5951 |
-
|
| 5952 |
-
|
| 5953 |
-
|
| 5954 |
-
|
| 5955 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5956 |
}
|
| 5957 |
-
|
| 5958 |
-
|
| 5959 |
/*------------------------------*/
|
| 5960 |
/* 31. Advance Accordion
|
| 5961 |
/*------------------------------*/
|
| 5962 |
-
|
| 5963 |
.eael-adv-accordion {
|
| 5964 |
-
|
| 5965 |
-
|
| 5966 |
-
|
|
|
|
|
|
|
| 5967 |
}
|
| 5968 |
|
| 5969 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
|
| 5970 |
-
|
| 5971 |
-
|
| 5972 |
-
|
| 5973 |
-
|
| 5974 |
-
|
| 5975 |
-
|
| 5976 |
-
|
| 5977 |
-
|
| 5978 |
-
|
| 5979 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5980 |
}
|
| 5981 |
|
| 5982 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
|
| 5983 |
-
|
| 5984 |
-
|
| 5985 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5986 |
}
|
| 5987 |
|
| 5988 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
|
| 5989 |
-
|
| 5990 |
-
|
| 5991 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5992 |
}
|
| 5993 |
|
| 5994 |
.fa-accordion-icon {
|
| 5995 |
-
|
| 5996 |
-
|
| 5997 |
}
|
| 5998 |
|
| 5999 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
|
| 6000 |
-
|
| 6001 |
-
|
| 6002 |
-
|
| 6003 |
-
|
| 6004 |
-
|
| 6005 |
-
|
|
|
|
| 6006 |
}
|
| 6007 |
|
| 6008 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
|
| 6009 |
-
|
| 6010 |
}
|
| 6011 |
|
| 6012 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
|
| 6013 |
-
|
| 6014 |
}
|
| 6015 |
|
| 6016 |
-
|
| 6017 |
-
|
| 6018 |
-
|
| 6019 |
-
|
| 6020 |
-
|
| 6021 |
-
|
| 6022 |
-
|
|
|
|
|
|
|
| 6023 |
}
|
| 6024 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6025 |
@keyframes fadeIn {
|
| 6026 |
-
|
| 6027 |
-
|
| 6028 |
-
|
| 6029 |
-
|
| 6030 |
-
|
| 6031 |
-
|
| 6032 |
-
|
| 6033 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6034 |
}
|
| 6035 |
-
|
| 6036 |
-
|
| 6037 |
/*------------------------------*/
|
| 6038 |
/* 32. Tooltip
|
| 6039 |
/*------------------------------*/
|
| 6040 |
.eael-tooltip {
|
| 6041 |
-
|
| 6042 |
-
|
| 6043 |
-
|
| 6044 |
-
|
| 6045 |
-
|
| 6046 |
-
|
| 6047 |
-
|
| 6048 |
-
|
| 6049 |
-
|
| 6050 |
-
|
|
|
|
|
|
|
| 6051 |
}
|
| 6052 |
|
| 6053 |
.eael-tooltip .eael-tooltip-text {
|
| 6054 |
-
|
| 6055 |
-
|
| 6056 |
-
|
| 6057 |
-
|
| 6058 |
-
|
| 6059 |
-
|
| 6060 |
-
|
| 6061 |
-
|
| 6062 |
-
|
| 6063 |
-
|
| 6064 |
-
|
| 6065 |
-
|
|
|
|
| 6066 |
}
|
| 6067 |
|
| 6068 |
.eael-tooltip .eael-tooltip-text::after {
|
| 6069 |
-
|
| 6070 |
-
|
| 6071 |
-
|
| 6072 |
-
|
| 6073 |
}
|
| 6074 |
|
| 6075 |
.eael-tooltip:hover .eael-tooltip-text {
|
| 6076 |
-
|
| 6077 |
}
|
| 6078 |
|
| 6079 |
/*--- Left ---*/
|
| 6080 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-left {
|
| 6081 |
-
|
| 6082 |
-
|
| 6083 |
-
|
| 6084 |
-
|
|
|
|
|
|
|
| 6085 |
}
|
| 6086 |
|
| 6087 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
|
| 6088 |
-
|
|
|
|
| 6089 |
}
|
| 6090 |
|
| 6091 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
|
| 6092 |
-
|
| 6093 |
-
|
| 6094 |
-
|
| 6095 |
}
|
| 6096 |
|
| 6097 |
/*--- Right ---*/
|
| 6098 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-right {
|
| 6099 |
-
|
| 6100 |
-
|
| 6101 |
-
|
| 6102 |
-
|
| 6103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6104 |
}
|
| 6105 |
|
| 6106 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
|
| 6107 |
-
|
|
|
|
| 6108 |
}
|
| 6109 |
|
| 6110 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
|
| 6111 |
-
|
| 6112 |
-
|
| 6113 |
-
|
| 6114 |
}
|
| 6115 |
|
| 6116 |
/*--- Top ---*/
|
| 6117 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-top {
|
| 6118 |
-
|
| 6119 |
-
|
| 6120 |
-
|
| 6121 |
-
|
| 6122 |
}
|
| 6123 |
|
| 6124 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
|
| 6125 |
-
|
| 6126 |
-
|
| 6127 |
-
|
| 6128 |
-
|
| 6129 |
}
|
| 6130 |
|
| 6131 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
|
| 6132 |
-
|
|
|
|
| 6133 |
}
|
| 6134 |
|
| 6135 |
/*--- Bottom ---*/
|
| 6136 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
|
| 6137 |
-
|
| 6138 |
-
|
| 6139 |
-
|
| 6140 |
-
|
| 6141 |
}
|
| 6142 |
|
| 6143 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
|
| 6144 |
-
|
| 6145 |
-
|
| 6146 |
-
|
| 6147 |
-
|
| 6148 |
}
|
| 6149 |
|
| 6150 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
|
| 6151 |
-
|
|
|
|
| 6152 |
}
|
| 6153 |
|
| 6154 |
/*--- Alignments ---*/
|
| 6155 |
.eael-tooltip-align-left {
|
| 6156 |
-
|
| 6157 |
-
|
| 6158 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6159 |
}
|
| 6160 |
|
| 6161 |
.eael-tooltip-align-right {
|
| 6162 |
-
|
| 6163 |
-
|
| 6164 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6165 |
}
|
| 6166 |
|
| 6167 |
.eael-tooltip-align-center {
|
| 6168 |
-
|
| 6169 |
-
|
| 6170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6171 |
}
|
| 6172 |
|
| 6173 |
.eael-tooltip-align-justify .eael-tooltip {
|
| 6174 |
-
|
| 6175 |
-
|
| 6176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6177 |
}
|
| 6178 |
|
| 6179 |
/*--- Tooltip Keyframes ---*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6180 |
@keyframes tooltipRightIn {
|
| 6181 |
-
|
| 6182 |
-
|
| 6183 |
-
|
| 6184 |
-
|
| 6185 |
-
|
| 6186 |
-
|
| 6187 |
-
|
| 6188 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6189 |
}
|
| 6190 |
-
|
| 6191 |
@keyframes tooltipLeftIn {
|
| 6192 |
-
|
| 6193 |
-
|
| 6194 |
-
|
| 6195 |
-
|
| 6196 |
-
|
| 6197 |
-
|
| 6198 |
-
|
| 6199 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6200 |
}
|
| 6201 |
-
|
| 6202 |
@keyframes tooltipTopIn {
|
| 6203 |
-
|
| 6204 |
-
|
| 6205 |
-
|
| 6206 |
-
|
| 6207 |
-
|
| 6208 |
-
|
| 6209 |
-
|
| 6210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6211 |
}
|
| 6212 |
-
|
| 6213 |
@keyframes tooltipBottomIn {
|
| 6214 |
-
|
| 6215 |
-
|
| 6216 |
-
|
| 6217 |
-
|
| 6218 |
-
|
| 6219 |
-
|
| 6220 |
-
|
| 6221 |
-
|
| 6222 |
}
|
| 6223 |
-
|
| 6224 |
-
|
| 6225 |
-
/*------------------------------*/
|
| 6226 |
-
/* 33. Progress Bar
|
| 6227 |
-
/*------------------------------*/
|
| 6228 |
-
/*Animation*/
|
| 6229 |
@-webkit-keyframes animateStripe {
|
| 6230 |
-
|
| 6231 |
-
|
| 6232 |
-
|
| 6233 |
-
|
| 6234 |
-
|
| 6235 |
-
|
| 6236 |
-
|
| 6237 |
-
|
| 6238 |
-
}
|
| 6239 |
-
|
| 6240 |
}
|
| 6241 |
-
|
| 6242 |
@keyframes animateStripe {
|
| 6243 |
-
|
| 6244 |
-
|
| 6245 |
-
|
| 6246 |
-
|
| 6247 |
-
|
| 6248 |
-
|
| 6249 |
-
|
| 6250 |
-
|
| 6251 |
-
}
|
| 6252 |
-
|
| 6253 |
}
|
| 6254 |
-
|
| 6255 |
@-webkit-keyframes animateStripeRTL {
|
| 6256 |
-
|
| 6257 |
-
|
| 6258 |
-
|
| 6259 |
-
|
| 6260 |
-
|
| 6261 |
-
|
| 6262 |
-
|
| 6263 |
-
|
| 6264 |
-
}
|
| 6265 |
-
|
| 6266 |
}
|
| 6267 |
-
|
| 6268 |
@keyframes animateStripeRTL {
|
| 6269 |
-
|
| 6270 |
-
|
| 6271 |
-
|
| 6272 |
-
|
| 6273 |
-
|
| 6274 |
-
|
| 6275 |
-
|
| 6276 |
-
|
| 6277 |
-
}
|
| 6278 |
-
|
| 6279 |
}
|
| 6280 |
-
|
| 6281 |
.eael-progressbar {
|
| 6282 |
-
|
| 6283 |
}
|
| 6284 |
|
| 6285 |
.eael-progressbar-title {
|
| 6286 |
-
|
| 6287 |
-
|
| 6288 |
}
|
| 6289 |
|
| 6290 |
-
/*Line*/
|
| 6291 |
.eael-progressbar-line {
|
| 6292 |
-
|
| 6293 |
-
|
| 6294 |
-
|
| 6295 |
-
|
| 6296 |
-
|
| 6297 |
}
|
| 6298 |
-
|
| 6299 |
-
|
| 6300 |
-
|
| 6301 |
-
|
| 6302 |
-
|
| 6303 |
-
|
| 6304 |
-
|
| 6305 |
-
height: 12px;
|
| 6306 |
-
background-color: #000;
|
| 6307 |
-
-webkit-transform: translateY(-50%);
|
| 6308 |
-
-ms-transform: translateY(-50%);
|
| 6309 |
-
transform: translateY(-50%);
|
| 6310 |
-
-webkit-transition: width 1500ms linear;
|
| 6311 |
-
-o-transition: width 1500ms linear;
|
| 6312 |
-
transition: width 1500ms linear;
|
| 6313 |
-
overflow: hidden;
|
| 6314 |
-
}
|
| 6315 |
-
|
| 6316 |
-
.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
|
| 6317 |
-
content: '';
|
| 6318 |
-
position: absolute;
|
| 6319 |
-
top: 0;
|
| 6320 |
-
left: -35px;
|
| 6321 |
-
width: calc(100% + 70px);
|
| 6322 |
-
height: 100%;
|
| 6323 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
| 6324 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
| 6325 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
| 6326 |
-
background-size: 35px 35px;
|
| 6327 |
}
|
| 6328 |
|
| 6329 |
-
.eael-progressbar-line-
|
| 6330 |
-
|
| 6331 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6332 |
}
|
| 6333 |
|
| 6334 |
-
.eael-progressbar-
|
| 6335 |
-
|
| 6336 |
-
|
|
|
|
| 6337 |
}
|
| 6338 |
-
|
| 6339 |
-
|
| 6340 |
-
|
| 6341 |
-
right: 0;
|
| 6342 |
-
bottom: calc(100% + 5px);
|
| 6343 |
-
font-size: 16px;
|
| 6344 |
-
font-weight: 400;
|
| 6345 |
-
line-height: 1;
|
| 6346 |
}
|
| 6347 |
-
|
| 6348 |
-
|
| 6349 |
-
|
| 6350 |
-
position: relative;
|
| 6351 |
-
width: 200px;
|
| 6352 |
-
height: 200px;
|
| 6353 |
}
|
| 6354 |
|
| 6355 |
.eael-progressbar-circle-shadow {
|
| 6356 |
-
|
| 6357 |
-
|
| 6358 |
-
|
| 6359 |
-
|
|
|
|
| 6360 |
}
|
| 6361 |
|
| 6362 |
.eael-progressbar-circle-pie {
|
| 6363 |
-
|
| 6364 |
-
|
| 6365 |
-
|
| 6366 |
-
|
| 6367 |
-
|
| 6368 |
-
|
| 6369 |
-
|
| 6370 |
}
|
| 6371 |
|
| 6372 |
.eael-progressbar-circle-inner {
|
| 6373 |
-
|
| 6374 |
-
|
| 6375 |
-
|
| 6376 |
-
|
| 6377 |
-
|
| 6378 |
-
|
|
|
|
| 6379 |
}
|
| 6380 |
|
| 6381 |
.eael-progressbar-circle-half {
|
| 6382 |
-
|
| 6383 |
-
|
| 6384 |
-
|
| 6385 |
-
|
| 6386 |
-
|
| 6387 |
-
|
| 6388 |
-
|
| 6389 |
-
|
| 6390 |
-
|
| 6391 |
-
|
| 6392 |
-
|
|
|
|
| 6393 |
}
|
| 6394 |
|
| 6395 |
.eael-progressbar-circle-half-left {
|
| 6396 |
-
|
| 6397 |
-
|
| 6398 |
-
|
| 6399 |
}
|
| 6400 |
|
| 6401 |
.eael-progressbar-circle-half-right {
|
| 6402 |
-
|
| 6403 |
-
|
| 6404 |
-
|
| 6405 |
-
|
| 6406 |
}
|
| 6407 |
|
| 6408 |
.eael-progressbar-circle-inner-content {
|
| 6409 |
-
|
| 6410 |
-
|
| 6411 |
-
|
| 6412 |
-
|
| 6413 |
-
|
| 6414 |
-
|
| 6415 |
-
|
| 6416 |
}
|
| 6417 |
|
| 6418 |
-
/*Half Circle*/
|
| 6419 |
.eael-progressbar-half-circle {
|
| 6420 |
-
|
| 6421 |
-
|
| 6422 |
-
|
| 6423 |
-
|
| 6424 |
}
|
| 6425 |
-
|
| 6426 |
.eael-progressbar-half-circle .eael-progressbar-circle-pie {
|
| 6427 |
-
|
| 6428 |
-
|
| 6429 |
}
|
| 6430 |
-
|
| 6431 |
.eael-progressbar-half-circle .eael-progressbar-circle-half {
|
| 6432 |
-
|
| 6433 |
-
|
| 6434 |
-
|
| 6435 |
-
|
| 6436 |
-
|
| 6437 |
-
|
| 6438 |
-
|
| 6439 |
-
|
| 6440 |
-
|
| 6441 |
-
|
| 6442 |
}
|
| 6443 |
-
|
| 6444 |
.eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
|
| 6445 |
-
|
| 6446 |
-
|
| 6447 |
-
|
| 6448 |
-
|
| 6449 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6450 |
}
|
| 6451 |
|
| 6452 |
-
/*Label*/
|
| 6453 |
.eael-progressbar-half-circle-after {
|
| 6454 |
-
|
| 6455 |
-
|
| 6456 |
-
|
| 6457 |
-
|
| 6458 |
}
|
| 6459 |
|
| 6460 |
.eael-progressbar-postfix-label {
|
| 6461 |
-
|
| 6462 |
}
|
| 6463 |
|
| 6464 |
-
|
| 6465 |
-
|
| 6466 |
-
|
| 6467 |
-
|
| 6468 |
-
|
| 6469 |
-
|
| 6470 |
-
|
| 6471 |
-
|
| 6472 |
-
|
| 6473 |
-
|
| 6474 |
-
|
|
|
|
| 6475 |
}
|
| 6476 |
|
| 6477 |
-
|
| 6478 |
-
|
| 6479 |
-
|
| 6480 |
-
margin: 0 auto 0 0;
|
| 6481 |
}
|
| 6482 |
|
| 6483 |
-
.eael-progressbar-line-
|
| 6484 |
-
|
| 6485 |
-
|
| 6486 |
}
|
| 6487 |
|
| 6488 |
-
.eael-progressbar-
|
| 6489 |
-
|
| 6490 |
-
margin: 0 0 0 auto;
|
| 6491 |
}
|
| 6492 |
|
| 6493 |
/*------------------------------*/
|
| 6494 |
/* 34. Image accordion
|
| 6495 |
/*------------------------------*/
|
| 6496 |
.eael-img-accordion {
|
| 6497 |
-
|
| 6498 |
-
|
|
|
|
|
|
|
|
|
|
| 6499 |
}
|
| 6500 |
|
| 6501 |
.eael-img-accordion a {
|
| 6502 |
-
|
| 6503 |
-
|
| 6504 |
-
|
| 6505 |
-
|
| 6506 |
-
|
| 6507 |
-
|
| 6508 |
-
|
| 6509 |
-
|
| 6510 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6511 |
}
|
| 6512 |
|
| 6513 |
.eael-grow-accordion {
|
| 6514 |
-
|
|
|
|
|
|
|
|
|
|
| 6515 |
}
|
| 6516 |
|
| 6517 |
.eael-img-accordion .overlay {
|
| 6518 |
-
|
| 6519 |
-
|
| 6520 |
-
|
| 6521 |
-
|
| 6522 |
-
|
| 6523 |
-
|
| 6524 |
-
|
| 6525 |
-
|
| 6526 |
-
|
| 6527 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6528 |
}
|
| 6529 |
|
| 6530 |
.eael-img-accordion .overlay .overlay-inner {
|
| 6531 |
-
|
| 6532 |
}
|
| 6533 |
|
| 6534 |
.eael-img-accordion a:after {
|
| 6535 |
-
|
| 6536 |
-
|
| 6537 |
-
|
| 6538 |
-
|
| 6539 |
-
|
| 6540 |
-
|
| 6541 |
-
|
| 6542 |
-
|
| 6543 |
-
|
| 6544 |
-
|
|
|
|
|
|
|
| 6545 |
}
|
| 6546 |
|
| 6547 |
.eael-img-accordion .overlay-inner * {
|
| 6548 |
-
|
| 6549 |
-
|
| 6550 |
-
|
|
|
|
| 6551 |
}
|
| 6552 |
|
| 6553 |
.eael-img-accordion .overlay h2 {
|
| 6554 |
-
|
| 6555 |
-
|
|
|
|
| 6556 |
}
|
| 6557 |
|
| 6558 |
.eael-img-accordion .overlay p {
|
| 6559 |
-
|
| 6560 |
-
|
|
|
|
| 6561 |
}
|
| 6562 |
|
| 6563 |
.eael-img-accordion .overlay-inner-show * {
|
| 6564 |
-
|
| 6565 |
-
|
| 6566 |
-
|
| 6567 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6568 |
}
|
| 6569 |
|
| 6570 |
@media screen and (max-width: 800px) {
|
| 6571 |
-
|
| 6572 |
-
|
| 6573 |
-
|
| 6574 |
-
|
| 6575 |
-
|
| 6576 |
-
|
| 6577 |
-
|
| 6578 |
-
|
| 6579 |
-
|
| 6580 |
-
|
| 6581 |
-
|
| 6582 |
-
|
| 6583 |
-
|
| 6584 |
-
|
| 6585 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6586 |
}
|
| 6587 |
-
|
| 42 |
33. Progress Bar
|
| 43 |
34. Image accordion
|
| 44 |
-------------------------------------------------------*/
|
|
|
|
| 45 |
/*--------------------------*/
|
| 46 |
/* 01. General Styles
|
| 47 |
/*--------------------------*/
|
|
|
|
| 48 |
.clearfix::before,
|
| 49 |
.clearfix::after {
|
| 50 |
+
content: " ";
|
| 51 |
+
display: table;
|
| 52 |
+
clear: both;
|
| 53 |
}
|
| 54 |
|
| 55 |
/*---------------------------------------*/
|
| 56 |
/* 02. Common styles for slider elements
|
| 57 |
/*---------------------------------------*/
|
|
|
|
| 58 |
.eael-testimonial-slider.nav-top-left,
|
| 59 |
.eael-testimonial-slider.nav-top-right,
|
| 60 |
.eael-team-slider.nav-top-left,
|
| 65 |
.eael-post-carousel.nav-top-right,
|
| 66 |
.eael-product-carousel.nav-top-left,
|
| 67 |
.eael-product-carousel.nav-top-right {
|
| 68 |
+
padding-top: 40px;
|
| 69 |
}
|
| 70 |
|
|
|
|
| 71 |
/*--------------------------*/
|
| 72 |
/* 03. Fancy Text Style
|
| 73 |
/*--------------------------*/
|
|
|
|
| 74 |
.eael-fancy-text-container p {
|
| 75 |
+
margin: 0;
|
| 76 |
}
|
| 77 |
|
| 78 |
.eael-fancy-text-strings,
|
| 79 |
.eael-fancy-text-prefix,
|
| 80 |
.eael-fancy-text-suffix {
|
| 81 |
+
display: inline-block;
|
| 82 |
}
|
| 83 |
|
| 84 |
+
.morphext > .animated {
|
| 85 |
+
display: inline-block;
|
| 86 |
}
|
| 87 |
|
| 88 |
.typed-cursor {
|
| 89 |
+
opacity: 1;
|
| 90 |
+
-webkit-animation: blink_cursor 0.7s infinite;
|
| 91 |
+
animation: blink_cursor 0.7s infinite;
|
|
|
|
| 92 |
}
|
| 93 |
|
| 94 |
@keyframes blink_cursor {
|
| 95 |
+
0% {
|
| 96 |
+
opacity: 1;
|
| 97 |
+
}
|
| 98 |
+
50% {
|
| 99 |
+
opacity: 0;
|
| 100 |
+
}
|
| 101 |
+
100% {
|
| 102 |
+
opacity: 1;
|
| 103 |
+
}
|
| 104 |
}
|
|
|
|
| 105 |
@-webkit-keyframes blink_cursor {
|
| 106 |
+
0% {
|
| 107 |
+
opacity: 1;
|
| 108 |
+
}
|
| 109 |
+
50% {
|
| 110 |
+
opacity: 0;
|
| 111 |
+
}
|
| 112 |
+
100% {
|
| 113 |
+
opacity: 1;
|
| 114 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
}
|
|
|
|
|
|
|
| 116 |
/*--- Style 2 ---*/
|
|
|
|
| 117 |
.eael-fancy-text-container.style-2 {
|
| 118 |
+
font-size: 24px;
|
| 119 |
}
|
| 120 |
|
| 121 |
.eael-fancy-text-container.style-2 .eael-fancy-text-strings {
|
| 122 |
+
background: #ff5544;
|
| 123 |
+
color: #fff;
|
| 124 |
+
padding: 10px 25px;
|
| 125 |
}
|
| 126 |
|
|
|
|
| 127 |
/*-----------------------------*/
|
| 128 |
/* 04. Creative Button styles
|
| 129 |
/*-----------------------------*/
|
|
|
|
| 130 |
.eael-creative-button-align-center {
|
| 131 |
+
text-align: center;
|
| 132 |
}
|
| 133 |
|
| 134 |
.eael-creative-button-wrapper {
|
| 135 |
+
display: -webkit-box;
|
| 136 |
+
display: -webkit-flex;
|
| 137 |
+
display: -ms-flexbox;
|
| 138 |
+
display: flex;
|
| 139 |
}
|
| 140 |
|
| 141 |
.eael-creative-button {
|
| 142 |
+
-webkit-box-flex: 0;
|
| 143 |
+
-webkit-flex: 0 0 auto;
|
| 144 |
+
-ms-flex: 0 0 auto;
|
| 145 |
+
flex: 0 0 auto;
|
| 146 |
+
min-width: 150px;
|
| 147 |
+
text-align: center;
|
| 148 |
+
vertical-align: middle;
|
| 149 |
+
position: relative;
|
| 150 |
+
z-index: 1;
|
| 151 |
+
-webkit-backface-visibility: hidden;
|
| 152 |
+
backface-visibility: hidden;
|
| 153 |
+
-moz-osx-font-smoothing: grayscale;
|
| 154 |
}
|
| 155 |
|
| 156 |
.eael-creative-button:focus {
|
| 157 |
+
outline: none;
|
| 158 |
}
|
| 159 |
|
| 160 |
+
.eael-creative-button > span {
|
| 161 |
+
vertical-align: middle;
|
| 162 |
}
|
| 163 |
|
| 164 |
.eael-creative-button {
|
| 165 |
+
-webkit-border-radius: 2px;
|
| 166 |
+
border-radius: 2px;
|
| 167 |
+
padding: 20px 30px;
|
| 168 |
+
font-size: 16px;
|
| 169 |
+
line-height: 1;
|
| 170 |
}
|
| 171 |
|
|
|
|
| 172 |
/*--- Winona ---*/
|
|
|
|
| 173 |
.eael-creative-button--winona {
|
| 174 |
+
overflow: hidden;
|
| 175 |
+
padding: 0 !important;
|
| 176 |
+
-webkit-transition: border-color 0.3s, background-color 0.3s;
|
| 177 |
+
-o-transition: border-color 0.3s, background-color 0.3s;
|
| 178 |
+
transition: border-color 0.3s, background-color 0.3s;
|
| 179 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 180 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 181 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 182 |
}
|
| 183 |
|
| 184 |
.eael-creative-button--winona::after {
|
| 185 |
+
content: attr(data-text);
|
| 186 |
+
position: absolute;
|
| 187 |
+
width: 100%;
|
| 188 |
+
height: 100%;
|
| 189 |
+
top: 0;
|
| 190 |
+
left: 0;
|
| 191 |
+
opacity: 0;
|
| 192 |
+
-webkit-transform: translate3d(0, 25%, 0);
|
| 193 |
+
transform: translate3d(0, 25%, 0);
|
| 194 |
}
|
| 195 |
|
| 196 |
+
.eael-creative-button--winona > span {
|
| 197 |
+
display: block;
|
| 198 |
}
|
| 199 |
|
| 200 |
.eael-creative-button--winona::after,
|
| 201 |
+
.eael-creative-button--winona > span {
|
| 202 |
+
padding: 1em 2em;
|
| 203 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
| 204 |
+
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 205 |
+
transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 206 |
+
-o-transition: transform 0.3s, opacity 0.3s;
|
| 207 |
+
transition: transform 0.3s, opacity 0.3s;
|
| 208 |
+
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
| 209 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 210 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 211 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 212 |
}
|
| 213 |
|
| 214 |
.eael-creative-button--winona:hover::after {
|
| 215 |
+
opacity: 1;
|
| 216 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 217 |
+
transform: translate3d(0, 0, 0);
|
| 218 |
}
|
| 219 |
|
| 220 |
+
.eael-creative-button--winona:hover > span {
|
| 221 |
+
opacity: 0;
|
| 222 |
+
-webkit-transform: translate3d(0, -25%, 0);
|
| 223 |
+
transform: translate3d(0, -25%, 0);
|
| 224 |
}
|
| 225 |
|
|
|
|
| 226 |
/*--- Ujarak ---*/
|
|
|
|
| 227 |
.eael-creative-button--ujarak {
|
| 228 |
+
-webkit-transition: border-color 0.4s, color 0.4s;
|
| 229 |
+
-o-transition: border-color 0.4s, color 0.4s;
|
| 230 |
+
transition: border-color 0.4s, color 0.4s;
|
| 231 |
}
|
| 232 |
|
| 233 |
.eael-creative-button--ujarak::before {
|
| 234 |
+
content: '';
|
| 235 |
+
position: absolute;
|
| 236 |
+
top: 0;
|
| 237 |
+
left: 0;
|
| 238 |
+
width: 100%;
|
| 239 |
+
height: 100%;
|
| 240 |
+
z-index: -1;
|
| 241 |
+
opacity: 0;
|
| 242 |
+
-webkit-transform: scale3d(0.7, 1, 1);
|
| 243 |
+
transform: scale3d(0.7, 1, 1);
|
| 244 |
+
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
| 245 |
+
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
| 246 |
+
transition: opacity 0.4s, -webkit-transform 0.4s;
|
| 247 |
+
-o-transition: transform 0.4s, opacity 0.4s;
|
| 248 |
+
transition: transform 0.4s, opacity 0.4s;
|
| 249 |
+
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
| 250 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 251 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 252 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 253 |
}
|
| 254 |
|
| 255 |
.eael-creative-button--ujarak,
|
| 256 |
.eael-creative-button--ujarak::before {
|
| 257 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 258 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 259 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 260 |
}
|
| 261 |
|
| 262 |
.eael-creative-button--ujarak:hover::before {
|
| 263 |
+
opacity: 1;
|
| 264 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 265 |
+
transform: translate3d(0, 0, 0);
|
| 266 |
}
|
| 267 |
|
|
|
|
| 268 |
/*--- Wayra ---*/
|
|
|
|
| 269 |
.eael-creative-button--wayra {
|
| 270 |
+
overflow: hidden;
|
| 271 |
+
-webkit-transition: border-color 0.3s, color 0.3s;
|
| 272 |
+
-o-transition: border-color 0.3s, color 0.3s;
|
| 273 |
+
transition: border-color 0.3s, color 0.3s;
|
| 274 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 275 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 276 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 277 |
}
|
| 278 |
|
| 279 |
.eael-creative-button--wayra::before {
|
| 280 |
+
content: '';
|
| 281 |
+
position: absolute;
|
| 282 |
+
top: 0;
|
| 283 |
+
left: 0;
|
| 284 |
+
width: 150%;
|
| 285 |
+
height: 100%;
|
| 286 |
+
z-index: -1;
|
| 287 |
+
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
| 288 |
+
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
| 289 |
+
-webkit-transform-origin: 0% 100%;
|
| 290 |
+
-ms-transform-origin: 0% 100%;
|
| 291 |
+
transform-origin: 0% 100%;
|
| 292 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 293 |
+
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
| 294 |
+
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
| 295 |
+
-o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 296 |
+
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 297 |
+
transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
| 298 |
}
|
| 299 |
|
| 300 |
.eael-creative-button--wayra:hover::before {
|
| 301 |
+
opacity: 1;
|
| 302 |
+
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
| 303 |
+
transform: rotate3d(0, 0, 1, 0deg);
|
| 304 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 305 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 306 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 307 |
}
|
| 308 |
|
|
|
|
| 309 |
/*--- Tamaya ---*/
|
| 310 |
.eael-creative-button--tamaya {
|
| 311 |
+
overflow: hidden;
|
| 312 |
}
|
| 313 |
|
| 314 |
.eael-creative-button--tamaya::before,
|
| 315 |
.eael-creative-button--tamaya::after {
|
| 316 |
+
content: attr(data-text);
|
| 317 |
+
position: absolute;
|
| 318 |
+
width: 100%;
|
| 319 |
+
height: 50%;
|
| 320 |
+
left: 0;
|
| 321 |
+
overflow: hidden;
|
| 322 |
+
-webkit-transition: -webkit-transform 0.3s;
|
| 323 |
+
transition: -webkit-transform 0.3s;
|
| 324 |
+
-o-transition: transform 0.3s;
|
| 325 |
+
transition: transform 0.3s;
|
| 326 |
+
transition: transform 0.3s, -webkit-transform 0.3s;
|
| 327 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 328 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 329 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 330 |
}
|
| 331 |
|
| 332 |
.eael-creative-button--tamaya::before {
|
| 333 |
+
top: 0;
|
| 334 |
+
padding: 20px 30px;
|
| 335 |
}
|
| 336 |
|
| 337 |
.eael-creative-button--tamaya::after {
|
| 338 |
+
bottom: 0;
|
| 339 |
+
line-height: 0;
|
| 340 |
}
|
| 341 |
|
| 342 |
.eael-creative-button--tamaya:hover::after {
|
| 343 |
+
bottom: -1px;
|
| 344 |
}
|
| 345 |
|
| 346 |
+
.eael-creative-button--tamaya > span {
|
| 347 |
+
display: block;
|
| 348 |
+
-webkit-transform: scale3d(0.2, 0.2, 1);
|
| 349 |
+
transform: scale3d(0.2, 0.2, 1);
|
| 350 |
+
opacity: 0;
|
| 351 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
| 352 |
+
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 353 |
+
transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 354 |
+
-o-transition: transform 0.3s, opacity 0.3s;
|
| 355 |
+
transition: transform 0.3s, opacity 0.3s;
|
| 356 |
+
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
| 357 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 358 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 359 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 360 |
}
|
| 361 |
|
| 362 |
.eael-creative-button--tamaya:hover::before {
|
| 363 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
| 364 |
+
transform: translate3d(0, -100%, 0);
|
| 365 |
}
|
| 366 |
|
| 367 |
.eael-creative-button--tamaya:hover::after {
|
| 368 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
| 369 |
+
transform: translate3d(0, 100%, 0);
|
| 370 |
}
|
| 371 |
|
| 372 |
+
.eael-creative-button--tamaya:hover > span {
|
| 373 |
+
opacity: 1;
|
| 374 |
+
-webkit-transform: scale3d(1, 1, 1);
|
| 375 |
+
transform: scale3d(1, 1, 1);
|
| 376 |
}
|
| 377 |
|
|
|
|
| 378 |
/*--- Rayen ---*/
|
|
|
|
| 379 |
.eael-creative-button--rayen {
|
| 380 |
+
overflow: hidden;
|
| 381 |
+
padding: 0 !important;
|
| 382 |
}
|
| 383 |
|
| 384 |
.eael-creative-button--rayen::before {
|
| 385 |
+
content: attr(data-text);
|
| 386 |
+
position: absolute;
|
| 387 |
+
top: 0;
|
| 388 |
+
left: 0;
|
| 389 |
+
width: 100%;
|
| 390 |
+
height: 100%;
|
| 391 |
+
-webkit-transform: translate3d(-100%, 0, 0);
|
| 392 |
+
transform: translate3d(-100%, 0, 0);
|
| 393 |
}
|
| 394 |
|
| 395 |
+
.eael-creative-button--rayen > span {
|
| 396 |
+
display: block;
|
| 397 |
}
|
| 398 |
|
| 399 |
.eael-creative-button--rayen::before,
|
| 400 |
+
.eael-creative-button--rayen > span {
|
| 401 |
+
padding: 1em 2em;
|
| 402 |
+
-webkit-transition: -webkit-transform 0.3s;
|
| 403 |
+
transition: -webkit-transform 0.3s;
|
| 404 |
+
-o-transition: transform 0.3s;
|
| 405 |
+
transition: transform 0.3s;
|
| 406 |
+
transition: transform 0.3s, -webkit-transform 0.3s;
|
| 407 |
+
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 408 |
+
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 409 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 410 |
}
|
| 411 |
|
| 412 |
.eael-creative-button--rayen:hover::before {
|
| 413 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 414 |
+
transform: translate3d(0, 0, 0);
|
| 415 |
}
|
| 416 |
|
| 417 |
+
.eael-creative-button--rayen:hover > span {
|
| 418 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
| 419 |
+
transform: translate3d(0, 100%, 0);
|
| 420 |
}
|
| 421 |
|
|
|
|
| 422 |
/*---------------------------------*/
|
| 423 |
/* 05. Countdown Styles
|
| 424 |
/*---------------------------------*/
|
|
|
|
|
|
|
| 425 |
/*--- General ---*/
|
|
|
|
| 426 |
.eael-countdown-items {
|
| 427 |
+
list-style: none;
|
| 428 |
+
margin: 0;
|
| 429 |
+
padding: 0;
|
| 430 |
+
display: table;
|
| 431 |
+
table-layout: fixed;
|
| 432 |
+
width: 100%;
|
| 433 |
}
|
| 434 |
|
| 435 |
+
.eael-countdown-items > li {
|
| 436 |
+
list-style: none;
|
| 437 |
+
margin: 0;
|
| 438 |
+
padding: 0;
|
| 439 |
+
display: table-cell;
|
| 440 |
+
position: relative;
|
| 441 |
}
|
| 442 |
|
| 443 |
+
.eael-countdown-item > div {
|
| 444 |
+
text-align: center;
|
| 445 |
+
padding: 20px;
|
| 446 |
}
|
| 447 |
|
| 448 |
.eael-countdown-label-block .eael-countdown-digits,
|
| 449 |
.eael-countdown-label-block .eael-countdown-label {
|
| 450 |
+
display: block;
|
| 451 |
+
text-align: center;
|
| 452 |
}
|
| 453 |
|
| 454 |
.eael-countdown-digits {
|
| 455 |
+
font-size: 54px;
|
| 456 |
+
line-height: 1;
|
| 457 |
}
|
| 458 |
|
| 459 |
.eael-countdown-label {
|
| 460 |
+
font-size: 18px;
|
| 461 |
+
line-height: 1;
|
| 462 |
+
color: #ffffff;
|
| 463 |
}
|
| 464 |
|
| 465 |
.eael-countdown-show-separator .eael-countdown-digits::after {
|
| 466 |
+
content: ":";
|
| 467 |
+
position: absolute;
|
| 468 |
+
left: 98%;
|
| 469 |
+
z-index: 9999;
|
| 470 |
}
|
| 471 |
|
| 472 |
.eael-countdown-item:last-child .eael-countdown-digits::after {
|
| 473 |
+
display: none;
|
| 474 |
}
|
| 475 |
|
|
|
|
| 476 |
/*--- Style 1 ---*/
|
| 477 |
+
.eael-countdown-items.style-1 .eael-countdown-item > div {
|
| 478 |
+
background: #262625;
|
|
|
|
| 479 |
}
|
| 480 |
|
|
|
|
| 481 |
/*----------------------------*/
|
| 482 |
/* 06. Post Timeline Styles
|
| 483 |
/*----------------------------*/
|
|
|
|
| 484 |
.eael-post-timeline {
|
| 485 |
+
margin-bottom: 0;
|
| 486 |
+
min-height: 100%;
|
| 487 |
+
overflow: hidden;
|
| 488 |
+
position: relative;
|
| 489 |
}
|
| 490 |
|
| 491 |
.eael-timeline-column {
|
| 492 |
+
width: 50%;
|
| 493 |
+
margin-left: 0;
|
| 494 |
+
float: left;
|
| 495 |
+
margin-top: 0 !important;
|
| 496 |
}
|
| 497 |
|
| 498 |
.eael-timeline-post {
|
| 499 |
+
position: relative;
|
| 500 |
}
|
| 501 |
|
| 502 |
.eael-timeline-post:after {
|
| 503 |
+
background-color: rgba(83, 85, 86, 0.2);
|
| 504 |
+
content: "";
|
| 505 |
+
width: 2px;
|
| 506 |
+
height: 245px;
|
| 507 |
+
position: absolute;
|
| 508 |
+
right: 0;
|
| 509 |
+
top: 70px;
|
| 510 |
}
|
| 511 |
|
| 512 |
.eael-timeline-post:nth-child(2n):after {
|
| 513 |
+
display: none;
|
| 514 |
}
|
| 515 |
|
| 516 |
.eael-timeline-bullet {
|
| 517 |
+
background-color: #9fa9af;
|
| 518 |
+
border: 5px solid #fff;
|
| 519 |
+
-webkit-border-radius: 50%;
|
| 520 |
+
border-radius: 50%;
|
| 521 |
+
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
|
| 522 |
+
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
|
| 523 |
+
content: "";
|
| 524 |
+
height: 20px;
|
| 525 |
+
position: absolute;
|
| 526 |
+
right: -9px;
|
| 527 |
+
top: 60px;
|
| 528 |
+
width: 20px;
|
| 529 |
+
z-index: 3;
|
| 530 |
+
cursor: pointer;
|
| 531 |
}
|
| 532 |
|
| 533 |
.eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
|
| 534 |
+
background-color: #9fa9af;
|
| 535 |
+
border: 5px solid #fff;
|
| 536 |
+
-webkit-border-radius: 50%;
|
| 537 |
+
border-radius: 50%;
|
| 538 |
+
bottom: 36px;
|
| 539 |
+
content: "";
|
| 540 |
+
height: 20px;
|
| 541 |
+
left: -11px;
|
| 542 |
+
position: absolute;
|
| 543 |
+
top: 300px;
|
| 544 |
+
width: 20px;
|
| 545 |
+
z-index: 3;
|
| 546 |
}
|
| 547 |
|
| 548 |
.eael-timeline-post-inner {
|
| 549 |
+
background: -webkit-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
|
| 550 |
+
background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
|
| 551 |
+
background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
|
| 552 |
+
border: 8px solid #e5eaed;
|
| 553 |
+
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
|
| 554 |
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
|
| 555 |
+
float: right;
|
| 556 |
+
margin: 30px 40px 30px auto;
|
| 557 |
+
position: relative;
|
| 558 |
+
height: 320px;
|
| 559 |
+
width: calc(100% - 40px);
|
| 560 |
}
|
| 561 |
|
| 562 |
.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
|
| 563 |
+
float: left;
|
| 564 |
+
margin-left: 40px;
|
| 565 |
}
|
| 566 |
|
| 567 |
.eael-timeline-post-inner:after {
|
| 568 |
+
border-color: transparent transparent transparent #e5eaed;
|
| 569 |
+
border-style: solid;
|
| 570 |
+
border-width: 15px;
|
| 571 |
+
content: "";
|
| 572 |
+
height: 0;
|
| 573 |
+
position: absolute;
|
| 574 |
+
right: -36px;
|
| 575 |
+
top: 17px;
|
| 576 |
+
width: 0;
|
| 577 |
}
|
| 578 |
|
| 579 |
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
|
| 580 |
+
border-color: transparent #e5eaed transparent transparent;
|
| 581 |
+
border-style: solid;
|
| 582 |
+
border-width: 15px;
|
| 583 |
+
content: "";
|
| 584 |
+
height: 0;
|
| 585 |
+
left: -36px;
|
| 586 |
+
position: absolute;
|
| 587 |
+
top: 257px;
|
| 588 |
+
width: 0;
|
| 589 |
}
|
| 590 |
|
| 591 |
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
|
| 592 |
+
border-left-color: transparent !important;
|
| 593 |
}
|
| 594 |
|
| 595 |
.eael-timeline-post p {
|
| 596 |
+
margin: 1.6rem 0 0 0;
|
| 597 |
+
font-size: 0.9em;
|
| 598 |
+
line-height: 1.6em;
|
| 599 |
}
|
| 600 |
|
| 601 |
.eael-timeline-post-image {
|
| 602 |
+
-webkit-background-size: cover;
|
| 603 |
+
background-size: cover;
|
| 604 |
+
background-position: center center;
|
| 605 |
+
background-repeat: no-repeat;
|
| 606 |
+
display: block;
|
| 607 |
+
height: 100%;
|
| 608 |
+
overflow: hidden;
|
| 609 |
+
position: relative;
|
| 610 |
+
opacity: .6;
|
| 611 |
+
-webkit-transition: all .3s;
|
| 612 |
+
-o-transition: all .3s;
|
| 613 |
+
transition: all .3s;
|
| 614 |
}
|
| 615 |
|
| 616 |
.eael-timeline-post-title {
|
| 617 |
+
bottom: 40px;
|
| 618 |
+
position: absolute;
|
| 619 |
+
width: 100%;
|
| 620 |
}
|
| 621 |
|
| 622 |
.eael-timeline-post-title h2 {
|
| 623 |
+
color: #fff;
|
| 624 |
+
font-size: 20px;
|
| 625 |
+
font-weight: bold;
|
| 626 |
+
letter-spacing: 1px;
|
| 627 |
+
line-height: 24px;
|
| 628 |
+
padding: 0 25px;
|
| 629 |
+
text-align: left;
|
| 630 |
+
text-transform: uppercase;
|
| 631 |
}
|
| 632 |
|
| 633 |
.eael-timeline-post-excerpt {
|
| 634 |
+
opacity: 0;
|
| 635 |
+
position: absolute;
|
| 636 |
+
top: 0;
|
| 637 |
+
left: 0;
|
| 638 |
+
-webkit-transition: all .3s;
|
| 639 |
+
-o-transition: all .3s;
|
| 640 |
+
transition: all .3s;
|
| 641 |
}
|
| 642 |
|
| 643 |
.eael-timeline-post-excerpt p {
|
| 644 |
+
color: #fff;
|
| 645 |
+
font-size: 14px;
|
| 646 |
+
padding: 25px;
|
| 647 |
}
|
| 648 |
|
| 649 |
.eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
|
| 650 |
+
opacity: 1;
|
| 651 |
+
top: 10px;
|
| 652 |
}
|
| 653 |
|
| 654 |
.eael-timeline-post-inner:hover .eael-timeline-post-image {
|
| 655 |
+
opacity: .3;
|
| 656 |
}
|
| 657 |
|
| 658 |
.eael-timeline-post time {
|
| 659 |
+
opacity: 0;
|
| 660 |
+
background-color: rgba(0, 0, 0, 0.7);
|
| 661 |
+
color: #fff;
|
| 662 |
+
font-size: 10px;
|
| 663 |
+
-webkit-border-radius: 20px;
|
| 664 |
+
border-radius: 20px;
|
| 665 |
+
position: absolute;
|
| 666 |
+
right: -97px;
|
| 667 |
+
width: 100px;
|
| 668 |
+
height: 30px;
|
| 669 |
+
line-height: 30px;
|
| 670 |
+
text-align: center;
|
| 671 |
+
top: 50px;
|
| 672 |
+
z-index: 99;
|
| 673 |
+
-webkit-transition: all .5s;
|
| 674 |
+
-o-transition: all .5s;
|
| 675 |
+
transition: all .5s;
|
| 676 |
}
|
| 677 |
|
| 678 |
.eael-timeline-post:nth-child(2n) time {
|
| 679 |
+
background-color: rgba(0, 0, 0, 0.7);
|
| 680 |
+
-webkit-border-radius: 20px;
|
| 681 |
+
border-radius: 20px;
|
| 682 |
+
color: #fff;
|
| 683 |
+
font-size: 10px;
|
| 684 |
+
height: 30px;
|
| 685 |
+
left: -99px;
|
| 686 |
+
line-height: 30px;
|
| 687 |
+
position: absolute;
|
| 688 |
+
text-align: center;
|
| 689 |
+
top: 290px;
|
| 690 |
+
width: 100px;
|
| 691 |
+
z-index: 99;
|
| 692 |
}
|
| 693 |
|
| 694 |
.eael-timeline-post time:before {
|
| 695 |
+
border-bottom: 5px solid rgba(0, 0, 0, 0.7);
|
| 696 |
+
border-left: 5px solid transparent;
|
| 697 |
+
border-right: 5px solid transparent;
|
| 698 |
+
content: "";
|
| 699 |
+
height: 0;
|
| 700 |
+
left: 45px;
|
| 701 |
+
position: absolute;
|
| 702 |
+
top: -5px;
|
| 703 |
+
width: 0;
|
| 704 |
}
|
| 705 |
|
| 706 |
.eael-timeline-post:hover time {
|
| 707 |
+
opacity: 1;
|
| 708 |
}
|
| 709 |
|
| 710 |
.eael-timeline-post::after {
|
| 711 |
+
height: 100%;
|
| 712 |
}
|
| 713 |
|
| 714 |
.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
|
| 715 |
+
height: 245px;
|
| 716 |
}
|
| 717 |
|
| 718 |
.eael-post-timeline .eael-timeline-post:last-child::after {
|
| 719 |
+
display: none;
|
| 720 |
}
|
| 721 |
|
|
|
|
| 722 |
/*--- Responsive Style for Post Timeline ---*/
|
|
|
|
| 723 |
@media only screen and (max-width: 1366px) {
|
| 724 |
+
.eael-timeline-post-title h2 {
|
| 725 |
+
font-size: 0.8em;
|
| 726 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 727 |
|
| 728 |
+
.eael-timeline-post-excerpt p {
|
| 729 |
+
font-size: 13px;
|
| 730 |
+
}
|
| 731 |
+
}
|
| 732 |
@media only screen and (max-width: 1169px) {
|
| 733 |
+
.eael-timeline-post-inner {
|
| 734 |
+
height: 320px;
|
| 735 |
+
}
|
| 736 |
}
|
|
|
|
| 737 |
@media only screen and (max-width: 992px) {
|
| 738 |
+
.eael-post-timeline {
|
| 739 |
+
margin-left: 0;
|
| 740 |
+
}
|
| 741 |
+
|
| 742 |
+
.eael-timeline-bullet,
|
| 743 |
+
.eael-timeline-post:after,
|
| 744 |
+
.eael-timeline-post:before,
|
| 745 |
+
.eael-timeline-post-inner:after {
|
| 746 |
+
display: none;
|
| 747 |
+
}
|
| 748 |
+
|
| 749 |
+
.eael-timeline-post {
|
| 750 |
+
display: inline-block;
|
| 751 |
+
float: left !important;
|
| 752 |
+
width: 50% !important;
|
| 753 |
+
margin: 15px auto;
|
| 754 |
+
}
|
| 755 |
+
|
| 756 |
+
.eael-timeline-post-inner {
|
| 757 |
+
height: 320px;
|
| 758 |
+
padding-bottom: 30px;
|
| 759 |
+
}
|
| 760 |
+
|
| 761 |
+
.eael-timeline-post-title {
|
| 762 |
+
bottom: 50px;
|
| 763 |
+
}
|
| 764 |
+
|
| 765 |
+
.eael-timeline-post-title h2 {
|
| 766 |
+
font-size: 0.8em;
|
| 767 |
+
line-height: 1.2em;
|
| 768 |
+
}
|
| 769 |
+
|
| 770 |
+
.eael-timeline-post .eael-timeline-post-inner {
|
| 771 |
+
margin: 0 10px auto 0;
|
| 772 |
+
width: 90%;
|
| 773 |
+
}
|
| 774 |
+
|
| 775 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 776 |
+
margin: 0 auto 0 10px;
|
| 777 |
+
width: 90%;
|
| 778 |
+
}
|
| 779 |
+
|
| 780 |
+
.eael-timeline-post-excerpt {
|
| 781 |
+
opacity: 0 !important;
|
| 782 |
+
}
|
| 783 |
+
|
| 784 |
+
.eael-timeline-post-image {
|
| 785 |
+
opacity: .3;
|
| 786 |
+
}
|
| 787 |
+
|
| 788 |
+
.eael-timeline-post time,
|
| 789 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 790 |
+
background-color: #fff;
|
| 791 |
+
-webkit-border-radius: 0;
|
| 792 |
+
border-radius: 0;
|
| 793 |
+
color: #444;
|
| 794 |
+
font-size: 12px;
|
| 795 |
+
text-transform: uppercase;
|
| 796 |
+
left: 0;
|
| 797 |
+
opacity: 1;
|
| 798 |
+
padding-top: 3px;
|
| 799 |
+
top: 275px;
|
| 800 |
+
width: 100%;
|
| 801 |
+
}
|
| 802 |
|
| 803 |
+
time:before {
|
| 804 |
+
display: none;
|
| 805 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 806 |
}
|
| 807 |
+
@media only screen and (max-width: 767px) {
|
| 808 |
+
.eael-timeline-post {
|
| 809 |
+
display: block;
|
| 810 |
+
float: none !important;
|
| 811 |
+
margin: 20px auto;
|
| 812 |
+
width: 100% !important;
|
| 813 |
+
}
|
| 814 |
|
| 815 |
+
.eael-timeline-post .eael-timeline-post-inner,
|
| 816 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 817 |
+
display: block;
|
| 818 |
+
float: none;
|
| 819 |
+
margin: 0 auto;
|
| 820 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 821 |
}
|
| 822 |
+
@media only screen and (max-width: 479px) {
|
| 823 |
+
.eael-timeline-post .eael-timeline-post-inner,
|
| 824 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 825 |
+
height: 250px;
|
| 826 |
+
margin: 0 auto;
|
| 827 |
+
width: 95%;
|
| 828 |
+
}
|
| 829 |
|
| 830 |
+
.eael-timeline-post time,
|
| 831 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 832 |
+
top: 205px;
|
| 833 |
+
}
|
| 834 |
+
}
|
| 835 |
/*----------------------------*/
|
| 836 |
/* 07. Team Members Styles
|
| 837 |
/*----------------------------*/
|
| 838 |
.eael-team-item {
|
| 839 |
+
overflow: hidden;
|
| 840 |
+
position: relative;
|
| 841 |
}
|
| 842 |
|
| 843 |
.team-avatar-rounded figure img {
|
| 844 |
+
-webkit-border-radius: 50%;
|
| 845 |
+
border-radius: 50%;
|
| 846 |
+
height: auto;
|
| 847 |
}
|
| 848 |
|
| 849 |
+
.eael-team-image > figure {
|
| 850 |
+
margin: 0;
|
| 851 |
+
padding: 0;
|
| 852 |
}
|
| 853 |
|
| 854 |
+
.eael-team-image > figure img {
|
| 855 |
+
display: block;
|
| 856 |
+
margin: 0 auto;
|
| 857 |
}
|
| 858 |
|
| 859 |
.eael-team-item .eael-team-content {
|
| 860 |
+
padding: 10px;
|
| 861 |
}
|
| 862 |
|
| 863 |
.eael-team-item .eael-team-member-name {
|
| 864 |
+
font-size: 20px;
|
| 865 |
+
font-weight: bold;
|
| 866 |
+
letter-spacing: 0.05em;
|
| 867 |
+
margin: 5px 0;
|
| 868 |
+
text-transform: uppercase;
|
| 869 |
}
|
| 870 |
|
| 871 |
.eael-team-item .eael-team-member-position {
|
| 872 |
+
font-size: 14px;
|
| 873 |
+
font-weight: normal;
|
| 874 |
+
letter-spacing: 0.05em;
|
| 875 |
+
margin: 5px 0 10px;
|
| 876 |
+
text-transform: uppercase;
|
| 877 |
}
|
| 878 |
|
| 879 |
.eael-team-item .eael-team-content,
|
| 880 |
.eael-team-item .eael-team-content .eael-team-text {
|
| 881 |
+
font-size: 14px;
|
| 882 |
+
line-height: 1.5;
|
| 883 |
}
|
| 884 |
|
| 885 |
+
.eael-team-content > ul {
|
| 886 |
+
margin: 0;
|
| 887 |
+
padding: 0;
|
| 888 |
}
|
| 889 |
|
| 890 |
.eael-team-content li {
|
| 891 |
+
display: inline-block;
|
| 892 |
+
list-style: outside none none;
|
| 893 |
+
margin-right: 10px;
|
| 894 |
+
text-align: center;
|
| 895 |
}
|
| 896 |
|
| 897 |
.eael-team-content li a {
|
| 898 |
+
font-size: 2.5rem;
|
| 899 |
}
|
| 900 |
|
| 901 |
.eael-team-align-left .eael-team-item .eael-team-member-name,
|
| 904 |
.eael-team-align-left .eael-team-item .eael-team-content p,
|
| 905 |
.eael-team-align-left .eael-team-item .eael-team-content ul,
|
| 906 |
.eael-team-align-left .eael-team-item .eael-team-content li {
|
| 907 |
+
text-align: left;
|
| 908 |
}
|
| 909 |
|
| 910 |
.eael-team-align-right .eael-team-item .eael-team-member-name,
|
| 913 |
.eael-team-align-right .eael-team-item .eael-team-content p,
|
| 914 |
.eael-team-align-right .eael-team-item .eael-team-content ul,
|
| 915 |
.eael-team-align-right .eael-team-item .eael-team-content li {
|
| 916 |
+
text-align: right;
|
| 917 |
}
|
| 918 |
|
| 919 |
.eael-team-align-centered .eael-team-item .eael-team-member-name,
|
| 922 |
.eael-team-align-centered .eael-team-item .eael-team-content p,
|
| 923 |
.eael-team-align-centered .eael-team-item .eael-team-content ul,
|
| 924 |
.eael-team-align-centered .eael-team-item .eael-team-content li {
|
| 925 |
+
text-align: center;
|
| 926 |
}
|
| 927 |
|
| 928 |
.eael-team-item.eael-team-members-overlay .eael-team-content {
|
| 929 |
+
bottom: 10px;
|
| 930 |
+
left: 10px;
|
| 931 |
+
margin-bottom: 0;
|
| 932 |
+
padding-top: 15%;
|
| 933 |
+
opacity: 0;
|
| 934 |
+
overflow: hidden;
|
| 935 |
+
-o-text-overflow: ellipsis;
|
| 936 |
+
text-overflow: ellipsis;
|
| 937 |
+
position: absolute;
|
| 938 |
+
right: 10px;
|
| 939 |
+
top: 10px;
|
| 940 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 941 |
+
-o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 942 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 943 |
}
|
| 944 |
|
| 945 |
.eael-team-item.eael-team-members-overlay:hover .eael-team-content {
|
| 946 |
+
opacity: 1;
|
| 947 |
}
|
| 948 |
|
| 949 |
+
.eael-team-member-social-link > a {
|
| 950 |
+
display: inline-block;
|
| 951 |
+
-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 952 |
+
-o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 953 |
+
transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 954 |
}
|
| 955 |
|
| 956 |
+
.eael-team-member-social-link > a:focus {
|
| 957 |
+
outline: none;
|
| 958 |
}
|
| 959 |
|
|
|
|
| 960 |
/*----------------------------*/
|
| 961 |
/* 08. Testimonials Styles
|
| 962 |
/*----------------------------*/
|
| 963 |
.eael-testimonial-slider {
|
| 964 |
+
position: relative;
|
| 965 |
}
|
| 966 |
|
| 967 |
.testimonial-star-rating {
|
| 968 |
+
padding: 0;
|
| 969 |
+
margin: 0;
|
| 970 |
}
|
| 971 |
|
| 972 |
.testimonial-star-rating li {
|
| 973 |
+
list-style: none;
|
| 974 |
+
display: inline-block;
|
| 975 |
}
|
| 976 |
|
| 977 |
.testimonial-star-rating li i {
|
| 978 |
+
color: #d8d8d8;
|
| 979 |
}
|
| 980 |
|
| 981 |
.rating-five .testimonial-star-rating li i {
|
| 982 |
+
color: #f2b01e;
|
| 983 |
}
|
| 984 |
|
| 985 |
.rating-one .testimonial-star-rating li:first-child i {
|
| 986 |
+
color: #f2b01e;
|
| 987 |
}
|
| 988 |
|
| 989 |
.rating-two .testimonial-star-rating li:nth-child(1) i,
|
| 990 |
.rating-two .testimonial-star-rating li:nth-child(2) i {
|
| 991 |
+
color: #f2b01e;
|
| 992 |
}
|
| 993 |
|
| 994 |
.rating-three .testimonial-star-rating li:nth-child(1) i,
|
| 995 |
.rating-three .testimonial-star-rating li:nth-child(2) i,
|
| 996 |
.rating-three .testimonial-star-rating li:nth-child(3) i {
|
| 997 |
+
color: #f2b01e;
|
| 998 |
}
|
| 999 |
|
| 1000 |
.rating-four .testimonial-star-rating li:nth-child(1) i,
|
| 1001 |
.rating-four .testimonial-star-rating li:nth-child(2) i,
|
| 1002 |
.rating-four .testimonial-star-rating li:nth-child(3) i,
|
| 1003 |
.rating-four .testimonial-star-rating li:nth-child(4) i {
|
| 1004 |
+
color: #f2b01e;
|
| 1005 |
}
|
| 1006 |
|
|
|
|
| 1007 |
/*--- Default styles ---*/
|
| 1008 |
.eael-testimonial-image img {
|
| 1009 |
+
max-width: 100%;
|
| 1010 |
}
|
| 1011 |
|
| 1012 |
.eael-testimonial-image {
|
| 1013 |
+
padding: 10px 0px 0px 0px;
|
| 1014 |
}
|
| 1015 |
|
| 1016 |
+
.eael-testimonial-image > figure {
|
| 1017 |
+
display: block;
|
| 1018 |
+
margin: 0;
|
| 1019 |
}
|
| 1020 |
|
| 1021 |
.testimonial-avatar-rounded figure img {
|
| 1022 |
+
-webkit-border-radius: 50%;
|
| 1023 |
+
border-radius: 50%;
|
| 1024 |
+
height: auto;
|
| 1025 |
}
|
| 1026 |
|
| 1027 |
.eael-testimonial-content {
|
| 1028 |
+
margin: 0;
|
| 1029 |
+
padding: 10px;
|
| 1030 |
}
|
| 1031 |
|
| 1032 |
+
.eael-testimonial-item > figure {
|
| 1033 |
+
margin: 0 auto;
|
| 1034 |
+
padding: 0 20px;
|
| 1035 |
}
|
| 1036 |
|
| 1037 |
.eael-testimonial-item .center-text {
|
| 1038 |
+
text-align: center;
|
| 1039 |
}
|
| 1040 |
|
| 1041 |
.eael-testimonial-item .right-text {
|
| 1042 |
+
text-align: right;
|
| 1043 |
}
|
| 1044 |
|
| 1045 |
.eael-testimonial-item .left-text {
|
| 1046 |
+
text-align: left;
|
| 1047 |
}
|
| 1048 |
|
| 1049 |
.eael-testimonial-item .justify-text {
|
| 1050 |
+
text-align: justify;
|
| 1051 |
}
|
| 1052 |
|
| 1053 |
.eael-testimonial-content .eael-testimonial-text {
|
| 1054 |
+
font-size: 100%;
|
| 1055 |
+
font-style: italic;
|
| 1056 |
+
line-height: 1.5;
|
| 1057 |
+
margin-top: 0px;
|
| 1058 |
+
margin-bottom: 10px;
|
| 1059 |
+
word-wrap: break-word;
|
| 1060 |
}
|
| 1061 |
|
| 1062 |
.eael-testimonial-content .eael-testimonial-user {
|
| 1063 |
+
display: inline-block;
|
| 1064 |
+
font-family: inherit;
|
| 1065 |
+
font-size: 105%;
|
| 1066 |
+
font-style: italic;
|
| 1067 |
+
font-weight: normal;
|
| 1068 |
+
line-height: 1.5;
|
| 1069 |
+
margin-top: 0;
|
| 1070 |
+
margin-bottom: 0;
|
| 1071 |
+
margin-right: 5px;
|
| 1072 |
}
|
| 1073 |
|
| 1074 |
.eael-testimonial-content .eael-testimonial-user-company {
|
| 1075 |
+
display: inline-block;
|
| 1076 |
+
font-family: inherit;
|
| 1077 |
+
font-size: 90%;
|
| 1078 |
+
font-style: italic;
|
| 1079 |
+
font-weight: lighter;
|
| 1080 |
+
line-height: 1.75;
|
| 1081 |
+
margin-bottom: 0;
|
| 1082 |
+
margin-top: 1px;
|
| 1083 |
}
|
| 1084 |
|
| 1085 |
.eael-testimonial-image {
|
| 1086 |
+
position: relative;
|
| 1087 |
}
|
| 1088 |
|
| 1089 |
.eael-testimonial-item .eael-testimonial-quote::after {
|
| 1090 |
+
color: inherit !important;
|
| 1091 |
+
content: "\f10e";
|
| 1092 |
+
font-family: "FontAwesome";
|
| 1093 |
+
font-size: 200%;
|
| 1094 |
}
|
| 1095 |
|
| 1096 |
.eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
|
| 1097 |
+
margin: 0 auto;
|
| 1098 |
}
|
| 1099 |
|
| 1100 |
.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
|
| 1103 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
|
| 1104 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
|
| 1105 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
|
| 1106 |
+
margin: 0;
|
| 1107 |
}
|
| 1108 |
|
| 1109 |
.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
|
| 1110 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
|
| 1111 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
|
| 1112 |
+
text-align: right;
|
| 1113 |
}
|
| 1114 |
|
| 1115 |
.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
|
| 1116 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
|
| 1117 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
|
| 1118 |
+
text-align: left;
|
| 1119 |
}
|
| 1120 |
|
| 1121 |
.eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
|
| 1122 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
|
| 1123 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
|
| 1124 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
|
| 1125 |
+
text-align: right;
|
| 1126 |
}
|
| 1127 |
|
| 1128 |
.eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
|
| 1129 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
|
| 1130 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
|
| 1131 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
|
| 1132 |
+
text-align: center;
|
| 1133 |
}
|
| 1134 |
|
| 1135 |
.eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
|
| 1136 |
.eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
|
| 1137 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
|
| 1138 |
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
|
| 1139 |
+
text-align: left;
|
| 1140 |
}
|
| 1141 |
|
| 1142 |
+
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-text > p,
|
| 1143 |
+
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-text > p {
|
| 1144 |
+
margin: 0px;
|
| 1145 |
}
|
| 1146 |
|
|
|
|
| 1147 |
/*--- Left align ---*/
|
| 1148 |
.icon-img-left-content .eael-testimonial-image {
|
| 1149 |
+
float: left;
|
| 1150 |
+
width: 30%;
|
| 1151 |
}
|
| 1152 |
|
| 1153 |
.icon-img-left-content .eael-testimonial-content {
|
| 1154 |
+
float: left;
|
| 1155 |
+
width: 70%;
|
| 1156 |
+
text-align: left;
|
| 1157 |
}
|
| 1158 |
|
| 1159 |
.icon-img-left-content.eael-testimonial-item {
|
| 1160 |
+
overflow: hidden;
|
| 1161 |
+
position: relative;
|
| 1162 |
}
|
| 1163 |
|
| 1164 |
.icon-img-left-content .eael-testimonial-quote {
|
| 1165 |
+
position: absolute;
|
| 1166 |
+
right: 0;
|
| 1167 |
}
|
| 1168 |
|
| 1169 |
.icon-img-left-content .eael-testimonial-text {
|
| 1170 |
+
margin-top: 0;
|
| 1171 |
}
|
| 1172 |
|
|
|
|
| 1173 |
/*--- Center align ---*/
|
| 1174 |
.eael-testimonial-align-centered .eael-testimonial-user,
|
| 1175 |
.eael-testimonial-align-centered .eael-testimonial-user-company {
|
| 1176 |
+
float: none;
|
| 1177 |
+
text-align: center;
|
| 1178 |
}
|
| 1179 |
|
| 1180 |
+
.eael-testimonial-align-centered .eael-testimonial-image > figure img {
|
| 1181 |
+
display: block;
|
| 1182 |
+
margin-left: auto !important;
|
| 1183 |
+
margin-right: auto !important;
|
| 1184 |
}
|
| 1185 |
|
|
|
|
| 1186 |
/* .eael-testimonial-align-centered .testimonial-star-rating{
|
| 1187 |
text-align: center;
|
| 1188 |
} */
|
|
|
|
|
|
|
| 1189 |
/*--- Right align ---*/
|
| 1190 |
.icon-img-right-content .eael-testimonial-image {
|
| 1191 |
+
float: right;
|
| 1192 |
+
width: 30%;
|
| 1193 |
}
|
| 1194 |
|
| 1195 |
.icon-img-right-content .eael-testimonial-content {
|
| 1196 |
+
float: right;
|
| 1197 |
+
width: 70%;
|
| 1198 |
+
text-align: right;
|
| 1199 |
}
|
| 1200 |
|
| 1201 |
.icon-img-right-content.eael-testimonial-item {
|
| 1202 |
+
overflow: hidden;
|
| 1203 |
+
position: relative;
|
| 1204 |
}
|
| 1205 |
|
| 1206 |
.icon-img-right-content .eael-testimonial-quote {
|
| 1207 |
+
position: absolute;
|
| 1208 |
}
|
| 1209 |
|
| 1210 |
.icon-img-right-content .eael-testimonial-text {
|
| 1211 |
+
margin-top: 0;
|
| 1212 |
}
|
| 1213 |
|
| 1214 |
.eael-testimonial-item {
|
| 1215 |
+
position: relative;
|
| 1216 |
}
|
| 1217 |
|
| 1218 |
.classic-style.testimonial-alignment-center .eael-testimonial-image,
|
| 1219 |
.default-style.testimonial-alignment-center .eael-testimonial-image {
|
| 1220 |
+
text-align: center;
|
| 1221 |
}
|
| 1222 |
|
| 1223 |
.classic-style.testimonial-alignment-right .eael-testimonial-image,
|
| 1224 |
.default-style.testimonial-alignment-right .eael-testimonial-image {
|
| 1225 |
+
text-align: right;
|
| 1226 |
}
|
| 1227 |
|
| 1228 |
+
.classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
|
| 1229 |
+
.default-style.testimonial-alignment-center .eael-testimonial-image > figure {
|
| 1230 |
+
text-align: center;
|
| 1231 |
}
|
| 1232 |
|
| 1233 |
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
|
| 1234 |
+
text-align: center;
|
| 1235 |
}
|
| 1236 |
|
| 1237 |
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
|
| 1238 |
+
text-align: left;
|
| 1239 |
}
|
| 1240 |
|
| 1241 |
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
|
| 1242 |
+
text-align: right;
|
| 1243 |
}
|
| 1244 |
|
| 1245 |
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
|
| 1246 |
+
text-align: center;
|
| 1247 |
}
|
| 1248 |
|
| 1249 |
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
|
| 1250 |
+
text-align: left;
|
| 1251 |
}
|
| 1252 |
|
| 1253 |
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
|
| 1254 |
+
text-align: right;
|
| 1255 |
}
|
| 1256 |
|
| 1257 |
span.eael-testimonial-quote {
|
| 1258 |
+
position: absolute;
|
| 1259 |
+
right: 10px;
|
| 1260 |
+
top: 10px;
|
| 1261 |
}
|
| 1262 |
|
| 1263 |
/*--- Image align ---*/
|
| 1264 |
.eael-testimonial-item.left .eael-testimonial-image {
|
| 1265 |
+
text-align: left;
|
| 1266 |
}
|
| 1267 |
|
| 1268 |
.eael-testimonial-item.center .eael-testimonial-image {
|
| 1269 |
+
text-align: center;
|
| 1270 |
}
|
| 1271 |
|
| 1272 |
.eael-testimonial-item.right .eael-testimonial-image {
|
| 1273 |
+
text-align: right;
|
| 1274 |
}
|
| 1275 |
|
|
|
|
| 1276 |
/*--- Float title image style ---*/
|
| 1277 |
.eael-testimonial-inline-bio .eael-testimonial-image {
|
| 1278 |
+
float: left;
|
| 1279 |
}
|
| 1280 |
|
| 1281 |
.eael-testimonial-inline-bio .bio-text {
|
| 1282 |
+
padding-top: 10px;
|
| 1283 |
}
|
| 1284 |
|
| 1285 |
.eael-testimonial-content.eael-testimonial-inline-bio {
|
| 1286 |
+
overflow: hidden;
|
| 1287 |
+
margin-bottom: 0;
|
| 1288 |
+
padding-bottom: 0;
|
| 1289 |
}
|
| 1290 |
|
| 1291 |
.eael-testimonial-inline-bio .testimonial-star-rating,
|
| 1292 |
.eael-testimonial-inline-bio .bio-text {
|
| 1293 |
+
float: left;
|
| 1294 |
+
width: 65%;
|
| 1295 |
}
|
| 1296 |
|
| 1297 |
.eael-testimonial-content.eael-testimonial-inline-bio {
|
| 1298 |
+
text-align: left !important;
|
| 1299 |
}
|
| 1300 |
|
| 1301 |
/*--- Float inline style ---*/
|
| 1302 |
.testimonial-inline-style .eael-testimonial-image {
|
| 1303 |
+
float: left;
|
| 1304 |
+
max-width: 100%;
|
| 1305 |
+
padding: 0;
|
| 1306 |
+
margin-right: 15px;
|
| 1307 |
}
|
| 1308 |
|
| 1309 |
.testimonial-inline-style {
|
| 1310 |
+
overflow: hidden;
|
| 1311 |
+
text-align: left;
|
| 1312 |
}
|
| 1313 |
|
| 1314 |
.content-top-icon-title-inline .eael-testimonial-text,
|
| 1315 |
.content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
|
| 1316 |
+
text-align: left;
|
| 1317 |
}
|
| 1318 |
|
| 1319 |
.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 1320 |
+
text-align: center;
|
| 1321 |
}
|
| 1322 |
|
| 1323 |
.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 1324 |
+
text-align: right;
|
| 1325 |
}
|
| 1326 |
|
| 1327 |
.content-bottom-icon-title-inline .eael-testimonial-text,
|
| 1328 |
.content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
|
| 1329 |
+
text-align: left;
|
| 1330 |
}
|
| 1331 |
|
| 1332 |
.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 1333 |
+
text-align: center;
|
| 1334 |
}
|
| 1335 |
|
| 1336 |
.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 1337 |
+
text-align: right;
|
| 1338 |
}
|
| 1339 |
|
|
|
|
| 1340 |
/*-------------------------*/
|
| 1341 |
/* 09. Product Styles
|
| 1342 |
/* ------------------------*/
|
| 1343 |
.eael-product-carousel .woocommerce li.product {
|
| 1344 |
+
background-color: #fff;
|
| 1345 |
+
-webkit-border-radius: 0;
|
| 1346 |
+
border-radius: 0;
|
| 1347 |
+
-webkit-box-shadow: none;
|
| 1348 |
+
box-shadow: none;
|
| 1349 |
}
|
| 1350 |
|
| 1351 |
.hide_rating .woocommerce .star-rating-container,
|
| 1352 |
.hide_rating .woocommerce .star-rating {
|
| 1353 |
+
display: none !important;
|
| 1354 |
}
|
| 1355 |
|
| 1356 |
.eael-product-carousel .woocommerce ul.products li.product h3 {
|
| 1357 |
+
padding: 0.5em;
|
| 1358 |
}
|
| 1359 |
|
| 1360 |
.eael-product-carousel .woocommerce .products .star-rating {
|
| 1361 |
+
display: block;
|
| 1362 |
+
float: none;
|
| 1363 |
+
margin: 10px auto;
|
| 1364 |
}
|
| 1365 |
|
| 1366 |
body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-carousel .woocommerce li.product .button {
|
| 1367 |
+
-webkit-box-shadow: none;
|
| 1368 |
+
box-shadow: none;
|
| 1369 |
+
display: block;
|
| 1370 |
+
left: auto;
|
| 1371 |
+
margin: 15px;
|
| 1372 |
+
padding: 0.45em 0.5em 0.575em;
|
| 1373 |
+
position: relative;
|
| 1374 |
+
right: auto;
|
| 1375 |
+
text-shadow: none;
|
| 1376 |
+
top: auto;
|
| 1377 |
}
|
| 1378 |
|
|
|
|
| 1379 |
/*--- Product Simple and Reveal Style ---*/
|
| 1380 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-featured {
|
| 1381 |
+
background-color: transparent;
|
| 1382 |
+
border: medium none;
|
| 1383 |
+
-webkit-box-shadow: none;
|
| 1384 |
+
box-shadow: none;
|
| 1385 |
+
padding: 0;
|
| 1386 |
}
|
| 1387 |
|
| 1388 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-wrap,
|
| 1389 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap {
|
| 1390 |
+
background-color: transparent;
|
| 1391 |
+
bottom: auto;
|
| 1392 |
+
-webkit-box-shadow: none;
|
| 1393 |
+
box-shadow: none;
|
| 1394 |
+
padding: 15px 0 0;
|
| 1395 |
+
position: relative;
|
| 1396 |
+
text-align: center;
|
| 1397 |
+
top: auto;
|
| 1398 |
}
|
| 1399 |
|
| 1400 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header h3,
|
| 1401 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header h3 {
|
| 1402 |
+
font-size: 14px;
|
| 1403 |
+
line-height: 1.2;
|
| 1404 |
+
margin: 0 0 5px;
|
| 1405 |
+
padding-bottom: 0.5em;
|
| 1406 |
}
|
| 1407 |
|
| 1408 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header h3 a,
|
| 1409 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header h3 a {
|
| 1410 |
+
color: #272727;
|
| 1411 |
+
font-weight: normal;
|
| 1412 |
+
letter-spacing: 0.01rem;
|
| 1413 |
+
text-transform: uppercase;
|
| 1414 |
}
|
| 1415 |
|
| 1416 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .price > .amount,
|
| 1417 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header .price > .amount,
|
| 1418 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header .price > ins > .amount,
|
| 1419 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header .price > .amount,
|
| 1420 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header .price > ins > .amount {
|
| 1421 |
+
color: #272727;
|
| 1422 |
+
font-size: 18px;
|
| 1423 |
+
font-weight: normal;
|
| 1424 |
}
|
| 1425 |
|
| 1426 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-wrap::before,
|
| 1427 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap::before {
|
| 1428 |
+
display: none;
|
| 1429 |
}
|
| 1430 |
|
| 1431 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-header .button {
|
| 1432 |
+
background-color: transparent;
|
| 1433 |
+
border: 1px solid rgba(0, 0, 0, 0.5);
|
| 1434 |
+
-webkit-border-radius: 0;
|
| 1435 |
+
border-radius: 0;
|
| 1436 |
+
-webkit-box-shadow: none;
|
| 1437 |
+
box-shadow: none;
|
| 1438 |
+
color: #272727;
|
| 1439 |
+
display: block;
|
| 1440 |
+
font-size: 14px;
|
| 1441 |
+
left: auto;
|
| 1442 |
+
margin: 20px auto;
|
| 1443 |
+
opacity: 1;
|
| 1444 |
+
position: relative;
|
| 1445 |
+
right: auto;
|
| 1446 |
+
text-shadow: none;
|
| 1447 |
+
top: auto;
|
| 1448 |
+
width: 80%;
|
| 1449 |
}
|
| 1450 |
|
| 1451 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-header .button:hover {
|
| 1452 |
+
background-color: #e74c3c;
|
| 1453 |
+
border: 1px solid #e74c3c;
|
| 1454 |
+
color: #fff;
|
| 1455 |
}
|
| 1456 |
|
| 1457 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container {
|
| 1458 |
+
background-color: transparent;
|
| 1459 |
+
left: auto;
|
| 1460 |
+
opacity: 1;
|
| 1461 |
+
position: relative;
|
| 1462 |
+
right: auto;
|
| 1463 |
+
top: 5px;
|
| 1464 |
+
display: block;
|
| 1465 |
+
margin: 0 auto;
|
| 1466 |
+
width: 110px;
|
| 1467 |
}
|
| 1468 |
|
| 1469 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container .star-rating::before,
|
| 1470 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container .star-rating::before {
|
| 1471 |
+
color: #f2b01e;
|
| 1472 |
}
|
| 1473 |
|
| 1474 |
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container .star-rating span::before,
|
| 1475 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container .star-rating span::before {
|
| 1476 |
+
color: #f2b01e;
|
| 1477 |
}
|
| 1478 |
|
| 1479 |
.eael-product-carousel:not(.eael-product-no-style) .onsale {
|
| 1480 |
+
-webkit-border-radius: 0;
|
| 1481 |
+
border-radius: 0;
|
| 1482 |
+
-webkit-box-shadow: none;
|
| 1483 |
+
box-shadow: none;
|
| 1484 |
+
display: block;
|
| 1485 |
+
font-size: 14px;
|
| 1486 |
+
height: 100px;
|
| 1487 |
+
letter-spacing: 0;
|
| 1488 |
+
line-height: 160px;
|
| 1489 |
+
position: absolute;
|
| 1490 |
+
text-align: center;
|
| 1491 |
+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
|
| 1492 |
+
text-transform: uppercase;
|
| 1493 |
+
-webkit-transform: rotate(-45deg);
|
| 1494 |
+
-ms-transform: rotate(-45deg);
|
| 1495 |
+
transform: rotate(-45deg);
|
| 1496 |
+
width: 200px;
|
| 1497 |
+
z-index: 1;
|
| 1498 |
}
|
| 1499 |
|
| 1500 |
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .onsale {
|
| 1501 |
+
left: -95px;
|
| 1502 |
+
top: -45px;
|
| 1503 |
}
|
| 1504 |
|
| 1505 |
.eael-product-carousel .woocommerce ul.products {
|
| 1506 |
+
margin: 0 0 30px;
|
| 1507 |
}
|
| 1508 |
|
|
|
|
| 1509 |
/*--- Product Simple and Reveal Style ---*/
|
| 1510 |
.eael-product-carousel .woocommerce li.product {
|
| 1511 |
+
background-color: #fff;
|
| 1512 |
+
float: left;
|
| 1513 |
+
overflow: hidden;
|
| 1514 |
+
padding: 0;
|
| 1515 |
+
position: relative;
|
| 1516 |
+
text-align: center;
|
| 1517 |
}
|
| 1518 |
|
| 1519 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap {
|
| 1520 |
+
bottom: -63px;
|
| 1521 |
+
margin-top: -63px;
|
| 1522 |
+
position: relative;
|
| 1523 |
+
top: auto;
|
| 1524 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1525 |
+
-o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1526 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1527 |
}
|
| 1528 |
|
| 1529 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .entry-wrap {
|
| 1530 |
+
bottom: 0;
|
| 1531 |
}
|
| 1532 |
|
| 1533 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .entry-wrap::before {
|
| 1534 |
+
background-color: #fff;
|
| 1535 |
+
display: block;
|
| 1536 |
}
|
| 1537 |
|
| 1538 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container {
|
| 1539 |
+
background-color: rgba(255, 255, 255, 0.9);
|
| 1540 |
+
left: auto;
|
| 1541 |
+
opacity: 0;
|
| 1542 |
+
position: absolute;
|
| 1543 |
+
right: 10px;
|
| 1544 |
+
top: 10px;
|
| 1545 |
}
|
| 1546 |
|
| 1547 |
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .star-rating-container {
|
| 1548 |
+
opacity: 1;
|
| 1549 |
}
|
| 1550 |
|
| 1551 |
/*--- Product Reveal Styles ---*/
|
| 1552 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap {
|
| 1553 |
+
bottom: auto;
|
| 1554 |
+
font-size: 14px;
|
| 1555 |
+
left: 0;
|
| 1556 |
+
padding: 0;
|
| 1557 |
+
position: absolute;
|
| 1558 |
+
right: 0;
|
| 1559 |
+
top: calc(100% - 4em);
|
| 1560 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1561 |
+
-o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1562 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1563 |
}
|
| 1564 |
|
| 1565 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap {
|
| 1566 |
+
background-color: rgba(0, 0, 0, 0.5);
|
| 1567 |
+
bottom: auto;
|
| 1568 |
+
font-size: 14px;
|
| 1569 |
+
left: 0;
|
| 1570 |
+
padding: 0;
|
| 1571 |
+
position: absolute;
|
| 1572 |
+
right: 0;
|
| 1573 |
+
text-align: center;
|
| 1574 |
+
top: calc(100% - 4em);
|
| 1575 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1576 |
+
-o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1577 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1578 |
}
|
| 1579 |
|
| 1580 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap::before {
|
| 1581 |
+
background-color: rgba(0, 0, 0, 0.5);
|
| 1582 |
+
content: "";
|
| 1583 |
+
display: block;
|
| 1584 |
+
height: 50em;
|
| 1585 |
+
left: 0;
|
| 1586 |
+
position: absolute;
|
| 1587 |
+
right: 0;
|
| 1588 |
+
top: 0;
|
| 1589 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1590 |
+
-o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1591 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 1592 |
+
z-index: 0;
|
| 1593 |
}
|
| 1594 |
|
| 1595 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap::before {
|
| 1596 |
+
background-color: rgba(0, 0, 0, 0.75);
|
| 1597 |
}
|
| 1598 |
|
| 1599 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header {
|
| 1600 |
+
position: relative;
|
| 1601 |
}
|
| 1602 |
|
| 1603 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header h3 {
|
| 1604 |
+
font-size: 14px;
|
| 1605 |
+
line-height: 1;
|
| 1606 |
+
margin: 0;
|
| 1607 |
+
overflow: hidden;
|
| 1608 |
+
padding: 1.5em;
|
| 1609 |
+
-o-text-overflow: ellipsis;
|
| 1610 |
+
text-overflow: ellipsis;
|
| 1611 |
+
text-transform: uppercase;
|
| 1612 |
+
white-space: nowrap;
|
| 1613 |
}
|
| 1614 |
|
| 1615 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header h3 a {
|
| 1616 |
+
color: #fff;
|
| 1617 |
}
|
| 1618 |
|
| 1619 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .price > del,
|
| 1620 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header .price > del {
|
| 1621 |
+
display: none;
|
| 1622 |
}
|
| 1623 |
|
| 1624 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header .price > .amount,
|
| 1625 |
+
.woocommerce li.product .entry-header .price > ins > .amount {
|
| 1626 |
+
color: #fff;
|
| 1627 |
+
font-size: 24px;
|
| 1628 |
}
|
| 1629 |
|
| 1630 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product .added_to_cart {
|
| 1631 |
+
display: none;
|
| 1632 |
}
|
| 1633 |
|
| 1634 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap {
|
| 1635 |
+
top: calc(100% - 10.385em);
|
| 1636 |
}
|
| 1637 |
|
| 1638 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap::before {
|
| 1639 |
+
background-color: rgba(0, 0, 0, 0.75);
|
| 1640 |
}
|
| 1641 |
|
| 1642 |
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .star-rating-container {
|
| 1643 |
+
opacity: 1;
|
| 1644 |
}
|
| 1645 |
|
|
|
|
| 1646 |
/*--------------------------------*/
|
| 1647 |
/* 10. Contact forms common
|
| 1648 |
/*--------------------------------*/
|
|
|
|
| 1649 |
.eael-contact-form input[type=text],
|
| 1650 |
.eael-contact-form input[type=email],
|
| 1651 |
.eael-contact-form input[type=url],
|
| 1653 |
.eael-contact-form input[type=date],
|
| 1654 |
.eael-contact-form input[type=number],
|
| 1655 |
.eael-contact-form textarea {
|
| 1656 |
+
background: #fff;
|
| 1657 |
+
box-shadow: none;
|
| 1658 |
+
-webkit-box-shadow: none;
|
| 1659 |
+
float: none;
|
| 1660 |
+
height: auto;
|
| 1661 |
+
margin: 0;
|
| 1662 |
+
outline: 0;
|
| 1663 |
+
width: auto;
|
| 1664 |
}
|
| 1665 |
|
| 1666 |
.eael-contact-form input[type=submit] {
|
| 1667 |
+
border: 0;
|
| 1668 |
+
float: none;
|
| 1669 |
+
height: auto;
|
| 1670 |
+
margin: 0;
|
| 1671 |
+
padding: 10px 20px;
|
| 1672 |
+
width: auto;
|
| 1673 |
+
-webkit-transition: all 0.25s linear 0s;
|
| 1674 |
+
-o-transition: all 0.25s linear 0s;
|
| 1675 |
+
transition: all 0.25s linear 0s;
|
| 1676 |
}
|
| 1677 |
|
| 1678 |
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
|
| 1679 |
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
|
| 1680 |
+
opacity: 0;
|
| 1681 |
+
visibility: hidden;
|
| 1682 |
}
|
| 1683 |
|
| 1684 |
.eael-contact-form.placeholder-hide input::-moz-placeholder,
|
| 1685 |
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
|
| 1686 |
+
opacity: 0;
|
| 1687 |
+
visibility: hidden;
|
| 1688 |
}
|
| 1689 |
|
| 1690 |
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
|
| 1691 |
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
|
| 1692 |
+
opacity: 0;
|
| 1693 |
+
visibility: hidden;
|
| 1694 |
}
|
| 1695 |
|
| 1696 |
.eael-contact-form.placeholder-hide input:-moz-placeholder,
|
| 1697 |
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
|
| 1698 |
+
opacity: 0;
|
| 1699 |
+
visibility: hidden;
|
| 1700 |
}
|
| 1701 |
|
| 1702 |
.eael-custom-radio-checkbox input[type=checkbox],
|
| 1703 |
.eael-custom-radio-checkbox input[type=radio] {
|
| 1704 |
+
-webkit-appearance: none;
|
| 1705 |
+
-moz-appearance: none;
|
| 1706 |
+
border-style: solid;
|
| 1707 |
+
border-width: 0;
|
| 1708 |
+
outline: none;
|
| 1709 |
+
min-width: 1px;
|
| 1710 |
+
width: 15px;
|
| 1711 |
+
height: 15px;
|
| 1712 |
+
background: #ddd;
|
| 1713 |
+
padding: 3px;
|
| 1714 |
}
|
| 1715 |
|
| 1716 |
.eael-custom-radio-checkbox input[type=checkbox]:before,
|
| 1717 |
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 1718 |
+
content: "";
|
| 1719 |
+
width: 100%;
|
| 1720 |
+
height: 100%;
|
| 1721 |
+
padding: 0;
|
| 1722 |
+
margin: 0;
|
| 1723 |
+
display: block;
|
| 1724 |
}
|
| 1725 |
|
| 1726 |
.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
|
| 1727 |
.eael-custom-radio-checkbox input[type=radio]:checked:before {
|
| 1728 |
+
background: #999;
|
| 1729 |
+
-webkit-transition: all 0.25s linear 0s;
|
| 1730 |
+
-o-transition: all 0.25s linear 0s;
|
| 1731 |
+
transition: all 0.25s linear 0s;
|
| 1732 |
}
|
| 1733 |
|
| 1734 |
.eael-custom-radio-checkbox input[type=radio] {
|
| 1735 |
+
-webkit-border-radius: 50%;
|
| 1736 |
+
border-radius: 50%;
|
| 1737 |
}
|
| 1738 |
|
| 1739 |
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 1740 |
+
-webkit-border-radius: 50%;
|
| 1741 |
+
border-radius: 50%;
|
| 1742 |
}
|
| 1743 |
|
|
|
|
| 1744 |
/*--------------------------------*/
|
| 1745 |
/* 11. Contact Form 7 Styles
|
| 1746 |
/*--------------------------------*/
|
| 1747 |
.eael-contact-form.eael-contact-form-align-center,
|
| 1748 |
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
|
| 1749 |
+
margin-left: auto !important;
|
| 1750 |
+
margin-right: auto !important;
|
| 1751 |
+
display: block;
|
| 1752 |
+
float: none;
|
| 1753 |
}
|
| 1754 |
|
| 1755 |
.eael-contact-form.eael-contact-form-align-left,
|
| 1756 |
.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
|
| 1757 |
+
float: left;
|
| 1758 |
+
width: auto;
|
| 1759 |
}
|
| 1760 |
|
| 1761 |
.eael-contact-form.eael-contact-form-align-right,
|
| 1762 |
.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
|
| 1763 |
+
float: right;
|
| 1764 |
+
width: auto;
|
| 1765 |
}
|
| 1766 |
|
| 1767 |
.eael-contact-form-7 textarea,
|
| 1780 |
.eael-contact-form-7 input[type="tel"],
|
| 1781 |
.eael-contact-form-7 input[type="color"],
|
| 1782 |
.eael-contact-form-7 .uneditable-input {
|
| 1783 |
+
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 1784 |
+
-webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
|
| 1785 |
+
transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
|
| 1786 |
+
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 1787 |
+
transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 1788 |
+
transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
|
| 1789 |
}
|
| 1790 |
|
| 1791 |
.eael-contact-form-7 .wpcf7-form::before,
|
| 1792 |
.eael-contact-form-7 .wpcf7-form::after {
|
| 1793 |
+
content: " ";
|
| 1794 |
+
clear: both;
|
| 1795 |
+
display: table;
|
| 1796 |
}
|
| 1797 |
|
| 1798 |
.eael-contact-form-7 .wpcf7-form:after {
|
| 1799 |
+
clear: both;
|
| 1800 |
+
content: "";
|
| 1801 |
+
font-size: 0;
|
| 1802 |
+
height: 0;
|
| 1803 |
+
display: block;
|
| 1804 |
+
visibility: hidden;
|
| 1805 |
}
|
| 1806 |
|
| 1807 |
.eael-contact-form-7 .wpcf7-form label,
|
| 1808 |
.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
|
| 1809 |
+
display: block;
|
| 1810 |
}
|
| 1811 |
|
| 1812 |
.eael-contact-form-7 .wpcf7-form p {
|
| 1813 |
+
margin-bottom: 0;
|
| 1814 |
}
|
| 1815 |
|
| 1816 |
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
| 1817 |
+
display: none;
|
| 1818 |
}
|
| 1819 |
|
| 1820 |
.eael-contact-form-7-title {
|
| 1821 |
+
margin-bottom: 10px;
|
| 1822 |
}
|
| 1823 |
|
| 1824 |
.eael-contact-form-7-description {
|
| 1825 |
+
margin-bottom: 20px;
|
| 1826 |
}
|
| 1827 |
|
| 1828 |
.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
|
| 1829 |
+
width: 100%;
|
| 1830 |
}
|
| 1831 |
|
|
|
|
| 1832 |
/*----------------------*/
|
| 1833 |
/* 12. weForm Styles
|
| 1834 |
/*----------------------*/
|
| 1835 |
.eael-weform-container input,
|
| 1836 |
.eael-weform-container textarea {
|
| 1837 |
+
height: auto;
|
| 1838 |
+
padding: 10px;
|
| 1839 |
}
|
| 1840 |
|
| 1841 |
.eael-contact-form-align-center .eael-weform-container,
|
| 1842 |
.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 1843 |
+
margin-left: auto !important;
|
| 1844 |
+
margin-right: auto !important;
|
| 1845 |
+
display: block;
|
| 1846 |
+
float: none;
|
| 1847 |
}
|
| 1848 |
|
| 1849 |
.eael-contact-form-align-left .eael-weform-container,
|
| 1850 |
.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 1851 |
+
float: left;
|
| 1852 |
+
width: auto;
|
| 1853 |
}
|
| 1854 |
|
| 1855 |
.eael-contact-form-align-right .eael-weform-container,
|
| 1856 |
.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 1857 |
+
float: right;
|
| 1858 |
+
width: auto;
|
| 1859 |
}
|
| 1860 |
|
| 1861 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
|
| 1864 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
|
| 1865 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
|
| 1866 |
.eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
|
| 1867 |
+
max-width: 100%;
|
| 1868 |
}
|
| 1869 |
|
|
|
|
| 1870 |
/*----------------------*/
|
| 1871 |
/* 13. Ninja Form Styles
|
| 1872 |
/*----------------------*/
|
| 1873 |
.eael-ninja-container input,
|
| 1874 |
.eael-ninja-container textarea {
|
| 1875 |
+
height: auto;
|
| 1876 |
+
padding: 10px;
|
| 1877 |
}
|
| 1878 |
|
| 1879 |
.eael-contact-form-align-center .eael-ninja-container,
|
| 1880 |
.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 1881 |
+
margin-left: auto !important;
|
| 1882 |
+
margin-right: auto !important;
|
| 1883 |
+
display: block;
|
| 1884 |
+
float: none;
|
| 1885 |
}
|
| 1886 |
|
| 1887 |
.eael-contact-form-align-left .eael-ninja-container,
|
| 1888 |
.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 1889 |
+
float: left;
|
| 1890 |
+
width: auto;
|
| 1891 |
}
|
| 1892 |
|
| 1893 |
.eael-contact-form-align-right .eael-ninja-container,
|
| 1894 |
.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 1895 |
+
float: right;
|
| 1896 |
+
width: auto;
|
| 1897 |
}
|
| 1898 |
|
| 1899 |
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
|
| 1902 |
.eael-ninja-container .nf-field .nf-field-element input[type="url"],
|
| 1903 |
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
|
| 1904 |
.eael-ninja-container .nf-field .nf-field-element textarea {
|
| 1905 |
+
max-width: 100%;
|
| 1906 |
}
|
| 1907 |
|
| 1908 |
.eael-ninja-form .nf-form-title {
|
| 1909 |
+
display: none;
|
| 1910 |
}
|
| 1911 |
|
| 1912 |
.eael-ninja-form-title-yes .nf-form-title {
|
| 1913 |
+
display: block;
|
| 1914 |
}
|
| 1915 |
|
| 1916 |
.eael-ninja-form .title-description-hide .nf-form-title {
|
| 1917 |
+
display: none;
|
| 1918 |
}
|
| 1919 |
|
| 1920 |
.eael-ninja-form.title-description-hide .nf-form-title {
|
| 1921 |
+
display: none;
|
| 1922 |
}
|
| 1923 |
|
| 1924 |
.eael-ninja-form .nf-field-label {
|
| 1925 |
+
display: none;
|
| 1926 |
}
|
| 1927 |
|
| 1928 |
.eael-ninja-form-labels-yes .nf-field-label {
|
| 1929 |
+
display: block;
|
| 1930 |
}
|
| 1931 |
|
| 1932 |
.eael-ninja-form .submit-container input[type=button] {
|
| 1933 |
+
border: 0;
|
| 1934 |
+
-webkit-border-radius: 0;
|
| 1935 |
+
border-radius: 0;
|
| 1936 |
}
|
| 1937 |
|
| 1938 |
.eael-ninja-form-button-full-width .submit-container input[type=button] {
|
| 1939 |
+
width: 100%;
|
| 1940 |
}
|
| 1941 |
|
|
|
|
| 1942 |
/*----------------------*/
|
| 1943 |
/* 14. Gravity Form
|
| 1944 |
/*----------------------*/
|
| 1945 |
.eael-gravity-form-align-default,
|
| 1946 |
.eael-gravity-form-align-left,
|
| 1947 |
.eael-gravity-form-btn-align-left {
|
| 1948 |
+
text-align: left;
|
| 1949 |
}
|
| 1950 |
|
| 1951 |
.eael-gravity-form-align-right,
|
| 1952 |
.eael-gravity-form-btn-align-right {
|
| 1953 |
+
text-align: right;
|
| 1954 |
}
|
| 1955 |
|
| 1956 |
.eael-gravity-form-align-center,
|
| 1957 |
.eael-gravity-form-btn-align-center {
|
| 1958 |
+
text-align: center;
|
| 1959 |
}
|
| 1960 |
|
| 1961 |
.eael-gravity-form .gform_wrapper .gform_footer {
|
| 1962 |
+
margin: 0;
|
| 1963 |
+
padding: 0;
|
| 1964 |
}
|
| 1965 |
|
| 1966 |
.gform_wrapper form li,
|
| 1967 |
.gform_wrapper li {
|
| 1968 |
+
list-style: none;
|
| 1969 |
}
|
| 1970 |
|
| 1971 |
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
| 1972 |
+
padding: 0;
|
| 1973 |
}
|
| 1974 |
|
| 1975 |
.eael-gravity-form .gform_wrapper textarea {
|
| 1976 |
+
padding: 0;
|
| 1977 |
}
|
| 1978 |
|
| 1979 |
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
| 1980 |
.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
|
| 1981 |
.eael-gravity-form .gform_wrapper .gform_page_footer input.button,
|
| 1982 |
.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
|
| 1983 |
+
margin: 0;
|
| 1984 |
}
|
| 1985 |
|
| 1986 |
.eael-gravity-form.title-description-hide .gform_heading {
|
| 1987 |
+
display: none;
|
| 1988 |
}
|
| 1989 |
|
| 1990 |
.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
|
| 1991 |
.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
|
| 1992 |
+
display: none;
|
| 1993 |
}
|
| 1994 |
|
| 1995 |
.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
|
| 1996 |
+
width: 100%;
|
| 1997 |
}
|
| 1998 |
|
|
|
|
| 1999 |
/*-----------------------------*/
|
| 2000 |
/* 15. Post Grid Style
|
| 2001 |
/*-----------------------------*/
|
|
|
|
| 2002 |
.eael-post-grid {
|
| 2003 |
+
margin: 0 -10px;
|
| 2004 |
}
|
| 2005 |
|
| 2006 |
.eael-grid-post {
|
| 2007 |
+
float: left;
|
| 2008 |
+
padding: 10px;
|
| 2009 |
}
|
| 2010 |
|
| 2011 |
.eael-post-carousel .eael-grid-post {
|
| 2012 |
+
float: none;
|
| 2013 |
+
padding: 0;
|
| 2014 |
}
|
| 2015 |
|
| 2016 |
.eael-grid-post-holder {
|
| 2017 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
| 2018 |
}
|
| 2019 |
|
| 2020 |
.eael-grid-post-holder-inner {
|
| 2021 |
+
height: 100%;
|
| 2022 |
}
|
| 2023 |
|
| 2024 |
.eael-entry-media {
|
| 2025 |
+
position: relative;
|
| 2026 |
}
|
| 2027 |
|
| 2028 |
.eael-entry-overlay {
|
| 2029 |
+
position: absolute;
|
| 2030 |
+
top: 0;
|
| 2031 |
+
left: 0;
|
| 2032 |
+
width: 100%;
|
| 2033 |
+
height: 100%;
|
| 2034 |
+
z-index: 2;
|
| 2035 |
+
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 2036 |
+
transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 2037 |
+
-o-transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 2038 |
+
transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 2039 |
+
transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 2040 |
+
}
|
| 2041 |
+
|
| 2042 |
+
.eael-entry-overlay > a {
|
| 2043 |
+
position: absolute;
|
| 2044 |
+
top: 0;
|
| 2045 |
+
left: 0;
|
| 2046 |
+
width: 100%;
|
| 2047 |
+
height: 100%;
|
| 2048 |
+
z-index: 3;
|
| 2049 |
}
|
| 2050 |
|
| 2051 |
.eael-entry-title {
|
| 2052 |
+
margin: 10px 0 5px;
|
| 2053 |
+
font-size: 1.2em;
|
| 2054 |
}
|
| 2055 |
|
| 2056 |
.eael-entry-thumbnail img {
|
| 2057 |
+
width: 100%;
|
| 2058 |
+
max-width: 100%;
|
| 2059 |
+
vertical-align: middle;
|
| 2060 |
}
|
| 2061 |
|
| 2062 |
+
.eael-entry-thumbnail > img {
|
| 2063 |
+
height: 100%;
|
| 2064 |
}
|
| 2065 |
|
| 2066 |
.eael-entry-footer .eael-author-avatar {
|
| 2067 |
+
width: 50px;
|
| 2068 |
}
|
| 2069 |
|
| 2070 |
.eael-entry-footer .eael-author-avatar .avatar {
|
| 2071 |
+
-webkit-border-radius: 50%;
|
| 2072 |
+
border-radius: 50%;
|
| 2073 |
}
|
| 2074 |
|
| 2075 |
.eael-post-grid .eael-entry-footer .eael-entry-meta {
|
| 2076 |
+
padding-left: 8px;
|
| 2077 |
+
text-align: left;
|
| 2078 |
}
|
| 2079 |
|
| 2080 |
.eael-grid-post .eael-entry-meta {
|
| 2081 |
+
display: -webkit-box;
|
| 2082 |
+
display: -webkit-flex;
|
| 2083 |
+
display: -ms-flexbox;
|
| 2084 |
+
display: flex;
|
| 2085 |
+
-webkit-box-orient: horizontal;
|
| 2086 |
+
-webkit-box-direction: normal;
|
| 2087 |
+
-webkit-flex-direction: row;
|
| 2088 |
+
-ms-flex-direction: row;
|
| 2089 |
+
flex-direction: row;
|
| 2090 |
}
|
| 2091 |
|
| 2092 |
.eael-grid-post .eael-entry-footer .eael-entry-meta {
|
| 2093 |
+
-webkit-box-orient: vertical;
|
| 2094 |
+
-webkit-box-direction: normal;
|
| 2095 |
+
-webkit-flex-direction: column;
|
| 2096 |
+
-ms-flex-direction: column;
|
| 2097 |
+
flex-direction: column;
|
| 2098 |
}
|
| 2099 |
|
| 2100 |
+
.eael-entry-meta > div {
|
| 2101 |
+
font-size: 12px;
|
| 2102 |
+
line-height: 1.2;
|
| 2103 |
+
padding-bottom: 5px;
|
| 2104 |
}
|
| 2105 |
|
| 2106 |
.eael-grid-post-excerpt p {
|
| 2107 |
+
margin: 0;
|
| 2108 |
+
font-size: 14px;
|
| 2109 |
}
|
| 2110 |
|
| 2111 |
.eael-entry-meta .eael-entry-footer .eael-posted-by {
|
| 2112 |
+
display: block;
|
| 2113 |
}
|
| 2114 |
|
| 2115 |
.eael-grid-post .eael-entry-wrapper,
|
| 2116 |
.eael-grid-post .eael-entry-footer {
|
| 2117 |
+
padding: 15px;
|
| 2118 |
}
|
| 2119 |
|
| 2120 |
.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
|
| 2121 |
+
padding-left: 5px;
|
| 2122 |
}
|
| 2123 |
|
| 2124 |
.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
|
| 2125 |
+
content: '\f111';
|
| 2126 |
+
font-family: FontAwesome;
|
| 2127 |
+
color: inherit;
|
| 2128 |
+
opacity: .4;
|
| 2129 |
+
font-size: .8em;
|
| 2130 |
+
padding-right: 7px;
|
| 2131 |
}
|
| 2132 |
|
| 2133 |
.eael-load-more-button-wrap {
|
| 2134 |
+
display: -webkit-box;
|
| 2135 |
+
display: -webkit-flex;
|
| 2136 |
+
display: -ms-flexbox;
|
| 2137 |
+
display: flex;
|
| 2138 |
}
|
| 2139 |
|
| 2140 |
.eael-load-more-button {
|
| 2141 |
+
display: -webkit-box;
|
| 2142 |
+
display: -webkit-flex;
|
| 2143 |
+
display: -ms-flexbox;
|
| 2144 |
+
display: flex;
|
| 2145 |
+
-webkit-box-align: center;
|
| 2146 |
+
-webkit-align-items: center;
|
| 2147 |
+
-ms-flex-align: center;
|
| 2148 |
+
align-items: center;
|
| 2149 |
+
-webkit-box-pack: center;
|
| 2150 |
+
-webkit-justify-content: center;
|
| 2151 |
+
-ms-flex-pack: center;
|
| 2152 |
+
justify-content: center;
|
| 2153 |
}
|
| 2154 |
|
| 2155 |
.eael-load-more-button {
|
| 2156 |
+
padding: 1em 2em;
|
| 2157 |
+
border: 0px solid;
|
| 2158 |
+
font-size: 16px;
|
| 2159 |
}
|
| 2160 |
|
| 2161 |
.eael-load-more-button .button__loader {
|
| 2162 |
+
left: -100%;
|
| 2163 |
+
top: auto;
|
| 2164 |
+
margin-right: 5px;
|
| 2165 |
+
-webkit-transition: all .2s;
|
| 2166 |
+
-o-transition: all .2s;
|
| 2167 |
+
transition: all .2s;
|
| 2168 |
}
|
| 2169 |
|
| 2170 |
+
.eael-load-more-button > span {
|
| 2171 |
+
margin-left: -20px;
|
| 2172 |
}
|
| 2173 |
|
| 2174 |
+
.eael-load-more-button.button--loading > span {
|
| 2175 |
+
margin-left: 0;
|
| 2176 |
}
|
| 2177 |
|
| 2178 |
.eael-load-more-button.button--loading .button__loader {
|
| 2179 |
+
left: 0;
|
| 2180 |
}
|
| 2181 |
|
| 2182 |
.eael-btn-loader,
|
| 2183 |
.eael-btn-loader:after {
|
| 2184 |
+
-webkit-border-radius: 50%;
|
| 2185 |
+
border-radius: 50%;
|
| 2186 |
+
width: 20px;
|
| 2187 |
+
height: 20px;
|
| 2188 |
}
|
| 2189 |
|
| 2190 |
.eael-btn-loader {
|
| 2191 |
+
font-size: 10px;
|
| 2192 |
+
position: relative;
|
| 2193 |
+
text-indent: -9999em;
|
| 2194 |
+
border-top: 4px solid rgba(255, 255, 255, 0.2);
|
| 2195 |
+
border-right: 4px solid rgba(255, 255, 255, 0.2);
|
| 2196 |
+
border-bottom: 4px solid rgba(255, 255, 255, 0.2);
|
| 2197 |
+
border-left: 4px solid #ffffff;
|
| 2198 |
+
-webkit-transform: translateZ(0);
|
| 2199 |
+
transform: translateZ(0);
|
| 2200 |
+
-webkit-animation: loaderSpin 1.1s infinite linear;
|
| 2201 |
+
animation: loaderSpin 1.1s infinite linear;
|
| 2202 |
+
}
|
| 2203 |
+
|
| 2204 |
+
@-webkit-keyframes loaderSpin {
|
| 2205 |
+
0% {
|
| 2206 |
+
-webkit-transform: rotate(0deg);
|
| 2207 |
+
transform: rotate(0deg);
|
| 2208 |
+
}
|
| 2209 |
+
100% {
|
| 2210 |
+
-webkit-transform: rotate(360deg);
|
| 2211 |
+
transform: rotate(360deg);
|
| 2212 |
+
}
|
| 2213 |
}
|
| 2214 |
|
| 2215 |
@keyframes loaderSpin {
|
| 2216 |
+
0% {
|
| 2217 |
+
-webkit-transform: rotate(0deg);
|
| 2218 |
+
transform: rotate(0deg);
|
| 2219 |
+
}
|
| 2220 |
+
100% {
|
| 2221 |
+
-webkit-transform: rotate(360deg);
|
| 2222 |
+
transform: rotate(360deg);
|
| 2223 |
+
}
|
| 2224 |
}
|
|
|
|
|
|
|
| 2225 |
/*--- Post Grid Thumbnail Hover Effects ---*/
|
|
|
|
| 2226 |
.eael-entry-medianone {
|
| 2227 |
+
position: relative;
|
| 2228 |
}
|
| 2229 |
|
| 2230 |
.eael-entry-overlay {
|
| 2231 |
+
display: -webkit-box;
|
| 2232 |
+
display: -webkit-flex;
|
| 2233 |
+
display: -ms-flexbox;
|
| 2234 |
+
display: flex;
|
| 2235 |
+
-webkit-box-align: center;
|
| 2236 |
+
-webkit-align-items: center;
|
| 2237 |
+
-ms-flex-align: center;
|
| 2238 |
+
align-items: center;
|
| 2239 |
+
-webkit-box-pack: center;
|
| 2240 |
+
-webkit-justify-content: center;
|
| 2241 |
+
-ms-flex-pack: center;
|
| 2242 |
+
justify-content: center;
|
| 2243 |
}
|
| 2244 |
|
| 2245 |
+
.eael-entry-overlay > i {
|
| 2246 |
+
color: #fff;
|
| 2247 |
}
|
| 2248 |
|
| 2249 |
/*--- fade in ---*/
|
| 2250 |
.eael-entry-overlay.fade-in {
|
| 2251 |
+
visibility: hidden;
|
| 2252 |
+
opacity: 0;
|
| 2253 |
+
-webkit-transition: 300ms;
|
| 2254 |
+
-o-transition: 300ms;
|
| 2255 |
+
transition: 300ms;
|
| 2256 |
}
|
| 2257 |
|
| 2258 |
.eael-entry-medianone:hover .eael-entry-overlay.fade-in {
|
| 2259 |
+
visibility: visible;
|
| 2260 |
+
opacity: 1;
|
| 2261 |
}
|
| 2262 |
|
| 2263 |
+
.eael-entry-medianone:hover .eael-entry-overlay.fade-in > i {
|
| 2264 |
+
-webkit-transform: translate(0);
|
| 2265 |
+
-ms-transform: translate(0);
|
| 2266 |
+
transform: translate(0);
|
| 2267 |
+
opacity: 1;
|
| 2268 |
}
|
| 2269 |
|
| 2270 |
/*--- zoom in --- */
|
| 2271 |
.eael-entry-overlay.zoom-in {
|
| 2272 |
+
-webkit-transform: scale(0.9);
|
| 2273 |
+
-ms-transform: scale(0.9);
|
| 2274 |
+
transform: scale(0.9);
|
| 2275 |
+
visibility: hidden;
|
| 2276 |
+
opacity: 0;
|
| 2277 |
+
-webkit-transition: 300ms;
|
| 2278 |
+
-o-transition: 300ms;
|
| 2279 |
+
transition: 300ms;
|
| 2280 |
}
|
| 2281 |
|
| 2282 |
.eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
|
| 2283 |
+
visibility: visible;
|
| 2284 |
+
opacity: 1;
|
| 2285 |
+
-webkit-transform: scale(1);
|
| 2286 |
+
-ms-transform: scale(1);
|
| 2287 |
+
transform: scale(1);
|
| 2288 |
}
|
| 2289 |
|
| 2290 |
/*--- slide up ---*/
|
| 2291 |
.eael-entry-overlay.slide-up {
|
| 2292 |
+
-webkit-transform: translateY(100%);
|
| 2293 |
+
-ms-transform: translateY(100%);
|
| 2294 |
+
transform: translateY(100%);
|
| 2295 |
+
visibility: hidden;
|
| 2296 |
+
opacity: 0;
|
| 2297 |
+
-webkit-transition: 300ms;
|
| 2298 |
+
-o-transition: 300ms;
|
| 2299 |
+
transition: 300ms;
|
| 2300 |
}
|
| 2301 |
|
| 2302 |
.eael-entry-medianone:hover .eael-entry-overlay.slide-up {
|
| 2303 |
+
-webkit-transform: translateY(0);
|
| 2304 |
+
-ms-transform: translateY(0);
|
| 2305 |
+
transform: translateY(0);
|
| 2306 |
+
visibility: visible;
|
| 2307 |
+
opacity: 1;
|
| 2308 |
}
|
| 2309 |
|
| 2310 |
.eael-entry-medianone {
|
| 2311 |
+
overflow: hidden;
|
| 2312 |
}
|
| 2313 |
|
| 2314 |
/*--- Post Grid & Carousel Hover Styles ---*/
|
| 2315 |
.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
|
| 2316 |
+
opacity: 0;
|
| 2317 |
}
|
| 2318 |
|
| 2319 |
.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
|
| 2320 |
+
opacity: 1;
|
| 2321 |
}
|
| 2322 |
|
| 2323 |
.eael-entry-media.grid-hover-style-none .eael-entry-overlay {
|
| 2324 |
+
display: none;
|
| 2325 |
}
|
| 2326 |
|
| 2327 |
.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
|
| 2328 |
+
-webkit-transform: scale(0.4);
|
| 2329 |
+
-ms-transform: scale(0.4);
|
| 2330 |
+
transform: scale(0.4);
|
| 2331 |
+
opacity: 0;
|
| 2332 |
}
|
| 2333 |
|
| 2334 |
.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
|
| 2335 |
+
-webkit-transform: scale(1);
|
| 2336 |
+
-ms-transform: scale(1);
|
| 2337 |
+
transform: scale(1);
|
| 2338 |
+
opacity: 1;
|
| 2339 |
}
|
| 2340 |
|
| 2341 |
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
|
| 2342 |
+
-webkit-transform: translateY(-100%);
|
| 2343 |
+
-ms-transform: translateY(-100%);
|
| 2344 |
+
transform: translateY(-100%);
|
| 2345 |
}
|
| 2346 |
|
| 2347 |
+
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
|
| 2348 |
+
-webkit-transform: translateY(-100px);
|
| 2349 |
+
-ms-transform: translateY(-100px);
|
| 2350 |
+
transform: translateY(-100px);
|
| 2351 |
+
-webkit-transition-delay: 100ms;
|
| 2352 |
+
-o-transition-delay: 100ms;
|
| 2353 |
+
transition-delay: 100ms;
|
| 2354 |
+
-webkit-transition-duration: 300ms;
|
| 2355 |
+
-o-transition-duration: 300ms;
|
| 2356 |
+
transition-duration: 300ms;
|
| 2357 |
}
|
| 2358 |
|
| 2359 |
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
|
| 2360 |
+
-webkit-transform: translate(0);
|
| 2361 |
+
-ms-transform: translate(0);
|
| 2362 |
+
transform: translate(0);
|
| 2363 |
}
|
| 2364 |
|
| 2365 |
+
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
|
| 2366 |
+
-webkit-transform: translateY(0);
|
| 2367 |
+
-ms-transform: translateY(0);
|
| 2368 |
+
transform: translateY(0);
|
| 2369 |
}
|
| 2370 |
|
| 2371 |
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
|
| 2372 |
+
-webkit-transform: translateY(100%);
|
| 2373 |
+
-ms-transform: translateY(100%);
|
| 2374 |
+
transform: translateY(100%);
|
| 2375 |
+
visibility: hidden;
|
| 2376 |
+
opacity: 0;
|
| 2377 |
}
|
| 2378 |
|
| 2379 |
+
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
|
| 2380 |
+
-webkit-transform: translateY(100px);
|
| 2381 |
+
-ms-transform: translateY(100px);
|
| 2382 |
+
transform: translateY(100px);
|
| 2383 |
+
-webkit-transition-delay: 100ms;
|
| 2384 |
+
-o-transition-delay: 100ms;
|
| 2385 |
+
transition-delay: 100ms;
|
| 2386 |
+
-webkit-transition-duration: 300ms;
|
| 2387 |
+
-o-transition-duration: 300ms;
|
| 2388 |
+
transition-duration: 300ms;
|
| 2389 |
}
|
| 2390 |
|
| 2391 |
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
|
| 2392 |
+
-webkit-transform: translate(0);
|
| 2393 |
+
-ms-transform: translate(0);
|
| 2394 |
+
transform: translate(0);
|
| 2395 |
+
visibility: visible;
|
| 2396 |
+
opacity: 1;
|
| 2397 |
}
|
| 2398 |
|
| 2399 |
+
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
|
| 2400 |
+
-webkit-transform: translateY(0);
|
| 2401 |
+
-ms-transform: translateY(0);
|
| 2402 |
+
transform: translateY(0);
|
| 2403 |
}
|
| 2404 |
|
|
|
|
| 2405 |
/*-----------------------------*/
|
| 2406 |
/* 16. Post Grid Column
|
| 2407 |
/*-----------------------------*/
|
| 2408 |
.eael-col-1 .eael-post-grid-column {
|
| 2409 |
+
float: none;
|
| 2410 |
+
width: 100%;
|
| 2411 |
}
|
| 2412 |
|
| 2413 |
.eael-col-2 .eael-post-grid-column {
|
| 2414 |
+
float: left;
|
| 2415 |
+
width: 50%;
|
| 2416 |
}
|
| 2417 |
|
| 2418 |
.eael-col-3 .eael-post-grid-column {
|
| 2419 |
+
float: left;
|
| 2420 |
+
width: 33.3333%;
|
| 2421 |
}
|
| 2422 |
|
| 2423 |
.eael-col-4 .eael-post-grid-column {
|
| 2424 |
+
float: left;
|
| 2425 |
+
width: 25%;
|
| 2426 |
}
|
| 2427 |
|
| 2428 |
.eael-col-5 .eael-post-grid-column {
|
| 2429 |
+
float: left;
|
| 2430 |
+
width: 20%;
|
| 2431 |
}
|
| 2432 |
|
| 2433 |
.eael-col-6 .eael-post-grid-column {
|
| 2434 |
+
float: left;
|
| 2435 |
+
width: 16.6666%;
|
| 2436 |
}
|
| 2437 |
|
|
|
|
| 2438 |
/*--- Post Grid Column Styles ---*/
|
| 2439 |
@media only screen and (max-width: 979px) {
|
| 2440 |
+
.eael-col-1 .eael-post-grid-column,
|
| 2441 |
+
.eael-col-2 .eael-post-grid-column,
|
| 2442 |
+
.eael-col-3 .eael-post-grid-column,
|
| 2443 |
+
.eael-col-4 .eael-post-grid-column,
|
| 2444 |
+
.eael-col-5 .eael-post-grid-column,
|
| 2445 |
+
.eael-col-6 .eael-post-grid-column {
|
| 2446 |
+
width: 33.3333%;
|
| 2447 |
+
}
|
| 2448 |
}
|
|
|
|
| 2449 |
@media only screen and (max-width: 767px) {
|
| 2450 |
+
.eael-col-1 .eael-post-grid-column,
|
| 2451 |
+
.eael-col-2 .eael-post-grid-column,
|
| 2452 |
+
.eael-col-3 .eael-post-grid-column,
|
| 2453 |
+
.eael-col-4 .eael-post-grid-column,
|
| 2454 |
+
.eael-col-5 .eael-post-grid-column,
|
| 2455 |
+
.eael-col-6 .eael-post-grid-column {
|
| 2456 |
+
width: 50%;
|
| 2457 |
+
}
|
| 2458 |
}
|
|
|
|
| 2459 |
@media only screen and (max-width: 480px) {
|
| 2460 |
+
.eael-col-1 .eael-post-grid-column,
|
| 2461 |
+
.eael-col-2 .eael-post-grid-column,
|
| 2462 |
+
.eael-col-3 .eael-post-grid-column,
|
| 2463 |
+
.eael-col-4 .eael-post-grid-column,
|
| 2464 |
+
.eael-col-5 .eael-post-grid-column,
|
| 2465 |
+
.eael-col-6 .eael-post-grid-column {
|
| 2466 |
+
float: none;
|
| 2467 |
+
width: 100%;
|
| 2468 |
+
}
|
| 2469 |
}
|
| 2470 |
+
.eael-author-avatar > a {
|
| 2471 |
+
display: block;
|
|
|
|
| 2472 |
}
|
| 2473 |
|
| 2474 |
.eael-entry-footer {
|
| 2475 |
+
overflow: hidden;
|
| 2476 |
+
display: -webkit-box;
|
| 2477 |
+
display: -webkit-flex;
|
| 2478 |
+
display: -ms-flexbox;
|
| 2479 |
+
display: flex;
|
| 2480 |
}
|
| 2481 |
|
| 2482 |
+
.eael-entry-footer > div {
|
| 2483 |
+
display: inline-block;
|
| 2484 |
+
float: left;
|
| 2485 |
}
|
| 2486 |
|
|
|
|
| 2487 |
/* ------------------------ */
|
| 2488 |
/* 17. Infobox Style
|
| 2489 |
/* ------------------------ */
|
|
|
|
| 2490 |
/*--- Image/Icon On Top ---*/
|
| 2491 |
.eael-infobox .infobox-icon {
|
| 2492 |
+
height: auto;
|
| 2493 |
}
|
| 2494 |
|
| 2495 |
.eael-infobox .infobox-icon .infobox-icon-wrap {
|
| 2496 |
+
display: block;
|
| 2497 |
+
width: 100%;
|
| 2498 |
+
height: auto;
|
| 2499 |
+
-webkit-transition: .3s;
|
| 2500 |
+
-o-transition: .3s;
|
| 2501 |
+
transition: .3s;
|
| 2502 |
}
|
| 2503 |
|
| 2504 |
.eael-infobox .infobox-icon .infobox-icon-wrap i {
|
| 2505 |
+
-webkit-transition: .3s;
|
| 2506 |
+
-o-transition: .3s;
|
| 2507 |
+
transition: .3s;
|
| 2508 |
}
|
| 2509 |
|
|
|
|
| 2510 |
/*--- For Content Alignment ---*/
|
| 2511 |
.eael-infobox-content-align-left .eael-infobox .infobox-icon,
|
| 2512 |
.eael-infobox-content-align-left .eael-infobox .infobox-content,
|
| 2513 |
.eael-infobox-content-align-left .eael-infobox .infobox-button {
|
| 2514 |
+
text-align: left;
|
| 2515 |
}
|
| 2516 |
|
| 2517 |
.eael-infobox-content-align-right .eael-infobox .infobox-icon,
|
| 2518 |
.eael-infobox-content-align-right .eael-infobox .infobox-content,
|
| 2519 |
.eael-infobox-content-align-right .eael-infobox .infobox-button {
|
| 2520 |
+
text-align: right;
|
| 2521 |
}
|
| 2522 |
|
| 2523 |
.eael-infobox-content-align-center .eael-infobox .infobox-icon,
|
| 2524 |
.eael-infobox-content-align-center .eael-infobox .infobox-content,
|
| 2525 |
.eael-infobox-content-align-center .eael-infobox .infobox-button {
|
| 2526 |
+
text-align: center;
|
| 2527 |
}
|
| 2528 |
|
|
|
|
| 2529 |
/*--- For icon background shape ---*/
|
| 2530 |
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
|
| 2531 |
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 2532 |
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
|
| 2533 |
+
width: 90px;
|
| 2534 |
+
height: 90px;
|
| 2535 |
+
text-align: center;
|
| 2536 |
}
|
| 2537 |
|
| 2538 |
.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
|
| 2539 |
+
-webkit-border-radius: 0;
|
| 2540 |
+
border-radius: 0;
|
| 2541 |
}
|
| 2542 |
|
| 2543 |
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 2544 |
.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
|
| 2545 |
+
-webkit-border-radius: 15px;
|
| 2546 |
+
border-radius: 15px;
|
| 2547 |
}
|
| 2548 |
|
| 2549 |
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
|
| 2550 |
+
display: -webkit-box;
|
| 2551 |
+
display: -webkit-flex;
|
| 2552 |
+
display: -ms-flexbox;
|
| 2553 |
+
display: flex;
|
| 2554 |
+
-webkit-box-align: center;
|
| 2555 |
+
-webkit-align-items: center;
|
| 2556 |
+
-ms-flex-align: center;
|
| 2557 |
+
align-items: center;
|
| 2558 |
+
-webkit-box-pack: center;
|
| 2559 |
+
-webkit-justify-content: center;
|
| 2560 |
+
-ms-flex-pack: center;
|
| 2561 |
+
justify-content: center;
|
| 2562 |
}
|
| 2563 |
|
| 2564 |
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
|
| 2565 |
.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
|
| 2566 |
+
-webkit-border-radius: 50%;
|
| 2567 |
+
border-radius: 50%;
|
| 2568 |
}
|
| 2569 |
|
| 2570 |
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
|
| 2571 |
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
|
| 2572 |
+
margin-top: 50%;
|
| 2573 |
+
-webkit-transform: translateY(-50%);
|
| 2574 |
+
-ms-transform: translateY(-50%);
|
| 2575 |
+
transform: translateY(-50%);
|
| 2576 |
}
|
| 2577 |
|
| 2578 |
/*--- Infobox Button ---*/
|
| 2579 |
.eael-infobox .infobox-button a.eael-infobox-button {
|
| 2580 |
+
display: inline-block;
|
| 2581 |
+
padding: 5px 10px;
|
| 2582 |
+
-webkit-transition: all 300ms ease-in-out 0s;
|
| 2583 |
+
-o-transition: all 300ms ease-in-out 0s;
|
| 2584 |
+
transition: all 300ms ease-in-out 0s;
|
| 2585 |
}
|
| 2586 |
|
| 2587 |
/*--- For icon bg shape alignment ---*/
|
| 2588 |
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 2589 |
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 2590 |
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 2591 |
+
display: -webkit-box;
|
| 2592 |
+
display: -webkit-flex;
|
| 2593 |
+
display: -ms-flexbox;
|
| 2594 |
+
display: flex;
|
| 2595 |
+
-webkit-box-pack: start;
|
| 2596 |
+
-webkit-justify-content: flex-start;
|
| 2597 |
+
-ms-flex-pack: start;
|
| 2598 |
+
justify-content: flex-start;
|
| 2599 |
}
|
| 2600 |
|
| 2601 |
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 2602 |
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 2603 |
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 2604 |
+
display: -webkit-box;
|
| 2605 |
+
display: -webkit-flex;
|
| 2606 |
+
display: -ms-flexbox;
|
| 2607 |
+
display: flex;
|
| 2608 |
+
-webkit-box-pack: center;
|
| 2609 |
+
-webkit-justify-content: center;
|
| 2610 |
+
-ms-flex-pack: center;
|
| 2611 |
+
justify-content: center;
|
| 2612 |
}
|
| 2613 |
|
| 2614 |
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 2615 |
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 2616 |
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 2617 |
+
display: -webkit-box;
|
| 2618 |
+
display: -webkit-flex;
|
| 2619 |
+
display: -ms-flexbox;
|
| 2620 |
+
display: flex;
|
| 2621 |
+
-webkit-box-pack: end;
|
| 2622 |
+
-webkit-justify-content: flex-end;
|
| 2623 |
+
-ms-flex-pack: end;
|
| 2624 |
+
justify-content: flex-end;
|
| 2625 |
}
|
| 2626 |
|
|
|
|
| 2627 |
/*--- Image/Icon On Left ---*/
|
| 2628 |
.eael-infobox.icon-on-left {
|
| 2629 |
+
position: relative;
|
| 2630 |
+
z-index: 0;
|
| 2631 |
+
display: -webkit-box;
|
| 2632 |
+
display: -webkit-flex;
|
| 2633 |
+
display: -ms-flexbox;
|
| 2634 |
+
display: flex;
|
| 2635 |
}
|
| 2636 |
|
| 2637 |
.eael-infobox.icon-on-right .infobox-icon-wrap,
|
| 2638 |
.eael-infobox.icon-on-left .infobox-icon-wrap {
|
| 2639 |
+
-webkit-box-pack: center;
|
| 2640 |
+
-webkit-justify-content: center;
|
| 2641 |
+
-ms-flex-pack: center;
|
| 2642 |
+
justify-content: center;
|
| 2643 |
+
display: -webkit-box !important;
|
| 2644 |
+
display: -webkit-flex !important;
|
| 2645 |
+
display: -ms-flexbox !important;
|
| 2646 |
+
display: flex !important;
|
| 2647 |
+
-webkit-box-align: center;
|
| 2648 |
+
-webkit-align-items: center;
|
| 2649 |
+
-ms-flex-align: center;
|
| 2650 |
+
align-items: center;
|
| 2651 |
}
|
| 2652 |
|
| 2653 |
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
|
| 2654 |
+
background: none;
|
| 2655 |
+
border: 0px;
|
| 2656 |
+
text-align: left;
|
| 2657 |
+
height: auto;
|
| 2658 |
+
display: block;
|
| 2659 |
}
|
| 2660 |
|
| 2661 |
.eael-infobox .infobox-content p {
|
| 2662 |
+
margin: 0 0 15px;
|
| 2663 |
}
|
| 2664 |
|
| 2665 |
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
|
| 2666 |
+
margin-top: 0px;
|
| 2667 |
+
-webkit-transform: translateY(0%);
|
| 2668 |
+
-ms-transform: translateY(0%);
|
| 2669 |
+
transform: translateY(0%);
|
| 2670 |
}
|
| 2671 |
|
| 2672 |
.eael-infobox.icon-on-left .infobox-content {
|
| 2673 |
+
padding-left: 15px;
|
| 2674 |
+
-webkit-box-flex: 1;
|
| 2675 |
+
-webkit-flex: 1 1 auto;
|
| 2676 |
+
-ms-flex: 1 1 auto;
|
| 2677 |
+
flex: 1 1 auto;
|
| 2678 |
}
|
| 2679 |
|
| 2680 |
.eael-infobox.icon-on-left .infobox-content .title {
|
| 2681 |
+
line-height: 1;
|
| 2682 |
+
margin: 0 0 10px 0;
|
| 2683 |
}
|
| 2684 |
|
|
|
|
| 2685 |
/*--- Image/Icon On Right ---*/
|
| 2686 |
.eael-infobox.icon-on-right {
|
| 2687 |
+
position: relative;
|
| 2688 |
+
z-index: 0;
|
| 2689 |
+
display: -webkit-box;
|
| 2690 |
+
display: -webkit-flex;
|
| 2691 |
+
display: -ms-flexbox;
|
| 2692 |
+
display: flex;
|
| 2693 |
+
-webkit-box-orient: horizontal;
|
| 2694 |
+
-webkit-box-direction: reverse;
|
| 2695 |
+
-webkit-flex-direction: row-reverse;
|
| 2696 |
+
-ms-flex-direction: row-reverse;
|
| 2697 |
+
flex-direction: row-reverse;
|
| 2698 |
}
|
| 2699 |
|
| 2700 |
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
|
| 2701 |
+
background: none;
|
| 2702 |
+
border: 0px;
|
| 2703 |
+
text-align: right;
|
| 2704 |
+
width: auto;
|
| 2705 |
+
height: auto;
|
| 2706 |
+
display: block;
|
| 2707 |
}
|
| 2708 |
|
| 2709 |
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
|
| 2710 |
+
margin-top: 0px;
|
| 2711 |
+
-webkit-transform: translateY(0%);
|
| 2712 |
+
-ms-transform: translateY(0%);
|
| 2713 |
+
transform: translateY(0%);
|
| 2714 |
}
|
| 2715 |
|
| 2716 |
.eael-infobox.icon-on-right .infobox-content {
|
| 2717 |
+
padding-right: 15px;
|
| 2718 |
+
text-align: right;
|
| 2719 |
+
-webkit-box-flex: 1;
|
| 2720 |
+
-webkit-flex: 1 1 auto;
|
| 2721 |
+
-ms-flex: 1 1 auto;
|
| 2722 |
+
flex: 1 1 auto;
|
| 2723 |
+
-webkit-box-sizing: border-box;
|
| 2724 |
+
box-sizing: border-box;
|
| 2725 |
}
|
| 2726 |
|
| 2727 |
.eael-infobox.icon-on-right .infobox-content .title {
|
| 2728 |
+
line-height: 1;
|
| 2729 |
+
margin: 0 0 10px 0;
|
| 2730 |
}
|
| 2731 |
|
|
|
|
| 2732 |
/*--- Imgae Circle On Top ---*/
|
| 2733 |
.eael-infobox .infobox-icon img {
|
| 2734 |
+
-webkit-transition: all 300ms ease-in-out 0s;
|
| 2735 |
+
-o-transition: all 300ms ease-in-out 0s;
|
| 2736 |
+
transition: all 300ms ease-in-out 0s;
|
| 2737 |
}
|
| 2738 |
|
| 2739 |
.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
|
| 2740 |
+
-webkit-border-radius: 0;
|
| 2741 |
+
border-radius: 0;
|
| 2742 |
}
|
| 2743 |
|
| 2744 |
.eael-infobox-shape-circle .eael-infobox .infobox-icon img,
|
| 2745 |
.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
|
| 2746 |
+
-webkit-border-radius: 50%;
|
| 2747 |
+
border-radius: 50%;
|
| 2748 |
}
|
| 2749 |
|
| 2750 |
.eael-infobox-shape-radius .eael-infobox .infobox-icon img,
|
| 2751 |
.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
|
| 2752 |
+
-webkit-border-radius: 15px;
|
| 2753 |
+
border-radius: 15px;
|
| 2754 |
}
|
| 2755 |
|
|
|
|
| 2756 |
/*---------------------------*/
|
| 2757 |
/* 18. Flipbox Style
|
| 2758 |
/*---------------------------*/
|
| 2759 |
.eael-elements-flip-box-container {
|
| 2760 |
+
position: relative;
|
| 2761 |
+
height: 300px;
|
| 2762 |
+
width: 100%;
|
| 2763 |
}
|
| 2764 |
|
| 2765 |
.eael-elements-flip-box-container .flipbox-button {
|
| 2766 |
+
display: inline-block;
|
| 2767 |
+
-webkit-transition: all 400ms;
|
| 2768 |
+
-o-transition: all 400ms;
|
| 2769 |
+
transition: all 400ms;
|
| 2770 |
}
|
| 2771 |
|
| 2772 |
.eael-elements-flip-box-container a {
|
| 2773 |
+
display: block;
|
| 2774 |
}
|
| 2775 |
|
| 2776 |
.eael-elements-flip-box-vertical-align {
|
| 2777 |
+
width: 100%;
|
| 2778 |
}
|
| 2779 |
|
| 2780 |
.eael-elements-flip-box-padding {
|
| 2781 |
+
padding: 0px 30px 5px 30px;
|
| 2782 |
}
|
| 2783 |
|
| 2784 |
.eael-elements-flip-box-icon-image {
|
| 2785 |
+
display: inline-block;
|
| 2786 |
+
margin: 0 auto 0px auto;
|
| 2787 |
+
line-height: 1;
|
| 2788 |
}
|
| 2789 |
|
| 2790 |
.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
|
| 2791 |
+
background: #cccccc;
|
| 2792 |
}
|
| 2793 |
|
| 2794 |
.eael_eleements_flip_front_icon_style_bordered {
|
| 2795 |
+
border: 2px solid #ffffff;
|
| 2796 |
}
|
| 2797 |
|
| 2798 |
.eael_flip_box_icon_border_round {
|
| 2799 |
+
-webkit-border-radius: 100px;
|
| 2800 |
+
border-radius: 100px;
|
| 2801 |
}
|
| 2802 |
|
| 2803 |
.eael_eleements_flip_front_icon_style_background,
|
| 2804 |
.eael_eleements_flip_front_icon_style_bordered {
|
| 2805 |
+
padding: 15px;
|
| 2806 |
}
|
| 2807 |
|
| 2808 |
.eael-elements-flip-box-icon-image i {
|
| 2809 |
+
font-size: 40px;
|
| 2810 |
+
line-height: 40px;
|
| 2811 |
+
width: 40px;
|
| 2812 |
}
|
| 2813 |
|
| 2814 |
.eael-elements-slider-display-table {
|
| 2815 |
+
width: 100%;
|
| 2816 |
}
|
| 2817 |
|
| 2818 |
.eael-elements-flip-box-front-container {
|
| 2819 |
+
text-align: center;
|
| 2820 |
+
position: absolute;
|
| 2821 |
+
top: 0px;
|
| 2822 |
+
left: 0px;
|
| 2823 |
+
z-index: 2;
|
| 2824 |
+
width: 100%;
|
| 2825 |
+
height: 100%;
|
| 2826 |
+
background: #0e9dd2;
|
| 2827 |
+
color: #ffffff;
|
| 2828 |
+
border-color: #000000;
|
| 2829 |
+
-webkit-display: flex;
|
| 2830 |
+
display: -webkit-box;
|
| 2831 |
+
display: -ms-flexbox;
|
| 2832 |
+
display: flex;
|
| 2833 |
+
-webkit-align-items: center;
|
| 2834 |
+
-webkit-box-align: center;
|
| 2835 |
+
-ms-flex-align: center;
|
| 2836 |
+
align-items: center;
|
| 2837 |
}
|
| 2838 |
|
| 2839 |
.eael-elements-flip-box-content,
|
| 2840 |
.eael-elements-flip-box-heading {
|
| 2841 |
+
color: #ffffff;
|
| 2842 |
}
|
| 2843 |
|
| 2844 |
.eael-elements-flip-box-heading.flipbox-linked-title {
|
| 2845 |
+
color: #fff;
|
| 2846 |
+
font-size: 1.5em;
|
| 2847 |
+
font-weight: 700;
|
| 2848 |
}
|
| 2849 |
|
| 2850 |
.eael-elements-flip-box-rear-container {
|
| 2851 |
+
text-align: center;
|
| 2852 |
+
position: absolute;
|
| 2853 |
+
top: 0px;
|
| 2854 |
+
left: 0px;
|
| 2855 |
+
width: 100%;
|
| 2856 |
+
height: 100%;
|
| 2857 |
+
background: #444444;
|
| 2858 |
+
color: #ffffff;
|
| 2859 |
+
display: -webkit-box;
|
| 2860 |
+
display: -webkit-flex;
|
| 2861 |
+
display: -ms-flexbox;
|
| 2862 |
+
display: flex;
|
| 2863 |
+
-webkit-align-items: center;
|
| 2864 |
+
-webkit-box-align: center;
|
| 2865 |
+
-ms-flex-align: center;
|
| 2866 |
+
align-items: center;
|
| 2867 |
+
border-color: #000000;
|
| 2868 |
}
|
| 2869 |
|
|
|
|
| 2870 |
/*--- Floating Button Styles ---*/
|
| 2871 |
.eael-elements-button-floating-container {
|
| 2872 |
+
position: fixed;
|
| 2873 |
+
z-index: 100;
|
| 2874 |
}
|
| 2875 |
|
| 2876 |
.eael-elements-button-floating-container .eael-elements-button {
|
| 2877 |
+
margin-top: 0px;
|
| 2878 |
+
font-size: 14px;
|
| 2879 |
+
position: relative;
|
| 2880 |
+
padding: 14px 20px;
|
| 2881 |
}
|
| 2882 |
|
| 2883 |
.eael-elements-button {
|
| 2884 |
+
cursor: pointer;
|
| 2885 |
+
display: inline-block;
|
| 2886 |
+
background: #077bbe;
|
| 2887 |
+
color: #ffffff;
|
| 2888 |
+
line-height: 1;
|
| 2889 |
+
padding: 16px 25px;
|
| 2890 |
+
margin-top: 15px;
|
| 2891 |
}
|
| 2892 |
|
| 2893 |
.eael-elements-button:hover {
|
| 2894 |
+
background: #077bbe;
|
| 2895 |
+
color: #ffffff;
|
| 2896 |
}
|
| 2897 |
|
|
|
|
| 2898 |
/*--- CSS3 Transitions ---*/
|
| 2899 |
.eael-elements-flip-box-container {
|
| 2900 |
+
-webkit-perspective: 1000px;
|
| 2901 |
+
perspective: 1000px;
|
| 2902 |
}
|
| 2903 |
|
| 2904 |
.eael-elements-flip-box-front-container,
|
| 2905 |
.eael-elements-flip-box-rear-container {
|
| 2906 |
+
-webkit-transition-duration: 500ms;
|
| 2907 |
+
-o-transition-duration: 500ms;
|
| 2908 |
+
transition-duration: 500ms;
|
| 2909 |
+
-webkit-transition-property: all;
|
| 2910 |
+
-o-transition-property: all;
|
| 2911 |
+
transition-property: all;
|
| 2912 |
+
-webkit-transition-timing-function: ease;
|
| 2913 |
+
-o-transition-timing-function: ease;
|
| 2914 |
+
transition-timing-function: ease;
|
| 2915 |
}
|
| 2916 |
|
| 2917 |
.eael-elements-flip-box-flip-card {
|
| 2918 |
+
width: 100%;
|
| 2919 |
+
height: 100%;
|
| 2920 |
+
-webkit-transform-style: preserve-3d;
|
| 2921 |
+
transform-style: preserve-3d;
|
| 2922 |
+
-webkit-transition: all 500ms ease;
|
| 2923 |
+
-o-transition: all 500ms ease;
|
| 2924 |
+
transition: all 500ms ease;
|
| 2925 |
}
|
| 2926 |
|
| 2927 |
.eael-elements-flip-box-rear-container,
|
| 2928 |
.eael-elements-flip-box-front-container {
|
| 2929 |
+
-webkit-backface-visibility: hidden;
|
| 2930 |
+
backface-visibility: hidden;
|
| 2931 |
+
-webkit-transform: rotateX(0deg);
|
| 2932 |
+
transform: rotateX(0deg);
|
| 2933 |
+
-webkit-transform: rotateY(0deg);
|
| 2934 |
+
transform: rotateY(0deg);
|
| 2935 |
}
|
| 2936 |
|
|
|
|
| 2937 |
/*--- Flip ---*/
|
| 2938 |
.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2939 |
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 2940 |
+
-webkit-transform: rotateX(180deg);
|
| 2941 |
+
transform: rotateX(180deg);
|
| 2942 |
}
|
| 2943 |
|
| 2944 |
.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2945 |
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 2946 |
+
-webkit-transform: rotateX(-180deg);
|
| 2947 |
+
transform: rotateX(-180deg);
|
| 2948 |
}
|
| 2949 |
|
| 2950 |
.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2951 |
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 2952 |
+
-webkit-transform: rotateY(-180deg);
|
| 2953 |
+
transform: rotateY(-180deg);
|
| 2954 |
}
|
| 2955 |
|
| 2956 |
.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 2957 |
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 2958 |
+
-webkit-transform: rotateY(180deg);
|
| 2959 |
+
transform: rotateY(180deg);
|
| 2960 |
}
|
| 2961 |
|
| 2962 |
/*--- Slide ---*/
|
| 2963 |
.eael-animate-push.eael-elements-flip-box-container,
|
| 2964 |
.eael-animate-slide.eael-elements-flip-box-container {
|
| 2965 |
+
overflow: hidden;
|
| 2966 |
}
|
| 2967 |
|
| 2968 |
.eael-animate-push .eael-elements-flip-box-rear-container,
|
| 2969 |
.eael-animate-slide .eael-elements-flip-box-rear-container {
|
| 2970 |
+
z-index: 3;
|
| 2971 |
}
|
| 2972 |
|
| 2973 |
.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
|
| 2974 |
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 2975 |
+
top: 100%;
|
| 2976 |
}
|
| 2977 |
|
| 2978 |
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 2979 |
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 2980 |
+
top: 0;
|
| 2981 |
}
|
| 2982 |
|
| 2983 |
.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
|
| 2984 |
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 2985 |
+
top: auto;
|
| 2986 |
+
bottom: 100%;
|
| 2987 |
}
|
| 2988 |
|
| 2989 |
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 2990 |
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 2991 |
+
top: auto;
|
| 2992 |
+
bottom: 0;
|
| 2993 |
}
|
| 2994 |
|
| 2995 |
.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
|
| 2996 |
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 2997 |
+
left: 100%;
|
| 2998 |
}
|
| 2999 |
|
| 3000 |
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 3001 |
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 3002 |
+
left: 0;
|
| 3003 |
}
|
| 3004 |
|
| 3005 |
.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
|
| 3006 |
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 3007 |
+
left: auto;
|
| 3008 |
+
right: 100%;
|
| 3009 |
}
|
| 3010 |
|
| 3011 |
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 3012 |
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 3013 |
+
left: auto;
|
| 3014 |
+
right: 0;
|
| 3015 |
}
|
| 3016 |
|
| 3017 |
/*--- Push + Slide Above ---*/
|
| 3018 |
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 3019 |
+
top: -100%;
|
| 3020 |
}
|
| 3021 |
|
| 3022 |
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 3023 |
+
top: 100%;
|
| 3024 |
}
|
| 3025 |
|
| 3026 |
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 3027 |
+
left: -100%;
|
| 3028 |
}
|
| 3029 |
|
| 3030 |
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 3031 |
+
left: 100%;
|
| 3032 |
}
|
| 3033 |
|
| 3034 |
/*--- Zoom In ---*/
|
| 3035 |
.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
|
| 3036 |
+
opacity: 0;
|
| 3037 |
+
-webkit-transform: scale(0.75);
|
| 3038 |
+
-ms-transform: scale(0.75);
|
| 3039 |
+
transform: scale(0.75);
|
| 3040 |
+
z-index: 3;
|
| 3041 |
}
|
| 3042 |
|
| 3043 |
.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 3044 |
+
opacity: 1;
|
| 3045 |
+
-webkit-transform: scale(1);
|
| 3046 |
+
-ms-transform: scale(1);
|
| 3047 |
+
transform: scale(1);
|
| 3048 |
}
|
| 3049 |
|
| 3050 |
/*--- Zoom Out ---*/
|
| 3051 |
.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 3052 |
+
opacity: 0;
|
| 3053 |
+
-webkit-transform: scale(0.75);
|
| 3054 |
+
-ms-transform: scale(0.75);
|
| 3055 |
+
transform: scale(0.75);
|
| 3056 |
}
|
| 3057 |
|
| 3058 |
.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 3059 |
+
opacity: 0;
|
| 3060 |
}
|
| 3061 |
|
|
|
|
| 3062 |
/*--- Builder Related Style ---*/
|
| 3063 |
.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
|
| 3064 |
+
text-align: right;
|
| 3065 |
}
|
| 3066 |
|
| 3067 |
.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
|
| 3068 |
+
text-align: left;
|
| 3069 |
}
|
| 3070 |
|
| 3071 |
.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
|
| 3072 |
+
text-align: center;
|
| 3073 |
}
|
| 3074 |
|
| 3075 |
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
|
| 3076 |
.eael-flipbox-img-circle .flipbox-back-image-icon img {
|
| 3077 |
+
-webkit-border-radius: 50%;
|
| 3078 |
+
border-radius: 50%;
|
| 3079 |
+
overflow: hidden;
|
| 3080 |
}
|
| 3081 |
|
|
|
|
| 3082 |
/*--------------------------*/
|
| 3083 |
/* 19. Call To Action
|
| 3084 |
/*-------------------------*/
|
| 3085 |
.eael-call-to-action {
|
| 3086 |
+
width: 100%;
|
| 3087 |
+
height: auto;
|
| 3088 |
+
display: block;
|
| 3089 |
+
padding: 30px;
|
| 3090 |
+
font-size: 16px;
|
| 3091 |
+
color: #4d4d4d;
|
| 3092 |
+
font-weight: 400;
|
| 3093 |
+
line-height: 27px;
|
| 3094 |
+
margin: 0 auto;
|
| 3095 |
}
|
| 3096 |
|
| 3097 |
.eael-call-to-action p {
|
| 3098 |
+
margin-bottom: 10px;
|
| 3099 |
}
|
| 3100 |
|
| 3101 |
.eael-call-to-action .title {
|
| 3102 |
+
font-size: 36px;
|
| 3103 |
+
font-weight: 600;
|
| 3104 |
+
line-height: 36px;
|
| 3105 |
+
margin-bottom: 10px;
|
| 3106 |
+
text-transform: capitalize;
|
| 3107 |
+
font-style: normal;
|
| 3108 |
}
|
| 3109 |
|
| 3110 |
.eael-call-to-action.cta-center {
|
| 3111 |
+
text-align: center;
|
| 3112 |
}
|
| 3113 |
|
| 3114 |
.eael-call-to-action.cta-right {
|
| 3115 |
+
text-align: right;
|
| 3116 |
}
|
| 3117 |
|
| 3118 |
.eael-call-to-action.cta-left {
|
| 3119 |
+
text-align: left;
|
| 3120 |
}
|
| 3121 |
|
| 3122 |
.eael-call-to-action.bg-lite {
|
| 3123 |
+
background: #f4f4f4;
|
| 3124 |
}
|
| 3125 |
|
| 3126 |
.eael-call-to-action.bg-img {
|
| 3127 |
+
background-image: url("../img/bg.jpg");
|
| 3128 |
+
background-repeat: no-repeat;
|
| 3129 |
+
background-position: center;
|
| 3130 |
+
-webkit-background-size: cover;
|
| 3131 |
+
background-size: cover;
|
| 3132 |
+
position: relative;
|
| 3133 |
+
z-index: 0;
|
| 3134 |
+
color: rgba(255, 255, 255, 0.7);
|
| 3135 |
}
|
| 3136 |
|
| 3137 |
.eael-call-to-action.bg-img .icon {
|
| 3138 |
+
color: #fff;
|
| 3139 |
}
|
| 3140 |
|
| 3141 |
.eael-call-to-action.bg-img:after {
|
| 3142 |
+
content: "";
|
| 3143 |
+
position: absolute;
|
| 3144 |
+
width: 100%;
|
| 3145 |
+
height: 100%;
|
| 3146 |
+
top: 0px;
|
| 3147 |
+
left: 0px;
|
| 3148 |
+
z-index: -1;
|
| 3149 |
+
background: rgba(0, 0, 0, 0.8);
|
| 3150 |
}
|
| 3151 |
|
| 3152 |
.eael-call-to-action.bg-img.bg-fixed {
|
| 3153 |
+
background-attachment: fixed;
|
| 3154 |
+
background-position: center center;
|
| 3155 |
}
|
| 3156 |
|
| 3157 |
.eael-call-to-action.bg-img .title {
|
| 3158 |
+
color: rgba(255, 255, 255, 0.9);
|
| 3159 |
}
|
| 3160 |
|
| 3161 |
/*--- Cta Flex ---*/
|
| 3162 |
.eael-call-to-action.cta-flex,
|
| 3163 |
.eael-call-to-action.cta-icon-flex {
|
| 3164 |
+
display: -webkit-box;
|
| 3165 |
+
display: -webkit-flex;
|
| 3166 |
+
display: -ms-flexbox;
|
| 3167 |
+
display: flex;
|
| 3168 |
+
-webkit-box-pack: justify;
|
| 3169 |
+
-webkit-justify-content: space-between;
|
| 3170 |
+
-ms-flex-pack: justify;
|
| 3171 |
+
justify-content: space-between;
|
| 3172 |
+
-webkit-box-align: start;
|
| 3173 |
+
-webkit-align-items: flex-start;
|
| 3174 |
+
-ms-flex-align: start;
|
| 3175 |
+
align-items: flex-start;
|
| 3176 |
}
|
| 3177 |
|
| 3178 |
/*--- Cta Icon Flex ---*/
|
| 3179 |
.eael-call-to-action.cta-icon-flex .icon {
|
| 3180 |
+
-webkit-box-flex: 1;
|
| 3181 |
+
-webkit-flex-grow: 1;
|
| 3182 |
+
-ms-flex-positive: 1;
|
| 3183 |
+
flex-grow: 1;
|
| 3184 |
+
font-size: 80px;
|
| 3185 |
+
text-align: left;
|
| 3186 |
+
line-height: 130px;
|
| 3187 |
}
|
| 3188 |
|
| 3189 |
.eael-call-to-action.cta-icon-flex .action {
|
| 3190 |
+
-webkit-box-flex: 1;
|
| 3191 |
+
-webkit-flex-grow: 1;
|
| 3192 |
+
-ms-flex-positive: 1;
|
| 3193 |
+
flex-grow: 1;
|
| 3194 |
+
text-align: right;
|
| 3195 |
+
padding-top: 22px;
|
| 3196 |
+
-webkit-flex-basis: 22%;
|
| 3197 |
+
-ms-flex-preferred-size: 22%;
|
| 3198 |
+
flex-basis: 22%;
|
| 3199 |
}
|
| 3200 |
|
| 3201 |
.eael-call-to-action.cta-icon-flex .content {
|
| 3202 |
+
-webkit-box-flex: 1;
|
| 3203 |
+
-webkit-flex-grow: 1;
|
| 3204 |
+
-ms-flex-positive: 1;
|
| 3205 |
+
flex-grow: 1;
|
| 3206 |
+
padding: 0px 30px;
|
| 3207 |
}
|
| 3208 |
|
| 3209 |
/*--- Cta Flex ---*/
|
| 3210 |
.eael-call-to-action.cta-flex .content {
|
| 3211 |
+
padding: 0px 15px;
|
| 3212 |
+
-webkit-box-flex: 1;
|
| 3213 |
+
-webkit-flex-grow: 1;
|
| 3214 |
+
-ms-flex-positive: 1;
|
| 3215 |
+
flex-grow: 1;
|
| 3216 |
}
|
| 3217 |
|
| 3218 |
.eael-call-to-action.cta-flex .action {
|
| 3219 |
+
-webkit-box-flex: 1;
|
| 3220 |
+
-webkit-flex-grow: 1;
|
| 3221 |
+
-ms-flex-positive: 1;
|
| 3222 |
+
flex-grow: 1;
|
| 3223 |
+
text-align: right;
|
| 3224 |
+
padding-top: 25px;
|
| 3225 |
+
-webkit-flex-basis: 23%;
|
| 3226 |
+
-ms-flex-preferred-size: 23%;
|
| 3227 |
+
flex-basis: 23%;
|
| 3228 |
}
|
| 3229 |
|
| 3230 |
/*--- Cta Button ---*/
|
| 3231 |
.eael-call-to-action .cta-button {
|
| 3232 |
+
position: relative;
|
| 3233 |
+
display: inline-block;
|
| 3234 |
+
padding: 12px 30px;
|
| 3235 |
+
background: #f9f9f9;
|
| 3236 |
+
font-size: 16px;
|
| 3237 |
+
text-decoration: none;
|
| 3238 |
+
color: #4d4d4d;
|
| 3239 |
+
-webkit-transition: .5s;
|
| 3240 |
+
-o-transition: .5s;
|
| 3241 |
+
transition: .5s;
|
| 3242 |
+
-webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 3243 |
+
-ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 3244 |
+
box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 3245 |
+
margin-right: 10px;
|
| 3246 |
+
margin-top: 10px;
|
| 3247 |
+
z-index: 0;
|
| 3248 |
+
overflow: hidden;
|
| 3249 |
}
|
| 3250 |
|
| 3251 |
.eael-call-to-action .cta-button:last-child {
|
| 3252 |
+
margin-right: 0px;
|
| 3253 |
}
|
| 3254 |
|
| 3255 |
.eael-call-to-action .cta-button:focus {
|
| 3256 |
+
outline: none;
|
| 3257 |
}
|
| 3258 |
|
|
|
|
| 3259 |
/*--- Hover ---*/
|
| 3260 |
.eael-call-to-action .cta-button:hover {
|
| 3261 |
+
color: #fff;
|
| 3262 |
+
background: #3F51B5;
|
| 3263 |
+
-webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 3264 |
+
-ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 3265 |
+
box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 3266 |
}
|
| 3267 |
|
|
|
|
| 3268 |
/*--- Cta Button effect 1 ---*/
|
| 3269 |
.eael-call-to-action .cta-button.effect-1:after {
|
| 3270 |
+
content: "";
|
| 3271 |
+
position: absolute;
|
| 3272 |
+
width: 100%;
|
| 3273 |
+
height: 100%;
|
| 3274 |
+
background: #3F51B5;
|
| 3275 |
+
top: 0px;
|
| 3276 |
+
left: 0px;
|
| 3277 |
+
transform: translateY(-100%);
|
| 3278 |
+
-webkit-transform: translateY(-100%);
|
| 3279 |
+
-ms-transform: translateY(-100%);
|
| 3280 |
+
z-index: -1;
|
| 3281 |
+
-webkit-transition: .5s;
|
| 3282 |
+
-o-transition: .5s;
|
| 3283 |
+
transition: .5s;
|
| 3284 |
+
color: #fff;
|
| 3285 |
}
|
| 3286 |
|
| 3287 |
.eael-call-to-action .cta-button.effect-1:hover::after {
|
| 3288 |
+
-webkit-transform: translateY(0);
|
| 3289 |
+
-ms-transform: translateY(0);
|
| 3290 |
+
transform: translateY(0);
|
| 3291 |
}
|
| 3292 |
|
| 3293 |
/*--- Cta Button effect 2 ---*/
|
| 3294 |
.eael-call-to-action .cta-button.effect-2:after {
|
| 3295 |
+
content: "";
|
| 3296 |
+
position: absolute;
|
| 3297 |
+
width: 100%;
|
| 3298 |
+
height: 100%;
|
| 3299 |
+
background: #3F51B5;
|
| 3300 |
+
top: 0px;
|
| 3301 |
+
left: 0px;
|
| 3302 |
+
z-index: -1;
|
| 3303 |
+
-webkit-transition: .5s;
|
| 3304 |
+
-o-transition: .5s;
|
| 3305 |
+
transition: .5s;
|
| 3306 |
+
color: #fff;
|
| 3307 |
+
-webkit-transform: translateX(-100%);
|
| 3308 |
+
-ms-transform: translateX(-100%);
|
| 3309 |
+
transform: translateX(-100%);
|
| 3310 |
}
|
| 3311 |
|
| 3312 |
.eael-call-to-action .cta-button.effect-2:hover::after {
|
| 3313 |
+
-webkit-transform: translateX(0);
|
| 3314 |
+
-ms-transform: translateX(0);
|
| 3315 |
+
transform: translateX(0);
|
| 3316 |
}
|
| 3317 |
|
| 3318 |
/*--- Media Queries ---*/
|
| 3319 |
@media only screen and (max-width: 768px) {
|
| 3320 |
+
.eael-call-to-action.cta-flex,
|
| 3321 |
+
.eael-call-to-action.cta-icon-flex {
|
| 3322 |
+
-webkit-flex-wrap: wrap;
|
| 3323 |
+
-ms-flex-wrap: wrap;
|
| 3324 |
+
flex-wrap: wrap;
|
| 3325 |
+
}
|
| 3326 |
+
|
| 3327 |
+
.eael-call-to-action .title {
|
| 3328 |
+
font-size: 28px;
|
| 3329 |
+
line-height: 36px;
|
| 3330 |
+
margin-top: 0px;
|
| 3331 |
+
}
|
| 3332 |
+
|
| 3333 |
+
.eael-call-to-action.cta-icon-flex .icon {
|
| 3334 |
+
-webkit-box-flex: 1;
|
| 3335 |
+
-webkit-flex-grow: 1;
|
| 3336 |
+
-ms-flex-positive: 1;
|
| 3337 |
+
flex-grow: 1;
|
| 3338 |
+
font-size: 48px;
|
| 3339 |
+
line-height: 90px;
|
| 3340 |
+
text-align: center;
|
| 3341 |
+
}
|
| 3342 |
+
|
| 3343 |
+
.eael-call-to-action.cta-flex .content,
|
| 3344 |
+
.eael-call-to-action.cta-icon-flex .content {
|
| 3345 |
+
-webkit-box-flex: 1;
|
| 3346 |
+
-webkit-flex-grow: 1;
|
| 3347 |
+
-ms-flex-positive: 1;
|
| 3348 |
+
flex-grow: 1;
|
| 3349 |
+
text-align: center;
|
| 3350 |
+
padding: 0px;
|
| 3351 |
+
}
|
| 3352 |
|
| 3353 |
+
.eael-call-to-action.cta-flex .action,
|
| 3354 |
+
.eael-call-to-action.cta-icon-flex .action {
|
| 3355 |
+
text-align: center;
|
| 3356 |
+
padding-top: 0px;
|
| 3357 |
+
}
|
| 3358 |
+
|
| 3359 |
+
.eael-call-to-action .cta-button {
|
| 3360 |
+
padding: 12px 25px;
|
| 3361 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3362 |
}
|
| 3363 |
+
@media only screen and (max-width: 360px) {
|
| 3364 |
+
.eael-call-to-action {
|
| 3365 |
+
font-size: 14px;
|
| 3366 |
+
line-height: 26px;
|
| 3367 |
+
}
|
| 3368 |
|
| 3369 |
+
.eael-call-to-action .cta-button {
|
| 3370 |
+
padding: 4px 20px;
|
| 3371 |
+
font-size: 12px;
|
| 3372 |
+
}
|
| 3373 |
|
| 3374 |
+
.eael-call-to-action .title {
|
| 3375 |
+
font-size: 20px;
|
| 3376 |
+
line-height: 30px;
|
| 3377 |
+
}
|
| 3378 |
+
}
|
| 3379 |
/* -------------------------------- */
|
| 3380 |
/* 20. Dual Color Heading
|
| 3381 |
/* -------------------------------- */
|
| 3382 |
.eael-dual-header {
|
| 3383 |
+
display: block;
|
| 3384 |
+
margin-bottom: 50px;
|
| 3385 |
}
|
| 3386 |
|
| 3387 |
.eael-dual-header .title,
|
| 3388 |
.eael-dual-header .title span {
|
| 3389 |
+
font-size: 36px;
|
| 3390 |
+
font-weight: 700;
|
| 3391 |
+
text-transform: uppercase;
|
| 3392 |
+
line-height: 48px;
|
| 3393 |
+
margin: 10px 0px;
|
| 3394 |
}
|
| 3395 |
|
| 3396 |
.eael-dual-header .subtext {
|
| 3397 |
+
font-size: 16px;
|
| 3398 |
+
display: block;
|
| 3399 |
}
|
| 3400 |
|
| 3401 |
.eael-dual-header i {
|
| 3402 |
+
display: block;
|
| 3403 |
+
padding: 0px;
|
| 3404 |
+
margin: 20px 0px 10px 0px;
|
| 3405 |
+
font-size: 36px;
|
| 3406 |
}
|
| 3407 |
|
| 3408 |
.eael-dual-header .title span.lead {
|
| 3409 |
+
color: #1abc9c;
|
| 3410 |
}
|
| 3411 |
|
| 3412 |
/*--- Builder Related Css ---*/
|
| 3413 |
.eael-dual-header-content-align-center {
|
| 3414 |
+
text-align: center;
|
| 3415 |
}
|
| 3416 |
|
| 3417 |
.eael-dual-header-content-align-left {
|
| 3418 |
+
text-align: left;
|
| 3419 |
}
|
| 3420 |
|
| 3421 |
.eael-dual-header-content-align-right {
|
| 3422 |
+
text-align: right;
|
| 3423 |
}
|
| 3424 |
|
| 3425 |
/* -------------------------------- */
|
| 3426 |
/* 21. Pricing Table
|
| 3427 |
/* -------------------------------- */
|
| 3428 |
.eael-pricing {
|
| 3429 |
+
-webkit-display: flex;
|
| 3430 |
+
display: -webkit-box;
|
| 3431 |
+
display: -ms-flexbox;
|
| 3432 |
+
display: flex;
|
| 3433 |
+
-webkit-justify-content: center;
|
| 3434 |
+
-webkit-box-pack: center;
|
| 3435 |
+
-ms-flex-pack: center;
|
| 3436 |
+
justify-content: center;
|
| 3437 |
+
-webkit-align-items: center;
|
| 3438 |
+
-webkit-box-align: center;
|
| 3439 |
+
-ms-flex-align: center;
|
| 3440 |
+
align-items: center;
|
| 3441 |
}
|
| 3442 |
|
| 3443 |
.eael-pricing .eael-pricing-item {
|
| 3444 |
+
width: 100%;
|
| 3445 |
+
height: auto;
|
| 3446 |
+
margin: 0;
|
| 3447 |
}
|
| 3448 |
|
| 3449 |
.eael-pricing .eael-pricing-button {
|
| 3450 |
+
display: inline-block;
|
| 3451 |
+
padding: 12px 25px;
|
| 3452 |
+
background: #00C853;
|
| 3453 |
+
font-size: 14px;
|
| 3454 |
+
font-weight: 600;
|
| 3455 |
+
color: #fff;
|
| 3456 |
+
text-transform: uppercase;
|
| 3457 |
+
text-decoration: none;
|
| 3458 |
+
-webkit-transition: .3s;
|
| 3459 |
+
-o-transition: .3s;
|
| 3460 |
+
transition: .3s;
|
| 3461 |
+
-webkit-border-radius: 4px;
|
| 3462 |
+
border-radius: 4px;
|
| 3463 |
}
|
| 3464 |
|
| 3465 |
.eael-pricing .eael-pricing-button:hover {
|
| 3466 |
+
background: #03b048;
|
| 3467 |
}
|
| 3468 |
|
| 3469 |
.eael-pricing .eael-pricing-item ul {
|
| 3470 |
+
padding: 0px;
|
| 3471 |
+
margin: 0px;
|
| 3472 |
+
list-style: none;
|
| 3473 |
}
|
| 3474 |
|
| 3475 |
.eael-pricing .eael-pricing-item ul li.disable-item {
|
| 3476 |
+
text-decoration: line-through;
|
| 3477 |
+
opacity: 0.5;
|
| 3478 |
}
|
| 3479 |
|
| 3480 |
.eael-pricing .eael-pricing-item ul li span.li-icon {
|
| 3481 |
+
color: #00C853;
|
| 3482 |
+
margin-right: 6px;
|
| 3483 |
}
|
| 3484 |
|
| 3485 |
.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
|
| 3486 |
+
color: #EF5350;
|
| 3487 |
}
|
| 3488 |
|
| 3489 |
/*--- Pricing Table: Style 1 ---*/
|
| 3490 |
.eael-pricing.style-1 {
|
| 3491 |
+
position: relative;
|
| 3492 |
+
z-index: 0;
|
| 3493 |
+
text-align: center;
|
| 3494 |
}
|
| 3495 |
|
| 3496 |
.eael-pricing.style-1 .eael-pricing-item {
|
| 3497 |
+
border: 1px solid rgba(9, 9, 9, 0.1);
|
| 3498 |
+
padding: 30px;
|
| 3499 |
+
-webkit-border-radius: 5px;
|
| 3500 |
+
border-radius: 5px;
|
| 3501 |
+
-webkit-transition: .5s;
|
| 3502 |
+
-o-transition: .5s;
|
| 3503 |
+
transition: .5s;
|
| 3504 |
}
|
| 3505 |
|
| 3506 |
.eael-pricing.style-1 .eael-pricing-item:hover {
|
| 3507 |
+
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 3508 |
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 3509 |
}
|
| 3510 |
|
| 3511 |
.eael-pricing.style-1 .eael-pricing-item.featured {
|
| 3512 |
+
position: relative;
|
| 3513 |
}
|
| 3514 |
|
| 3515 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
|
| 3516 |
+
content: "";
|
| 3517 |
+
position: absolute;
|
| 3518 |
+
width: 100%;
|
| 3519 |
+
height: 3px;
|
| 3520 |
+
background: #00C853;
|
| 3521 |
+
top: 0px;
|
| 3522 |
+
left: 0px;
|
| 3523 |
+
right: 0px;
|
| 3524 |
+
z-index: 1;
|
| 3525 |
+
-webkit-border-radius: 5px 5px 0px 0px;
|
| 3526 |
+
border-radius: 5px 5px 0px 0px;
|
| 3527 |
}
|
| 3528 |
|
| 3529 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
|
| 3530 |
+
content: "Featured";
|
| 3531 |
+
position: absolute;
|
| 3532 |
+
width: auto;
|
| 3533 |
+
background: #00C853;
|
| 3534 |
+
color: #fff;
|
| 3535 |
+
top: 35px;
|
| 3536 |
+
right: -15px;
|
| 3537 |
+
z-index: 10;
|
| 3538 |
+
font-size: 10px;
|
| 3539 |
+
font-weight: 600;
|
| 3540 |
+
text-transform: uppercase;
|
| 3541 |
+
padding: 5px 10px;
|
| 3542 |
}
|
| 3543 |
|
| 3544 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
|
| 3545 |
+
content: "";
|
| 3546 |
+
position: absolute;
|
| 3547 |
+
top: 20px;
|
| 3548 |
+
right: -15px;
|
| 3549 |
+
width: 0;
|
| 3550 |
+
height: 0;
|
| 3551 |
+
border-bottom: 15px solid #00C853;
|
| 3552 |
+
border-right: 15px solid transparent;
|
| 3553 |
+
z-index: 9;
|
| 3554 |
+
opacity: 0.9;
|
| 3555 |
}
|
| 3556 |
|
| 3557 |
.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
|
| 3558 |
+
content: "Featured";
|
| 3559 |
+
position: absolute;
|
| 3560 |
+
width: auto;
|
| 3561 |
+
background: rgba(0, 0, 0, 0.6);
|
| 3562 |
+
color: #fff;
|
| 3563 |
+
top: 15px;
|
| 3564 |
+
right: 15px;
|
| 3565 |
+
z-index: 10;
|
| 3566 |
+
font-size: 11px;
|
| 3567 |
+
font-weight: 600;
|
| 3568 |
+
text-transform: uppercase;
|
| 3569 |
+
padding: 5px 15px;
|
| 3570 |
}
|
| 3571 |
|
| 3572 |
.eael-pricing.style-1 .eael-pricing-item .header {
|
| 3573 |
+
display: block;
|
| 3574 |
+
position: relative;
|
| 3575 |
+
z-index: 0;
|
| 3576 |
+
padding-bottom: 15px;
|
| 3577 |
+
margin-bottom: 15px;
|
| 3578 |
}
|
| 3579 |
|
| 3580 |
.eael-pricing.style-1 .eael-pricing-item .header:after {
|
| 3581 |
+
content: "";
|
| 3582 |
+
position: absolute;
|
| 3583 |
+
width: 140px;
|
| 3584 |
+
height: 1px;
|
| 3585 |
+
bottom: 0px;
|
| 3586 |
+
left: 0px;
|
| 3587 |
+
right: 0px;
|
| 3588 |
+
margin: 0 auto;
|
| 3589 |
+
z-index: 1;
|
| 3590 |
+
background: rgba(9, 9, 9, 0.1);
|
| 3591 |
}
|
| 3592 |
|
| 3593 |
.eael-pricing.style-1 .eael-pricing-item .header .title {
|
| 3594 |
+
font-weight: 700;
|
| 3595 |
+
line-height: 30px;
|
| 3596 |
+
margin: 0px;
|
| 3597 |
}
|
| 3598 |
|
| 3599 |
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
|
| 3600 |
+
position: relative;
|
| 3601 |
+
z-index: 0;
|
| 3602 |
+
padding: 15px 0px;
|
| 3603 |
+
margin-bottom: 15px;
|
| 3604 |
}
|
| 3605 |
|
| 3606 |
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
|
| 3607 |
+
content: "";
|
| 3608 |
+
position: absolute;
|
| 3609 |
+
width: 140px;
|
| 3610 |
+
height: 1px;
|
| 3611 |
+
bottom: 0px;
|
| 3612 |
+
left: 0px;
|
| 3613 |
+
right: 0px;
|
| 3614 |
+
margin: 0 auto;
|
| 3615 |
+
z-index: 1;
|
| 3616 |
+
background: rgba(9, 9, 9, 0.04);
|
| 3617 |
}
|
| 3618 |
|
| 3619 |
.eael-pricing.style-1 .eael-pricing-item .price-tag {
|
| 3620 |
+
position: relative;
|
| 3621 |
+
display: inline-block;
|
| 3622 |
+
font-size: 28px;
|
| 3623 |
+
font-weight: 500;
|
| 3624 |
+
line-height: 0px;
|
| 3625 |
+
margin: 0px auto;
|
| 3626 |
}
|
| 3627 |
|
| 3628 |
.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
|
| 3629 |
+
font-size: 24px;
|
| 3630 |
+
font-weight: 700;
|
| 3631 |
}
|
| 3632 |
|
| 3633 |
.eael-pricing.style-1 .eael-pricing-item .price-period {
|
| 3634 |
+
color: #999;
|
| 3635 |
}
|
| 3636 |
|
| 3637 |
.eael-pricing.style-1 .eael-pricing-item .body ul {
|
| 3638 |
+
display: block;
|
| 3639 |
+
width: 100%;
|
| 3640 |
+
margin-bottom: 15px;
|
| 3641 |
}
|
| 3642 |
|
| 3643 |
.eael-pricing.style-1 .eael-pricing-item .body ul li {
|
| 3644 |
+
display: block;
|
| 3645 |
+
width: 100%;
|
| 3646 |
+
height: auto;
|
| 3647 |
+
padding: 10px 0px;
|
| 3648 |
+
font-size: 14px;
|
| 3649 |
+
color: #6d6d6d;
|
| 3650 |
+
border-bottom: 1px solid rgba(9, 9, 9, 0.04);
|
| 3651 |
}
|
| 3652 |
|
| 3653 |
.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
|
| 3654 |
+
border: none;
|
| 3655 |
}
|
| 3656 |
|
| 3657 |
.eael-pricing.style-1 .eael-pricing-item.featured-large {
|
| 3658 |
+
padding: 60px 0px;
|
| 3659 |
}
|
| 3660 |
|
| 3661 |
/*--- Pricing Table : Style 2 ---*/
|
| 3662 |
.eael-pricing.style-2 {
|
| 3663 |
+
position: relative;
|
| 3664 |
+
z-index: 0;
|
| 3665 |
+
text-align: center;
|
| 3666 |
}
|
| 3667 |
|
| 3668 |
.eael-pricing.style-2 .eael-pricing-item {
|
| 3669 |
+
padding: 30px 0px;
|
| 3670 |
+
-webkit-border-radius: 5px;
|
| 3671 |
+
border-radius: 5px;
|
| 3672 |
+
margin: 0px;
|
| 3673 |
+
border: 1px solid rgba(9, 9, 9, 0.1);
|
| 3674 |
}
|
| 3675 |
|
| 3676 |
.eael-pricing.style-2 .eael-pricing-item.featured {
|
| 3677 |
+
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 3678 |
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 3679 |
}
|
| 3680 |
|
| 3681 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
|
| 3682 |
+
content: "";
|
| 3683 |
+
position: absolute;
|
| 3684 |
+
width: 100%;
|
| 3685 |
+
height: 3px;
|
| 3686 |
+
background: #00C853;
|
| 3687 |
+
top: 0px;
|
| 3688 |
+
left: 0px;
|
| 3689 |
+
right: 0px;
|
| 3690 |
+
z-index: 1;
|
| 3691 |
+
-webkit-border-radius: 5px 5px 0px 0px;
|
| 3692 |
+
border-radius: 5px 5px 0px 0px;
|
| 3693 |
}
|
| 3694 |
|
| 3695 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
|
| 3696 |
+
content: "Featured";
|
| 3697 |
+
position: absolute;
|
| 3698 |
+
width: auto;
|
| 3699 |
+
background: #00C853;
|
| 3700 |
+
color: #fff;
|
| 3701 |
+
top: 35px;
|
| 3702 |
+
right: -15px;
|
| 3703 |
+
z-index: 10;
|
| 3704 |
+
font-size: 10px;
|
| 3705 |
+
font-weight: 600;
|
| 3706 |
+
text-transform: uppercase;
|
| 3707 |
+
padding: 5px 10px;
|
| 3708 |
}
|
| 3709 |
|
| 3710 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
|
| 3711 |
+
content: "";
|
| 3712 |
+
position: absolute;
|
| 3713 |
+
top: 20px;
|
| 3714 |
+
right: -15px;
|
| 3715 |
+
width: 0;
|
| 3716 |
+
height: 0;
|
| 3717 |
+
border-bottom: 15px solid #00C853;
|
| 3718 |
+
border-right: 15px solid transparent;
|
| 3719 |
+
z-index: 9;
|
| 3720 |
+
opacity: 0.9;
|
| 3721 |
}
|
| 3722 |
|
| 3723 |
.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
|
| 3724 |
+
content: "Featured";
|
| 3725 |
+
position: absolute;
|
| 3726 |
+
width: auto;
|
| 3727 |
+
background: rgba(0, 0, 0, 0.6);
|
| 3728 |
+
color: #fff;
|
| 3729 |
+
top: 15px;
|
| 3730 |
+
right: 15px;
|
| 3731 |
+
z-index: 10;
|
| 3732 |
+
font-size: 11px;
|
| 3733 |
+
font-weight: 600;
|
| 3734 |
+
text-transform: uppercase;
|
| 3735 |
+
padding: 5px 15px;
|
| 3736 |
}
|
| 3737 |
|
| 3738 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
|
| 3739 |
+
display: inline-block;
|
| 3740 |
+
position: relative;
|
| 3741 |
+
width: 80px;
|
| 3742 |
+
height: 80px;
|
| 3743 |
+
background: #00c853;
|
| 3744 |
+
-webkit-border-radius: 50%;
|
| 3745 |
+
border-radius: 50%;
|
| 3746 |
+
margin-bottom: 30px;
|
| 3747 |
+
text-align: center;
|
| 3748 |
+
-webkit-transition: .5s;
|
| 3749 |
+
-o-transition: .5s;
|
| 3750 |
+
transition: .5s;
|
| 3751 |
+
overflow: hidden;
|
| 3752 |
}
|
| 3753 |
|
| 3754 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
|
| 3755 |
+
font-size: 30px;
|
| 3756 |
+
color: #fff;
|
| 3757 |
+
line-height: 80px;
|
| 3758 |
+
-webkit-transition: .5s;
|
| 3759 |
+
-o-transition: .5s;
|
| 3760 |
+
transition: .5s;
|
| 3761 |
}
|
| 3762 |
|
| 3763 |
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
|
| 3764 |
+
background: #43A047;
|
| 3765 |
}
|
| 3766 |
|
| 3767 |
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
|
| 3768 |
+
color: #fff;
|
| 3769 |
}
|
| 3770 |
|
| 3771 |
.eael-pricing.style-2 .eael-pricing-item .header {
|
| 3772 |
+
background: #C8E6C9;
|
| 3773 |
+
padding: 25px 30px;
|
| 3774 |
+
margin-bottom: 15px;
|
| 3775 |
+
position: relative;
|
| 3776 |
+
z-index: 0;
|
| 3777 |
}
|
| 3778 |
|
| 3779 |
.eael-pricing.style-2 .eael-pricing-item.featured .header:after {
|
| 3780 |
+
content: "";
|
| 3781 |
+
position: absolute;
|
| 3782 |
+
width: 100%;
|
| 3783 |
+
height: 100%;
|
| 3784 |
+
top: 0px;
|
| 3785 |
+
left: 0px;
|
| 3786 |
+
right: 0px;
|
| 3787 |
+
bottom: 0px;
|
| 3788 |
+
z-index: -1;
|
| 3789 |
+
background: rgba(255, 255, 255, 0.4);
|
| 3790 |
}
|
| 3791 |
|
| 3792 |
.eael-pricing.style-2 .eael-pricing-item .header .title {
|
| 3793 |
+
font-size: 28px;
|
| 3794 |
+
font-weight: 700;
|
| 3795 |
+
line-height: 40px;
|
| 3796 |
+
margin: 0px;
|
| 3797 |
}
|
| 3798 |
|
| 3799 |
.eael-pricing.style-2 .eael-pricing-item .header .subititle {
|
| 3800 |
+
font-size: 14px;
|
| 3801 |
+
font-weight: 600;
|
| 3802 |
+
color: #6d6d6d;
|
| 3803 |
}
|
| 3804 |
|
| 3805 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 3806 |
+
position: relative;
|
| 3807 |
+
z-index: 0;
|
| 3808 |
+
padding: 15px 0px;
|
| 3809 |
+
margin-bottom: 15px;
|
| 3810 |
}
|
| 3811 |
|
| 3812 |
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 3813 |
+
content: "";
|
| 3814 |
+
position: absolute;
|
| 3815 |
+
width: 140px;
|
| 3816 |
+
height: 1px;
|
| 3817 |
+
bottom: 0px;
|
| 3818 |
+
left: 0px;
|
| 3819 |
+
right: 0px;
|
| 3820 |
+
margin: 0 auto;
|
| 3821 |
+
z-index: 1;
|
| 3822 |
+
background: rgba(9, 9, 9, 0.04);
|
| 3823 |
}
|
| 3824 |
|
| 3825 |
.eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 3826 |
+
position: relative;
|
| 3827 |
+
display: inline-block;
|
| 3828 |
+
font-size: 28px;
|
| 3829 |
+
font-weight: 500;
|
| 3830 |
+
line-height: 0px;
|
| 3831 |
+
margin: 0px auto;
|
| 3832 |
}
|
| 3833 |
|
| 3834 |
.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
|
| 3835 |
+
font-size: 24px;
|
| 3836 |
+
font-weight: 700;
|
| 3837 |
+
color: #00C853;
|
| 3838 |
}
|
| 3839 |
|
| 3840 |
.eael-pricing.style-2 .eael-pricing-item .price-period {
|
| 3841 |
+
color: #999;
|
| 3842 |
}
|
| 3843 |
|
| 3844 |
.eael-pricing.style-2 .eael-pricing-item .body ul {
|
| 3845 |
+
display: block;
|
| 3846 |
+
width: 100%;
|
| 3847 |
+
margin-bottom: 15px;
|
| 3848 |
}
|
| 3849 |
|
| 3850 |
.eael-pricing.style-2 .eael-pricing-item .body ul li {
|
| 3851 |
+
display: block;
|
| 3852 |
+
width: 100%;
|
| 3853 |
+
height: auto;
|
| 3854 |
+
padding: 10px 15px;
|
| 3855 |
+
font-size: 14px;
|
| 3856 |
+
color: #6d6d6d;
|
| 3857 |
+
border-bottom: 1px solid rgba(9, 9, 9, 0.04);
|
| 3858 |
}
|
| 3859 |
|
| 3860 |
.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
|
| 3861 |
+
border: none;
|
| 3862 |
}
|
| 3863 |
|
|
|
|
| 3864 |
/*--- Media Query ---*/
|
| 3865 |
+
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
| 3866 |
+
.eael-pricing {
|
| 3867 |
+
display: block;
|
| 3868 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3869 |
|
| 3870 |
+
.eael-pricing .eael-pricing-item,
|
| 3871 |
+
.eael-pricing.style-2 .eael-pricing-item,
|
| 3872 |
+
.eael-pricing.style-4 .eael-pricing-item {
|
| 3873 |
+
width: 100%;
|
| 3874 |
+
margin: 0 auto 30px auto;
|
| 3875 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3876 |
}
|
| 3877 |
+
@media only screen and (max-width: 480px) {
|
| 3878 |
+
.eael-pricing {
|
| 3879 |
+
display: block;
|
| 3880 |
+
}
|
| 3881 |
|
| 3882 |
+
.eael-pricing .eael-pricing-item {
|
| 3883 |
+
width: 100%;
|
| 3884 |
+
}
|
| 3885 |
+
|
| 3886 |
+
.eael-pricing .eael-pricing-item,
|
| 3887 |
+
.eael-pricing.style-2 .eael-pricing-item,
|
| 3888 |
+
.eael-pricing.style-4 .eael-pricing-item {
|
| 3889 |
+
margin: 0 auto 30px auto;
|
| 3890 |
+
}
|
| 3891 |
+
}
|
| 3892 |
/*--- Page Builder Related Style ---*/
|
| 3893 |
.eael-pricing-content-align-center .eael-pricing {
|
| 3894 |
+
text-align: center;
|
| 3895 |
}
|
| 3896 |
|
| 3897 |
.eael-pricing-content-align-left .eael-pricing {
|
| 3898 |
+
text-align: left;
|
| 3899 |
}
|
| 3900 |
|
| 3901 |
.eael-pricing-content-align-right .eael-pricing {
|
| 3902 |
+
text-align: right;
|
| 3903 |
}
|
| 3904 |
|
| 3905 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 3906 |
+
padding-left: 45px;
|
| 3907 |
}
|
| 3908 |
|
| 3909 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
|
| 3910 |
+
left: 30px;
|
| 3911 |
}
|
| 3912 |
|
| 3913 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 3914 |
+
padding-right: 30px;
|
| 3915 |
}
|
| 3916 |
|
| 3917 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
|
| 3919 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 3920 |
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
|
| 3921 |
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 3922 |
+
padding-left: 30px;
|
| 3923 |
+
padding-right: 30px;
|
| 3924 |
}
|
| 3925 |
|
| 3926 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
|
| 3928 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 3929 |
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
|
| 3930 |
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 3931 |
+
padding-right: 30px;
|
| 3932 |
+
padding-left: 30px;
|
| 3933 |
}
|
| 3934 |
|
| 3935 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 3936 |
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 3937 |
+
padding-left: 30px;
|
| 3938 |
}
|
| 3939 |
|
| 3940 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 3941 |
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 3942 |
+
padding-right: 30px;
|
| 3943 |
}
|
| 3944 |
|
| 3945 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 3946 |
+
-webkit-transform: translateX(-80%);
|
| 3947 |
+
-ms-transform: translateX(-80%);
|
| 3948 |
+
transform: translateX(-80%);
|
| 3949 |
}
|
| 3950 |
|
| 3951 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 3952 |
+
-webkit-transform: translateX(80%);
|
| 3953 |
+
-ms-transform: translateX(80%);
|
| 3954 |
+
transform: translateX(80%);
|
| 3955 |
}
|
| 3956 |
|
| 3957 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
| 3958 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
| 3959 |
+
-webkit-transform: translateX(0%);
|
| 3960 |
+
-ms-transform: translateX(0%);
|
| 3961 |
+
transform: translateX(0%);
|
| 3962 |
}
|
| 3963 |
|
| 3964 |
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
| 3967 |
.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
|
| 3968 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
|
| 3969 |
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 3970 |
+
margin: 0;
|
| 3971 |
+
width: 100%;
|
| 3972 |
}
|
| 3973 |
|
| 3974 |
/*--- Button Alignment ---*/
|
| 3976 |
.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 3977 |
.eael-pricing-button-align-right .eael-pricing.style-3 .footer,
|
| 3978 |
.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 3979 |
+
text-align: right;
|
| 3980 |
}
|
| 3981 |
|
| 3982 |
.eael-pricing-button-align-center .eael-pricing.style-1 .footer,
|
| 3983 |
.eael-pricing-button-align-center .eael-pricing.style-2 .footer,
|
| 3984 |
.eael-pricing-button-align-center .eael-pricing.style-3 .footer,
|
| 3985 |
.eael-pricing-button-align-center .eael-pricing.style-4 .footer {
|
| 3986 |
+
text-align: center;
|
| 3987 |
}
|
| 3988 |
|
| 3989 |
.eael-pricing-button-align-left .eael-pricing.style-1 .footer,
|
| 3990 |
.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 3991 |
.eael-pricing-button-align-left .eael-pricing.style-3 .footer,
|
| 3992 |
.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 3993 |
+
text-align: left;
|
| 3994 |
}
|
| 3995 |
|
| 3996 |
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 3997 |
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 3998 |
+
padding-right: 30px;
|
| 3999 |
}
|
| 4000 |
|
| 4001 |
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 4002 |
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 4003 |
+
padding-left: 30px;
|
| 4004 |
}
|
| 4005 |
|
| 4006 |
/*--- Only In Pro Alert ---*/
|
| 4007 |
.only-in-pro {
|
| 4008 |
+
width: 100%;
|
| 4009 |
+
-webkit-display: flex;
|
| 4010 |
+
display: -webkit-box;
|
| 4011 |
+
display: -ms-flexbox;
|
| 4012 |
+
display: flex;
|
| 4013 |
+
-webkit-align-items: center;
|
| 4014 |
+
-webkit-box-align: center;
|
| 4015 |
+
-ms-flex-align: center;
|
| 4016 |
+
align-items: center;
|
| 4017 |
+
-webkit-justify-content: center;
|
| 4018 |
+
-webkit-box-pack: center;
|
| 4019 |
+
-ms-flex-pack: center;
|
| 4020 |
+
justify-content: center;
|
| 4021 |
+
padding: 15px;
|
| 4022 |
+
min-width: 200px;
|
| 4023 |
+
background: #EF5350;
|
| 4024 |
+
color: #fff;
|
| 4025 |
+
text-align: center;
|
| 4026 |
}
|
| 4027 |
|
| 4028 |
.only-in-pro .title {
|
| 4029 |
+
font-family: 'Roboto', sans-serif;
|
| 4030 |
+
font-size: 24px;
|
| 4031 |
+
line-height: 40px;
|
| 4032 |
+
margin: 0px;
|
| 4033 |
}
|
| 4034 |
|
| 4035 |
/*--- Pricing Table Tooltip ---*/
|
| 4036 |
div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
|
| 4037 |
+
position: absolute;
|
| 4038 |
+
top: 50%;
|
| 4039 |
}
|
| 4040 |
|
| 4041 |
div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
|
| 4042 |
+
margin-bottom: 0px !important;
|
| 4043 |
}
|
| 4044 |
|
| 4045 |
div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
|
| 4046 |
+
margin-top: 0px !important;
|
| 4047 |
}
|
| 4048 |
|
| 4049 |
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
|
| 4050 |
+
top: auto;
|
| 4051 |
+
bottom: -8px;
|
| 4052 |
}
|
| 4053 |
|
| 4054 |
div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
| 4055 |
+
top: -8px;
|
| 4056 |
+
bottom: auto;
|
| 4057 |
}
|
| 4058 |
|
|
|
|
| 4059 |
/* ----------------------------------------- */
|
| 4060 |
/* 22. Caldera Contact Form Styler
|
| 4061 |
/* ----------------------------------------- */
|
| 4062 |
.eael-caldera-form-align-left,
|
| 4063 |
.eael-caldera-form-btn-align-left {
|
| 4064 |
+
text-align: left;
|
| 4065 |
}
|
| 4066 |
|
| 4067 |
.eael-caldera-form-align-right,
|
| 4068 |
.eael-caldera-form-btn-align-right {
|
| 4069 |
+
text-align: right;
|
| 4070 |
}
|
| 4071 |
|
| 4072 |
.eael-caldera-form-align-center,
|
| 4073 |
.eael-caldera-form-btn-align-center {
|
| 4074 |
+
text-align: center;
|
| 4075 |
}
|
| 4076 |
|
| 4077 |
.eael-caldera-form .control-label {
|
| 4078 |
+
display: none;
|
| 4079 |
}
|
| 4080 |
|
| 4081 |
.eael-caldera-form-labels-yes .control-label {
|
| 4082 |
+
display: block;
|
| 4083 |
}
|
| 4084 |
|
| 4085 |
.eael-caldera-form-button-center .form-group input[type=button],
|
| 4086 |
.eael-caldera-form-button-center .form-group input[type=submit] {
|
| 4087 |
+
display: block;
|
| 4088 |
+
margin: 0 auto;
|
| 4089 |
}
|
| 4090 |
|
| 4091 |
.eael-caldera-form-button-right .form-group input[type=button],
|
| 4092 |
.eael-caldera-form-button-right .form-group input[type=submit] {
|
| 4093 |
+
float: right;
|
| 4094 |
}
|
| 4095 |
|
| 4096 |
.eael-caldera-form .intl-tel-input {
|
| 4097 |
+
display: inherit;
|
| 4098 |
}
|
| 4099 |
|
| 4100 |
.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
|
| 4101 |
.eael-custom-radio-checkbox .caldera-grid input[type=radio] {
|
| 4102 |
+
border-style: solid;
|
| 4103 |
+
border-width: 0;
|
| 4104 |
+
padding: 3px;
|
| 4105 |
+
-webkit-appearance: none;
|
| 4106 |
}
|
| 4107 |
|
| 4108 |
.eael-caldera-form-button-full-width .form-group input[type=submit],
|
| 4109 |
.eael-caldera-form-button-full-width .form-group input[type=button] {
|
| 4110 |
+
width: 100%;
|
| 4111 |
}
|
| 4112 |
|
|
|
|
| 4113 |
/* ------------------- */
|
| 4114 |
/* 23. WPForms
|
| 4115 |
/* ------------------- */
|
|
|
|
| 4116 |
.eael-wpforms .wpforms-container .wpforms-form input[type=submit],
|
| 4117 |
.eael-wpforms .wpforms-container .wpforms-form button[type=submit],
|
| 4118 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
|
| 4119 |
+
border: 0;
|
| 4120 |
}
|
| 4121 |
|
| 4122 |
.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
|
| 4123 |
.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
|
| 4124 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
|
| 4125 |
+
border: 0;
|
| 4126 |
}
|
| 4127 |
|
| 4128 |
.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
|
| 4129 |
.eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
|
| 4130 |
+
padding: 3px;
|
| 4131 |
}
|
| 4132 |
|
| 4133 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
|
| 4134 |
+
display: none;
|
| 4135 |
}
|
| 4136 |
|
| 4137 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
|
| 4138 |
+
max-width: 100%;
|
| 4139 |
}
|
| 4140 |
|
| 4141 |
.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
|
| 4142 |
.eael-wpforms .wpforms-container .wpforms-field textarea,
|
| 4143 |
.eael-wpforms .wpforms-container .wpforms-field select {
|
| 4144 |
+
max-width: 100% !important;
|
| 4145 |
}
|
| 4146 |
|
| 4147 |
.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
|
| 4148 |
+
display: block;
|
| 4149 |
}
|
| 4150 |
|
| 4151 |
.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
|
| 4152 |
+
width: 100%;
|
| 4153 |
}
|
| 4154 |
|
|
|
|
| 4155 |
/* ------------------------ */
|
| 4156 |
/* 24. Social Feeds
|
| 4157 |
/* ------------------------ */
|
|
|
|
| 4158 |
.swiper-container-wrap .swiper-slide .eael-social-feed-element img {
|
| 4159 |
+
width: 100%;
|
| 4160 |
}
|
| 4161 |
|
| 4162 |
/*--- Twitter Feed Styles ---*/
|
| 4163 |
.eael-social-feed-element.hidden {
|
| 4164 |
+
background-color: red !important;
|
| 4165 |
}
|
| 4166 |
|
| 4167 |
.eael-facebook-feed-wrapper::before,
|
| 4172 |
.eael-twitter-feed-wrapper::after,
|
| 4173 |
.eael-twitter-feed-container::before,
|
| 4174 |
.eael-twitter-feed-container::after {
|
| 4175 |
+
content: "";
|
| 4176 |
+
clear: both;
|
| 4177 |
}
|
| 4178 |
|
| 4179 |
.eael-social-feed-element .pull-left {
|
| 4180 |
+
float: left;
|
| 4181 |
+
margin-right: 10px;
|
| 4182 |
}
|
| 4183 |
|
| 4184 |
.eael-social-feed-element .pull-right {
|
| 4185 |
+
margin-left: 10px;
|
| 4186 |
}
|
| 4187 |
|
| 4188 |
.eael-social-feed-element img {
|
| 4189 |
+
width: 100%;
|
| 4190 |
+
height: auto;
|
| 4191 |
+
border: 0;
|
| 4192 |
+
vertical-align: middle;
|
| 4193 |
+
-ms-interpolation-mode: bicubic;
|
| 4194 |
}
|
| 4195 |
|
| 4196 |
.eael-social-feed-element .attachment {
|
| 4197 |
+
vertical-align: middle;
|
| 4198 |
+
-ms-interpolation-mode: bicubic;
|
| 4199 |
}
|
| 4200 |
|
| 4201 |
/*--- Link styles ---*/
|
| 4202 |
.eael-social-feed-element a {
|
| 4203 |
+
color: #0088cc;
|
| 4204 |
+
text-decoration: none;
|
| 4205 |
}
|
| 4206 |
|
| 4207 |
.eael-social-feed-element a:focus {
|
| 4208 |
+
outline: thin dotted #333;
|
| 4209 |
+
outline: 5px auto -webkit-focus-ring-color;
|
| 4210 |
+
outline-offset: -2px;
|
| 4211 |
}
|
| 4212 |
|
| 4213 |
.eael-social-feed-element a:hover,
|
| 4214 |
.eael-social-feed-element a:active {
|
| 4215 |
+
outline: 0;
|
| 4216 |
+
color: #005580;
|
| 4217 |
+
text-decoration: underline;
|
| 4218 |
}
|
| 4219 |
|
| 4220 |
/*--- Text styles ---*/
|
| 4221 |
.eael-social-feed-element small {
|
| 4222 |
+
font-size: 85%;
|
| 4223 |
}
|
| 4224 |
|
| 4225 |
.eael-social-feed-element strong {
|
| 4226 |
+
font-weight: bold;
|
| 4227 |
}
|
| 4228 |
|
| 4229 |
.eael-social-feed-element em {
|
| 4230 |
+
font-style: italic;
|
| 4231 |
}
|
| 4232 |
|
| 4233 |
.eael-social-feed-element p {
|
| 4234 |
+
margin: 0 0 10px;
|
| 4235 |
}
|
| 4236 |
|
| 4237 |
+
.eael-social-feed-element .media-body > p {
|
| 4238 |
+
margin-bottom: 4px;
|
| 4239 |
+
min-height: 20px;
|
| 4240 |
}
|
| 4241 |
|
| 4242 |
.eael-social-feed-element p.social-feed-text {
|
| 4243 |
+
margin: 0;
|
| 4244 |
+
overflow: hidden;
|
| 4245 |
+
-o-text-overflow: ellipsis;
|
| 4246 |
+
text-overflow: ellipsis;
|
| 4247 |
+
-webkit-line-clamp: 5;
|
| 4248 |
+
-webkit-box-orient: vertical;
|
| 4249 |
}
|
| 4250 |
|
| 4251 |
/*--- Message styles ---*/
|
| 4252 |
.eael-social-feed-element,
|
| 4253 |
.eael-social-feed-element .media-body {
|
| 4254 |
+
overflow: hidden;
|
| 4255 |
+
zoom: 1;
|
| 4256 |
+
overflow: visible;
|
| 4257 |
}
|
| 4258 |
|
| 4259 |
.eael-social-feed-element {
|
| 4260 |
+
padding: 10px;
|
| 4261 |
+
background: none;
|
| 4262 |
}
|
| 4263 |
|
| 4264 |
.eael-social-feed-element .media-body .social-network-icon {
|
| 4265 |
+
margin-top: -3px;
|
| 4266 |
+
margin-right: 5px;
|
| 4267 |
+
width: 16px;
|
| 4268 |
}
|
| 4269 |
|
| 4270 |
.eael-social-feed-element .media-body div {
|
| 4271 |
+
color: #666;
|
| 4272 |
+
line-height: 20px;
|
| 4273 |
+
clear: both;
|
| 4274 |
}
|
| 4275 |
|
| 4276 |
.eael-social-feed-element:first-child {
|
| 4277 |
+
margin-top: 0;
|
| 4278 |
}
|
| 4279 |
|
| 4280 |
.eael-social-feed-element .media-object {
|
| 4281 |
+
display: block;
|
| 4282 |
+
width: 48px;
|
| 4283 |
+
-webkit-border-radius: 50%;
|
| 4284 |
+
border-radius: 50%;
|
| 4285 |
}
|
| 4286 |
|
| 4287 |
.eael-social-feed-element .media-heading {
|
| 4288 |
+
margin: 0 0 5px;
|
| 4289 |
}
|
| 4290 |
|
| 4291 |
.eael-social-feed-element .media-list {
|
| 4292 |
+
margin-left: 0;
|
| 4293 |
+
list-style: none;
|
| 4294 |
}
|
| 4295 |
|
| 4296 |
.eael-social-feed-element .muted {
|
| 4297 |
+
color: #999;
|
| 4298 |
}
|
| 4299 |
|
| 4300 |
.eael-social-feed-element a.muted:hover,
|
| 4301 |
.eael-social-feed-element a.muted:focus {
|
| 4302 |
+
color: #808080;
|
| 4303 |
}
|
| 4304 |
|
| 4305 |
.eael-social-feed-element {
|
| 4306 |
+
-webkit-transition: 0.25s;
|
| 4307 |
+
-o-transition: 0.25s;
|
| 4308 |
+
transition: 0.25s;
|
| 4309 |
+
-webkit-backface-visibility: hidden;
|
| 4310 |
+
backface-visibility: hidden;
|
| 4311 |
+
margin: -1px;
|
| 4312 |
+
margin-top: 25px;
|
| 4313 |
+
color: #333;
|
| 4314 |
+
text-align: left;
|
| 4315 |
+
font-size: 14px;
|
| 4316 |
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
| 4317 |
+
line-height: 16px;
|
| 4318 |
}
|
| 4319 |
|
| 4320 |
.eael-social-feed-element .eael-content {
|
| 4321 |
+
padding: 20px 15px 15px;
|
| 4322 |
+
-webkit-transition: .4s;
|
| 4323 |
+
-o-transition: .4s;
|
| 4324 |
+
transition: .4s;
|
| 4325 |
+
background: #fff;
|
| 4326 |
}
|
| 4327 |
|
| 4328 |
.eael-social-feed-element .social-network-icon {
|
| 4329 |
+
opacity: 0.7;
|
| 4330 |
}
|
| 4331 |
|
| 4332 |
.eael-social-feed-element .author-title {
|
| 4333 |
+
color: #444;
|
| 4334 |
+
line-height: 1.5em;
|
| 4335 |
+
font-weight: 500;
|
| 4336 |
}
|
| 4337 |
|
| 4338 |
/*--- Icon Color ---*/
|
| 4339 |
.media-body .fa-twitter {
|
| 4340 |
+
color: #1da1f2;
|
| 4341 |
+
margin-right: 8px;
|
| 4342 |
}
|
| 4343 |
|
| 4344 |
.media-body .fa-facebook {
|
| 4345 |
+
color: #3b5998;
|
| 4346 |
+
margin-right: 8px;
|
| 4347 |
}
|
| 4348 |
|
| 4349 |
/*--- Read More Link ---*/
|
| 4350 |
.text-wrapper p .read-more-link {
|
| 4351 |
+
margin-top: 9px;
|
| 4352 |
+
display: block;
|
| 4353 |
}
|
| 4354 |
|
| 4355 |
/*--- Loading Loader ---*/
|
| 4356 |
.eael-social-feed-wrapper {
|
| 4357 |
+
width: 100%;
|
| 4358 |
+
height: auto;
|
| 4359 |
+
position: relative;
|
| 4360 |
+
z-index: 0;
|
| 4361 |
}
|
| 4362 |
|
| 4363 |
.eael-loading-feed {
|
| 4364 |
+
display: none;
|
| 4365 |
+
position: absolute;
|
| 4366 |
+
width: 100%;
|
| 4367 |
+
height: 100%;
|
| 4368 |
+
top: 0px;
|
| 4369 |
+
left: 0px;
|
| 4370 |
+
bottom: 0px;
|
| 4371 |
+
right: 0px;
|
| 4372 |
}
|
| 4373 |
|
| 4374 |
.eael-loading-feed.show-loading {
|
| 4375 |
+
display: block;
|
| 4376 |
+
text-align: center;
|
| 4377 |
+
z-index: 10;
|
| 4378 |
+
display: -webkit-box;
|
| 4379 |
+
display: -webkit-flex;
|
| 4380 |
+
display: -ms-flexbox;
|
| 4381 |
+
display: flex;
|
| 4382 |
+
-webkit-box-align: center;
|
| 4383 |
+
-webkit-align-items: center;
|
| 4384 |
+
-ms-flex-align: center;
|
| 4385 |
+
align-items: center;
|
| 4386 |
+
-webkit-box-pack: center;
|
| 4387 |
+
-webkit-justify-content: center;
|
| 4388 |
+
-ms-flex-pack: center;
|
| 4389 |
+
justify-content: center;
|
| 4390 |
+
-webkit-transition: .5s;
|
| 4391 |
+
-o-transition: .5s;
|
| 4392 |
+
transition: .5s;
|
| 4393 |
}
|
| 4394 |
|
| 4395 |
.eael-loading-feed .loader {
|
| 4396 |
+
border: 3px solid #f3f3f3;
|
| 4397 |
+
-webkit-border-radius: 50%;
|
| 4398 |
+
border-radius: 50%;
|
| 4399 |
+
border-top: 3px solid #3498db;
|
| 4400 |
+
width: 30px;
|
| 4401 |
+
height: 30px;
|
| 4402 |
+
-webkit-animation: spin 2s linear infinite;
|
| 4403 |
+
/* Safari */
|
| 4404 |
+
animation: spin 2s linear infinite;
|
| 4405 |
+
margin: 0 auto;
|
| 4406 |
}
|
| 4407 |
|
|
|
|
| 4408 |
/*--- Safari ---*/
|
| 4409 |
@-webkit-keyframes spin {
|
| 4410 |
+
0% {
|
| 4411 |
+
-webkit-transform: rotate(0deg);
|
| 4412 |
+
}
|
| 4413 |
+
100% {
|
| 4414 |
+
-webkit-transform: rotate(360deg);
|
| 4415 |
+
}
|
| 4416 |
}
|
|
|
|
| 4417 |
@keyframes spin {
|
| 4418 |
+
0% {
|
| 4419 |
+
-webkit-transform: rotate(0deg);
|
| 4420 |
+
transform: rotate(0deg);
|
| 4421 |
+
}
|
| 4422 |
+
100% {
|
| 4423 |
+
-webkit-transform: rotate(360deg);
|
| 4424 |
+
transform: rotate(360deg);
|
| 4425 |
+
}
|
| 4426 |
}
|
|
|
|
| 4427 |
/*--- List View ---*/
|
| 4428 |
.eael-social-feed-container.list-view .eael-social-feed-element {
|
| 4429 |
+
margin: 15px;
|
| 4430 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
| 4431 |
+
background: none;
|
| 4432 |
}
|
| 4433 |
|
| 4434 |
/*--- Carousel View ---*/
|
| 4435 |
.eael-social-feed-container.carousel-view {
|
| 4436 |
+
width: 100%;
|
| 4437 |
+
height: auto;
|
| 4438 |
}
|
| 4439 |
|
| 4440 |
/*--- Masonry View ---*/
|
| 4441 |
.eael-twitter-feed-container.masonry-view .eael-social-feed-element,
|
| 4442 |
.eael-facebook-feed-container.masonry-view .eael-social-feed-element {
|
| 4443 |
+
width: 33.33%;
|
| 4444 |
+
margin-top: 0px;
|
| 4445 |
+
float: left;
|
| 4446 |
}
|
| 4447 |
|
| 4448 |
.eael-social-feed-element .eael-content {
|
| 4449 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
| 4450 |
}
|
| 4451 |
|
| 4452 |
/*--- Editor Related Style ---*/
|
| 4453 |
.eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
|
| 4454 |
+
-webkit-border-radius: 50%;
|
| 4455 |
+
border-radius: 50%;
|
| 4456 |
}
|
| 4457 |
|
| 4458 |
.eael-social-feed-avatar-square .eael-social-feed-element .media-object {
|
| 4459 |
+
-webkit-border-radius: 0%;
|
| 4460 |
+
border-radius: 0%;
|
| 4461 |
}
|
| 4462 |
|
| 4463 |
.eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date {
|
| 4464 |
+
text-align: left !important;
|
| 4465 |
}
|
| 4466 |
|
| 4467 |
/*--- Media Query ---*/
|
| 4468 |
+
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
| 4469 |
+
.eael-twitter-feed-container.masonry-view .eael-social-feed-element,
|
| 4470 |
+
.eael-facebook-feed-container.masonry-view .eael-social-feed-element {
|
| 4471 |
+
width: 50% !important;
|
| 4472 |
+
}
|
| 4473 |
}
|
|
|
|
| 4474 |
@media only screen and (max-width: 480px) {
|
| 4475 |
+
.eael-twitter-feed-container.masonry-view .eael-social-feed-element,
|
| 4476 |
+
.eael-facebook-feed-container.masonry-view .eael-social-feed-element {
|
| 4477 |
+
width: 100% !important;
|
| 4478 |
+
}
|
| 4479 |
+
}
|
| 4480 |
+
table.eael-data-table thead .sorting, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting_asc {
|
| 4481 |
+
position: relative;
|
| 4482 |
+
z-index: 0;
|
| 4483 |
+
outline: 0;
|
| 4484 |
+
cursor: pointer;
|
| 4485 |
+
}
|
| 4486 |
+
|
| 4487 |
+
table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting_asc:after {
|
| 4488 |
+
position: absolute;
|
| 4489 |
+
top: 50%;
|
| 4490 |
+
right: 10px;
|
| 4491 |
+
font-family: "FontAwesome";
|
| 4492 |
+
color: #fff;
|
| 4493 |
+
z-index: 1;
|
| 4494 |
+
-webkit-transform: translateY(-50%);
|
| 4495 |
+
-ms-transform: translateY(-50%);
|
| 4496 |
+
transform: translateY(-50%);
|
| 4497 |
}
|
| 4498 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4499 |
.eael-data-table-wrap .eael-data-tables_wrapper {
|
| 4500 |
+
display: -webkit-box;
|
| 4501 |
+
display: -webkit-flex;
|
| 4502 |
+
display: -ms-flexbox;
|
| 4503 |
+
display: flex;
|
| 4504 |
+
-webkit-box-orient: horizontal;
|
| 4505 |
+
-webkit-box-direction: normal;
|
| 4506 |
+
-webkit-flex-flow: row wrap;
|
| 4507 |
+
-ms-flex-flow: row wrap;
|
| 4508 |
+
flex-flow: row wrap;
|
| 4509 |
+
-webkit-box-pack: start;
|
| 4510 |
+
-webkit-justify-content: flex-start;
|
| 4511 |
+
-ms-flex-pack: start;
|
| 4512 |
+
justify-content: flex-start;
|
| 4513 |
+
width: 100%;
|
| 4514 |
+
}
|
| 4515 |
+
.eael-data-table-wrap .eael-data-tables_filter {
|
| 4516 |
+
-webkit-box-flex: 1;
|
| 4517 |
+
-webkit-flex-grow: 1;
|
| 4518 |
+
-ms-flex-positive: 1;
|
| 4519 |
+
flex-grow: 1;
|
| 4520 |
+
-webkit-flex-basis: 50%;
|
| 4521 |
+
-ms-flex-preferred-size: 50%;
|
| 4522 |
+
flex-basis: 50%;
|
| 4523 |
+
text-align: right;
|
| 4524 |
}
|
| 4525 |
+
.eael-data-table-wrap .eael-data-tables_filter label {
|
| 4526 |
+
font-weight: 700;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4527 |
}
|
| 4528 |
+
.eael-data-table-wrap .eael-data-tables_filter label input[type="search"] {
|
| 4529 |
+
height: 40px;
|
| 4530 |
+
border: 1px solid rgba(0, 0, 0, 0.09);
|
| 4531 |
+
outline: 0;
|
| 4532 |
+
padding: 10px;
|
| 4533 |
+
margin-left: 10px;
|
| 4534 |
+
}
|
| 4535 |
+
.eael-data-table-wrap .eael-data-tables_length {
|
| 4536 |
+
-webkit-box-flex: 1;
|
| 4537 |
+
-webkit-flex-grow: 1;
|
| 4538 |
+
-ms-flex-positive: 1;
|
| 4539 |
+
flex-grow: 1;
|
| 4540 |
+
-webkit-flex-basis: 50%;
|
| 4541 |
+
-ms-flex-preferred-size: 50%;
|
| 4542 |
+
flex-basis: 50%;
|
| 4543 |
}
|
|
|
|
| 4544 |
.eael-data-table-wrap .eael-data-tables_length select {
|
| 4545 |
+
width: auto;
|
| 4546 |
+
max-width: 120px;
|
| 4547 |
+
height: 40px;
|
| 4548 |
+
border: 1px solid rgba(0, 0, 0, 0.09);
|
| 4549 |
+
outline: 0;
|
| 4550 |
+
margin-left: 10px;
|
| 4551 |
+
margin-right: 10px;
|
| 4552 |
+
}
|
| 4553 |
+
.eael-data-table-wrap .eael-data-tables_length label {
|
| 4554 |
+
font-weight: 700;
|
| 4555 |
+
}
|
| 4556 |
+
.eael-data-table-wrap .eael-data-tables_info {
|
| 4557 |
+
-webkit-box-flex: 1;
|
| 4558 |
+
-webkit-flex-grow: 1;
|
| 4559 |
+
-ms-flex-positive: 1;
|
| 4560 |
+
flex-grow: 1;
|
| 4561 |
+
-webkit-flex-basis: 50%;
|
| 4562 |
+
-ms-flex-preferred-size: 50%;
|
| 4563 |
+
flex-basis: 50%;
|
| 4564 |
+
font-weight: 700;
|
| 4565 |
+
}
|
| 4566 |
+
.eael-data-table-wrap .eael-data-tables_paginate {
|
| 4567 |
+
-webkit-box-flex: 1;
|
| 4568 |
+
-webkit-flex-grow: 1;
|
| 4569 |
+
-ms-flex-positive: 1;
|
| 4570 |
+
flex-grow: 1;
|
| 4571 |
+
-webkit-flex-basis: 50%;
|
| 4572 |
+
-ms-flex-preferred-size: 50%;
|
| 4573 |
+
flex-basis: 50%;
|
| 4574 |
+
text-align: right;
|
| 4575 |
}
|
|
|
|
| 4576 |
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
|
| 4577 |
+
padding: 10px 15px;
|
| 4578 |
+
background: #f2f2f2;
|
| 4579 |
+
margin-right: 2px;
|
| 4580 |
+
cursor: pointer;
|
| 4581 |
+
-webkit-transition: all .3s;
|
| 4582 |
+
-o-transition: all .3s;
|
| 4583 |
+
transition: all .3s;
|
| 4584 |
+
}
|
| 4585 |
+
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
|
| 4586 |
+
color: #fff;
|
| 4587 |
+
background: #4a4893;
|
| 4588 |
}
|
|
|
|
|
|
|
| 4589 |
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
|
| 4590 |
+
color: #fff;
|
| 4591 |
+
background: #4a4893;
|
| 4592 |
}
|
|
|
|
| 4593 |
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
|
| 4594 |
+
cursor: no-drop;
|
| 4595 |
+
background: #f2f2f2;
|
| 4596 |
+
opacity: .5;
|
| 4597 |
+
color: #888;
|
| 4598 |
}
|
| 4599 |
|
| 4600 |
+
.data-header-icon {
|
| 4601 |
+
margin-right: 10px;
|
|
|
|
|
|
|
| 4602 |
}
|
| 4603 |
|
| 4604 |
+
.eael-data-table {
|
| 4605 |
+
width: 100%;
|
| 4606 |
+
height: auto;
|
| 4607 |
+
margin: 0;
|
| 4608 |
+
border-collapse: collapse;
|
| 4609 |
+
border: none;
|
| 4610 |
}
|
| 4611 |
+
.eael-data-table tr {
|
| 4612 |
+
border-style: none;
|
|
|
|
|
|
|
|
|
|
| 4613 |
}
|
| 4614 |
+
.eael-data-table thead tr {
|
| 4615 |
+
text-align: left;
|
| 4616 |
+
}
|
| 4617 |
+
.eael-data-table thead tr th {
|
| 4618 |
+
padding: 20px 15px;
|
| 4619 |
+
background: #4a4893;
|
| 4620 |
+
font-size: 16px;
|
| 4621 |
+
font-weight: 600;
|
| 4622 |
+
font-family: "Montserrat", "sans-serif";
|
| 4623 |
+
line-height: 1;
|
| 4624 |
+
color: #fff;
|
| 4625 |
+
border-color: #000;
|
| 4626 |
+
border-width: 2px;
|
| 4627 |
+
border-style: none;
|
| 4628 |
+
background-clip: padding-box;
|
| 4629 |
+
}
|
| 4630 |
+
.eael-data-table thead tr th:hover {
|
| 4631 |
+
border-color: #000;
|
| 4632 |
}
|
| 4633 |
+
.eael-data-table tbody tr.even {
|
| 4634 |
+
-webkit-transition: background 0.4s ease-in-out;
|
| 4635 |
+
-o-transition: background 0.4s ease-in-out;
|
| 4636 |
+
transition: background 0.4s ease-in-out;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4637 |
}
|
| 4638 |
+
.eael-data-table tbody tr.even:hover {
|
| 4639 |
+
background: rgba(242, 242, 242, 0.7);
|
|
|
|
| 4640 |
}
|
| 4641 |
+
.eael-data-table tbody tr.even:last-child {
|
| 4642 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
|
|
|
| 4643 |
}
|
| 4644 |
+
.eael-data-table tbody tr.odd {
|
| 4645 |
+
background: rgba(242, 242, 242, 0.5);
|
| 4646 |
+
-webkit-transition: background 0.2s ease-in-out;
|
| 4647 |
+
-o-transition: background 0.2s ease-in-out;
|
| 4648 |
+
transition: background 0.2s ease-in-out;
|
| 4649 |
}
|
| 4650 |
+
.eael-data-table tbody tr.odd:hover {
|
| 4651 |
+
background: rgba(242, 242, 242, 0.7);
|
|
|
|
| 4652 |
}
|
| 4653 |
+
.eael-data-table tbody tr.odd:last-child {
|
| 4654 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4655 |
}
|
| 4656 |
+
.eael-data-table tbody tr td {
|
| 4657 |
+
padding: 20px 15px;
|
| 4658 |
+
font-size: 14px;
|
| 4659 |
+
font-family: "Montserrat", "sans-serif";
|
| 4660 |
+
line-height: 1;
|
| 4661 |
+
border-width: 2px;
|
| 4662 |
+
border-style: none;
|
| 4663 |
+
background-clip: padding-box;
|
| 4664 |
}
|
| 4665 |
|
| 4666 |
+
.eael-data-table-th-img {
|
| 4667 |
+
display: inline-block;
|
| 4668 |
+
margin: 0 15px 0 0;
|
| 4669 |
+
line-height: 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4670 |
}
|
| 4671 |
|
| 4672 |
+
.th-mobile-screen {
|
| 4673 |
+
display: none;
|
| 4674 |
}
|
| 4675 |
|
| 4676 |
+
@media (max-width: 39.9375em) {
|
| 4677 |
+
.eael-data-table-wrap {
|
| 4678 |
+
overflow-x: scroll !important;
|
| 4679 |
+
padding-bottom: 5px;
|
| 4680 |
+
}
|
| 4681 |
|
| 4682 |
+
.th-mobile-screen {
|
| 4683 |
+
display: inline-block;
|
| 4684 |
+
padding: 0 .6em;
|
| 4685 |
+
margin-right: 10px;
|
| 4686 |
+
text-align: center;
|
| 4687 |
+
-webkit-box-flex: 0;
|
| 4688 |
+
-webkit-flex-grow: 0;
|
| 4689 |
+
-ms-flex-positive: 0;
|
| 4690 |
+
flex-grow: 0;
|
| 4691 |
+
-webkit-flex-shrink: 0;
|
| 4692 |
+
-ms-flex-negative: 0;
|
| 4693 |
+
flex-shrink: 0;
|
| 4694 |
+
-webkit-flex-basis: 100px;
|
| 4695 |
+
-ms-flex-preferred-size: 100px;
|
| 4696 |
+
flex-basis: 100px;
|
| 4697 |
+
}
|
| 4698 |
+
.th-mobile-screen .eael-data-table-th-img {
|
| 4699 |
+
margin: 0 auto 15px auto;
|
| 4700 |
+
display: block;
|
| 4701 |
+
}
|
| 4702 |
+
.th-mobile-screen .data-header-icon {
|
| 4703 |
+
margin: 0 auto 15px auto;
|
| 4704 |
+
display: block;
|
| 4705 |
+
}
|
| 4706 |
|
| 4707 |
+
.td-content-wrapper {
|
| 4708 |
+
display: -webkit-box;
|
| 4709 |
+
display: -webkit-flex;
|
| 4710 |
+
display: -ms-flexbox;
|
| 4711 |
+
display: flex;
|
| 4712 |
+
width: 100%;
|
| 4713 |
+
}
|
| 4714 |
|
| 4715 |
+
.td-content {
|
| 4716 |
+
width: 100%;
|
| 4717 |
+
-webkit-box-pack: center;
|
| 4718 |
+
-webkit-justify-content: center;
|
| 4719 |
+
-ms-flex-pack: center;
|
| 4720 |
+
justify-content: center;
|
| 4721 |
+
}
|
| 4722 |
+
.td-content > p {
|
| 4723 |
+
width: 100%;
|
| 4724 |
+
-webkit-box-pack: center;
|
| 4725 |
+
-webkit-justify-content: center;
|
| 4726 |
+
-ms-flex-pack: center;
|
| 4727 |
+
justify-content: center;
|
| 4728 |
+
}
|
| 4729 |
+
|
| 4730 |
+
.custom-responsive-option-enable .eael-data-table thead {
|
| 4731 |
+
display: none;
|
| 4732 |
+
}
|
| 4733 |
+
.custom-responsive-option-enable .eael-data-table tbody tr td {
|
| 4734 |
+
float: none;
|
| 4735 |
+
clear: left;
|
| 4736 |
+
width: 100%;
|
| 4737 |
+
text-align: left;
|
| 4738 |
+
display: -webkit-box;
|
| 4739 |
+
display: -webkit-flex;
|
| 4740 |
+
display: -ms-flexbox;
|
| 4741 |
+
display: flex;
|
| 4742 |
+
-webkit-box-align: center;
|
| 4743 |
+
-webkit-align-items: center;
|
| 4744 |
+
-ms-flex-align: center;
|
| 4745 |
+
align-items: center;
|
| 4746 |
+
}
|
| 4747 |
+
|
| 4748 |
+
.eael-data-table .td-content {
|
| 4749 |
+
-webkit-box-align: center;
|
| 4750 |
+
-webkit-align-items: center;
|
| 4751 |
+
-ms-flex-align: center;
|
| 4752 |
+
align-items: center;
|
| 4753 |
+
display: -webkit-box;
|
| 4754 |
+
display: -webkit-flex;
|
| 4755 |
+
display: -ms-flexbox;
|
| 4756 |
+
display: flex;
|
| 4757 |
+
}
|
| 4758 |
}
|
| 4759 |
+
table.eael-data-table thead .sorting:after {
|
| 4760 |
+
content: "\f0dc";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4761 |
}
|
| 4762 |
+
table.eael-data-table thead .headerSortDown:after {
|
| 4763 |
+
content: "\f0dd";
|
| 4764 |
+
}
|
| 4765 |
+
table.eael-data-table thead .headerSortUp:after {
|
| 4766 |
+
content: "\f0de";
|
| 4767 |
}
|
|
|
|
| 4768 |
table.eael-data-table thead .sorting_disabled.sorting:after {
|
| 4769 |
+
display: none;
|
| 4770 |
+
}
|
| 4771 |
+
table.eael-data-table .sorting.sorting-none:after {
|
| 4772 |
+
display: none;
|
| 4773 |
+
}
|
| 4774 |
+
table.eael-data-table .sorting_desc.sorting-none:after {
|
| 4775 |
+
display: none;
|
| 4776 |
+
}
|
| 4777 |
+
table.eael-data-table .sorting_asc.sorting-none:after {
|
| 4778 |
+
display: none;
|
| 4779 |
}
|
| 4780 |
|
| 4781 |
.eael-table-align-left table.eael-data-table {
|
| 4782 |
+
float: left;
|
| 4783 |
}
|
| 4784 |
|
| 4785 |
.eael-table-align-center table.eael-data-table {
|
| 4786 |
+
margin: 0 auto;
|
| 4787 |
}
|
| 4788 |
|
| 4789 |
.eael-table-align-right table.eael-data-table {
|
| 4790 |
+
float: right;
|
| 4791 |
}
|
| 4792 |
|
|
|
|
| 4793 |
.eael-hide-elements .eael-data-tables_info {
|
| 4794 |
+
display: none;
|
| 4795 |
}
|
| 4796 |
|
| 4797 |
+
.eael-dt-th-align-left .eael-data-table thead tr th {
|
| 4798 |
+
text-align: left;
|
|
|
|
| 4799 |
}
|
| 4800 |
|
| 4801 |
+
.eael-dt-td-align-left .eael-data-table tbody tr td {
|
| 4802 |
+
text-align: left;
|
|
|
|
|
|
|
| 4803 |
}
|
| 4804 |
|
| 4805 |
+
.eael-dt-th-align-right .eael-data-table thead tr th {
|
| 4806 |
+
text-align: right;
|
| 4807 |
+
padding-right: 30px;
|
| 4808 |
}
|
| 4809 |
|
| 4810 |
+
.eael-dt-td-align-right .eael-data-table tbody tr td {
|
| 4811 |
+
text-align: right;
|
| 4812 |
+
padding-right: 30px;
|
|
|
|
| 4813 |
}
|
| 4814 |
|
| 4815 |
+
.eael-dt-th-align-center .eael-data-table thead tr th {
|
| 4816 |
+
text-align: center;
|
| 4817 |
}
|
| 4818 |
|
| 4819 |
+
.eael-dt-td-align-center .eael-data-table tbody tr td {
|
| 4820 |
+
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4821 |
}
|
| 4822 |
|
|
|
|
| 4823 |
/* ------------------------ */
|
| 4824 |
/* 26. Magnific Popup
|
| 4825 |
/* ------------------------ */
|
|
|
|
| 4826 |
/*--- Magnific Popup CSS ---*/
|
| 4827 |
.mfp-bg {
|
| 4828 |
+
top: 0;
|
| 4829 |
+
left: 0;
|
| 4830 |
+
width: 100%;
|
| 4831 |
+
height: 100%;
|
| 4832 |
+
z-index: 1042;
|
| 4833 |
+
overflow: hidden;
|
| 4834 |
+
position: fixed;
|
| 4835 |
+
background: #0b0b0b;
|
| 4836 |
+
opacity: 0.8;
|
| 4837 |
}
|
| 4838 |
|
| 4839 |
.mfp-wrap {
|
| 4840 |
+
top: 0;
|
| 4841 |
+
left: 0;
|
| 4842 |
+
width: 100%;
|
| 4843 |
+
height: 100%;
|
| 4844 |
+
z-index: 1043;
|
| 4845 |
+
position: fixed;
|
| 4846 |
+
outline: none !important;
|
| 4847 |
+
-webkit-backface-visibility: hidden;
|
| 4848 |
+
backface-visibility: hidden;
|
| 4849 |
}
|
| 4850 |
|
| 4851 |
.mfp-container {
|
| 4852 |
+
text-align: center;
|
| 4853 |
+
position: absolute;
|
| 4854 |
+
width: 100%;
|
| 4855 |
+
height: 100%;
|
| 4856 |
+
left: 0;
|
| 4857 |
+
top: 0;
|
| 4858 |
+
padding: 0 8px;
|
| 4859 |
+
-webkit-box-sizing: border-box;
|
| 4860 |
+
box-sizing: border-box;
|
| 4861 |
}
|
| 4862 |
|
| 4863 |
.mfp-container:before {
|
| 4864 |
+
content: '';
|
| 4865 |
+
display: inline-block;
|
| 4866 |
+
height: 100%;
|
| 4867 |
+
vertical-align: middle;
|
| 4868 |
}
|
| 4869 |
|
| 4870 |
.mfp-align-top .mfp-container:before {
|
| 4871 |
+
display: none;
|
| 4872 |
}
|
| 4873 |
|
| 4874 |
.mfp-content {
|
| 4875 |
+
position: relative;
|
| 4876 |
+
display: inline-block;
|
| 4877 |
+
vertical-align: middle;
|
| 4878 |
+
margin: 0 auto;
|
| 4879 |
+
text-align: left;
|
| 4880 |
+
z-index: 1045;
|
| 4881 |
}
|
| 4882 |
|
| 4883 |
.mfp-inline-holder .mfp-content,
|
| 4884 |
.mfp-ajax-holder .mfp-content {
|
| 4885 |
+
width: 100%;
|
| 4886 |
+
cursor: auto;
|
| 4887 |
}
|
| 4888 |
|
| 4889 |
.mfp-ajax-cur {
|
| 4890 |
+
cursor: progress;
|
| 4891 |
}
|
| 4892 |
|
| 4893 |
.mfp-zoom-out-cur,
|
| 4894 |
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
| 4895 |
+
cursor: -webkit-zoom-out;
|
| 4896 |
+
cursor: zoom-out;
|
|
|
|
| 4897 |
}
|
| 4898 |
|
| 4899 |
.mfp-zoom {
|
| 4900 |
+
cursor: pointer;
|
| 4901 |
+
cursor: -webkit-zoom-in;
|
| 4902 |
+
cursor: zoom-in;
|
|
|
|
| 4903 |
}
|
| 4904 |
|
| 4905 |
.mfp-auto-cursor .mfp-content {
|
| 4906 |
+
cursor: auto;
|
| 4907 |
}
|
| 4908 |
|
| 4909 |
.mfp-close,
|
| 4910 |
.mfp-arrow,
|
| 4911 |
.mfp-preloader,
|
| 4912 |
.mfp-counter {
|
| 4913 |
+
-webkit-user-select: none;
|
| 4914 |
+
-moz-user-select: none;
|
| 4915 |
+
-ms-user-select: none;
|
| 4916 |
+
user-select: none;
|
| 4917 |
}
|
| 4918 |
|
| 4919 |
.mfp-loading.mfp-figure {
|
| 4920 |
+
display: none;
|
| 4921 |
}
|
| 4922 |
|
| 4923 |
.mfp-hide {
|
| 4924 |
+
display: none !important;
|
| 4925 |
}
|
| 4926 |
|
| 4927 |
.mfp-preloader {
|
| 4928 |
+
color: #CCC;
|
| 4929 |
+
position: absolute;
|
| 4930 |
+
top: 50%;
|
| 4931 |
+
width: auto;
|
| 4932 |
+
text-align: center;
|
| 4933 |
+
margin-top: -0.8em;
|
| 4934 |
+
left: 8px;
|
| 4935 |
+
right: 8px;
|
| 4936 |
+
z-index: 1044;
|
| 4937 |
}
|
| 4938 |
|
| 4939 |
.mfp-preloader a {
|
| 4940 |
+
color: #CCC;
|
| 4941 |
}
|
| 4942 |
|
| 4943 |
.mfp-preloader a:hover {
|
| 4944 |
+
color: #FFF;
|
| 4945 |
}
|
| 4946 |
|
| 4947 |
.mfp-s-ready .mfp-preloader {
|
| 4948 |
+
display: none;
|
| 4949 |
}
|
| 4950 |
|
| 4951 |
.mfp-s-error .mfp-content {
|
| 4952 |
+
display: none;
|
| 4953 |
}
|
| 4954 |
|
| 4955 |
button.mfp-close,
|
| 4956 |
button.mfp-arrow {
|
| 4957 |
+
overflow: visible;
|
| 4958 |
+
cursor: pointer;
|
| 4959 |
+
background: transparent;
|
| 4960 |
+
border: 0;
|
| 4961 |
+
-webkit-appearance: none;
|
| 4962 |
+
display: block;
|
| 4963 |
+
outline: none;
|
| 4964 |
+
padding: 0;
|
| 4965 |
+
z-index: 1046;
|
| 4966 |
+
-webkit-box-shadow: none;
|
| 4967 |
+
box-shadow: none;
|
| 4968 |
+
-ms-touch-action: manipulation;
|
| 4969 |
+
touch-action: manipulation;
|
| 4970 |
}
|
| 4971 |
|
| 4972 |
button::-moz-focus-inner {
|
| 4973 |
+
padding: 0;
|
| 4974 |
+
border: 0;
|
| 4975 |
}
|
| 4976 |
|
| 4977 |
.mfp-close {
|
| 4978 |
+
width: 44px;
|
| 4979 |
+
height: 44px;
|
| 4980 |
+
line-height: 44px;
|
| 4981 |
+
position: absolute;
|
| 4982 |
+
right: 0;
|
| 4983 |
+
top: 0;
|
| 4984 |
+
text-decoration: none;
|
| 4985 |
+
text-align: center;
|
| 4986 |
+
opacity: 0.65;
|
| 4987 |
+
padding: 0 0 18px 10px;
|
| 4988 |
+
color: #FFF;
|
| 4989 |
+
font-style: normal;
|
| 4990 |
+
font-size: 28px;
|
| 4991 |
+
font-family: Arial, Baskerville, monospace;
|
| 4992 |
}
|
| 4993 |
|
| 4994 |
.mfp-close:hover,
|
| 4995 |
.mfp-close:focus {
|
| 4996 |
+
opacity: 1;
|
| 4997 |
}
|
| 4998 |
|
| 4999 |
.mfp-close:active {
|
| 5000 |
+
top: 1px;
|
| 5001 |
}
|
| 5002 |
|
| 5003 |
.mfp-close-btn-in .mfp-close {
|
| 5004 |
+
color: #333;
|
| 5005 |
}
|
| 5006 |
|
| 5007 |
.mfp-image-holder .mfp-close,
|
| 5008 |
.mfp-iframe-holder .mfp-close {
|
| 5009 |
+
color: #FFF;
|
| 5010 |
+
right: -6px;
|
| 5011 |
+
text-align: right;
|
| 5012 |
+
padding-right: 6px;
|
| 5013 |
+
width: 100%;
|
| 5014 |
}
|
| 5015 |
|
| 5016 |
.mfp-counter {
|
| 5017 |
+
position: absolute;
|
| 5018 |
+
top: 0;
|
| 5019 |
+
right: 0;
|
| 5020 |
+
color: #CCC;
|
| 5021 |
+
font-size: 12px;
|
| 5022 |
+
line-height: 18px;
|
| 5023 |
+
white-space: nowrap;
|
| 5024 |
}
|
| 5025 |
|
| 5026 |
.mfp-arrow {
|
| 5027 |
+
position: absolute;
|
| 5028 |
+
opacity: 0.65;
|
| 5029 |
+
margin: 0;
|
| 5030 |
+
top: 50%;
|
| 5031 |
+
margin-top: -55px;
|
| 5032 |
+
padding: 0;
|
| 5033 |
+
width: 90px;
|
| 5034 |
+
height: 110px;
|
| 5035 |
+
-webkit-tap-highlight-color: transparent;
|
| 5036 |
}
|
| 5037 |
|
| 5038 |
.mfp-arrow:active {
|
| 5039 |
+
margin-top: -54px;
|
| 5040 |
}
|
| 5041 |
|
| 5042 |
.mfp-arrow:hover,
|
| 5043 |
.mfp-arrow:focus {
|
| 5044 |
+
opacity: 1;
|
| 5045 |
}
|
| 5046 |
|
| 5047 |
.mfp-arrow:before,
|
| 5048 |
.mfp-arrow:after {
|
| 5049 |
+
content: '';
|
| 5050 |
+
display: block;
|
| 5051 |
+
width: 0;
|
| 5052 |
+
height: 0;
|
| 5053 |
+
position: absolute;
|
| 5054 |
+
left: 0;
|
| 5055 |
+
top: 0;
|
| 5056 |
+
margin-top: 35px;
|
| 5057 |
+
margin-left: 35px;
|
| 5058 |
+
border: medium inset transparent;
|
| 5059 |
}
|
| 5060 |
|
| 5061 |
.mfp-arrow:after {
|
| 5062 |
+
border-top-width: 13px;
|
| 5063 |
+
border-bottom-width: 13px;
|
| 5064 |
+
top: 8px;
|
| 5065 |
}
|
| 5066 |
|
| 5067 |
.mfp-arrow:before {
|
| 5068 |
+
border-top-width: 21px;
|
| 5069 |
+
border-bottom-width: 21px;
|
| 5070 |
+
opacity: 0.7;
|
| 5071 |
}
|
| 5072 |
|
| 5073 |
.mfp-arrow-left {
|
| 5074 |
+
left: 0;
|
| 5075 |
}
|
| 5076 |
|
| 5077 |
.mfp-arrow-left:after {
|
| 5078 |
+
border-right: 17px solid #FFF;
|
| 5079 |
+
margin-left: 31px;
|
| 5080 |
}
|
| 5081 |
|
| 5082 |
.mfp-arrow-left:before {
|
| 5083 |
+
margin-left: 25px;
|
| 5084 |
+
border-right: 27px solid #3F3F3F;
|
| 5085 |
}
|
| 5086 |
|
| 5087 |
.mfp-arrow-right {
|
| 5088 |
+
right: 0;
|
| 5089 |
}
|
| 5090 |
|
| 5091 |
.mfp-arrow-right:after {
|
| 5092 |
+
border-left: 17px solid #FFF;
|
| 5093 |
+
margin-left: 39px;
|
| 5094 |
}
|
| 5095 |
|
| 5096 |
.mfp-arrow-right:before {
|
| 5097 |
+
border-left: 27px solid #3F3F3F;
|
| 5098 |
}
|
| 5099 |
|
| 5100 |
.mfp-iframe-holder {
|
| 5101 |
+
padding-top: 40px;
|
| 5102 |
+
padding-bottom: 40px;
|
| 5103 |
}
|
| 5104 |
|
| 5105 |
.mfp-iframe-holder .mfp-content {
|
| 5106 |
+
line-height: 0;
|
| 5107 |
+
width: 100%;
|
| 5108 |
+
max-width: 900px;
|
| 5109 |
}
|
| 5110 |
|
| 5111 |
.mfp-iframe-holder .mfp-close {
|
| 5112 |
+
top: -40px;
|
| 5113 |
}
|
| 5114 |
|
| 5115 |
.mfp-iframe-scaler {
|
| 5116 |
+
width: 100%;
|
| 5117 |
+
height: 0;
|
| 5118 |
+
overflow: hidden;
|
| 5119 |
+
padding-top: 56.25%;
|
| 5120 |
}
|
| 5121 |
|
| 5122 |
.mfp-iframe-scaler iframe {
|
| 5123 |
+
position: absolute;
|
| 5124 |
+
display: block;
|
| 5125 |
+
top: 0;
|
| 5126 |
+
left: 0;
|
| 5127 |
+
width: 100%;
|
| 5128 |
+
height: 100%;
|
| 5129 |
+
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
| 5130 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
| 5131 |
+
background: #000;
|
| 5132 |
}
|
| 5133 |
|
|
|
|
| 5134 |
/*--- Main image in popup ---*/
|
| 5135 |
img.mfp-img {
|
| 5136 |
+
width: auto;
|
| 5137 |
+
max-width: 100%;
|
| 5138 |
+
height: auto;
|
| 5139 |
+
display: block;
|
| 5140 |
+
line-height: 0;
|
| 5141 |
+
-webkit-box-sizing: border-box;
|
| 5142 |
+
box-sizing: border-box;
|
| 5143 |
+
padding: 40px 0 40px;
|
| 5144 |
+
margin: 0 auto;
|
| 5145 |
}
|
| 5146 |
|
|
|
|
| 5147 |
/*--- The shadow behind the image ---*/
|
| 5148 |
.mfp-figure {
|
| 5149 |
+
line-height: 0;
|
| 5150 |
}
|
| 5151 |
|
| 5152 |
.mfp-figure:after {
|
| 5153 |
+
content: '';
|
| 5154 |
+
position: absolute;
|
| 5155 |
+
left: 0;
|
| 5156 |
+
top: 40px;
|
| 5157 |
+
bottom: 40px;
|
| 5158 |
+
display: block;
|
| 5159 |
+
right: 0;
|
| 5160 |
+
width: auto;
|
| 5161 |
+
height: auto;
|
| 5162 |
+
z-index: -1;
|
| 5163 |
+
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
| 5164 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
| 5165 |
+
background: #444;
|
| 5166 |
}
|
| 5167 |
|
| 5168 |
.mfp-figure small {
|
| 5169 |
+
color: #BDBDBD;
|
| 5170 |
+
display: block;
|
| 5171 |
+
font-size: 12px;
|
| 5172 |
+
line-height: 14px;
|
| 5173 |
}
|
| 5174 |
|
| 5175 |
.mfp-figure figure {
|
| 5176 |
+
margin: 0;
|
| 5177 |
}
|
| 5178 |
|
| 5179 |
.mfp-bottom-bar {
|
| 5180 |
+
margin-top: -36px;
|
| 5181 |
+
position: absolute;
|
| 5182 |
+
top: 100%;
|
| 5183 |
+
left: 0;
|
| 5184 |
+
width: 100%;
|
| 5185 |
+
cursor: auto;
|
| 5186 |
}
|
| 5187 |
|
| 5188 |
.mfp-title {
|
| 5189 |
+
text-align: left;
|
| 5190 |
+
line-height: 18px;
|
| 5191 |
+
color: #F3F3F3;
|
| 5192 |
+
word-wrap: break-word;
|
| 5193 |
+
padding-right: 36px;
|
| 5194 |
}
|
| 5195 |
|
| 5196 |
.mfp-image-holder .mfp-content {
|
| 5197 |
+
max-width: 100%;
|
| 5198 |
}
|
| 5199 |
|
| 5200 |
.mfp-gallery .mfp-image-holder .mfp-figure {
|
| 5201 |
+
cursor: pointer;
|
| 5202 |
}
|
| 5203 |
|
| 5204 |
button.mfp-close,
|
| 5205 |
button.mfp-close:hover {
|
| 5206 |
+
display: inline-block !important;
|
| 5207 |
+
background: transparent;
|
| 5208 |
+
width: auto !important;
|
| 5209 |
}
|
| 5210 |
|
| 5211 |
.mfp-arrow,
|
| 5212 |
.mfp-arrow:hover {
|
| 5213 |
+
background: transparent;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5214 |
}
|
| 5215 |
|
| 5216 |
+
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
| 5217 |
+
/**
|
| 5218 |
+
* Remove all paddings around the image on small screen
|
| 5219 |
+
*/
|
| 5220 |
+
.mfp-img-mobile .mfp-image-holder {
|
| 5221 |
+
padding-left: 0;
|
| 5222 |
+
padding-right: 0;
|
| 5223 |
+
}
|
| 5224 |
+
|
| 5225 |
+
.mfp-img-mobile img.mfp-img {
|
| 5226 |
+
padding: 0;
|
| 5227 |
+
}
|
| 5228 |
+
|
| 5229 |
+
.mfp-img-mobile .mfp-figure:after {
|
| 5230 |
+
top: 0;
|
| 5231 |
+
bottom: 0;
|
| 5232 |
+
}
|
|
|
|
| 5233 |
|
| 5234 |
+
.mfp-img-mobile .mfp-figure small {
|
| 5235 |
+
display: inline;
|
| 5236 |
+
margin-left: 5px;
|
| 5237 |
+
}
|
| 5238 |
|
| 5239 |
+
.mfp-img-mobile .mfp-bottom-bar {
|
| 5240 |
+
background: rgba(0, 0, 0, 0.6);
|
| 5241 |
+
bottom: 0;
|
| 5242 |
+
margin: 0;
|
| 5243 |
+
top: auto;
|
| 5244 |
+
padding: 3px 5px;
|
| 5245 |
+
position: fixed;
|
| 5246 |
+
-webkit-box-sizing: border-box;
|
| 5247 |
+
box-sizing: border-box;
|
| 5248 |
+
}
|
| 5249 |
+
|
| 5250 |
+
.mfp-img-mobile .mfp-bottom-bar:empty {
|
| 5251 |
+
padding: 0;
|
| 5252 |
+
}
|
| 5253 |
+
|
| 5254 |
+
.mfp-img-mobile .mfp-counter {
|
| 5255 |
+
right: 5px;
|
| 5256 |
+
top: 3px;
|
| 5257 |
+
}
|
| 5258 |
+
|
| 5259 |
+
.mfp-img-mobile .mfp-close {
|
| 5260 |
+
top: 0;
|
| 5261 |
+
right: 0;
|
| 5262 |
+
width: 35px;
|
| 5263 |
+
height: 35px;
|
| 5264 |
+
line-height: 35px;
|
| 5265 |
+
background: rgba(0, 0, 0, 0.6);
|
| 5266 |
+
position: fixed;
|
| 5267 |
+
text-align: center;
|
| 5268 |
+
padding: 0;
|
| 5269 |
+
}
|
| 5270 |
+
}
|
| 5271 |
+
@media all and (max-width: 900px) {
|
| 5272 |
+
.mfp-arrow {
|
| 5273 |
+
-webkit-transform: scale(0.75);
|
| 5274 |
+
-ms-transform: scale(0.75);
|
| 5275 |
+
transform: scale(0.75);
|
| 5276 |
+
}
|
| 5277 |
+
|
| 5278 |
+
.mfp-arrow-left {
|
| 5279 |
+
-webkit-transform-origin: 0;
|
| 5280 |
+
-ms-transform-origin: 0;
|
| 5281 |
+
transform-origin: 0;
|
| 5282 |
+
}
|
| 5283 |
+
|
| 5284 |
+
.mfp-arrow-right {
|
| 5285 |
+
-webkit-transform-origin: 100%;
|
| 5286 |
+
-ms-transform-origin: 100%;
|
| 5287 |
+
transform-origin: 100%;
|
| 5288 |
+
}
|
| 5289 |
+
|
| 5290 |
+
.mfp-container {
|
| 5291 |
+
padding-left: 6px;
|
| 5292 |
+
padding-right: 6px;
|
| 5293 |
+
}
|
| 5294 |
+
}
|
| 5295 |
/*------------------------------*/
|
| 5296 |
/* 27. Filterable Gallery
|
| 5297 |
/*------------------------------*/
|
| 5298 |
.eael-filter-gallery-control {
|
| 5299 |
+
width: 100%;
|
| 5300 |
}
|
| 5301 |
|
| 5302 |
.eael-filter-gallery-control ul,
|
| 5303 |
.eael-filter-gallery-control ul li {
|
| 5304 |
+
text-align: center;
|
| 5305 |
}
|
| 5306 |
|
| 5307 |
.eael-filter-gallery-control ul {
|
| 5308 |
+
margin: 0px 0px 20px 0px;
|
| 5309 |
+
padding: 0px;
|
| 5310 |
+
text-align: center;
|
| 5311 |
}
|
| 5312 |
|
| 5313 |
.eael-filter-gallery-control {
|
| 5314 |
+
display: -webkit-box;
|
| 5315 |
+
display: -webkit-flex;
|
| 5316 |
+
display: -ms-flexbox;
|
| 5317 |
+
display: flex;
|
| 5318 |
+
-webkit-box-orient: vertical;
|
| 5319 |
+
-webkit-box-direction: normal;
|
| 5320 |
+
-webkit-flex-flow: 1 1 auto;
|
| 5321 |
+
-ms-flex-flow: 1 1 auto;
|
| 5322 |
+
flex-flow: 1 1 auto;
|
| 5323 |
+
-webkit-box-align: center;
|
| 5324 |
+
-webkit-align-items: center;
|
| 5325 |
+
-ms-flex-align: center;
|
| 5326 |
+
align-items: center;
|
| 5327 |
+
-webkit-box-pack: center;
|
| 5328 |
+
-webkit-justify-content: center;
|
| 5329 |
+
-ms-flex-pack: center;
|
| 5330 |
+
justify-content: center;
|
| 5331 |
+
-webkit-flex-flow: row wrap;
|
| 5332 |
+
-ms-flex-flow: row wrap;
|
| 5333 |
+
flex-flow: row wrap;
|
| 5334 |
+
padding: 0px;
|
| 5335 |
+
margin: 0px;
|
| 5336 |
}
|
| 5337 |
|
| 5338 |
.eael-filter-gallery-control ul li {
|
| 5339 |
+
list-style: none;
|
| 5340 |
+
font-size: 24px;
|
| 5341 |
+
display: inline-block;
|
| 5342 |
+
text-align: center;
|
| 5343 |
}
|
| 5344 |
|
| 5345 |
.eael-filter-gallery-control ul li a.control {
|
| 5346 |
+
font-family: 'Montserrat', sans-serif;
|
| 5347 |
+
font-size: 16px;
|
| 5348 |
+
font-weight: 600;
|
| 5349 |
+
padding: 10px 25px;
|
| 5350 |
+
margin: 10px 6px;
|
| 5351 |
}
|
| 5352 |
|
| 5353 |
.eael-filter-gallery-container {
|
| 5354 |
+
text-align: justify;
|
| 5355 |
+
font-size: 0.1px;
|
| 5356 |
}
|
| 5357 |
|
| 5358 |
.eael-filter-gallery-container:after {
|
| 5359 |
+
content: '';
|
| 5360 |
+
display: inline-block;
|
| 5361 |
+
width: 100%;
|
| 5362 |
}
|
| 5363 |
|
| 5364 |
.eael-filter-gallery-container:not(.eael-cards) .item:before {
|
| 5365 |
+
content: '';
|
| 5366 |
+
display: inline-block;
|
| 5367 |
+
padding-top: 56.25%;
|
| 5368 |
}
|
| 5369 |
|
| 5370 |
.eael-filter-gallery-container .item .caption {
|
| 5371 |
+
position: absolute;
|
| 5372 |
+
display: -webkit-box;
|
| 5373 |
+
display: -webkit-flex;
|
| 5374 |
+
display: -ms-flexbox;
|
| 5375 |
+
display: flex;
|
| 5376 |
+
-webkit-box-orient: vertical;
|
| 5377 |
+
-webkit-box-direction: normal;
|
| 5378 |
+
-webkit-flex-flow: 1 1 100%;
|
| 5379 |
+
-ms-flex-flow: 1 1 100%;
|
| 5380 |
+
flex-flow: 1 1 100%;
|
| 5381 |
+
-webkit-box-align: center;
|
| 5382 |
+
-webkit-align-items: center;
|
| 5383 |
+
-ms-flex-align: center;
|
| 5384 |
+
align-items: center;
|
| 5385 |
+
-webkit-box-pack: center;
|
| 5386 |
+
-webkit-justify-content: center;
|
| 5387 |
+
-ms-flex-pack: center;
|
| 5388 |
+
justify-content: center;
|
| 5389 |
+
z-index: 1;
|
| 5390 |
+
top: 0px;
|
| 5391 |
+
left: 0px;
|
| 5392 |
+
right: 0px;
|
| 5393 |
+
bottom: 0px;
|
| 5394 |
+
-webkit-transition: -webkit-transform .4s;
|
| 5395 |
+
transition: -webkit-transform .4s;
|
| 5396 |
+
-o-transition: transform .4s;
|
| 5397 |
+
transition: transform .4s;
|
| 5398 |
+
transition: transform .4s, -webkit-transform .4s;
|
| 5399 |
}
|
| 5400 |
|
| 5401 |
.eael-filter-gallery-container.eael-cards .item .caption {
|
| 5402 |
+
display: none;
|
| 5403 |
}
|
| 5404 |
|
| 5405 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption {
|
| 5406 |
+
position: absolute;
|
| 5407 |
+
display: -webkit-box;
|
| 5408 |
+
display: -webkit-flex;
|
| 5409 |
+
display: -ms-flexbox;
|
| 5410 |
+
display: flex;
|
| 5411 |
+
-webkit-box-orient: vertical;
|
| 5412 |
+
-webkit-box-direction: normal;
|
| 5413 |
+
-webkit-flex-flow: 1 1 100%;
|
| 5414 |
+
-ms-flex-flow: 1 1 100%;
|
| 5415 |
+
flex-flow: 1 1 100%;
|
| 5416 |
+
-webkit-box-align: center;
|
| 5417 |
+
-webkit-align-items: center;
|
| 5418 |
+
-ms-flex-align: center;
|
| 5419 |
+
align-items: center;
|
| 5420 |
+
-webkit-box-pack: center;
|
| 5421 |
+
-webkit-justify-content: center;
|
| 5422 |
+
-ms-flex-pack: center;
|
| 5423 |
+
justify-content: center;
|
| 5424 |
+
z-index: 10;
|
| 5425 |
+
top: 0px;
|
| 5426 |
+
left: 0px;
|
| 5427 |
+
right: 0px;
|
| 5428 |
+
bottom: 0px;
|
| 5429 |
+
-webkit-transition: -webkit-transform .4s;
|
| 5430 |
+
transition: -webkit-transform .4s;
|
| 5431 |
+
-o-transition: transform .4s;
|
| 5432 |
+
transition: transform .4s;
|
| 5433 |
+
transition: transform .4s, -webkit-transform .4s;
|
| 5434 |
}
|
| 5435 |
|
| 5436 |
.gallery-item-caption-over {
|
| 5437 |
+
width: 100%;
|
| 5438 |
+
height: auto;
|
| 5439 |
}
|
| 5440 |
|
| 5441 |
a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
|
| 5442 |
+
text-decoration: none;
|
| 5443 |
}
|
| 5444 |
|
| 5445 |
/*--- Caption Animation ---*/
|
| 5446 |
.eael-filter-gallery-container .item .caption.eael-zoom-in,
|
| 5447 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
|
| 5448 |
+
-webkit-transform: scale(0);
|
| 5449 |
+
-ms-transform: scale(0);
|
| 5450 |
+
transform: scale(0);
|
| 5451 |
}
|
| 5452 |
|
| 5453 |
.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
|
| 5454 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
|
| 5455 |
+
-webkit-transform: scale(1);
|
| 5456 |
+
-ms-transform: scale(1);
|
| 5457 |
+
transform: scale(1);
|
| 5458 |
}
|
| 5459 |
|
| 5460 |
.eael-filter-gallery-container .item .caption.eael-slide-left,
|
| 5461 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
|
| 5462 |
+
-webkit-transform: translateX(-100%);
|
| 5463 |
+
-ms-transform: translateX(-100%);
|
| 5464 |
+
transform: translateX(-100%);
|
| 5465 |
}
|
| 5466 |
|
| 5467 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
|
| 5468 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
|
| 5469 |
+
-webkit-transform: translateX(0%);
|
| 5470 |
+
-ms-transform: translateX(0%);
|
| 5471 |
+
transform: translateX(0%);
|
| 5472 |
}
|
| 5473 |
|
| 5474 |
.eael-filter-gallery-container .item .caption.eael-slide-right,
|
| 5475 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
|
| 5476 |
+
-webkit-transform: translateX(100%);
|
| 5477 |
+
-ms-transform: translateX(100%);
|
| 5478 |
+
transform: translateX(100%);
|
| 5479 |
}
|
| 5480 |
|
| 5481 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
|
| 5482 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
|
| 5483 |
+
-webkit-transform: translateX(0%);
|
| 5484 |
+
-ms-transform: translateX(0%);
|
| 5485 |
+
transform: translateX(0%);
|
| 5486 |
}
|
| 5487 |
|
| 5488 |
.eael-filter-gallery-container .item .caption.eael-slide-top,
|
| 5489 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
|
| 5490 |
+
-webkit-transform: translateY(-100%);
|
| 5491 |
+
-ms-transform: translateY(-100%);
|
| 5492 |
+
transform: translateY(-100%);
|
| 5493 |
}
|
| 5494 |
|
| 5495 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
|
| 5496 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
|
| 5497 |
+
-webkit-transform: translateY(0%);
|
| 5498 |
+
-ms-transform: translateY(0%);
|
| 5499 |
+
transform: translateY(0%);
|
| 5500 |
}
|
| 5501 |
|
| 5502 |
.eael-filter-gallery-container .item .caption.eael-slide-bottom,
|
| 5503 |
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
|
| 5504 |
+
-webkit-transform: translateY(100%);
|
| 5505 |
+
-ms-transform: translateY(100%);
|
| 5506 |
+
transform: translateY(100%);
|
| 5507 |
}
|
| 5508 |
|
| 5509 |
.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
|
| 5510 |
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
|
| 5511 |
+
-webkit-transform: translateY(0%);
|
| 5512 |
+
-ms-transform: translateY(0%);
|
| 5513 |
+
transform: translateY(0%);
|
| 5514 |
}
|
| 5515 |
|
| 5516 |
.eael-filter-gallery-container .item .caption a {
|
| 5517 |
+
display: inline-block;
|
| 5518 |
+
width: 50px;
|
| 5519 |
+
height: 50px;
|
| 5520 |
+
text-align: center;
|
| 5521 |
+
line-height: 50px;
|
| 5522 |
+
-webkit-border-radius: 50%;
|
| 5523 |
+
border-radius: 50%;
|
| 5524 |
+
margin: 0 5px;
|
| 5525 |
+
font-size: 20px;
|
| 5526 |
+
cursor: pointer;
|
| 5527 |
+
-webkit-transition: .3s;
|
| 5528 |
+
-o-transition: .3s;
|
| 5529 |
+
transition: .3s;
|
| 5530 |
}
|
| 5531 |
|
| 5532 |
.eael-filter-gallery-container .item .caption a:nth-child(1),
|
| 5533 |
.eael-container .item .caption a:nth-child(2) {
|
| 5534 |
+
-webkit-transition: .6s;
|
| 5535 |
+
-o-transition: .6s;
|
| 5536 |
+
transition: .6s;
|
| 5537 |
+
opacity: 0;
|
| 5538 |
}
|
| 5539 |
|
| 5540 |
.eael-filter-gallery-container .item .caption a:nth-child(1) {
|
| 5541 |
+
-webkit-transform: translateY(-100%);
|
| 5542 |
+
-ms-transform: translateY(-100%);
|
| 5543 |
+
transform: translateY(-100%);
|
| 5544 |
}
|
| 5545 |
|
| 5546 |
.eael-filter-gallery-container .item .caption a:nth-child(2) {
|
| 5547 |
+
-webkit-transform: translateY(100%);
|
| 5548 |
+
-ms-transform: translateY(100%);
|
| 5549 |
+
transform: translateY(100%);
|
| 5550 |
}
|
| 5551 |
|
| 5552 |
.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
|
| 5553 |
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
|
| 5554 |
+
-webkit-transform: translateY(0%);
|
| 5555 |
+
-ms-transform: translateY(0%);
|
| 5556 |
+
transform: translateY(0%);
|
| 5557 |
+
opacity: 1;
|
| 5558 |
}
|
| 5559 |
|
| 5560 |
.eael-filter-gallery-container .item .caption .eael-popup-link {
|
| 5561 |
+
outline: 0;
|
| 5562 |
}
|
| 5563 |
|
|
|
|
| 5564 |
/*--- Filter Gallery Card Style ---*/
|
|
|
|
| 5565 |
.eael-filter-gallery-container.eael-cards .item:before {
|
| 5566 |
+
padding-top: 0px;
|
| 5567 |
}
|
| 5568 |
|
| 5569 |
.eael-filter-gallery-container.eael-cards .item-img {
|
| 5570 |
+
position: relative;
|
| 5571 |
+
background-repeat: no-repeat;
|
| 5572 |
+
background-position: center;
|
| 5573 |
+
-webkit-background-size: cover;
|
| 5574 |
+
background-size: cover;
|
| 5575 |
+
height: 220px;
|
| 5576 |
+
z-index: 0;
|
| 5577 |
+
overflow: hidden;
|
| 5578 |
}
|
| 5579 |
|
| 5580 |
.eael-filter-gallery-container.eael-cards .item-content {
|
| 5581 |
+
padding: 15px;
|
| 5582 |
}
|
| 5583 |
|
| 5584 |
.eael-filter-gallery-container.eael-cards .item-content .title,
|
| 5585 |
.eael-filter-gallery-container.eael-cards .item-content .title a {
|
| 5586 |
+
font-size: 20px;
|
| 5587 |
+
line-height: 1;
|
| 5588 |
+
margin-bottom: 0px;
|
| 5589 |
+
-webkit-transition: .3s;
|
| 5590 |
+
-o-transition: .3s;
|
| 5591 |
+
transition: .3s;
|
| 5592 |
}
|
| 5593 |
|
| 5594 |
.eael-filter-gallery-container.eael-cards .item-content p {
|
| 5595 |
+
font-size: 14px;
|
| 5596 |
+
line-height: 26px;
|
| 5597 |
}
|
| 5598 |
|
| 5599 |
.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5600 |
+
text-align: center;
|
| 5601 |
}
|
| 5602 |
|
| 5603 |
.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5604 |
+
text-align: right;
|
| 5605 |
}
|
| 5606 |
|
| 5607 |
.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5608 |
+
text-align: center;
|
| 5609 |
}
|
| 5610 |
|
| 5611 |
.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 5612 |
+
text-align: right;
|
| 5613 |
}
|
| 5614 |
|
|
|
|
| 5615 |
/*--- Editor Specific Style ---*/
|
|
|
|
| 5616 |
.eael-fg-content-align-left .eael-cards .item .item-content {
|
| 5617 |
+
text-align: left;
|
| 5618 |
}
|
| 5619 |
|
| 5620 |
.eael-fg-content-align-center .eael-cards .item .item-content {
|
| 5621 |
+
text-align: center;
|
| 5622 |
}
|
| 5623 |
|
| 5624 |
.eael-fg-content-align-right .eael-cards .item .item-content {
|
| 5625 |
+
text-align: right;
|
| 5626 |
}
|
| 5627 |
|
|
|
|
| 5628 |
/*--- Magnific Gallery Fix ---*/
|
| 5629 |
+
.mfp-wrap ~ div.dialog-widget {
|
| 5630 |
+
display: none !important;
|
|
|
|
| 5631 |
}
|
| 5632 |
|
| 5633 |
.eael-filterable-gallery-item-wrap {
|
| 5634 |
+
float: left;
|
| 5635 |
+
width: 33.33%;
|
| 5636 |
}
|
| 5637 |
|
| 5638 |
.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
|
| 5639 |
+
width: 100%;
|
| 5640 |
}
|
| 5641 |
|
| 5642 |
+
.eael-filter-gallery-control > ul li {
|
| 5643 |
+
font-size: 13px;
|
| 5644 |
+
line-height: 1.8;
|
| 5645 |
+
text-transform: uppercase;
|
| 5646 |
+
letter-spacing: 1px;
|
| 5647 |
+
padding: 6px 15px;
|
| 5648 |
+
cursor: pointer;
|
| 5649 |
+
margin: 0 5px;
|
| 5650 |
+
font-weight: normal;
|
| 5651 |
}
|
| 5652 |
|
| 5653 |
.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
|
| 5654 |
+
width: 50%;
|
| 5655 |
}
|
| 5656 |
|
| 5657 |
.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
|
| 5658 |
+
width: 25%;
|
| 5659 |
}
|
| 5660 |
|
| 5661 |
.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
|
| 5662 |
+
width: 20%;
|
| 5663 |
}
|
| 5664 |
|
| 5665 |
.gallery-grid-item {
|
| 5666 |
+
margin-left: calc(20px/2);
|
| 5667 |
+
margin-right: calc(20px/2);
|
| 5668 |
+
margin-bottom: 20px;
|
| 5669 |
+
position: relative;
|
| 5670 |
+
overflow: hidden;
|
| 5671 |
}
|
| 5672 |
|
| 5673 |
.gallery-item-caption-wrap,
|
| 5674 |
.media-content-wrap {
|
| 5675 |
+
font-size: 14px;
|
| 5676 |
+
text-align: left;
|
| 5677 |
}
|
| 5678 |
|
| 5679 |
.gallery-item-thumbnail-wrap.caption-style-card img {
|
| 5680 |
+
max-height: 100%;
|
| 5681 |
+
width: 100%;
|
| 5682 |
}
|
| 5683 |
|
| 5684 |
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 5685 |
+
position: absolute;
|
| 5686 |
+
left: 0;
|
| 5687 |
+
top: 0;
|
| 5688 |
+
height: 100%;
|
| 5689 |
+
width: 100%;
|
| 5690 |
+
padding: 15px;
|
| 5691 |
+
z-index: 10;
|
| 5692 |
}
|
| 5693 |
|
| 5694 |
+
.eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap > img {
|
| 5695 |
+
height: 100%;
|
| 5696 |
+
width: 100%;
|
| 5697 |
+
-o-object-fit: cover;
|
| 5698 |
+
object-fit: cover;
|
| 5699 |
}
|
| 5700 |
|
|
|
|
| 5701 |
/*--- Gallery content css ---*/
|
|
|
|
| 5702 |
.fg-item-title,
|
| 5703 |
.fg-item-content {
|
| 5704 |
+
color: #ffffff;
|
| 5705 |
+
font-family: inherit;
|
| 5706 |
}
|
| 5707 |
|
|
|
|
| 5708 |
/*--- Gallery Card Style CSS ---*/
|
| 5709 |
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 5710 |
+
font-size: 18px;
|
| 5711 |
+
margin: 15px 0 15px;
|
| 5712 |
+
line-height: 1;
|
| 5713 |
}
|
| 5714 |
|
| 5715 |
.gallery-item-caption-wrap.caption-style-card {
|
| 5716 |
+
background: #f7f7f7;
|
| 5717 |
}
|
| 5718 |
|
| 5719 |
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 5720 |
+
margin: 10px 0 15px;
|
| 5721 |
+
color: #000000;
|
| 5722 |
}
|
| 5723 |
|
| 5724 |
.gallery-item-caption-wrap.caption-style-card .fg-item-content {
|
| 5725 |
+
color: #212529;
|
| 5726 |
+
line-height: 1.5;
|
| 5727 |
+
font-weight: normal;
|
| 5728 |
}
|
| 5729 |
|
| 5730 |
+
.gallery-item-buttons > a {
|
| 5731 |
+
display: inline-block;
|
| 5732 |
+
font-size: 16px;
|
| 5733 |
+
color: #000;
|
| 5734 |
+
margin-right: 15px;
|
| 5735 |
}
|
| 5736 |
|
| 5737 |
+
.gallery-item-buttons > a:visited {
|
| 5738 |
+
color: #000;
|
| 5739 |
}
|
| 5740 |
|
| 5741 |
.gallery-item-caption-wrap.caption-style-card {
|
| 5742 |
+
padding: 10px;
|
| 5743 |
+
-webkit-box-sizing: border-box;
|
| 5744 |
+
box-sizing: border-box;
|
| 5745 |
+
font-family: inherit;
|
| 5746 |
}
|
| 5747 |
|
|
|
|
| 5748 |
/*--- Gallery item hover style ---*/
|
| 5749 |
.gallery-item-caption-wrap .gallery-item-hoverer-bg {
|
| 5750 |
+
position: absolute;
|
| 5751 |
+
left: 0;
|
| 5752 |
+
top: 0;
|
| 5753 |
+
height: 100%;
|
| 5754 |
+
width: 100%;
|
| 5755 |
+
content: '';
|
| 5756 |
+
background: #000000;
|
| 5757 |
+
z-index: -1;
|
| 5758 |
+
opacity: .7;
|
| 5759 |
}
|
| 5760 |
|
| 5761 |
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 5762 |
+
visibility: hidden;
|
| 5763 |
+
opacity: 0;
|
| 5764 |
+
-webkit-transition: 0.6s all ease;
|
| 5765 |
+
-o-transition: 0.6s all ease;
|
| 5766 |
+
transition: 0.6s all ease;
|
| 5767 |
+
display: -webkit-box;
|
| 5768 |
+
display: -webkit-flex;
|
| 5769 |
+
display: -ms-flexbox;
|
| 5770 |
+
display: flex;
|
| 5771 |
+
-webkit-box-align: center;
|
| 5772 |
+
-webkit-align-items: center;
|
| 5773 |
+
-ms-flex-align: center;
|
| 5774 |
+
align-items: center;
|
| 5775 |
}
|
| 5776 |
|
| 5777 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
|
| 5778 |
+
opacity: 1;
|
| 5779 |
+
visibility: visible;
|
| 5780 |
}
|
| 5781 |
|
| 5782 |
.gallery-item-caption-wrap.caption-style-hoverer h5 {
|
| 5783 |
+
font-size: 20px;
|
| 5784 |
+
margin-bottom: 5px;
|
| 5785 |
+
line-height: 1;
|
| 5786 |
}
|
| 5787 |
|
| 5788 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
|
| 5789 |
+
-webkit-transform: translateY(20px);
|
| 5790 |
+
-ms-transform: translateY(20px);
|
| 5791 |
+
transform: translateY(20px);
|
| 5792 |
+
-webkit-transition: 0.6s all ease;
|
| 5793 |
+
-o-transition: 0.6s all ease;
|
| 5794 |
+
transition: 0.6s all ease;
|
| 5795 |
}
|
| 5796 |
|
| 5797 |
.gallery-item-caption-wrap.caption-style-hoverer p {
|
| 5798 |
+
margin-bottom: 5px;
|
| 5799 |
}
|
| 5800 |
|
| 5801 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 5802 |
+
-webkit-transform: translateY(40px);
|
| 5803 |
+
-ms-transform: translateY(40px);
|
| 5804 |
+
transform: translateY(40px);
|
| 5805 |
+
-webkit-transition: 0.6s all ease;
|
| 5806 |
+
-o-transition: 0.6s all ease;
|
| 5807 |
+
transition: 0.6s all ease;
|
| 5808 |
}
|
| 5809 |
|
| 5810 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
|
| 5811 |
+
-webkit-transform: translateY(40px);
|
| 5812 |
+
-ms-transform: translateY(40px);
|
| 5813 |
+
transform: translateY(40px);
|
| 5814 |
+
-webkit-transition: 0.6s all ease;
|
| 5815 |
+
-o-transition: 0.6s all ease;
|
| 5816 |
+
transition: 0.6s all ease;
|
| 5817 |
}
|
| 5818 |
|
| 5819 |
.gallery-item-caption-wrap .gallery-item-buttons > a {
|
| 5820 |
+
padding: 5px 15px;
|
| 5821 |
+
display: inline-block;
|
| 5822 |
+
-webkit-border-radius: 50%;
|
| 5823 |
+
border-radius: 50%;
|
| 5824 |
+
outline: none;
|
| 5825 |
+
text-decoration: none;
|
| 5826 |
}
|
| 5827 |
|
| 5828 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 5829 |
+
-webkit-transform: scale(0.8);
|
| 5830 |
+
-ms-transform: scale(0.8);
|
| 5831 |
+
transform: scale(0.8);
|
| 5832 |
+
-webkit-transition: 0.6s all ease;
|
| 5833 |
+
-o-transition: 0.6s all ease;
|
| 5834 |
+
transition: 0.6s all ease;
|
| 5835 |
}
|
| 5836 |
|
| 5837 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
|
| 5838 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
|
| 5839 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 5840 |
+
-webkit-transform: translate(0);
|
| 5841 |
+
-ms-transform: translate(0);
|
| 5842 |
+
transform: translate(0);
|
| 5843 |
}
|
| 5844 |
|
| 5845 |
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 5846 |
+
-webkit-transform: scale(1);
|
| 5847 |
+
-ms-transform: scale(1);
|
| 5848 |
+
transform: scale(1);
|
| 5849 |
+
visibility: visible;
|
| 5850 |
+
opacity: 1;
|
| 5851 |
}
|
| 5852 |
|
| 5853 |
.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
|
| 5854 |
+
-webkit-transition: none;
|
| 5855 |
+
-o-transition: none;
|
| 5856 |
+
transition: none;
|
| 5857 |
}
|
| 5858 |
|
| 5859 |
/*--- Video Gallery ---*/
|
| 5860 |
.gallery-item-thumbnail-wrap {
|
| 5861 |
+
position: relative;
|
| 5862 |
}
|
| 5863 |
|
| 5864 |
.video-popup,
|
| 5865 |
.video-popup-bg {
|
| 5866 |
+
position: absolute;
|
| 5867 |
+
left: 0;
|
| 5868 |
+
top: 0;
|
| 5869 |
+
height: 100%;
|
| 5870 |
+
width: 100%;
|
| 5871 |
}
|
| 5872 |
|
| 5873 |
+
.video-popup > img {
|
| 5874 |
+
width: 62px;
|
| 5875 |
+
position: relative;
|
| 5876 |
+
z-index: 1;
|
| 5877 |
+
-webkit-transition: 300ms;
|
| 5878 |
+
-o-transition: 300ms;
|
| 5879 |
+
transition: 300ms;
|
| 5880 |
}
|
| 5881 |
|
| 5882 |
.video-popup {
|
| 5883 |
+
display: -webkit-box;
|
| 5884 |
+
display: -webkit-flex;
|
| 5885 |
+
display: -ms-flexbox;
|
| 5886 |
+
display: flex;
|
| 5887 |
+
-webkit-box-align: center;
|
| 5888 |
+
-webkit-align-items: center;
|
| 5889 |
+
-ms-flex-align: center;
|
| 5890 |
+
align-items: center;
|
| 5891 |
+
-webkit-box-pack: center;
|
| 5892 |
+
-webkit-justify-content: center;
|
| 5893 |
+
-ms-flex-pack: center;
|
| 5894 |
+
justify-content: center;
|
| 5895 |
+
}
|
| 5896 |
+
|
| 5897 |
+
.video-popup:hover > img {
|
| 5898 |
+
-webkit-transform: scale(1.1);
|
| 5899 |
+
-ms-transform: scale(1.1);
|
| 5900 |
+
transform: scale(1.1);
|
| 5901 |
}
|
| 5902 |
|
| 5903 |
.video-popup-bg {
|
| 5904 |
+
visibility: hidden;
|
| 5905 |
+
opacity: 0;
|
| 5906 |
+
-webkit-transition: 350ms;
|
| 5907 |
+
-o-transition: 350ms;
|
| 5908 |
+
transition: 350ms;
|
| 5909 |
}
|
| 5910 |
|
| 5911 |
.gallery-grid-item:hover .video-popup-bg {
|
| 5912 |
+
visibility: visible;
|
| 5913 |
+
opacity: 1;
|
| 5914 |
+
}
|
| 5915 |
+
|
| 5916 |
+
.gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
|
| 5917 |
+
position: absolute;
|
| 5918 |
+
left: 0;
|
| 5919 |
+
top: 0;
|
| 5920 |
+
height: 100%;
|
| 5921 |
+
width: 100%;
|
| 5922 |
+
display: -webkit-box;
|
| 5923 |
+
display: -webkit-flex;
|
| 5924 |
+
display: -ms-flexbox;
|
| 5925 |
+
display: flex;
|
| 5926 |
+
-webkit-box-align: center;
|
| 5927 |
+
-webkit-align-items: center;
|
| 5928 |
+
-ms-flex-align: center;
|
| 5929 |
+
align-items: center;
|
| 5930 |
+
-webkit-box-pack: center;
|
| 5931 |
+
-webkit-justify-content: center;
|
| 5932 |
+
-ms-flex-pack: center;
|
| 5933 |
+
justify-content: center;
|
| 5934 |
}
|
| 5935 |
|
| 5936 |
.gallery-item-caption-wrap.card-hover-bg {
|
| 5937 |
+
visibility: hidden;
|
| 5938 |
+
opacity: 0;
|
| 5939 |
+
-webkit-transition: 800ms;
|
| 5940 |
+
-o-transition: 800ms;
|
| 5941 |
+
transition: 800ms;
|
| 5942 |
}
|
| 5943 |
|
| 5944 |
.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
|
| 5945 |
+
visibility: visible;
|
| 5946 |
+
opacity: 1;
|
| 5947 |
+
}
|
| 5948 |
+
|
| 5949 |
+
.gallery-item-caption-wrap .gallery-item-buttons > a > i {
|
| 5950 |
+
display: -webkit-box;
|
| 5951 |
+
display: -webkit-flex;
|
| 5952 |
+
display: -ms-flexbox;
|
| 5953 |
+
display: flex;
|
| 5954 |
+
-webkit-box-align: center;
|
| 5955 |
+
-webkit-align-items: center;
|
| 5956 |
+
-ms-flex-align: center;
|
| 5957 |
+
align-items: center;
|
| 5958 |
+
-webkit-box-pack: center;
|
| 5959 |
+
-webkit-justify-content: center;
|
| 5960 |
+
-ms-flex-pack: center;
|
| 5961 |
+
justify-content: center;
|
| 5962 |
+
height: 100%;
|
| 5963 |
}
|
| 5964 |
|
| 5965 |
/*--- Gallery Column CSS ---*/
|
| 5966 |
@media only screen and (min-width: 1025px) {
|
| 5967 |
+
/* For Desktop: */
|
| 5968 |
+
.elementor-element.elementor-grid-1 {
|
| 5969 |
+
position: relative;
|
| 5970 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5971 |
|
| 5972 |
+
.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
|
| 5973 |
+
width: 100%;
|
| 5974 |
+
float: left;
|
| 5975 |
+
}
|
| 5976 |
+
|
| 5977 |
+
.elementor-element.elementor-grid-2 {
|
| 5978 |
+
position: relative;
|
| 5979 |
+
}
|
| 5980 |
+
|
| 5981 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
|
| 5982 |
+
width: 50%;
|
| 5983 |
+
float: left;
|
| 5984 |
+
}
|
| 5985 |
+
|
| 5986 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 5987 |
+
margin-right: 0 !important;
|
| 5988 |
+
}
|
| 5989 |
+
|
| 5990 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 5991 |
+
clear: left;
|
| 5992 |
+
}
|
| 5993 |
+
|
| 5994 |
+
.elementor-element.elementor-grid-3 {
|
| 5995 |
+
position: relative;
|
| 5996 |
+
}
|
| 5997 |
+
|
| 5998 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
|
| 5999 |
+
width: 33.3333%;
|
| 6000 |
+
float: left;
|
| 6001 |
+
}
|
| 6002 |
+
|
| 6003 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 6004 |
+
margin-right: 0 !important;
|
| 6005 |
+
}
|
| 6006 |
+
|
| 6007 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 6008 |
+
clear: left;
|
| 6009 |
+
}
|
| 6010 |
+
|
| 6011 |
+
.elementor-element.elementor-grid-4 {
|
| 6012 |
+
position: relative;
|
| 6013 |
+
}
|
| 6014 |
+
|
| 6015 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
|
| 6016 |
+
width: 25%;
|
| 6017 |
+
float: left;
|
| 6018 |
+
}
|
| 6019 |
+
|
| 6020 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 6021 |
+
margin-right: 0 !important;
|
| 6022 |
+
}
|
| 6023 |
+
|
| 6024 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 6025 |
+
clear: left;
|
| 6026 |
+
}
|
| 6027 |
+
|
| 6028 |
+
.elementor-element.elementor-grid-5 {
|
| 6029 |
+
position: relative;
|
| 6030 |
+
}
|
| 6031 |
+
|
| 6032 |
+
.elementor-element.elementor-grid-5 .pp-logo-grid {
|
| 6033 |
+
margin-right: -5px;
|
| 6034 |
+
}
|
| 6035 |
+
|
| 6036 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
|
| 6037 |
+
width: 20%;
|
| 6038 |
+
float: left;
|
| 6039 |
+
}
|
| 6040 |
+
|
| 6041 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 6042 |
+
margin-right: 0 !important;
|
| 6043 |
+
}
|
| 6044 |
+
|
| 6045 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 6046 |
+
clear: left;
|
| 6047 |
+
}
|
| 6048 |
+
|
| 6049 |
+
.elementor-element.elementor-grid-6 {
|
| 6050 |
+
position: relative;
|
| 6051 |
+
}
|
| 6052 |
+
|
| 6053 |
+
.elementor-element.elementor-grid-6 .pp-logo-grid {
|
| 6054 |
+
margin-right: -6px;
|
| 6055 |
+
}
|
| 6056 |
+
|
| 6057 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
|
| 6058 |
+
width: 16.6667%;
|
| 6059 |
+
float: left;
|
| 6060 |
+
}
|
| 6061 |
+
|
| 6062 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 6063 |
+
margin-right: 0 !important;
|
| 6064 |
+
}
|
| 6065 |
+
|
| 6066 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 6067 |
+
clear: left;
|
| 6068 |
+
}
|
| 6069 |
}
|
| 6070 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
| 6071 |
+
/* For tablets: */
|
| 6072 |
+
.elementor-element.elementor-grid-tablet-1 {
|
| 6073 |
+
position: relative;
|
| 6074 |
+
}
|
| 6075 |
|
| 6076 |
+
.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
|
| 6077 |
+
width: 100%;
|
| 6078 |
+
float: left;
|
| 6079 |
+
}
|
| 6080 |
+
|
| 6081 |
+
.elementor-element.elementor-grid-tablet-2 {
|
| 6082 |
+
position: relative;
|
| 6083 |
+
}
|
| 6084 |
+
|
| 6085 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
|
| 6086 |
+
width: 50%;
|
| 6087 |
+
float: left;
|
| 6088 |
+
}
|
| 6089 |
+
|
| 6090 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 6091 |
+
margin-right: 0 !important;
|
| 6092 |
+
}
|
| 6093 |
+
|
| 6094 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 6095 |
+
clear: left;
|
| 6096 |
+
}
|
| 6097 |
+
|
| 6098 |
+
.elementor-element.elementor-grid-tablet-3 {
|
| 6099 |
+
position: relative;
|
| 6100 |
+
}
|
| 6101 |
+
|
| 6102 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
|
| 6103 |
+
width: 33.3333%;
|
| 6104 |
+
float: left;
|
| 6105 |
+
}
|
| 6106 |
+
|
| 6107 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 6108 |
+
margin-right: 0 !important;
|
| 6109 |
+
}
|
| 6110 |
+
|
| 6111 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 6112 |
+
clear: left;
|
| 6113 |
+
}
|
| 6114 |
+
|
| 6115 |
+
.elementor-element.elementor-grid-tablet-4 {
|
| 6116 |
+
position: relative;
|
| 6117 |
+
}
|
| 6118 |
+
|
| 6119 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
|
| 6120 |
+
width: 25%;
|
| 6121 |
+
float: left;
|
| 6122 |
+
}
|
| 6123 |
+
|
| 6124 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 6125 |
+
margin-right: 0 !important;
|
| 6126 |
+
}
|
| 6127 |
+
|
| 6128 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 6129 |
+
clear: left;
|
| 6130 |
+
}
|
| 6131 |
+
|
| 6132 |
+
.elementor-element.elementor-grid-tablet-5 {
|
| 6133 |
+
position: relative;
|
| 6134 |
+
}
|
| 6135 |
+
|
| 6136 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
|
| 6137 |
+
width: 20%;
|
| 6138 |
+
float: left;
|
| 6139 |
+
}
|
| 6140 |
+
|
| 6141 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 6142 |
+
margin-right: 0 !important;
|
| 6143 |
+
}
|
| 6144 |
+
|
| 6145 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 6146 |
+
clear: left;
|
| 6147 |
+
}
|
| 6148 |
+
|
| 6149 |
+
.elementor-element.elementor-grid-tablet-6 {
|
| 6150 |
+
position: relative;
|
| 6151 |
+
}
|
| 6152 |
+
|
| 6153 |
+
.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
|
| 6154 |
+
margin-right: -6px;
|
| 6155 |
+
}
|
| 6156 |
+
|
| 6157 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
|
| 6158 |
+
width: 16.6667%;
|
| 6159 |
+
float: left;
|
| 6160 |
+
}
|
| 6161 |
+
|
| 6162 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 6163 |
+
margin-right: 0 !important;
|
| 6164 |
+
}
|
| 6165 |
+
|
| 6166 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 6167 |
+
clear: left;
|
| 6168 |
+
}
|
| 6169 |
}
|
| 6170 |
+
@media only screen and (max-width: 767px) {
|
| 6171 |
+
.elementor-element.elementor-grid-mobile-1 {
|
| 6172 |
+
position: relative;
|
| 6173 |
+
}
|
| 6174 |
+
|
| 6175 |
+
.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
|
| 6176 |
+
width: 100%;
|
| 6177 |
+
float: left;
|
| 6178 |
+
}
|
| 6179 |
+
|
| 6180 |
+
.elementor-element.elementor-grid-mobile-2 {
|
| 6181 |
+
position: relative;
|
| 6182 |
+
}
|
| 6183 |
+
|
| 6184 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
|
| 6185 |
+
width: 50%;
|
| 6186 |
+
float: left;
|
| 6187 |
+
}
|
| 6188 |
|
| 6189 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 6190 |
+
margin-right: 0 !important;
|
| 6191 |
+
}
|
| 6192 |
|
| 6193 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 6194 |
+
clear: left;
|
| 6195 |
+
}
|
| 6196 |
+
|
| 6197 |
+
.elementor-element.elementor-grid-mobile-3 {
|
| 6198 |
+
position: relative;
|
| 6199 |
+
}
|
| 6200 |
+
|
| 6201 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
|
| 6202 |
+
width: 33.3333%;
|
| 6203 |
+
float: left;
|
| 6204 |
+
}
|
| 6205 |
+
|
| 6206 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 6207 |
+
margin-right: 0 !important;
|
| 6208 |
+
}
|
| 6209 |
+
|
| 6210 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 6211 |
+
clear: left;
|
| 6212 |
+
}
|
| 6213 |
+
|
| 6214 |
+
.elementor-element.elementor-grid-mobile-4 {
|
| 6215 |
+
position: relative;
|
| 6216 |
+
}
|
| 6217 |
+
|
| 6218 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
|
| 6219 |
+
width: 25%;
|
| 6220 |
+
float: left;
|
| 6221 |
+
}
|
| 6222 |
+
|
| 6223 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 6224 |
+
margin-right: 0 !important;
|
| 6225 |
+
}
|
| 6226 |
+
|
| 6227 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 6228 |
+
clear: left;
|
| 6229 |
+
}
|
| 6230 |
+
|
| 6231 |
+
.elementor-element.elementor-grid-mobile-5 {
|
| 6232 |
+
position: relative;
|
| 6233 |
+
}
|
| 6234 |
+
|
| 6235 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
|
| 6236 |
+
width: 20%;
|
| 6237 |
+
float: left;
|
| 6238 |
+
}
|
| 6239 |
+
|
| 6240 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 6241 |
+
margin-right: 0 !important;
|
| 6242 |
+
}
|
| 6243 |
+
|
| 6244 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 6245 |
+
clear: left;
|
| 6246 |
+
}
|
| 6247 |
+
|
| 6248 |
+
.elementor-element.elementor-grid-mobile-6 {
|
| 6249 |
+
position: relative;
|
| 6250 |
+
}
|
| 6251 |
+
|
| 6252 |
+
.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
|
| 6253 |
+
margin-right: -6px;
|
| 6254 |
+
}
|
| 6255 |
+
|
| 6256 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
|
| 6257 |
+
width: 16.6667%;
|
| 6258 |
+
float: left;
|
| 6259 |
+
}
|
| 6260 |
+
|
| 6261 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 6262 |
+
margin-right: 0 !important;
|
| 6263 |
+
}
|
| 6264 |
+
|
| 6265 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 6266 |
+
clear: left;
|
| 6267 |
+
}
|
| 6268 |
+
}
|
| 6269 |
/*----------------------------*/
|
| 6270 |
/* 28. Swiper
|
| 6271 |
/*----------------------------*/
|
| 6272 |
.swiper-container-wrap .swiper-slide,
|
| 6273 |
.swiper-container .swiper-slide {
|
| 6274 |
+
text-align: center;
|
| 6275 |
}
|
| 6276 |
|
| 6277 |
.swiper-container-wrap .swiper-slide img,
|
| 6278 |
.swiper-container .swiper-slide img {
|
| 6279 |
+
width: auto;
|
| 6280 |
}
|
| 6281 |
|
| 6282 |
.swiper-container-wrap-dots-outside .swiper-pagination,
|
| 6283 |
.swiper-container-dots-outside .swiper-pagination {
|
| 6284 |
+
position: static;
|
| 6285 |
}
|
| 6286 |
|
| 6287 |
.swiper-container-wrap .swiper-button-next,
|
| 6288 |
.swiper-container-wrap .swiper-button-prev,
|
| 6289 |
.swiper-container .swiper-button-next,
|
| 6290 |
.swiper-container .swiper-button-prev {
|
| 6291 |
+
background: transparent;
|
| 6292 |
+
font-size: 20px;
|
| 6293 |
+
height: auto;
|
| 6294 |
+
line-height: 1;
|
| 6295 |
+
margin: 0;
|
| 6296 |
+
text-align: center;
|
| 6297 |
+
-webkit-transform: translateY(-50%);
|
| 6298 |
+
-ms-transform: translateY(-50%);
|
| 6299 |
+
transform: translateY(-50%);
|
| 6300 |
+
width: auto;
|
| 6301 |
}
|
| 6302 |
|
| 6303 |
.swiper-container-wrap .swiper-button-next .fa,
|
| 6304 |
.swiper-container-wrap .swiper-button-prev .fa,
|
| 6305 |
.swiper-container .swiper-button-next .fa,
|
| 6306 |
.swiper-container .swiper-button-prev .fa {
|
| 6307 |
+
vertical-align: top;
|
| 6308 |
}
|
| 6309 |
|
| 6310 |
.swiper-container-wrap .swiper-pagination {
|
| 6311 |
+
bottom: 10px;
|
| 6312 |
+
left: 0;
|
| 6313 |
+
width: 100%;
|
| 6314 |
}
|
| 6315 |
|
| 6316 |
.swiper-container-wrap-dots-outside .swiper-pagination {
|
| 6317 |
+
position: static;
|
| 6318 |
}
|
| 6319 |
|
| 6320 |
.swiper-container-wrap .swiper-pagination-bullet {
|
| 6321 |
+
background: #ccc;
|
| 6322 |
+
margin: 0 4px;
|
| 6323 |
+
opacity: 1;
|
| 6324 |
+
height: 8px;
|
| 6325 |
+
width: 8px;
|
| 6326 |
}
|
| 6327 |
|
| 6328 |
.swiper-container-wrap .swiper-pagination-bullet-active {
|
| 6329 |
+
background: #000;
|
| 6330 |
}
|
| 6331 |
|
| 6332 |
.swiper-container-3d .swiper-slide {
|
| 6333 |
+
-o-transition-property: all;
|
| 6334 |
+
transition-property: all;
|
| 6335 |
+
-webkit-transition-property: all;
|
| 6336 |
}
|
| 6337 |
|
| 6338 |
/*----------------------------*/
|
| 6339 |
/* 29. Content Ticker
|
| 6340 |
/*----------------------------*/
|
|
|
|
| 6341 |
.eael-ticker-wrap {
|
| 6342 |
+
overflow: hidden;
|
| 6343 |
+
display: -webkit-box;
|
| 6344 |
+
display: -webkit-flex;
|
| 6345 |
+
display: -ms-flexbox;
|
| 6346 |
+
display: flex;
|
| 6347 |
+
-webkit-box-orient: horizontal;
|
| 6348 |
+
-webkit-box-direction: normal;
|
| 6349 |
+
-webkit-flex-flow: row nowrap;
|
| 6350 |
+
-ms-flex-flow: row nowrap;
|
| 6351 |
+
flex-flow: row nowrap;
|
| 6352 |
+
-webkit-box-align: center;
|
| 6353 |
+
-webkit-align-items: center;
|
| 6354 |
+
-ms-flex-align: center;
|
| 6355 |
+
align-items: center;
|
| 6356 |
+
width: 100%;
|
| 6357 |
}
|
| 6358 |
|
| 6359 |
.eael-ticker-wrap .ticker-badge {
|
| 6360 |
+
-webkit-box-flex: 0;
|
| 6361 |
+
-webkit-flex: 0 0 auto;
|
| 6362 |
+
-ms-flex: 0 0 auto;
|
| 6363 |
+
flex: 0 0 auto;
|
| 6364 |
+
padding: 8px 12px;
|
| 6365 |
}
|
| 6366 |
|
| 6367 |
.eael-ticker-wrap .eael-ticker {
|
| 6368 |
+
overflow: hidden;
|
| 6369 |
+
-webkit-box-flex: 1;
|
| 6370 |
+
-webkit-flex: 1 1 auto;
|
| 6371 |
+
-ms-flex: 1 1 auto;
|
| 6372 |
+
flex: 1 1 auto;
|
| 6373 |
}
|
| 6374 |
|
| 6375 |
.eael-ticker-wrap .eael-ticker .ticker-content {
|
| 6376 |
+
padding: 8px 12px;
|
| 6377 |
+
line-height: 1.8;
|
| 6378 |
+
}
|
| 6379 |
+
|
| 6380 |
+
.eael-ticker-wrap .eael-ticker .ticker-content p {
|
| 6381 |
+
margin: 0;
|
| 6382 |
}
|
| 6383 |
|
| 6384 |
.eael-ticker-wrap .swiper-button-prev {
|
| 6385 |
+
left: auto !important;
|
| 6386 |
+
right: 25px;
|
| 6387 |
}
|
| 6388 |
|
| 6389 |
.eael-ticker-wrap div.swiper-slide,
|
| 6390 |
.eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
|
| 6391 |
.eael-ticker-wrap div.swiper-slide.swiper-slide-next {
|
| 6392 |
+
opacity: 0 !important;
|
| 6393 |
}
|
| 6394 |
|
| 6395 |
.eael-ticker-wrap div.swiper-slide.swiper-slide-active {
|
| 6396 |
+
opacity: 1 !important;
|
| 6397 |
}
|
| 6398 |
|
| 6399 |
.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
|
| 6400 |
+
text-align: left;
|
| 6401 |
}
|
| 6402 |
|
| 6403 |
@media only screen and (max-width: 767px) {
|
| 6404 |
+
.eael-ticker-wrap {
|
| 6405 |
+
-webkit-box-orient: horizontal;
|
| 6406 |
+
-webkit-box-direction: normal;
|
| 6407 |
+
-webkit-flex-flow: row wrap;
|
| 6408 |
+
-ms-flex-flow: row wrap;
|
| 6409 |
+
flex-flow: row wrap;
|
| 6410 |
+
}
|
| 6411 |
+
|
| 6412 |
+
.content-ticker-pagination {
|
| 6413 |
+
display: none;
|
| 6414 |
+
}
|
| 6415 |
}
|
|
|
|
| 6416 |
/*----------------------------*/
|
| 6417 |
/* 30. Advance Tabs
|
| 6418 |
/*----------------------------*/
|
| 6419 |
.eael-advance-tabs {
|
| 6420 |
+
display: block;
|
| 6421 |
+
}
|
| 6422 |
+
|
| 6423 |
+
.eael-advance-tabs .eael-tabs-nav > ul {
|
| 6424 |
+
position: relative;
|
| 6425 |
+
padding: 0px;
|
| 6426 |
+
margin: 0px;
|
| 6427 |
+
list-style-type: none;
|
| 6428 |
+
display: -webkit-box;
|
| 6429 |
+
display: -webkit-flex;
|
| 6430 |
+
display: -ms-flexbox;
|
| 6431 |
+
display: flex;
|
| 6432 |
+
-webkit-box-pack: start;
|
| 6433 |
+
-webkit-justify-content: flex-start;
|
| 6434 |
+
-ms-flex-pack: start;
|
| 6435 |
+
justify-content: flex-start;
|
| 6436 |
+
-webkit-box-align: center;
|
| 6437 |
+
-webkit-align-items: center;
|
| 6438 |
+
-ms-flex-align: center;
|
| 6439 |
+
align-items: center;
|
| 6440 |
+
z-index: 1;
|
| 6441 |
+
}
|
| 6442 |
+
|
| 6443 |
+
.eael-advance-tabs .eael-tabs-nav > ul li {
|
| 6444 |
+
position: relative;
|
| 6445 |
+
padding: 1em 1.5em;
|
| 6446 |
+
-webkit-box-flex: 1;
|
| 6447 |
+
-webkit-flex: 1 1 auto;
|
| 6448 |
+
-ms-flex: 1 1 auto;
|
| 6449 |
+
flex: 1 1 auto;
|
| 6450 |
+
cursor: pointer;
|
| 6451 |
+
display: -webkit-box;
|
| 6452 |
+
display: -webkit-flex;
|
| 6453 |
+
display: -ms-flexbox;
|
| 6454 |
+
display: flex;
|
| 6455 |
+
-webkit-box-pack: center;
|
| 6456 |
+
-webkit-justify-content: center;
|
| 6457 |
+
-ms-flex-pack: center;
|
| 6458 |
+
justify-content: center;
|
| 6459 |
+
-webkit-box-align: center;
|
| 6460 |
+
-webkit-align-items: center;
|
| 6461 |
+
-ms-flex-align: center;
|
| 6462 |
+
align-items: center;
|
| 6463 |
+
text-align: center;
|
| 6464 |
+
}
|
| 6465 |
+
|
| 6466 |
+
.eael-advance-tabs .eael-tabs-nav > ul li:after {
|
| 6467 |
+
content: "";
|
| 6468 |
+
position: absolute;
|
| 6469 |
+
bottom: -10px;
|
| 6470 |
+
left: 0px;
|
| 6471 |
+
right: 0px;
|
| 6472 |
+
margin: 0 auto;
|
| 6473 |
+
z-index: 1;
|
| 6474 |
+
width: 0px;
|
| 6475 |
+
height: 0px;
|
| 6476 |
+
border-left: 10px solid transparent;
|
| 6477 |
+
border-right: 10px solid transparent;
|
| 6478 |
+
border-top: 10px solid #444;
|
| 6479 |
+
border-bottom: 0px;
|
| 6480 |
+
display: none;
|
| 6481 |
+
}
|
| 6482 |
+
|
| 6483 |
+
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
|
| 6484 |
+
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
|
| 6485 |
+
display: none;
|
| 6486 |
+
}
|
| 6487 |
+
|
| 6488 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active:after,
|
| 6489 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
|
| 6490 |
+
display: block;
|
| 6491 |
}
|
| 6492 |
|
| 6493 |
.eael-tabs-content {
|
| 6494 |
+
display: -webkit-box;
|
| 6495 |
+
display: -webkit-flex;
|
| 6496 |
+
display: -ms-flexbox;
|
| 6497 |
+
display: flex;
|
| 6498 |
+
-webkit-box-flex: 1;
|
| 6499 |
+
-webkit-flex: 1 1 auto;
|
| 6500 |
+
-ms-flex: 1 1 auto;
|
| 6501 |
+
flex: 1 1 auto;
|
| 6502 |
}
|
| 6503 |
|
| 6504 |
+
.eael-advance-tabs .eael-tabs-content > div {
|
| 6505 |
+
display: none;
|
| 6506 |
+
opacity: 0;
|
| 6507 |
}
|
| 6508 |
|
| 6509 |
+
.eael-advance-tabs .eael-tabs-content > div.active,
|
| 6510 |
+
.eael-advance-tabs .eael-tabs-content > div.active-default {
|
| 6511 |
+
display: block;
|
| 6512 |
+
width: 100%;
|
| 6513 |
+
padding: 1em;
|
| 6514 |
+
opacity: 1;
|
| 6515 |
+
-webkit-animation: fadeIn linear 0.3s;
|
| 6516 |
+
animation: fadeIn linear 0.3s;
|
| 6517 |
}
|
| 6518 |
|
|
|
|
| 6519 |
/*--- Inline Icon ---*/
|
|
|
|
| 6520 |
.eael-tab-inline-icon li a .fa {
|
| 6521 |
+
margin-right: 10px;
|
| 6522 |
+
line-height: 1;
|
| 6523 |
}
|
| 6524 |
|
| 6525 |
.eael-tab-top-icon li a {
|
| 6526 |
+
display: -webkit-box;
|
| 6527 |
+
display: -webkit-flex;
|
| 6528 |
+
display: -ms-flexbox;
|
| 6529 |
+
display: flex;
|
| 6530 |
+
-webkit-flex-wrap: wrap;
|
| 6531 |
+
-ms-flex-wrap: wrap;
|
| 6532 |
+
flex-wrap: wrap;
|
| 6533 |
+
text-align: center;
|
| 6534 |
}
|
| 6535 |
|
| 6536 |
.eael-tab-top-icon li a .fa,
|
| 6537 |
.eael-tab-top-icon li a .eael-tab-title {
|
| 6538 |
+
-webkit-box-flex: 1;
|
| 6539 |
+
-webkit-flex: 1 1 100%;
|
| 6540 |
+
-ms-flex: 1 1 100%;
|
| 6541 |
+
flex: 1 1 100%;
|
| 6542 |
+
line-height: 1;
|
| 6543 |
}
|
| 6544 |
|
| 6545 |
.eael-tab-top-icon li a .eael-tab-title {
|
| 6546 |
+
margin-top: 10px;
|
| 6547 |
}
|
| 6548 |
|
|
|
|
| 6549 |
/*--- Vertical Tabs ---*/
|
|
|
|
| 6550 |
.eael-advance-tabs.eael-tabs-vertical {
|
| 6551 |
+
display: -webkit-box;
|
| 6552 |
+
display: -webkit-flex;
|
| 6553 |
+
display: -ms-flexbox;
|
| 6554 |
+
display: flex;
|
| 6555 |
}
|
| 6556 |
|
| 6557 |
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
|
| 6558 |
+
-webkit-box-flex: 0;
|
| 6559 |
+
-webkit-flex: 0 0 auto;
|
| 6560 |
+
-ms-flex: 0 0 auto;
|
| 6561 |
+
flex: 0 0 auto;
|
| 6562 |
}
|
| 6563 |
|
| 6564 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
|
| 6565 |
+
-webkit-box-orient: vertical;
|
| 6566 |
+
-webkit-box-direction: normal;
|
| 6567 |
+
-webkit-flex-flow: column wrap;
|
| 6568 |
+
-ms-flex-flow: column wrap;
|
| 6569 |
+
flex-flow: column wrap;
|
| 6570 |
}
|
| 6571 |
|
| 6572 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
|
| 6573 |
+
width: 100%;
|
| 6574 |
+
-webkit-box-pack: start;
|
| 6575 |
+
-webkit-justify-content: start;
|
| 6576 |
+
-ms-flex-pack: start;
|
| 6577 |
+
justify-content: start;
|
| 6578 |
}
|
| 6579 |
|
| 6580 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
|
| 6581 |
+
bottom: auto !important;
|
| 6582 |
+
right: -10px;
|
| 6583 |
+
top: calc(50% - 10px) !important;
|
| 6584 |
+
left: auto !important;
|
| 6585 |
+
border-left: 10px solid #444;
|
| 6586 |
+
border-right: 0;
|
| 6587 |
+
border-top: 10px solid transparent;
|
| 6588 |
+
border-bottom: 10px solid transparent;
|
| 6589 |
}
|
| 6590 |
|
| 6591 |
@media only screen and (max-width: 767px) {
|
| 6592 |
+
.eael-advance-tabs .eael-tabs-nav > ul {
|
| 6593 |
+
-webkit-flex-wrap: wrap;
|
| 6594 |
+
-ms-flex-wrap: wrap;
|
| 6595 |
+
flex-wrap: wrap;
|
| 6596 |
+
}
|
| 6597 |
+
|
| 6598 |
+
.eael-advance-tabs .eael-tabs-nav > ul li {
|
| 6599 |
+
-webkit-box-flex: 1;
|
| 6600 |
+
-webkit-flex: 1 100%;
|
| 6601 |
+
-ms-flex: 1 100%;
|
| 6602 |
+
flex: 1 100%;
|
| 6603 |
+
}
|
| 6604 |
}
|
|
|
|
|
|
|
| 6605 |
/*------------------------------*/
|
| 6606 |
/* 31. Advance Accordion
|
| 6607 |
/*------------------------------*/
|
|
|
|
| 6608 |
.eael-adv-accordion {
|
| 6609 |
+
width: auto;
|
| 6610 |
+
height: auto;
|
| 6611 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6612 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6613 |
+
transition: all 0.3s ease-in-out;
|
| 6614 |
}
|
| 6615 |
|
| 6616 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
|
| 6617 |
+
padding: 15px;
|
| 6618 |
+
border: 1px solid rgba(0, 0, 0, 0.02);
|
| 6619 |
+
font-size: 1rem;
|
| 6620 |
+
font-weight: 600;
|
| 6621 |
+
line-height: 1;
|
| 6622 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6623 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6624 |
+
transition: all 0.3s ease-in-out;
|
| 6625 |
+
display: -webkit-box;
|
| 6626 |
+
display: -webkit-flex;
|
| 6627 |
+
display: -ms-flexbox;
|
| 6628 |
+
display: flex;
|
| 6629 |
+
-webkit-box-pack: justify;
|
| 6630 |
+
-webkit-justify-content: space-between;
|
| 6631 |
+
-ms-flex-pack: justify;
|
| 6632 |
+
justify-content: space-between;
|
| 6633 |
+
-webkit-box-align: center;
|
| 6634 |
+
-webkit-align-items: center;
|
| 6635 |
+
-ms-flex-align: center;
|
| 6636 |
+
align-items: center;
|
| 6637 |
+
cursor: pointer;
|
| 6638 |
}
|
| 6639 |
|
| 6640 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
|
| 6641 |
+
-webkit-transform: rotate(0deg);
|
| 6642 |
+
-ms-transform: rotate(0deg);
|
| 6643 |
+
transform: rotate(0deg);
|
| 6644 |
+
z-index: 10;
|
| 6645 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6646 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6647 |
+
transition: all 0.3s ease-in-out;
|
| 6648 |
}
|
| 6649 |
|
| 6650 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
|
| 6651 |
+
-webkit-transform: rotate(90deg);
|
| 6652 |
+
-ms-transform: rotate(90deg);
|
| 6653 |
+
transform: rotate(90deg);
|
| 6654 |
+
z-index: 10;
|
| 6655 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6656 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6657 |
+
transition: all 0.3s ease-in-out;
|
| 6658 |
}
|
| 6659 |
|
| 6660 |
.fa-accordion-icon {
|
| 6661 |
+
display: inline-block;
|
| 6662 |
+
margin-right: 10px;
|
| 6663 |
}
|
| 6664 |
|
| 6665 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
|
| 6666 |
+
display: none;
|
| 6667 |
+
border: 1px solid #eee;
|
| 6668 |
+
padding: 15px;
|
| 6669 |
+
-webkit-box-sizing: border-box;
|
| 6670 |
+
box-sizing: border-box;
|
| 6671 |
+
font-size: 1rem;
|
| 6672 |
+
line-height: 1.7;
|
| 6673 |
}
|
| 6674 |
|
| 6675 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
|
| 6676 |
+
margin: 0;
|
| 6677 |
}
|
| 6678 |
|
| 6679 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
|
| 6680 |
+
display: block;
|
| 6681 |
}
|
| 6682 |
|
| 6683 |
+
@-webkit-keyframes rotate-90 {
|
| 6684 |
+
0% {
|
| 6685 |
+
-webkit-transform: rotateY(0deg);
|
| 6686 |
+
transform: rotateY(0deg);
|
| 6687 |
+
}
|
| 6688 |
+
100% {
|
| 6689 |
+
-webkit-transform: rotateY(-180deg);
|
| 6690 |
+
transform: rotateY(-180deg);
|
| 6691 |
+
}
|
| 6692 |
}
|
| 6693 |
|
| 6694 |
+
@keyframes rotate-90 {
|
| 6695 |
+
0% {
|
| 6696 |
+
-webkit-transform: rotateY(0deg);
|
| 6697 |
+
transform: rotateY(0deg);
|
| 6698 |
+
}
|
| 6699 |
+
100% {
|
| 6700 |
+
-webkit-transform: rotateY(-180deg);
|
| 6701 |
+
transform: rotateY(-180deg);
|
| 6702 |
+
}
|
| 6703 |
+
}
|
| 6704 |
+
@-webkit-keyframes fadeIn {
|
| 6705 |
+
0% {
|
| 6706 |
+
opacity: 1;
|
| 6707 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6708 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6709 |
+
transition: all 0.3s ease-in-out;
|
| 6710 |
+
}
|
| 6711 |
+
100% {
|
| 6712 |
+
opacity: 1;
|
| 6713 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6714 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6715 |
+
transition: all 0.3s ease-in-out;
|
| 6716 |
+
}
|
| 6717 |
+
}
|
| 6718 |
@keyframes fadeIn {
|
| 6719 |
+
0% {
|
| 6720 |
+
opacity: 1;
|
| 6721 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6722 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6723 |
+
transition: all 0.3s ease-in-out;
|
| 6724 |
+
}
|
| 6725 |
+
100% {
|
| 6726 |
+
opacity: 1;
|
| 6727 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6728 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6729 |
+
transition: all 0.3s ease-in-out;
|
| 6730 |
+
}
|
| 6731 |
}
|
|
|
|
|
|
|
| 6732 |
/*------------------------------*/
|
| 6733 |
/* 32. Tooltip
|
| 6734 |
/*------------------------------*/
|
| 6735 |
.eael-tooltip {
|
| 6736 |
+
position: relative;
|
| 6737 |
+
display: inline-block;
|
| 6738 |
+
min-width: 150px;
|
| 6739 |
+
text-align: center;
|
| 6740 |
+
padding: 12px 24px;
|
| 6741 |
+
font-size: .93rem;
|
| 6742 |
+
color: #333;
|
| 6743 |
+
line-height: 1;
|
| 6744 |
+
cursor: pointer;
|
| 6745 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6746 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6747 |
+
transition: all 0.3s ease-in-out;
|
| 6748 |
}
|
| 6749 |
|
| 6750 |
.eael-tooltip .eael-tooltip-text {
|
| 6751 |
+
display: block;
|
| 6752 |
+
width: 100%;
|
| 6753 |
+
visibility: hidden;
|
| 6754 |
+
background-color: black;
|
| 6755 |
+
color: #fff;
|
| 6756 |
+
text-align: center;
|
| 6757 |
+
-webkit-border-radius: 4px;
|
| 6758 |
+
border-radius: 4px;
|
| 6759 |
+
padding: 10px;
|
| 6760 |
+
position: absolute;
|
| 6761 |
+
z-index: 1;
|
| 6762 |
+
font-size: .93rem;
|
| 6763 |
+
line-height: 1.3;
|
| 6764 |
}
|
| 6765 |
|
| 6766 |
.eael-tooltip .eael-tooltip-text::after {
|
| 6767 |
+
content: "";
|
| 6768 |
+
position: absolute;
|
| 6769 |
+
border-width: 5px;
|
| 6770 |
+
border-style: solid;
|
| 6771 |
}
|
| 6772 |
|
| 6773 |
.eael-tooltip:hover .eael-tooltip-text {
|
| 6774 |
+
visibility: visible;
|
| 6775 |
}
|
| 6776 |
|
| 6777 |
/*--- Left ---*/
|
| 6778 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-left {
|
| 6779 |
+
top: 50%;
|
| 6780 |
+
right: 100%;
|
| 6781 |
+
-webkit-transform: translateY(-50%);
|
| 6782 |
+
-ms-transform: translateY(-50%);
|
| 6783 |
+
transform: translateY(-50%);
|
| 6784 |
+
margin-right: 10px;
|
| 6785 |
}
|
| 6786 |
|
| 6787 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
|
| 6788 |
+
-webkit-animation: tooltipLeftIn 300ms ease-in-out;
|
| 6789 |
+
animation: tooltipLeftIn 300ms ease-in-out;
|
| 6790 |
}
|
| 6791 |
|
| 6792 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
|
| 6793 |
+
top: calc(50% - 5px);
|
| 6794 |
+
left: 100%;
|
| 6795 |
+
border-color: transparent transparent transparent black;
|
| 6796 |
}
|
| 6797 |
|
| 6798 |
/*--- Right ---*/
|
| 6799 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-right {
|
| 6800 |
+
top: 50%;
|
| 6801 |
+
left: 100%;
|
| 6802 |
+
-webkit-transform: translateY(-50%);
|
| 6803 |
+
-ms-transform: translateY(-50%);
|
| 6804 |
+
transform: translateY(-50%);
|
| 6805 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6806 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6807 |
+
transition: all 0.3s ease-in-out;
|
| 6808 |
+
margin-left: 10px;
|
| 6809 |
}
|
| 6810 |
|
| 6811 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
|
| 6812 |
+
-webkit-animation: tooltipRightIn 300ms linear;
|
| 6813 |
+
animation: tooltipRightIn 300ms linear;
|
| 6814 |
}
|
| 6815 |
|
| 6816 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
|
| 6817 |
+
top: calc(50% - 5px);
|
| 6818 |
+
right: 100%;
|
| 6819 |
+
border-color: transparent black transparent transparent;
|
| 6820 |
}
|
| 6821 |
|
| 6822 |
/*--- Top ---*/
|
| 6823 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-top {
|
| 6824 |
+
bottom: calc(100%);
|
| 6825 |
+
left: 0;
|
| 6826 |
+
right: 0;
|
| 6827 |
+
margin: 0 auto 10px auto;
|
| 6828 |
}
|
| 6829 |
|
| 6830 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
|
| 6831 |
+
margin-top: 0px;
|
| 6832 |
+
top: 100%;
|
| 6833 |
+
left: calc( 50% - 5px);
|
| 6834 |
+
border-color: black transparent transparent transparent;
|
| 6835 |
}
|
| 6836 |
|
| 6837 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
|
| 6838 |
+
-webkit-animation: tooltipTopIn 300ms linear;
|
| 6839 |
+
animation: tooltipTopIn 300ms linear;
|
| 6840 |
}
|
| 6841 |
|
| 6842 |
/*--- Bottom ---*/
|
| 6843 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
|
| 6844 |
+
top: 100%;
|
| 6845 |
+
left: 0;
|
| 6846 |
+
right: 0;
|
| 6847 |
+
margin: 10px auto 0px auto;
|
| 6848 |
}
|
| 6849 |
|
| 6850 |
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
|
| 6851 |
+
margin-top: 0px;
|
| 6852 |
+
bottom: 100%;
|
| 6853 |
+
left: calc( 50% - 5px);
|
| 6854 |
+
border-color: transparent transparent black transparent;
|
| 6855 |
}
|
| 6856 |
|
| 6857 |
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
|
| 6858 |
+
-webkit-animation: tooltipBottomIn 300ms linear;
|
| 6859 |
+
animation: tooltipBottomIn 300ms linear;
|
| 6860 |
}
|
| 6861 |
|
| 6862 |
/*--- Alignments ---*/
|
| 6863 |
.eael-tooltip-align-left {
|
| 6864 |
+
display: -webkit-box;
|
| 6865 |
+
display: -webkit-flex;
|
| 6866 |
+
display: -ms-flexbox;
|
| 6867 |
+
display: flex;
|
| 6868 |
+
width: 100%;
|
| 6869 |
+
-webkit-box-pack: start;
|
| 6870 |
+
-webkit-justify-content: flex-start;
|
| 6871 |
+
-ms-flex-pack: start;
|
| 6872 |
+
justify-content: flex-start;
|
| 6873 |
}
|
| 6874 |
|
| 6875 |
.eael-tooltip-align-right {
|
| 6876 |
+
display: -webkit-box;
|
| 6877 |
+
display: -webkit-flex;
|
| 6878 |
+
display: -ms-flexbox;
|
| 6879 |
+
display: flex;
|
| 6880 |
+
width: 100%;
|
| 6881 |
+
-webkit-box-pack: end;
|
| 6882 |
+
-webkit-justify-content: flex-end;
|
| 6883 |
+
-ms-flex-pack: end;
|
| 6884 |
+
justify-content: flex-end;
|
| 6885 |
}
|
| 6886 |
|
| 6887 |
.eael-tooltip-align-center {
|
| 6888 |
+
display: -webkit-box;
|
| 6889 |
+
display: -webkit-flex;
|
| 6890 |
+
display: -ms-flexbox;
|
| 6891 |
+
display: flex;
|
| 6892 |
+
width: 100%;
|
| 6893 |
+
-webkit-box-pack: center;
|
| 6894 |
+
-webkit-justify-content: center;
|
| 6895 |
+
-ms-flex-pack: center;
|
| 6896 |
+
justify-content: center;
|
| 6897 |
}
|
| 6898 |
|
| 6899 |
.eael-tooltip-align-justify .eael-tooltip {
|
| 6900 |
+
display: -webkit-box;
|
| 6901 |
+
display: -webkit-flex;
|
| 6902 |
+
display: -ms-flexbox;
|
| 6903 |
+
display: flex;
|
| 6904 |
+
-webkit-box-pack: center;
|
| 6905 |
+
-webkit-justify-content: center;
|
| 6906 |
+
-ms-flex-pack: center;
|
| 6907 |
+
justify-content: center;
|
| 6908 |
+
-webkit-box-align: center;
|
| 6909 |
+
-webkit-align-items: center;
|
| 6910 |
+
-ms-flex-align: center;
|
| 6911 |
+
align-items: center;
|
| 6912 |
}
|
| 6913 |
|
| 6914 |
/*--- Tooltip Keyframes ---*/
|
| 6915 |
+
@-webkit-keyframes tooltipRightIn {
|
| 6916 |
+
0% {
|
| 6917 |
+
opacity: 0;
|
| 6918 |
+
left: 105%;
|
| 6919 |
+
}
|
| 6920 |
+
100% {
|
| 6921 |
+
opacity: 1;
|
| 6922 |
+
left: 100%;
|
| 6923 |
+
}
|
| 6924 |
+
}
|
| 6925 |
@keyframes tooltipRightIn {
|
| 6926 |
+
0% {
|
| 6927 |
+
opacity: 0;
|
| 6928 |
+
left: 105%;
|
| 6929 |
+
}
|
| 6930 |
+
100% {
|
| 6931 |
+
opacity: 1;
|
| 6932 |
+
left: 100%;
|
| 6933 |
+
}
|
| 6934 |
+
}
|
| 6935 |
+
@-webkit-keyframes tooltipLeftIn {
|
| 6936 |
+
0% {
|
| 6937 |
+
opacity: 0;
|
| 6938 |
+
right: 105%;
|
| 6939 |
+
}
|
| 6940 |
+
100% {
|
| 6941 |
+
opacity: 1;
|
| 6942 |
+
right: 100%;
|
| 6943 |
+
}
|
| 6944 |
}
|
|
|
|
| 6945 |
@keyframes tooltipLeftIn {
|
| 6946 |
+
0% {
|
| 6947 |
+
opacity: 0;
|
| 6948 |
+
right: 105%;
|
| 6949 |
+
}
|
| 6950 |
+
100% {
|
| 6951 |
+
opacity: 1;
|
| 6952 |
+
right: 100%;
|
| 6953 |
+
}
|
| 6954 |
+
}
|
| 6955 |
+
@-webkit-keyframes tooltipTopIn {
|
| 6956 |
+
0% {
|
| 6957 |
+
opacity: 0;
|
| 6958 |
+
bottom: 110%;
|
| 6959 |
+
}
|
| 6960 |
+
100% {
|
| 6961 |
+
opacity: 1;
|
| 6962 |
+
bottom: 100%;
|
| 6963 |
+
}
|
| 6964 |
}
|
|
|
|
| 6965 |
@keyframes tooltipTopIn {
|
| 6966 |
+
0% {
|
| 6967 |
+
opacity: 0;
|
| 6968 |
+
bottom: 110%;
|
| 6969 |
+
}
|
| 6970 |
+
100% {
|
| 6971 |
+
opacity: 1;
|
| 6972 |
+
bottom: 100%;
|
| 6973 |
+
}
|
| 6974 |
+
}
|
| 6975 |
+
@-webkit-keyframes tooltipBottomIn {
|
| 6976 |
+
0% {
|
| 6977 |
+
opacity: 0;
|
| 6978 |
+
top: 110%;
|
| 6979 |
+
}
|
| 6980 |
+
100% {
|
| 6981 |
+
opacity: 1;
|
| 6982 |
+
top: 100%;
|
| 6983 |
+
}
|
| 6984 |
}
|
|
|
|
| 6985 |
@keyframes tooltipBottomIn {
|
| 6986 |
+
0% {
|
| 6987 |
+
opacity: 0;
|
| 6988 |
+
top: 110%;
|
| 6989 |
+
}
|
| 6990 |
+
100% {
|
| 6991 |
+
opacity: 1;
|
| 6992 |
+
top: 100%;
|
| 6993 |
+
}
|
| 6994 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6995 |
@-webkit-keyframes animateStripe {
|
| 6996 |
+
0% {
|
| 6997 |
+
-webkit-transform: translate(0, 0);
|
| 6998 |
+
transform: translate(0, 0);
|
| 6999 |
+
}
|
| 7000 |
+
100% {
|
| 7001 |
+
-webkit-transform: translate(35px, 0);
|
| 7002 |
+
transform: translate(35px, 0);
|
| 7003 |
+
}
|
|
|
|
|
|
|
| 7004 |
}
|
|
|
|
| 7005 |
@keyframes animateStripe {
|
| 7006 |
+
0% {
|
| 7007 |
+
-webkit-transform: translate(0, 0);
|
| 7008 |
+
transform: translate(0, 0);
|
| 7009 |
+
}
|
| 7010 |
+
100% {
|
| 7011 |
+
-webkit-transform: translate(35px, 0);
|
| 7012 |
+
transform: translate(35px, 0);
|
| 7013 |
+
}
|
|
|
|
|
|
|
| 7014 |
}
|
|
|
|
| 7015 |
@-webkit-keyframes animateStripeRTL {
|
| 7016 |
+
0% {
|
| 7017 |
+
-webkit-transform: translate(0, 0);
|
| 7018 |
+
transform: translate(0, 0);
|
| 7019 |
+
}
|
| 7020 |
+
100% {
|
| 7021 |
+
-webkit-transform: translate(-35px, 0);
|
| 7022 |
+
transform: translate(-35px, 0);
|
| 7023 |
+
}
|
|
|
|
|
|
|
| 7024 |
}
|
|
|
|
| 7025 |
@keyframes animateStripeRTL {
|
| 7026 |
+
0% {
|
| 7027 |
+
-webkit-transform: translate(0, 0);
|
| 7028 |
+
transform: translate(0, 0);
|
| 7029 |
+
}
|
| 7030 |
+
100% {
|
| 7031 |
+
-webkit-transform: translate(-35px, 0);
|
| 7032 |
+
transform: translate(-35px, 0);
|
| 7033 |
+
}
|
|
|
|
|
|
|
| 7034 |
}
|
|
|
|
| 7035 |
.eael-progressbar {
|
| 7036 |
+
position: relative;
|
| 7037 |
}
|
| 7038 |
|
| 7039 |
.eael-progressbar-title {
|
| 7040 |
+
font-size: 20px;
|
| 7041 |
+
font-weight: 400;
|
| 7042 |
}
|
| 7043 |
|
|
|
|
| 7044 |
.eael-progressbar-line {
|
| 7045 |
+
position: relative;
|
| 7046 |
+
display: block;
|
| 7047 |
+
width: 100%;
|
| 7048 |
+
height: 12px;
|
| 7049 |
+
background-color: #eeeeee;
|
| 7050 |
}
|
| 7051 |
+
.eael-progressbar-line .eael-progressbar-count-wrap {
|
| 7052 |
+
position: absolute;
|
| 7053 |
+
right: 0;
|
| 7054 |
+
bottom: calc(100% +5px);
|
| 7055 |
+
font-size: 16px;
|
| 7056 |
+
font-weight: 400;
|
| 7057 |
+
line-height: 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7058 |
}
|
| 7059 |
|
| 7060 |
+
.eael-progressbar-line-fill {
|
| 7061 |
+
display: inline-block;
|
| 7062 |
+
position: absolute;
|
| 7063 |
+
top: 50%;
|
| 7064 |
+
left: 0;
|
| 7065 |
+
width: 0;
|
| 7066 |
+
height: 12px;
|
| 7067 |
+
background-color: #000000;
|
| 7068 |
+
-webkit-transform: translateY(-50%);
|
| 7069 |
+
-ms-transform: translateY(-50%);
|
| 7070 |
+
transform: translateY(-50%);
|
| 7071 |
+
-webkit-transition: width 1500ms linear;
|
| 7072 |
+
-o-transition: width 1500ms linear;
|
| 7073 |
+
transition: width 1500ms linear;
|
| 7074 |
+
overflow: hidden;
|
| 7075 |
}
|
| 7076 |
|
| 7077 |
+
.eael-progressbar-circle {
|
| 7078 |
+
position: relative;
|
| 7079 |
+
width: 200px;
|
| 7080 |
+
height: 200px;
|
| 7081 |
}
|
| 7082 |
+
.eael-progressbar-circle .eael-progressbar-title {
|
| 7083 |
+
font-size: 16px;
|
| 7084 |
+
font-weight: 400;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7085 |
}
|
| 7086 |
+
.eael-progressbar-circle .eael-progressbar-count-wrap {
|
| 7087 |
+
font-size: 28px;
|
| 7088 |
+
font-weight: 700;
|
|
|
|
|
|
|
|
|
|
| 7089 |
}
|
| 7090 |
|
| 7091 |
.eael-progressbar-circle-shadow {
|
| 7092 |
+
width: 220px;
|
| 7093 |
+
height: 220px;
|
| 7094 |
+
padding: 10px;
|
| 7095 |
+
-webkit-border-radius: 50%;
|
| 7096 |
+
border-radius: 50%;
|
| 7097 |
}
|
| 7098 |
|
| 7099 |
.eael-progressbar-circle-pie {
|
| 7100 |
+
position: absolute;
|
| 7101 |
+
top: 0;
|
| 7102 |
+
left: 0;
|
| 7103 |
+
width: 100%;
|
| 7104 |
+
height: 100%;
|
| 7105 |
+
-webkit-clip-path: inset(0 0 0 50%);
|
| 7106 |
+
clip-path: inset(0 0 0 50%);
|
| 7107 |
}
|
| 7108 |
|
| 7109 |
.eael-progressbar-circle-inner {
|
| 7110 |
+
height: 100%;
|
| 7111 |
+
width: 100%;
|
| 7112 |
+
border-width: 12px;
|
| 7113 |
+
border-style: solid;
|
| 7114 |
+
border-color: #eeeeee;
|
| 7115 |
+
-webkit-border-radius: 50%;
|
| 7116 |
+
border-radius: 50%;
|
| 7117 |
}
|
| 7118 |
|
| 7119 |
.eael-progressbar-circle-half {
|
| 7120 |
+
position: absolute;
|
| 7121 |
+
left: 0;
|
| 7122 |
+
top: 0;
|
| 7123 |
+
height: 100%;
|
| 7124 |
+
width: 100%;
|
| 7125 |
+
border-width: 12px;
|
| 7126 |
+
border-style: solid;
|
| 7127 |
+
border-color: #000000;
|
| 7128 |
+
-webkit-border-radius: 50%;
|
| 7129 |
+
border-radius: 50%;
|
| 7130 |
+
-webkit-clip-path: inset(0 50% 0 0);
|
| 7131 |
+
clip-path: inset(0 50% 0 0);
|
| 7132 |
}
|
| 7133 |
|
| 7134 |
.eael-progressbar-circle-half-left {
|
| 7135 |
+
-webkit-transform: rotate(0deg);
|
| 7136 |
+
-ms-transform: rotate(0deg);
|
| 7137 |
+
transform: rotate(0deg);
|
| 7138 |
}
|
| 7139 |
|
| 7140 |
.eael-progressbar-circle-half-right {
|
| 7141 |
+
-webkit-transform: rotate(180deg);
|
| 7142 |
+
-ms-transform: rotate(180deg);
|
| 7143 |
+
transform: rotate(180deg);
|
| 7144 |
+
visibility: hidden;
|
| 7145 |
}
|
| 7146 |
|
| 7147 |
.eael-progressbar-circle-inner-content {
|
| 7148 |
+
position: absolute;
|
| 7149 |
+
top: 50%;
|
| 7150 |
+
width: 100%;
|
| 7151 |
+
-webkit-transform: translateY(-50%);
|
| 7152 |
+
-ms-transform: translateY(-50%);
|
| 7153 |
+
transform: translateY(-50%);
|
| 7154 |
+
text-align: center;
|
| 7155 |
}
|
| 7156 |
|
|
|
|
| 7157 |
.eael-progressbar-half-circle {
|
| 7158 |
+
position: relative;
|
| 7159 |
+
width: 200px;
|
| 7160 |
+
height: 100px;
|
| 7161 |
+
overflow: hidden;
|
| 7162 |
}
|
|
|
|
| 7163 |
.eael-progressbar-half-circle .eael-progressbar-circle-pie {
|
| 7164 |
+
-webkit-clip-path: inset(0 0 50% 0);
|
| 7165 |
+
clip-path: inset(0 0 50% 0);
|
| 7166 |
}
|
|
|
|
| 7167 |
.eael-progressbar-half-circle .eael-progressbar-circle-half {
|
| 7168 |
+
-webkit-clip-path: inset(50% 0 0 0);
|
| 7169 |
+
clip-path: inset(50% 0 0 0);
|
| 7170 |
+
-webkit-transform: rotate(0deg);
|
| 7171 |
+
-ms-transform: rotate(0deg);
|
| 7172 |
+
transform: rotate(0deg);
|
| 7173 |
+
-webkit-transition: -webkit-transform 1500ms linear;
|
| 7174 |
+
transition: -webkit-transform 1500ms linear;
|
| 7175 |
+
-o-transition: transform 1500ms linear;
|
| 7176 |
+
transition: transform 1500ms linear;
|
| 7177 |
+
transition: transform 1500ms linear, -webkit-transform 1500ms linear;
|
| 7178 |
}
|
|
|
|
| 7179 |
.eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
|
| 7180 |
+
top: initial;
|
| 7181 |
+
bottom: 0;
|
| 7182 |
+
-webkit-transform: translateY(0);
|
| 7183 |
+
-ms-transform: translateY(0);
|
| 7184 |
+
transform: translateY(0);
|
| 7185 |
+
}
|
| 7186 |
+
.eael-progressbar-half-circle .eael-progressbar-title {
|
| 7187 |
+
font-size: 16px;
|
| 7188 |
+
font-weight: 400;
|
| 7189 |
+
}
|
| 7190 |
+
.eael-progressbar-half-circle .eael-progressbar-count-wrap {
|
| 7191 |
+
font-size: 28px;
|
| 7192 |
+
font-weight: 700;
|
| 7193 |
}
|
| 7194 |
|
|
|
|
| 7195 |
.eael-progressbar-half-circle-after {
|
| 7196 |
+
position: relative;
|
| 7197 |
+
font-size: 12px;
|
| 7198 |
+
font-weight: 400;
|
| 7199 |
+
clear: both;
|
| 7200 |
}
|
| 7201 |
|
| 7202 |
.eael-progressbar-postfix-label {
|
| 7203 |
+
float: right;
|
| 7204 |
}
|
| 7205 |
|
| 7206 |
+
.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
|
| 7207 |
+
content: '';
|
| 7208 |
+
position: absolute;
|
| 7209 |
+
top: 0;
|
| 7210 |
+
left: -35px;
|
| 7211 |
+
width: calc(100% +70px);
|
| 7212 |
+
height: 100%;
|
| 7213 |
+
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
| 7214 |
+
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
| 7215 |
+
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
| 7216 |
+
-webkit-background-size: 35px 35px;
|
| 7217 |
+
background-size: 35px 35px;
|
| 7218 |
}
|
| 7219 |
|
| 7220 |
+
.eael-progressbar-line-animate .eael-progressbar-line-fill:after {
|
| 7221 |
+
-webkit-animation: animateStripe 2s linear infinite;
|
| 7222 |
+
animation: animateStripe 2s linear infinite;
|
|
|
|
| 7223 |
}
|
| 7224 |
|
| 7225 |
+
.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
|
| 7226 |
+
-webkit-animation: animateStripeRTL 2s linear infinite;
|
| 7227 |
+
animation: animateStripeRTL 2s linear infinite;
|
| 7228 |
}
|
| 7229 |
|
| 7230 |
+
.eael-progressbar-circle-wrap > div {
|
| 7231 |
+
margin: 0 auto;
|
|
|
|
| 7232 |
}
|
| 7233 |
|
| 7234 |
/*------------------------------*/
|
| 7235 |
/* 34. Image accordion
|
| 7236 |
/*------------------------------*/
|
| 7237 |
.eael-img-accordion {
|
| 7238 |
+
display: -webkit-box;
|
| 7239 |
+
display: -webkit-flex;
|
| 7240 |
+
display: -ms-flexbox;
|
| 7241 |
+
display: flex;
|
| 7242 |
+
height: 50vh;
|
| 7243 |
}
|
| 7244 |
|
| 7245 |
.eael-img-accordion a {
|
| 7246 |
+
position: relative;
|
| 7247 |
+
-webkit-box-flex: 1;
|
| 7248 |
+
-webkit-flex: 1;
|
| 7249 |
+
-ms-flex: 1;
|
| 7250 |
+
flex: 1;
|
| 7251 |
+
text-align: center;
|
| 7252 |
+
text-decoration: none;
|
| 7253 |
+
color: #fff;
|
| 7254 |
+
-webkit-background-size: cover;
|
| 7255 |
+
background-size: cover;
|
| 7256 |
+
background-position: center;
|
| 7257 |
+
background-repeat: no-repeat;
|
| 7258 |
+
-webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
|
| 7259 |
+
transition: -webkit-box-flex .4s, -webkit-flex .4s;
|
| 7260 |
+
-o-transition: flex .4s;
|
| 7261 |
+
transition: flex .4s;
|
| 7262 |
+
transition: flex .4s, -webkit-box-flex .4s, -webkit-flex .4s, -ms-flex .4s;
|
| 7263 |
}
|
| 7264 |
|
| 7265 |
.eael-grow-accordion {
|
| 7266 |
+
-webkit-box-flex: 3;
|
| 7267 |
+
-webkit-flex: 3;
|
| 7268 |
+
-ms-flex: 3;
|
| 7269 |
+
flex: 3;
|
| 7270 |
}
|
| 7271 |
|
| 7272 |
.eael-img-accordion .overlay {
|
| 7273 |
+
display: -webkit-box;
|
| 7274 |
+
display: -webkit-flex;
|
| 7275 |
+
display: -ms-flexbox;
|
| 7276 |
+
display: flex;
|
| 7277 |
+
-webkit-box-align: center;
|
| 7278 |
+
-webkit-align-items: center;
|
| 7279 |
+
-ms-flex-align: center;
|
| 7280 |
+
align-items: center;
|
| 7281 |
+
-webkit-box-pack: center;
|
| 7282 |
+
-webkit-justify-content: center;
|
| 7283 |
+
-ms-flex-pack: center;
|
| 7284 |
+
justify-content: center;
|
| 7285 |
+
padding: 0 10px;
|
| 7286 |
+
position: absolute;
|
| 7287 |
+
top: 0;
|
| 7288 |
+
right: 0;
|
| 7289 |
+
bottom: 0;
|
| 7290 |
+
left: 0;
|
| 7291 |
+
-webkit-transition: background-color .4s;
|
| 7292 |
+
-o-transition: background-color .4s;
|
| 7293 |
+
transition: background-color .4s;
|
| 7294 |
}
|
| 7295 |
|
| 7296 |
.eael-img-accordion .overlay .overlay-inner {
|
| 7297 |
+
z-index: 1;
|
| 7298 |
}
|
| 7299 |
|
| 7300 |
.eael-img-accordion a:after {
|
| 7301 |
+
content: "";
|
| 7302 |
+
position: absolute;
|
| 7303 |
+
width: 100%;
|
| 7304 |
+
height: 100%;
|
| 7305 |
+
z-index: 0;
|
| 7306 |
+
top: 0px;
|
| 7307 |
+
left: 0px;
|
| 7308 |
+
bottom: 0px;
|
| 7309 |
+
right: 0px;
|
| 7310 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 7311 |
+
-o-transition: all 0.3s ease-in-out;
|
| 7312 |
+
transition: all 0.3s ease-in-out;
|
| 7313 |
}
|
| 7314 |
|
| 7315 |
.eael-img-accordion .overlay-inner * {
|
| 7316 |
+
visibility: hidden;
|
| 7317 |
+
opacity: 0;
|
| 7318 |
+
-webkit-transform-style: preserve-3d;
|
| 7319 |
+
transform-style: preserve-3d;
|
| 7320 |
}
|
| 7321 |
|
| 7322 |
.eael-img-accordion .overlay h2 {
|
| 7323 |
+
color: #fff;
|
| 7324 |
+
-webkit-transform: translate3d(0, -60px, 0);
|
| 7325 |
+
transform: translate3d(0, -60px, 0);
|
| 7326 |
}
|
| 7327 |
|
| 7328 |
.eael-img-accordion .overlay p {
|
| 7329 |
+
color: #fff;
|
| 7330 |
+
-webkit-transform: translate3d(0, 60px, 0);
|
| 7331 |
+
transform: translate3d(0, 60px, 0);
|
| 7332 |
}
|
| 7333 |
|
| 7334 |
.eael-img-accordion .overlay-inner-show * {
|
| 7335 |
+
opacity: 1;
|
| 7336 |
+
visibility: visible;
|
| 7337 |
+
-webkit-transform: none !important;
|
| 7338 |
+
-ms-transform: none !important;
|
| 7339 |
+
transform: none !important;
|
| 7340 |
+
-webkit-transition: all .3s .3s;
|
| 7341 |
+
-o-transition: all .3s .3s;
|
| 7342 |
+
transition: all .3s .3s;
|
| 7343 |
}
|
| 7344 |
|
| 7345 |
@media screen and (max-width: 800px) {
|
| 7346 |
+
.eael-img-accordion {
|
| 7347 |
+
-webkit-box-orient: vertical;
|
| 7348 |
+
-webkit-box-direction: normal;
|
| 7349 |
+
-webkit-flex-direction: column;
|
| 7350 |
+
-ms-flex-direction: column;
|
| 7351 |
+
flex-direction: column;
|
| 7352 |
+
}
|
| 7353 |
+
|
| 7354 |
+
.eael-img-accordion a:hover {
|
| 7355 |
+
-webkit-box-flex: 1;
|
| 7356 |
+
-webkit-flex: 1;
|
| 7357 |
+
-ms-flex: 1;
|
| 7358 |
+
flex: 1;
|
| 7359 |
+
}
|
| 7360 |
+
|
| 7361 |
+
.eael-img-accordion a:hover .overlay {
|
| 7362 |
+
background-color: transparent;
|
| 7363 |
+
}
|
| 7364 |
+
|
| 7365 |
+
.eael-img-accordion .overlay h2,
|
| 7366 |
+
.eael-img-accordion .overlay p {
|
| 7367 |
+
opacity: 1;
|
| 7368 |
+
visibility: visible;
|
| 7369 |
+
-webkit-transform: none;
|
| 7370 |
+
-ms-transform: none;
|
| 7371 |
+
transform: none;
|
| 7372 |
+
}
|
| 7373 |
}
|
|
|
assets/css/tooltipster.bundle.min.css
CHANGED
|
File without changes
|
assets/img/play-icon.png
CHANGED
|
File without changes
|
assets/js/eael-scripts.js
CHANGED
|
@@ -3,113 +3,116 @@
|
|
| 3 |
|
| 4 |
var isEditMode = false;
|
| 5 |
|
| 6 |
-
|
| 7 |
function mybe_note_undefined($selector, $data_atts) {
|
| 8 |
return ($selector.data($data_atts) !== undefined) ? $selector.data($data_atts) : '';
|
| 9 |
}
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
$rom.push($item);
|
| 20 |
-
}
|
| 21 |
-
return $rom;
|
| 22 |
-
}
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
-
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
stagger: 30,
|
| 44 |
-
transitionDuration: $settings.duration + 'ms',
|
| 45 |
-
}
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
$scope.on('click', '.control', function() {
|
| 54 |
-
var $this = $(this),
|
| 55 |
-
filterValue = $this.attr('data-filter');
|
| 56 |
-
|
| 57 |
-
$this.siblings().removeClass('active');
|
| 58 |
-
$this.addClass('active');
|
| 59 |
-
$isotope_gallery.isotope({ filter: filterValue });
|
| 60 |
-
});
|
| 61 |
|
| 62 |
-
|
| 63 |
-
$
|
| 64 |
type: 'image',
|
| 65 |
-
gallery:{
|
| 66 |
enabled: $gallery_enabled
|
| 67 |
},
|
| 68 |
callbacks: {
|
| 69 |
close: function() {
|
| 70 |
-
$(
|
| 71 |
}
|
| 72 |
}
|
| 73 |
-
})
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
type: 'iframe',
|
| 77 |
-
callbacks: {
|
| 78 |
-
close: function() {
|
| 79 |
-
$( '#elementor-lightbox' ).hide();
|
| 80 |
-
}
|
| 81 |
-
}
|
| 82 |
-
});
|
| 83 |
-
}
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
// Load more button
|
| 87 |
-
$scope.find('.eael-gallery-load-more').on('click', function(e) {
|
| 88 |
-
e.preventDefault();
|
| 89 |
-
|
| 90 |
-
var $this = $(this),
|
| 91 |
-
$init_show = $scope
|
| 92 |
-
.find('.eael-filter-gallery-container')
|
| 93 |
-
.find('.eael-filterable-gallery-item-wrap')
|
| 94 |
-
.length,
|
| 95 |
-
total_items = $gallery.data('total-gallery-items'),
|
| 96 |
-
images_per_page = $gallery.data('images-per-page'),
|
| 97 |
-
nomore_text = $gallery.data('nomore-item-text'),
|
| 98 |
-
$items = getGalleryItem($gallery_items, $scope, images_per_page, $init_show);
|
| 99 |
-
|
| 100 |
-
if( $init_show == total_items ) {
|
| 101 |
-
$this.html('<div class="no-more-items-text">'+nomore_text+'</div>');
|
| 102 |
-
setTimeout(function(){
|
| 103 |
-
$this.fadeOut('slow');
|
| 104 |
-
}, 600);
|
| 105 |
-
}
|
| 106 |
-
|
| 107 |
-
$scope.imagesLoaded(function(e) {
|
| 108 |
-
$gallery.isotope('insert', $items);
|
| 109 |
-
});
|
| 110 |
-
});
|
| 111 |
|
| 112 |
-
|
| 113 |
|
| 114 |
|
| 115 |
|
|
@@ -263,12 +266,13 @@
|
|
| 263 |
loadingFeed.addClass( 'show-loading' );
|
| 264 |
},
|
| 265 |
success: function() {
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
|
|
|
| 272 |
loadingFeed.removeClass( 'show-loading' );
|
| 273 |
},
|
| 274 |
error: function() {
|
|
@@ -430,56 +434,70 @@
|
|
| 430 |
}
|
| 431 |
|
| 432 |
var ContentTicker = function ($scope, $) {
|
| 433 |
-
|
| 434 |
-
|
| 435 |
-
|
| 436 |
-
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
|
| 452 |
-
|
| 453 |
-
|
| 454 |
-
|
| 455 |
-
|
| 456 |
-
|
| 457 |
-
|
| 458 |
-
|
| 459 |
-
|
| 460 |
-
|
| 461 |
-
|
| 462 |
-
|
| 463 |
-
|
| 464 |
-
|
| 465 |
-
|
| 466 |
-
|
| 467 |
-
|
| 468 |
-
|
| 469 |
-
|
| 470 |
-
|
| 471 |
-
|
| 472 |
-
|
| 473 |
-
|
| 474 |
-
|
| 475 |
-
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
|
| 479 |
-
|
| 480 |
-
|
| 481 |
-
|
| 482 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 483 |
|
| 484 |
/* ------------------------------ */
|
| 485 |
/* Data Table
|
|
@@ -512,7 +530,7 @@
|
|
| 512 |
$fancy_text_speed = ($fancyText.data("fancy-text-speed") !== undefined) ? $fancyText.data("fancy-text-speed") : '',
|
| 513 |
$fancy_text_delay = ($fancyText.data("fancy-text-delay") !== undefined) ? $fancyText.data("fancy-text-delay") : '',
|
| 514 |
$fancy_text_cursor = ($fancyText.data("fancy-text-cursor") !== undefined) ? true : false,
|
| 515 |
-
$fancy_text_loop
|
| 516 |
$fancy_text = $fancy_text.split("|");
|
| 517 |
|
| 518 |
if ( $transition_type == 'typing' ) {
|
| 3 |
|
| 4 |
var isEditMode = false;
|
| 5 |
|
|
|
|
| 6 |
function mybe_note_undefined($selector, $data_atts) {
|
| 7 |
return ($selector.data($data_atts) !== undefined) ? $selector.data($data_atts) : '';
|
| 8 |
}
|
| 9 |
|
| 10 |
+
/*=================================*/
|
| 11 |
+
/* 01. Filterable Gallery
|
| 12 |
+
/*=================================*/
|
| 13 |
+
var filterableGalleryHandler = function($scope, $) {
|
| 14 |
+
if (!isEditMode) {
|
| 15 |
+
var $gallery = $('.eael-filter-gallery-container', $scope),
|
| 16 |
+
$settings = $gallery.data('settings'),
|
| 17 |
+
$gallery_items = $gallery.data('gallery-items'),
|
| 18 |
+
$layout_mode = ($settings.grid_style == 'masonry' ? 'masonry' : 'fitRows'),
|
| 19 |
+
$gallery_enabled = ($settings.gallery_enabled == 'yes' ? true : false);
|
| 20 |
+
|
| 21 |
+
// init isotope
|
| 22 |
+
var $isotope_gallery = $gallery.isotope({
|
| 23 |
+
itemSelector: '.eael-filterable-gallery-item-wrap',
|
| 24 |
+
layoutMode: $layout_mode,
|
| 25 |
+
percentPosition: true,
|
| 26 |
+
stagger: 30,
|
| 27 |
+
transitionDuration: $settings.duration + 'ms',
|
| 28 |
+
});
|
| 29 |
|
| 30 |
+
// layout gal - not necessary, just in case
|
| 31 |
+
$isotope_gallery.imagesLoaded().progress(function() {
|
| 32 |
+
$isotope_gallery.isotope('layout');
|
| 33 |
+
});
|
| 34 |
|
| 35 |
+
// filter
|
| 36 |
+
$scope.on('click', '.control', function() {
|
| 37 |
+
var $this = $(this),
|
| 38 |
+
$filterValue = $this.data('filter');
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
+
$this.siblings().removeClass('active');
|
| 41 |
+
$this.addClass('active');
|
| 42 |
+
$isotope_gallery.isotope({
|
| 43 |
+
filter: $filterValue
|
| 44 |
+
});
|
| 45 |
+
});
|
| 46 |
|
| 47 |
+
// popup
|
| 48 |
+
$('.eael-magnific-link', $scope).magnificPopup({
|
| 49 |
+
type: 'image',
|
| 50 |
+
gallery: {
|
| 51 |
+
enabled: $gallery_enabled,
|
| 52 |
+
},
|
| 53 |
+
callbacks: {
|
| 54 |
+
close: function() {
|
| 55 |
+
$('#elementor-lightbox').hide();
|
| 56 |
+
}
|
| 57 |
+
}
|
| 58 |
+
});
|
| 59 |
|
| 60 |
+
$($scope).magnificPopup({
|
| 61 |
+
delegate: '.eael-magnific-video-link',
|
| 62 |
+
type: 'iframe',
|
| 63 |
+
callbacks: {
|
| 64 |
+
close: function() {
|
| 65 |
+
$('#elementor-lightbox').hide();
|
| 66 |
+
}
|
| 67 |
+
}
|
| 68 |
+
});
|
| 69 |
|
| 70 |
+
// Load more button
|
| 71 |
+
$scope.on('click', '.eael-gallery-load-more', function(e) {
|
| 72 |
+
e.preventDefault();
|
| 73 |
+
|
| 74 |
+
var $this = $(this),
|
| 75 |
+
$init_show = $('.eael-filter-gallery-container', $scope).children('.eael-filterable-gallery-item-wrap').length,
|
| 76 |
+
$total_items = $gallery.data('total-gallery-items'),
|
| 77 |
+
$images_per_page = $gallery.data('images-per-page'),
|
| 78 |
+
$nomore_text = $gallery.data('nomore-item-text'),
|
| 79 |
+
$items = [];
|
| 80 |
+
|
| 81 |
+
if ($init_show == $total_items) {
|
| 82 |
+
$this.html('<div class="no-more-items-text">' + $nomore_text + '</div>');
|
| 83 |
+
setTimeout(function() {
|
| 84 |
+
$this.fadeOut('slow');
|
| 85 |
+
}, 600);
|
| 86 |
}
|
| 87 |
|
| 88 |
+
// new items html
|
| 89 |
+
for (var i = $init_show; i < ($init_show + $images_per_page); i++) {
|
| 90 |
+
$items.push($($gallery_items[i])[0]);
|
| 91 |
+
}
|
|
|
|
|
|
|
|
|
|
| 92 |
|
| 93 |
+
// append items
|
| 94 |
+
$gallery.append($items)
|
| 95 |
+
$isotope_gallery.isotope('appended', $items)
|
| 96 |
+
$isotope_gallery.imagesLoaded().progress(function() {
|
| 97 |
+
$isotope_gallery.isotope('layout')
|
| 98 |
+
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
+
// reinit magnificPopup
|
| 101 |
+
$('.eael-magnific-link', $scope).magnificPopup({
|
| 102 |
type: 'image',
|
| 103 |
+
gallery: {
|
| 104 |
enabled: $gallery_enabled
|
| 105 |
},
|
| 106 |
callbacks: {
|
| 107 |
close: function() {
|
| 108 |
+
$('#elementor-lightbox').hide();
|
| 109 |
}
|
| 110 |
}
|
| 111 |
+
})
|
| 112 |
+
});
|
| 113 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
|
| 115 |
+
}
|
| 116 |
|
| 117 |
|
| 118 |
|
| 266 |
loadingFeed.addClass( 'show-loading' );
|
| 267 |
},
|
| 268 |
success: function() {
|
| 269 |
+
$('.eael-twitter-feed-layout-container').bind("DOMSubtreeModified", function() {
|
| 270 |
+
if ($feed_type == 'masonry') {
|
| 271 |
+
setTimeout(function() {
|
| 272 |
+
eael_twitter_feed_masonry();
|
| 273 |
+
}, 150);
|
| 274 |
+
}
|
| 275 |
+
})
|
| 276 |
loadingFeed.removeClass( 'show-loading' );
|
| 277 |
},
|
| 278 |
error: function() {
|
| 434 |
}
|
| 435 |
|
| 436 |
var ContentTicker = function ($scope, $) {
|
| 437 |
+
var $contentTicker = $scope.find('.eael-content-ticker').eq(0),
|
| 438 |
+
$items = ($contentTicker.data("items") !== undefined) ? $contentTicker.data("items") : 1,
|
| 439 |
+
$items_tablet = ($contentTicker.data("items-tablet") !== undefined) ? $contentTicker.data("items-tablet") : 1,
|
| 440 |
+
$items_mobile = ($contentTicker.data("items-mobile") !== undefined) ? $contentTicker.data("items-mobile") : 1,
|
| 441 |
+
$margin = ($contentTicker.data("margin") !== undefined) ? $contentTicker.data("margin") : 10,
|
| 442 |
+
$margin_tablet = ($contentTicker.data("margin-tablet") !== undefined) ? $contentTicker.data("margin-tablet") : 10,
|
| 443 |
+
$margin_mobile = ($contentTicker.data("margin-mobile") !== undefined) ? $contentTicker.data("margin-mobile") : 10,
|
| 444 |
+
$effect = ($contentTicker.data("effect") !== undefined) ? $contentTicker.data("effect") : 'slide',
|
| 445 |
+
$speed = ($contentTicker.data("speed") !== undefined) ? $contentTicker.data("speed") : 400,
|
| 446 |
+
$autoplay = ($contentTicker.data("autoplay") !== undefined) ? $contentTicker.data("autoplay") : 5000,
|
| 447 |
+
$loop = ($contentTicker.data("loop") !== undefined) ? $contentTicker.data("loop") : false,
|
| 448 |
+
$grab_cursor = ($contentTicker.data("grab-cursor") !== undefined) ? $contentTicker.data("grab-cursor") : false,
|
| 449 |
+
$pagination = ($contentTicker.data("pagination") !== undefined) ? $contentTicker.data("pagination") : '.swiper-pagination',
|
| 450 |
+
$arrow_next = ($contentTicker.data("arrow-next") !== undefined) ? $contentTicker.data("arrow-next") : '.swiper-button-next',
|
| 451 |
+
$arrow_prev = ($contentTicker.data("arrow-prev") !== undefined) ? $contentTicker.data("arrow-prev") : '.swiper-button-prev',
|
| 452 |
+
$pause_on_hover = ($contentTicker.data('pause-on-hover') !== undefined ? $contentTicker.data('pause-on-hover') : ''),
|
| 453 |
+
$contentTickerOptions = {
|
| 454 |
+
direction : 'horizontal',
|
| 455 |
+
loop : $loop,
|
| 456 |
+
speed : $speed,
|
| 457 |
+
effect : $effect,
|
| 458 |
+
slidesPerView : $items,
|
| 459 |
+
spaceBetween : $margin,
|
| 460 |
+
grabCursor : $grab_cursor,
|
| 461 |
+
paginationClickable: true,
|
| 462 |
+
autoHeight : true,
|
| 463 |
+
autoplay: {
|
| 464 |
+
delay: $autoplay,
|
| 465 |
+
},
|
| 466 |
+
pagination: {
|
| 467 |
+
el: $pagination,
|
| 468 |
+
clickable: true,
|
| 469 |
+
},
|
| 470 |
+
navigation: {
|
| 471 |
+
nextEl: $arrow_next,
|
| 472 |
+
prevEl: $arrow_prev,
|
| 473 |
+
},
|
| 474 |
+
breakpoints: {
|
| 475 |
+
// when window width is <= 480px
|
| 476 |
+
480: {
|
| 477 |
+
slidesPerView: $items_mobile,
|
| 478 |
+
spaceBetween : $margin_mobile
|
| 479 |
+
},
|
| 480 |
+
// when window width is <= 640px
|
| 481 |
+
768: {
|
| 482 |
+
slidesPerView: $items_tablet,
|
| 483 |
+
spaceBetween : $margin_tablet
|
| 484 |
+
}
|
| 485 |
+
}
|
| 486 |
+
};
|
| 487 |
+
|
| 488 |
+
var $contentTickerSlider = new Swiper($contentTicker, $contentTickerOptions);
|
| 489 |
+
if($autoplay === 0) {
|
| 490 |
+
$contentTickerSlider.autoplay.stop();
|
| 491 |
+
}
|
| 492 |
+
if($pause_on_hover && $autoplay !== 0) {
|
| 493 |
+
$contentTicker.on('mouseenter', function() {
|
| 494 |
+
$contentTickerSlider.autoplay.stop();
|
| 495 |
+
});
|
| 496 |
+
$contentTicker.on('mouseleave', function() {
|
| 497 |
+
$contentTickerSlider.autoplay.start();
|
| 498 |
+
});
|
| 499 |
+
}
|
| 500 |
+
};
|
| 501 |
|
| 502 |
/* ------------------------------ */
|
| 503 |
/* Data Table
|
| 530 |
$fancy_text_speed = ($fancyText.data("fancy-text-speed") !== undefined) ? $fancyText.data("fancy-text-speed") : '',
|
| 531 |
$fancy_text_delay = ($fancyText.data("fancy-text-delay") !== undefined) ? $fancyText.data("fancy-text-delay") : '',
|
| 532 |
$fancy_text_cursor = ($fancyText.data("fancy-text-cursor") !== undefined) ? true : false,
|
| 533 |
+
$fancy_text_loop = ($fancyText.data("fancy-text-loop") !== undefined) ? ($fancyText.data("fancy-text-loop") == 'yes' ? true : false) : false;
|
| 534 |
$fancy_text = $fancy_text.split("|");
|
| 535 |
|
| 536 |
if ( $transition_type == 'typing' ) {
|
assets/js/isotope.pkgd.min.js
CHANGED
|
File without changes
|
assets/js/jquery.resize.min.js
CHANGED
|
File without changes
|
assets/js/loading-bar.min.js
CHANGED
|
File without changes
|
assets/js/tooltipster.bundle.min.js
CHANGED
|
File without changes
|
assets/sass/_advance-accordion.scss
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
/*------------------------------*/
|
| 3 |
+
/* 31. Advance Accordion
|
| 4 |
+
/*------------------------------*/
|
| 5 |
+
|
| 6 |
+
.eael-adv-accordion {
|
| 7 |
+
width: auto;
|
| 8 |
+
height: auto;
|
| 9 |
+
transition: all 0.3s ease-in-out;
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
|
| 13 |
+
padding: 15px;
|
| 14 |
+
border: 1px solid rgba(0, 0, 0, 0.02);
|
| 15 |
+
font-size: 1rem;
|
| 16 |
+
font-weight: 600;
|
| 17 |
+
line-height: 1;
|
| 18 |
+
transition: all 0.3s ease-in-out;
|
| 19 |
+
display: flex;
|
| 20 |
+
justify-content: space-between;
|
| 21 |
+
align-items: center;
|
| 22 |
+
cursor: pointer;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
|
| 26 |
+
transform: rotate(0deg);
|
| 27 |
+
z-index: 10;
|
| 28 |
+
transition: all 0.3s ease-in-out;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
|
| 32 |
+
transform: rotate(90deg);
|
| 33 |
+
z-index: 10;
|
| 34 |
+
transition: all 0.3s ease-in-out;
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
.fa-accordion-icon {
|
| 38 |
+
display: inline-block;
|
| 39 |
+
margin-right: 10px;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
|
| 43 |
+
display: none;
|
| 44 |
+
border: 1px solid #eee;
|
| 45 |
+
padding: 15px;
|
| 46 |
+
box-sizing: border-box;
|
| 47 |
+
font-size: 1rem;
|
| 48 |
+
line-height: 1.7;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
|
| 52 |
+
margin: 0;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
|
| 56 |
+
display: block;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
@keyframes rotate-90 {
|
| 60 |
+
0% {
|
| 61 |
+
transform: rotateY(0deg);
|
| 62 |
+
}
|
| 63 |
+
100% {
|
| 64 |
+
transform: rotateY(-180deg);
|
| 65 |
+
}
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
@keyframes fadeIn {
|
| 69 |
+
0% {
|
| 70 |
+
opacity: 1;
|
| 71 |
+
transition: all 0.3s ease-in-out;
|
| 72 |
+
}
|
| 73 |
+
100% {
|
| 74 |
+
opacity: 1;
|
| 75 |
+
transition: all 0.3s ease-in-out;
|
| 76 |
+
}
|
| 77 |
+
}
|
assets/sass/_advance-tabs.scss
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*----------------------------*/
|
| 2 |
+
/* 30. Advance Tabs
|
| 3 |
+
/*----------------------------*/
|
| 4 |
+
.eael-advance-tabs {
|
| 5 |
+
display: block;
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
.eael-advance-tabs .eael-tabs-nav>ul {
|
| 9 |
+
position: relative;
|
| 10 |
+
padding: 0px;
|
| 11 |
+
margin: 0px;
|
| 12 |
+
list-style-type: none;
|
| 13 |
+
display: flex;
|
| 14 |
+
justify-content: flex-start;
|
| 15 |
+
align-items: center;
|
| 16 |
+
z-index: 1;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-advance-tabs .eael-tabs-nav>ul li {
|
| 20 |
+
position: relative;
|
| 21 |
+
padding: 1em 1.5em;
|
| 22 |
+
flex: 1 1 auto;
|
| 23 |
+
cursor: pointer;
|
| 24 |
+
display: flex;
|
| 25 |
+
justify-content: center;
|
| 26 |
+
align-items: center;
|
| 27 |
+
text-align: center;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.eael-advance-tabs .eael-tabs-nav>ul li:after {
|
| 31 |
+
content: "";
|
| 32 |
+
position: absolute;
|
| 33 |
+
bottom: -10px;
|
| 34 |
+
left: 0px;
|
| 35 |
+
right: 0px;
|
| 36 |
+
margin: 0 auto;
|
| 37 |
+
z-index: 1;
|
| 38 |
+
width: 0px;
|
| 39 |
+
height: 0px;
|
| 40 |
+
border-left: 10px solid transparent;
|
| 41 |
+
border-right: 10px solid transparent;
|
| 42 |
+
border-top: 10px solid #444;
|
| 43 |
+
border-bottom: 0px;
|
| 44 |
+
display: none;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after,
|
| 48 |
+
.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after {
|
| 49 |
+
display: none;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.eael-advance-tabs .eael-tabs-nav>ul li.active:after,
|
| 53 |
+
.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after {
|
| 54 |
+
display: block;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
.eael-tabs-content {
|
| 58 |
+
display: flex;
|
| 59 |
+
flex: 1 1 auto;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.eael-advance-tabs .eael-tabs-content>div {
|
| 63 |
+
display: none;
|
| 64 |
+
opacity: 0;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
.eael-advance-tabs .eael-tabs-content>div.active,
|
| 68 |
+
.eael-advance-tabs .eael-tabs-content>div.active-default {
|
| 69 |
+
display: block;
|
| 70 |
+
width: 100%;
|
| 71 |
+
padding: 1em;
|
| 72 |
+
opacity: 1;
|
| 73 |
+
animation: fadeIn linear 0.3s;
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
/*--- Inline Icon ---*/
|
| 78 |
+
|
| 79 |
+
.eael-tab-inline-icon li a .fa {
|
| 80 |
+
margin-right: 10px;
|
| 81 |
+
line-height: 1;
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
.eael-tab-top-icon li a {
|
| 85 |
+
display: flex;
|
| 86 |
+
flex-wrap: wrap;
|
| 87 |
+
text-align: center;
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.eael-tab-top-icon li a .fa,
|
| 91 |
+
.eael-tab-top-icon li a .eael-tab-title {
|
| 92 |
+
flex: 1 1 100%;
|
| 93 |
+
line-height: 1;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.eael-tab-top-icon li a .eael-tab-title {
|
| 97 |
+
margin-top: 10px;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
/*--- Vertical Tabs ---*/
|
| 102 |
+
|
| 103 |
+
.eael-advance-tabs.eael-tabs-vertical {
|
| 104 |
+
display: flex;
|
| 105 |
+
}
|
| 106 |
+
|
| 107 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
|
| 108 |
+
flex: 0 0 auto;
|
| 109 |
+
}
|
| 110 |
+
|
| 111 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul {
|
| 112 |
+
flex-flow: column wrap;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul>li {
|
| 116 |
+
width: 100%;
|
| 117 |
+
justify-content: start;
|
| 118 |
+
}
|
| 119 |
+
|
| 120 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul li::after {
|
| 121 |
+
bottom: auto !important;
|
| 122 |
+
right: -10px;
|
| 123 |
+
top: calc(50% - 10px) !important;
|
| 124 |
+
left: auto !important;
|
| 125 |
+
border-left: 10px solid #444;
|
| 126 |
+
border-right: 0;
|
| 127 |
+
border-top: 10px solid transparent;
|
| 128 |
+
border-bottom: 10px solid transparent;
|
| 129 |
+
}
|
| 130 |
+
|
| 131 |
+
@media only screen and (max-width: 767px) {
|
| 132 |
+
.eael-advance-tabs .eael-tabs-nav>ul {
|
| 133 |
+
flex-wrap: wrap;
|
| 134 |
+
}
|
| 135 |
+
.eael-advance-tabs .eael-tabs-nav>ul li {
|
| 136 |
+
flex: 1 100%;
|
| 137 |
+
}
|
| 138 |
+
}
|
assets/sass/_caldera-form.scss
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* ----------------------------------------- */
|
| 2 |
+
/* 22. Caldera Contact Form Styler
|
| 3 |
+
/* ----------------------------------------- */
|
| 4 |
+
.eael-caldera-form-align-left,
|
| 5 |
+
.eael-caldera-form-btn-align-left {
|
| 6 |
+
text-align: left;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
.eael-caldera-form-align-right,
|
| 10 |
+
.eael-caldera-form-btn-align-right {
|
| 11 |
+
text-align: right;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.eael-caldera-form-align-center,
|
| 15 |
+
.eael-caldera-form-btn-align-center {
|
| 16 |
+
text-align: center;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-caldera-form .control-label {
|
| 20 |
+
display: none;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
.eael-caldera-form-labels-yes .control-label {
|
| 24 |
+
display: block;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
.eael-caldera-form-button-center .form-group input[type=button],
|
| 28 |
+
.eael-caldera-form-button-center .form-group input[type=submit] {
|
| 29 |
+
display: block;
|
| 30 |
+
margin: 0 auto;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.eael-caldera-form-button-right .form-group input[type=button],
|
| 34 |
+
.eael-caldera-form-button-right .form-group input[type=submit] {
|
| 35 |
+
float: right;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.eael-caldera-form .intl-tel-input {
|
| 39 |
+
display: inherit;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
|
| 43 |
+
.eael-custom-radio-checkbox .caldera-grid input[type=radio] {
|
| 44 |
+
border-style: solid;
|
| 45 |
+
border-width: 0;
|
| 46 |
+
padding: 3px;
|
| 47 |
+
-webkit-appearance: none;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.eael-caldera-form-button-full-width .form-group input[type=submit],
|
| 51 |
+
.eael-caldera-form-button-full-width .form-group input[type=button] {
|
| 52 |
+
width: 100%;
|
| 53 |
+
}
|
assets/sass/_call-to-action.scss
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------*/
|
| 2 |
+
/* 19. Call To Action
|
| 3 |
+
/*-------------------------*/
|
| 4 |
+
.eael-call-to-action {
|
| 5 |
+
width: 100%;
|
| 6 |
+
height: auto;
|
| 7 |
+
display: block;
|
| 8 |
+
padding: 30px;
|
| 9 |
+
font-size: 16px;
|
| 10 |
+
color: #4d4d4d;
|
| 11 |
+
font-weight: 400;
|
| 12 |
+
line-height: 27px;
|
| 13 |
+
margin: 0 auto;
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
.eael-call-to-action p {
|
| 17 |
+
margin-bottom: 10px;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
.eael-call-to-action .title {
|
| 21 |
+
font-size: 36px;
|
| 22 |
+
font-weight: 600;
|
| 23 |
+
line-height: 36px;
|
| 24 |
+
margin-bottom: 10px;
|
| 25 |
+
text-transform: capitalize;
|
| 26 |
+
font-style: normal;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.eael-call-to-action.cta-center {
|
| 30 |
+
text-align: center;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.eael-call-to-action.cta-right {
|
| 34 |
+
text-align: right;
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
.eael-call-to-action.cta-left {
|
| 38 |
+
text-align: left;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.eael-call-to-action.bg-lite {
|
| 42 |
+
background: #f4f4f4;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
.eael-call-to-action.bg-img {
|
| 46 |
+
background-image: url('../img/bg.jpg');
|
| 47 |
+
background-repeat: no-repeat;
|
| 48 |
+
background-position: center;
|
| 49 |
+
background-size: cover;
|
| 50 |
+
position: relative;
|
| 51 |
+
z-index: 0;
|
| 52 |
+
color: rgba( 255, 255, 255, 0.7);
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.eael-call-to-action.bg-img .icon {
|
| 56 |
+
color: #fff;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
.eael-call-to-action.bg-img:after {
|
| 60 |
+
content: "";
|
| 61 |
+
position: absolute;
|
| 62 |
+
width: 100%;
|
| 63 |
+
height: 100%;
|
| 64 |
+
top: 0px;
|
| 65 |
+
left: 0px;
|
| 66 |
+
z-index: -1;
|
| 67 |
+
background: rgba( 0, 0, 0, 0.8);
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.eael-call-to-action.bg-img.bg-fixed {
|
| 71 |
+
background-attachment: fixed;
|
| 72 |
+
background-position: center center;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
.eael-call-to-action.bg-img .title {
|
| 76 |
+
color: rgba( 255, 255, 255, 0.9);
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
/*--- Cta Flex ---*/
|
| 80 |
+
.eael-call-to-action.cta-flex,
|
| 81 |
+
.eael-call-to-action.cta-icon-flex {
|
| 82 |
+
display: flex;
|
| 83 |
+
justify-content: space-between;
|
| 84 |
+
align-items: flex-start;
|
| 85 |
+
}
|
| 86 |
+
|
| 87 |
+
/*--- Cta Icon Flex ---*/
|
| 88 |
+
.eael-call-to-action.cta-icon-flex .icon {
|
| 89 |
+
flex-grow: 1;
|
| 90 |
+
font-size: 80px;
|
| 91 |
+
text-align: left;
|
| 92 |
+
line-height: 130px;
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
.eael-call-to-action.cta-icon-flex .action {
|
| 96 |
+
flex-grow: 1;
|
| 97 |
+
text-align: right;
|
| 98 |
+
padding-top: 22px;
|
| 99 |
+
flex-basis: 22%;
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
.eael-call-to-action.cta-icon-flex .content {
|
| 103 |
+
flex-grow: 1;
|
| 104 |
+
padding: 0px 30px;
|
| 105 |
+
}
|
| 106 |
+
|
| 107 |
+
/*--- Cta Flex ---*/
|
| 108 |
+
.eael-call-to-action.cta-flex .content {
|
| 109 |
+
padding: 0px 15px;
|
| 110 |
+
flex-grow: 1;
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
.eael-call-to-action.cta-flex .action {
|
| 114 |
+
flex-grow: 1;
|
| 115 |
+
text-align: right;
|
| 116 |
+
padding-top: 25px;
|
| 117 |
+
flex-basis: 23%;
|
| 118 |
+
}
|
| 119 |
+
|
| 120 |
+
/*--- Cta Button ---*/
|
| 121 |
+
.eael-call-to-action .cta-button {
|
| 122 |
+
position: relative;
|
| 123 |
+
display: inline-block;
|
| 124 |
+
padding: 12px 30px;
|
| 125 |
+
background: #f9f9f9;
|
| 126 |
+
font-size: 16px;
|
| 127 |
+
text-decoration: none;
|
| 128 |
+
color: #4d4d4d;
|
| 129 |
+
-webkit-transition: .5s;
|
| 130 |
+
-ms-transition: .5s;
|
| 131 |
+
transition: .5s;
|
| 132 |
+
-webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 133 |
+
-ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 134 |
+
box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 135 |
+
margin-right: 10px;
|
| 136 |
+
margin-top: 10px;
|
| 137 |
+
z-index: 0;
|
| 138 |
+
overflow: hidden;
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
.eael-call-to-action .cta-button:last-child {
|
| 142 |
+
margin-right: 0px;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
+
.eael-call-to-action .cta-button:focus {
|
| 146 |
+
outline: none;
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
|
| 150 |
+
/*--- Hover ---*/
|
| 151 |
+
.eael-call-to-action .cta-button:hover {
|
| 152 |
+
color: #fff;
|
| 153 |
+
background: #3F51B5;
|
| 154 |
+
-webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 155 |
+
-ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 156 |
+
box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
|
| 160 |
+
/*--- Cta Button effect 1 ---*/
|
| 161 |
+
.eael-call-to-action .cta-button.effect-1:after {
|
| 162 |
+
content: "";
|
| 163 |
+
position: absolute;
|
| 164 |
+
width: 100%;
|
| 165 |
+
height: 100%;
|
| 166 |
+
background: #3F51B5;
|
| 167 |
+
top: 0px;
|
| 168 |
+
left: 0px;
|
| 169 |
+
transform: translateY(-100%);
|
| 170 |
+
-webkit-transform: translateY(-100%);
|
| 171 |
+
-ms-transform: translateY(-100%);
|
| 172 |
+
z-index: -1;
|
| 173 |
+
-webkit-transition: .5s;
|
| 174 |
+
-ms-transition: .5s;
|
| 175 |
+
transition: .5s;
|
| 176 |
+
color: #fff;
|
| 177 |
+
}
|
| 178 |
+
|
| 179 |
+
.eael-call-to-action .cta-button.effect-1:hover::after {
|
| 180 |
+
-webkit-transform: translateY(0);
|
| 181 |
+
-ms-transform: translateY(0);
|
| 182 |
+
transform: translateY(0);
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
/*--- Cta Button effect 2 ---*/
|
| 186 |
+
.eael-call-to-action .cta-button.effect-2:after {
|
| 187 |
+
content: "";
|
| 188 |
+
position: absolute;
|
| 189 |
+
width: 100%;
|
| 190 |
+
height: 100%;
|
| 191 |
+
background: #3F51B5;
|
| 192 |
+
top: 0px;
|
| 193 |
+
left: 0px;
|
| 194 |
+
z-index: -1;
|
| 195 |
+
-webkit-transition: .5s;
|
| 196 |
+
-ms-transition: .5s;
|
| 197 |
+
transition: .5s;
|
| 198 |
+
color: #fff;
|
| 199 |
+
-webkit-transform: translateX(-100%);
|
| 200 |
+
transform: translateX(-100%);
|
| 201 |
+
}
|
| 202 |
+
|
| 203 |
+
.eael-call-to-action .cta-button.effect-2:hover::after {
|
| 204 |
+
-webkit-transform: translateX(0);
|
| 205 |
+
transform: translateX(0);
|
| 206 |
+
}
|
| 207 |
+
|
| 208 |
+
/*--- Media Queries ---*/
|
| 209 |
+
@media only screen and (max-width: 768px) {
|
| 210 |
+
.eael-call-to-action.cta-flex,
|
| 211 |
+
.eael-call-to-action.cta-icon-flex {
|
| 212 |
+
flex-wrap: wrap;
|
| 213 |
+
}
|
| 214 |
+
.eael-call-to-action .title {
|
| 215 |
+
font-size: 28px;
|
| 216 |
+
line-height: 36px;
|
| 217 |
+
margin-top: 0px;
|
| 218 |
+
}
|
| 219 |
+
.eael-call-to-action.cta-icon-flex .icon {
|
| 220 |
+
flex-grow: 1;
|
| 221 |
+
font-size: 48px;
|
| 222 |
+
line-height: 90px;
|
| 223 |
+
text-align: center;
|
| 224 |
+
}
|
| 225 |
+
.eael-call-to-action.cta-flex .content,
|
| 226 |
+
.eael-call-to-action.cta-icon-flex .content {
|
| 227 |
+
flex-grow: 1;
|
| 228 |
+
text-align: center;
|
| 229 |
+
padding: 0px;
|
| 230 |
+
}
|
| 231 |
+
.eael-call-to-action.cta-flex .action,
|
| 232 |
+
.eael-call-to-action.cta-icon-flex .action {
|
| 233 |
+
text-align: center;
|
| 234 |
+
padding-top: 0px;
|
| 235 |
+
}
|
| 236 |
+
.eael-call-to-action .cta-button {
|
| 237 |
+
padding: 12px 25px;
|
| 238 |
+
}
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
@media only screen and (max-width: 360px) {
|
| 242 |
+
.eael-call-to-action {
|
| 243 |
+
font-size: 14px;
|
| 244 |
+
line-height: 26px;
|
| 245 |
+
}
|
| 246 |
+
.eael-call-to-action .cta-button {
|
| 247 |
+
padding: 4px 20px;
|
| 248 |
+
font-size: 12px;
|
| 249 |
+
}
|
| 250 |
+
.eael-call-to-action .title {
|
| 251 |
+
font-size: 20px;
|
| 252 |
+
line-height: 30px;
|
| 253 |
+
}
|
| 254 |
+
}
|
assets/sass/_contact-form7.scss
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*/
|
| 2 |
+
/* 11. Contact Form 7 Styles
|
| 3 |
+
/*--------------------------------*/
|
| 4 |
+
.eael-contact-form.eael-contact-form-align-center,
|
| 5 |
+
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
|
| 6 |
+
margin-left: auto !important;
|
| 7 |
+
margin-right: auto !important;
|
| 8 |
+
display: block;
|
| 9 |
+
float: none;
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
.eael-contact-form.eael-contact-form-align-left,
|
| 13 |
+
.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
|
| 14 |
+
float: left;
|
| 15 |
+
width: auto;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.eael-contact-form.eael-contact-form-align-right,
|
| 19 |
+
.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
|
| 20 |
+
float: right;
|
| 21 |
+
width: auto;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.eael-contact-form-7 textarea,
|
| 25 |
+
.eael-contact-form-7 input[type="text"],
|
| 26 |
+
.eael-contact-form-7 input[type="password"],
|
| 27 |
+
.eael-contact-form-7 input[type="datetime"],
|
| 28 |
+
.eael-contact-form-7 input[type="datetime-local"],
|
| 29 |
+
.eael-contact-form-7 input[type="date"],
|
| 30 |
+
.eael-contact-form-7 input[type="month"],
|
| 31 |
+
.eael-contact-form-7 input[type="time"],
|
| 32 |
+
.eael-contact-form-7 input[type="week"],
|
| 33 |
+
.eael-contact-form-7 input[type="number"],
|
| 34 |
+
.eael-contact-form-7 input[type="email"],
|
| 35 |
+
.eael-contact-form-7 input[type="url"],
|
| 36 |
+
.eael-contact-form-7 input[type="search"],
|
| 37 |
+
.eael-contact-form-7 input[type="tel"],
|
| 38 |
+
.eael-contact-form-7 input[type="color"],
|
| 39 |
+
.eael-contact-form-7 .uneditable-input {
|
| 40 |
+
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 41 |
+
transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.eael-contact-form-7 .wpcf7-form::before,
|
| 45 |
+
.eael-contact-form-7 .wpcf7-form::after {
|
| 46 |
+
content: " ";
|
| 47 |
+
clear: both;
|
| 48 |
+
display: table;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.eael-contact-form-7 .wpcf7-form:after {
|
| 52 |
+
clear: both;
|
| 53 |
+
content: "";
|
| 54 |
+
font-size: 0;
|
| 55 |
+
height: 0;
|
| 56 |
+
display: block;
|
| 57 |
+
visibility: hidden;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
.eael-contact-form-7 .wpcf7-form label,
|
| 61 |
+
.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
|
| 62 |
+
display: block;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.eael-contact-form-7 .wpcf7-form p {
|
| 66 |
+
margin-bottom: 0;
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
| 70 |
+
display: none;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.eael-contact-form-7-title {
|
| 74 |
+
margin-bottom: 10px;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.eael-contact-form-7-description {
|
| 78 |
+
margin-bottom: 20px;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
|
| 82 |
+
width: 100%;
|
| 83 |
+
}
|
assets/sass/_contact-forms.scss
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*/
|
| 2 |
+
/* 10. Contact forms common
|
| 3 |
+
/*--------------------------------*/
|
| 4 |
+
|
| 5 |
+
.eael-contact-form input[type=text],
|
| 6 |
+
.eael-contact-form input[type=email],
|
| 7 |
+
.eael-contact-form input[type=url],
|
| 8 |
+
.eael-contact-form input[type=tel],
|
| 9 |
+
.eael-contact-form input[type=date],
|
| 10 |
+
.eael-contact-form input[type=number],
|
| 11 |
+
.eael-contact-form textarea {
|
| 12 |
+
background: #fff;
|
| 13 |
+
box-shadow: none;
|
| 14 |
+
-webkit-box-shadow: none;
|
| 15 |
+
float: none;
|
| 16 |
+
height: auto;
|
| 17 |
+
margin: 0;
|
| 18 |
+
outline: 0;
|
| 19 |
+
width: auto;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
.eael-contact-form input[type=submit] {
|
| 23 |
+
border: 0;
|
| 24 |
+
float: none;
|
| 25 |
+
height: auto;
|
| 26 |
+
margin: 0;
|
| 27 |
+
padding: 10px 20px;
|
| 28 |
+
width: auto;
|
| 29 |
+
-webkit-transition: all 0.25s linear 0s;
|
| 30 |
+
transition: all 0.25s linear 0s;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
|
| 34 |
+
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
|
| 35 |
+
opacity: 0;
|
| 36 |
+
visibility: hidden;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
.eael-contact-form.placeholder-hide input::-moz-placeholder,
|
| 40 |
+
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
|
| 41 |
+
opacity: 0;
|
| 42 |
+
visibility: hidden;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
|
| 46 |
+
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
|
| 47 |
+
opacity: 0;
|
| 48 |
+
visibility: hidden;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.eael-contact-form.placeholder-hide input:-moz-placeholder,
|
| 52 |
+
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
|
| 53 |
+
opacity: 0;
|
| 54 |
+
visibility: hidden;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
.eael-custom-radio-checkbox input[type=checkbox],
|
| 58 |
+
.eael-custom-radio-checkbox input[type=radio] {
|
| 59 |
+
-webkit-appearance: none;
|
| 60 |
+
-moz-appearance: none;
|
| 61 |
+
border-style: solid;
|
| 62 |
+
border-width: 0;
|
| 63 |
+
outline: none;
|
| 64 |
+
min-width: 1px;
|
| 65 |
+
width: 15px;
|
| 66 |
+
height: 15px;
|
| 67 |
+
background: #ddd;
|
| 68 |
+
padding: 3px;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.eael-custom-radio-checkbox input[type=checkbox]:before,
|
| 72 |
+
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 73 |
+
content: "";
|
| 74 |
+
width: 100%;
|
| 75 |
+
height: 100%;
|
| 76 |
+
padding: 0;
|
| 77 |
+
margin: 0;
|
| 78 |
+
display: block;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
|
| 82 |
+
.eael-custom-radio-checkbox input[type=radio]:checked:before {
|
| 83 |
+
background: #999;
|
| 84 |
+
-webkit-transition: all 0.25s linear 0s;
|
| 85 |
+
transition: all 0.25s linear 0s;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.eael-custom-radio-checkbox input[type=radio] {
|
| 89 |
+
border-radius: 50%;
|
| 90 |
+
}
|
| 91 |
+
|
| 92 |
+
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 93 |
+
border-radius: 50%;
|
| 94 |
+
}
|
assets/sass/_content-ticker.scss
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
/*----------------------------*/
|
| 3 |
+
/* 29. Content Ticker
|
| 4 |
+
/*----------------------------*/
|
| 5 |
+
|
| 6 |
+
.eael-ticker-wrap {
|
| 7 |
+
overflow: hidden;
|
| 8 |
+
display: flex;
|
| 9 |
+
flex-flow: row nowrap;
|
| 10 |
+
align-items: center;
|
| 11 |
+
width: 100%;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.eael-ticker-wrap .ticker-badge {
|
| 15 |
+
flex: 0 0 auto;
|
| 16 |
+
padding: 8px 12px;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-ticker-wrap .eael-ticker {
|
| 20 |
+
overflow: hidden;
|
| 21 |
+
flex: 1 1 auto;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.eael-ticker-wrap .eael-ticker .ticker-content {
|
| 25 |
+
padding: 8px 12px;
|
| 26 |
+
line-height: 1.8;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.eael-ticker-wrap .eael-ticker .ticker-content p{
|
| 30 |
+
margin: 0;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.eael-ticker-wrap .swiper-button-prev {
|
| 34 |
+
left: auto !important;
|
| 35 |
+
right: 25px;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.eael-ticker-wrap div.swiper-slide,
|
| 39 |
+
.eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
|
| 40 |
+
.eael-ticker-wrap div.swiper-slide.swiper-slide-next {
|
| 41 |
+
opacity: 0 !important;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.eael-ticker-wrap div.swiper-slide.swiper-slide-active {
|
| 45 |
+
opacity: 1 !important;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
|
| 49 |
+
text-align: left;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
@media only screen and (max-width: 767px) {
|
| 53 |
+
.eael-ticker-wrap {
|
| 54 |
+
flex-flow: row wrap;
|
| 55 |
+
}
|
| 56 |
+
.content-ticker-pagination {
|
| 57 |
+
display: none;
|
| 58 |
+
}
|
| 59 |
+
}
|
assets/sass/_countdown.scss
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*---------------------------------*/
|
| 2 |
+
/* 05. Countdown Styles
|
| 3 |
+
/*---------------------------------*/
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
/*--- General ---*/
|
| 7 |
+
|
| 8 |
+
.eael-countdown-items {
|
| 9 |
+
list-style: none;
|
| 10 |
+
margin: 0;
|
| 11 |
+
padding: 0;
|
| 12 |
+
display: table;
|
| 13 |
+
table-layout: fixed;
|
| 14 |
+
width: 100%;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
.eael-countdown-items>li {
|
| 18 |
+
list-style: none;
|
| 19 |
+
margin: 0;
|
| 20 |
+
padding: 0;
|
| 21 |
+
display: table-cell;
|
| 22 |
+
position: relative;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.eael-countdown-item>div {
|
| 26 |
+
text-align: center;
|
| 27 |
+
padding: 20px;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.eael-countdown-label-block .eael-countdown-digits,
|
| 31 |
+
.eael-countdown-label-block .eael-countdown-label {
|
| 32 |
+
display: block;
|
| 33 |
+
text-align: center;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
.eael-countdown-digits {
|
| 37 |
+
font-size: 54px;
|
| 38 |
+
line-height: 1;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.eael-countdown-label {
|
| 42 |
+
font-size: 18px;
|
| 43 |
+
line-height: 1;
|
| 44 |
+
color: #ffffff;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
.eael-countdown-show-separator .eael-countdown-digits::after {
|
| 48 |
+
content: ":";
|
| 49 |
+
position: absolute;
|
| 50 |
+
left: 98%;
|
| 51 |
+
z-index: 9999;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.eael-countdown-item:last-child .eael-countdown-digits::after {
|
| 55 |
+
display: none;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
/*--- Style 1 ---*/
|
| 60 |
+
|
| 61 |
+
.eael-countdown-items.style-1 .eael-countdown-item>div {
|
| 62 |
+
background: #262625;
|
| 63 |
+
}
|
assets/sass/_creative-button.scss
ADDED
|
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*-----------------------------*/
|
| 2 |
+
/* 04. Creative Button styles
|
| 3 |
+
/*-----------------------------*/
|
| 4 |
+
|
| 5 |
+
.eael-creative-button-align-center {
|
| 6 |
+
text-align: center;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
.eael-creative-button-wrapper {
|
| 10 |
+
display: flex;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
.eael-creative-button {
|
| 14 |
+
flex: 0 0 auto;
|
| 15 |
+
min-width: 150px;
|
| 16 |
+
text-align: center;
|
| 17 |
+
vertical-align: middle;
|
| 18 |
+
position: relative;
|
| 19 |
+
z-index: 1;
|
| 20 |
+
-webkit-backface-visibility: hidden;
|
| 21 |
+
backface-visibility: hidden;
|
| 22 |
+
-moz-osx-font-smoothing: grayscale;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.eael-creative-button:focus {
|
| 26 |
+
outline: none;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.eael-creative-button>span {
|
| 30 |
+
vertical-align: middle;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.eael-creative-button {
|
| 34 |
+
border-radius: 2px;
|
| 35 |
+
padding: 20px 30px;
|
| 36 |
+
font-size: 16px;
|
| 37 |
+
line-height: 1;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
/*--- Winona ---*/
|
| 42 |
+
|
| 43 |
+
.eael-creative-button--winona {
|
| 44 |
+
overflow: hidden;
|
| 45 |
+
padding: 0!important;
|
| 46 |
+
-webkit-transition: border-color 0.3s, background-color 0.3s;
|
| 47 |
+
transition: border-color 0.3s, background-color 0.3s;
|
| 48 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 49 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.eael-creative-button--winona::after {
|
| 53 |
+
content: attr(data-text);
|
| 54 |
+
position: absolute;
|
| 55 |
+
width: 100%;
|
| 56 |
+
height: 100%;
|
| 57 |
+
top: 0;
|
| 58 |
+
left: 0;
|
| 59 |
+
opacity: 0;
|
| 60 |
+
-webkit-transform: translate3d(0, 25%, 0);
|
| 61 |
+
transform: translate3d(0, 25%, 0);
|
| 62 |
+
}
|
| 63 |
+
|
| 64 |
+
.eael-creative-button--winona>span {
|
| 65 |
+
display: block;
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.eael-creative-button--winona::after,
|
| 69 |
+
.eael-creative-button--winona>span {
|
| 70 |
+
padding: 1em 2em;
|
| 71 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
| 72 |
+
transition: transform 0.3s, opacity 0.3s;
|
| 73 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 74 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.eael-creative-button--winona:hover::after {
|
| 78 |
+
opacity: 1;
|
| 79 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 80 |
+
transform: translate3d(0, 0, 0);
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
.eael-creative-button--winona:hover>span {
|
| 84 |
+
opacity: 0;
|
| 85 |
+
-webkit-transform: translate3d(0, -25%, 0);
|
| 86 |
+
transform: translate3d(0, -25%, 0);
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
/*--- Ujarak ---*/
|
| 91 |
+
|
| 92 |
+
.eael-creative-button--ujarak {
|
| 93 |
+
-webkit-transition: border-color 0.4s, color 0.4s;
|
| 94 |
+
transition: border-color 0.4s, color 0.4s;
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
.eael-creative-button--ujarak::before {
|
| 98 |
+
content: '';
|
| 99 |
+
position: absolute;
|
| 100 |
+
top: 0;
|
| 101 |
+
left: 0;
|
| 102 |
+
width: 100%;
|
| 103 |
+
height: 100%;
|
| 104 |
+
z-index: -1;
|
| 105 |
+
opacity: 0;
|
| 106 |
+
-webkit-transform: scale3d(0.7, 1, 1);
|
| 107 |
+
transform: scale3d(0.7, 1, 1);
|
| 108 |
+
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
| 109 |
+
transition: transform 0.4s, opacity 0.4s;
|
| 110 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 111 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 112 |
+
}
|
| 113 |
+
|
| 114 |
+
.eael-creative-button--ujarak,
|
| 115 |
+
.eael-creative-button--ujarak::before {
|
| 116 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 117 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 118 |
+
}
|
| 119 |
+
|
| 120 |
+
.eael-creative-button--ujarak:hover::before {
|
| 121 |
+
opacity: 1;
|
| 122 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 123 |
+
transform: translate3d(0, 0, 0);
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
|
| 127 |
+
/*--- Wayra ---*/
|
| 128 |
+
|
| 129 |
+
.eael-creative-button--wayra {
|
| 130 |
+
overflow: hidden;
|
| 131 |
+
-webkit-transition: border-color 0.3s, color 0.3s;
|
| 132 |
+
transition: border-color 0.3s, color 0.3s;
|
| 133 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 134 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 135 |
+
}
|
| 136 |
+
|
| 137 |
+
.eael-creative-button--wayra::before {
|
| 138 |
+
content: '';
|
| 139 |
+
position: absolute;
|
| 140 |
+
top: 0;
|
| 141 |
+
left: 0;
|
| 142 |
+
width: 150%;
|
| 143 |
+
height: 100%;
|
| 144 |
+
z-index: -1;
|
| 145 |
+
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
| 146 |
+
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
| 147 |
+
-webkit-transform-origin: 0% 100%;
|
| 148 |
+
transform-origin: 0% 100%;
|
| 149 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 150 |
+
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 151 |
+
}
|
| 152 |
+
|
| 153 |
+
.eael-creative-button--wayra:hover::before {
|
| 154 |
+
opacity: 1;
|
| 155 |
+
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
| 156 |
+
transform: rotate3d(0, 0, 1, 0deg);
|
| 157 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 158 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
|
| 162 |
+
/*--- Tamaya ---*/
|
| 163 |
+
.eael-creative-button--tamaya {
|
| 164 |
+
overflow: hidden;
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
.eael-creative-button--tamaya::before,
|
| 168 |
+
.eael-creative-button--tamaya::after {
|
| 169 |
+
content: attr(data-text);
|
| 170 |
+
position: absolute;
|
| 171 |
+
width: 100%;
|
| 172 |
+
height: 50%;
|
| 173 |
+
left: 0;
|
| 174 |
+
overflow: hidden;
|
| 175 |
+
-webkit-transition: -webkit-transform 0.3s;
|
| 176 |
+
transition: transform 0.3s;
|
| 177 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 178 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 179 |
+
}
|
| 180 |
+
|
| 181 |
+
.eael-creative-button--tamaya::before {
|
| 182 |
+
top: 0;
|
| 183 |
+
padding: 20px 30px;
|
| 184 |
+
}
|
| 185 |
+
|
| 186 |
+
.eael-creative-button--tamaya::after {
|
| 187 |
+
bottom: 0;
|
| 188 |
+
line-height: 0;
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
+
.eael-creative-button--tamaya:hover::after {
|
| 192 |
+
bottom: -1px;
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
.eael-creative-button--tamaya>span {
|
| 196 |
+
display: block;
|
| 197 |
+
-webkit-transform: scale3d(0.2, 0.2, 1);
|
| 198 |
+
transform: scale3d(0.2, 0.2, 1);
|
| 199 |
+
opacity: 0;
|
| 200 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
| 201 |
+
transition: transform 0.3s, opacity 0.3s;
|
| 202 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 203 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 204 |
+
}
|
| 205 |
+
|
| 206 |
+
.eael-creative-button--tamaya:hover::before {
|
| 207 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
| 208 |
+
transform: translate3d(0, -100%, 0);
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
.eael-creative-button--tamaya:hover::after {
|
| 212 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
| 213 |
+
transform: translate3d(0, 100%, 0);
|
| 214 |
+
}
|
| 215 |
+
|
| 216 |
+
.eael-creative-button--tamaya:hover>span {
|
| 217 |
+
opacity: 1;
|
| 218 |
+
-webkit-transform: scale3d(1, 1, 1);
|
| 219 |
+
transform: scale3d(1, 1, 1);
|
| 220 |
+
}
|
| 221 |
+
|
| 222 |
+
|
| 223 |
+
/*--- Rayen ---*/
|
| 224 |
+
|
| 225 |
+
.eael-creative-button--rayen {
|
| 226 |
+
overflow: hidden;
|
| 227 |
+
padding: 0!important;
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.eael-creative-button--rayen::before {
|
| 231 |
+
content: attr(data-text);
|
| 232 |
+
position: absolute;
|
| 233 |
+
top: 0;
|
| 234 |
+
left: 0;
|
| 235 |
+
width: 100%;
|
| 236 |
+
height: 100%;
|
| 237 |
+
-webkit-transform: translate3d(-100%, 0, 0);
|
| 238 |
+
transform: translate3d(-100%, 0, 0);
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
.eael-creative-button--rayen>span {
|
| 242 |
+
display: block;
|
| 243 |
+
}
|
| 244 |
+
|
| 245 |
+
.eael-creative-button--rayen::before,
|
| 246 |
+
.eael-creative-button--rayen>span {
|
| 247 |
+
padding: 1em 2em;
|
| 248 |
+
-webkit-transition: -webkit-transform 0.3s;
|
| 249 |
+
transition: transform 0.3s;
|
| 250 |
+
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 251 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.eael-creative-button--rayen:hover::before {
|
| 255 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 256 |
+
transform: translate3d(0, 0, 0);
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
.eael-creative-button--rayen:hover>span {
|
| 260 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
| 261 |
+
transform: translate3d(0, 100%, 0);
|
| 262 |
+
}
|
assets/sass/_data-table.scss
ADDED
|
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
//colors
|
| 2 |
+
$color_0: rgba(0, 0, 0, 0.09);
|
| 3 |
+
$color_1: #f2f2f2;
|
| 4 |
+
$color_2: #fff;
|
| 5 |
+
$color_3: #4a4893;
|
| 6 |
+
$color_4: #888;
|
| 7 |
+
$color_5: #000;
|
| 8 |
+
$color_6: rgba(242, 242, 242, 0.5);
|
| 9 |
+
$color_7: rgba(242, 242, 242, 0.7);
|
| 10 |
+
|
| 11 |
+
//fonts
|
| 12 |
+
$font_0: "FontAwesome";
|
| 13 |
+
$font_1: "Montserrat";
|
| 14 |
+
$font_2: "sans-serif";
|
| 15 |
+
|
| 16 |
+
//@extend-elements
|
| 17 |
+
//original selectors
|
| 18 |
+
//table.eael-data-table thead .sorting, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting_asc
|
| 19 |
+
%extend_1 {
|
| 20 |
+
position: relative;
|
| 21 |
+
z-index: 0;
|
| 22 |
+
outline: 0;
|
| 23 |
+
cursor: pointer;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
//original selectors
|
| 27 |
+
//table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting_asc:after
|
| 28 |
+
%extend_2 {
|
| 29 |
+
position: absolute;
|
| 30 |
+
top: 50%;
|
| 31 |
+
right: 10px;
|
| 32 |
+
font-family: $font_0;
|
| 33 |
+
color: $color_2;
|
| 34 |
+
z-index: 1;
|
| 35 |
+
transform: translateY(-50%);
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
.eael-data-table-wrap {
|
| 40 |
+
.eael-data-tables_wrapper {
|
| 41 |
+
display: flex;
|
| 42 |
+
flex-flow: row wrap;
|
| 43 |
+
justify-content: flex-start;
|
| 44 |
+
width: 100%;
|
| 45 |
+
}
|
| 46 |
+
.eael-data-tables_filter {
|
| 47 |
+
flex-grow: 1;
|
| 48 |
+
flex-basis: 50%;
|
| 49 |
+
text-align: right;
|
| 50 |
+
label {
|
| 51 |
+
font-weight: 700;
|
| 52 |
+
input[type="search"] {
|
| 53 |
+
height: 40px;
|
| 54 |
+
border: 1px solid $color_0;
|
| 55 |
+
outline: 0;
|
| 56 |
+
padding: 10px;
|
| 57 |
+
margin-left: 10px;
|
| 58 |
+
}
|
| 59 |
+
}
|
| 60 |
+
}
|
| 61 |
+
.eael-data-tables_length {
|
| 62 |
+
flex-grow: 1;
|
| 63 |
+
flex-basis: 50%;
|
| 64 |
+
select {
|
| 65 |
+
width: auto;
|
| 66 |
+
max-width: 120px;
|
| 67 |
+
height: 40px;
|
| 68 |
+
border: 1px solid $color_0;
|
| 69 |
+
outline: 0;
|
| 70 |
+
margin-left: 10px;
|
| 71 |
+
margin-right: 10px;
|
| 72 |
+
}
|
| 73 |
+
label {
|
| 74 |
+
font-weight: 700;
|
| 75 |
+
}
|
| 76 |
+
}
|
| 77 |
+
.eael-data-tables_info {
|
| 78 |
+
flex-grow: 1;
|
| 79 |
+
flex-basis: 50%;
|
| 80 |
+
font-weight: 700;
|
| 81 |
+
}
|
| 82 |
+
.eael-data-tables_paginate {
|
| 83 |
+
flex-grow: 1;
|
| 84 |
+
flex-basis: 50%;
|
| 85 |
+
text-align: right;
|
| 86 |
+
.paginate_button {
|
| 87 |
+
padding: 10px 15px;
|
| 88 |
+
background: $color_1;
|
| 89 |
+
margin-right: 2px;
|
| 90 |
+
cursor: pointer;
|
| 91 |
+
transition: all .3s;
|
| 92 |
+
&:hover {
|
| 93 |
+
color: $color_2;
|
| 94 |
+
background: $color_3;
|
| 95 |
+
}
|
| 96 |
+
&.current {
|
| 97 |
+
color: $color_2;
|
| 98 |
+
background: $color_3;
|
| 99 |
+
}
|
| 100 |
+
&.disabled {
|
| 101 |
+
cursor: no-drop;
|
| 102 |
+
background: $color_1;
|
| 103 |
+
opacity: .5;
|
| 104 |
+
color: $color_4;
|
| 105 |
+
}
|
| 106 |
+
}
|
| 107 |
+
}
|
| 108 |
+
}
|
| 109 |
+
.data-header-icon {
|
| 110 |
+
margin-right: 10px;
|
| 111 |
+
}
|
| 112 |
+
.eael-data-table {
|
| 113 |
+
width: 100%;
|
| 114 |
+
height: auto;
|
| 115 |
+
margin: 0;
|
| 116 |
+
border-collapse: collapse;
|
| 117 |
+
border: none;
|
| 118 |
+
|
| 119 |
+
tr {
|
| 120 |
+
border-style: none;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
thead tr {
|
| 124 |
+
text-align: left;
|
| 125 |
+
|
| 126 |
+
th {
|
| 127 |
+
padding: 20px 15px;
|
| 128 |
+
background: $color_3;
|
| 129 |
+
font-size: 16px;
|
| 130 |
+
font-weight: 600;
|
| 131 |
+
font-family: $font_1, $font_2;
|
| 132 |
+
line-height: 1;
|
| 133 |
+
color: $color_2;
|
| 134 |
+
border-color: $color_5;
|
| 135 |
+
border-width: 2px;
|
| 136 |
+
border-style: none;
|
| 137 |
+
background-clip: padding-box;
|
| 138 |
+
|
| 139 |
+
&:hover {
|
| 140 |
+
border-color: $color_5;
|
| 141 |
+
}
|
| 142 |
+
}
|
| 143 |
+
}
|
| 144 |
+
tbody tr {
|
| 145 |
+
&.even {
|
| 146 |
+
transition: background 0.4s ease-in-out;
|
| 147 |
+
&:hover {
|
| 148 |
+
background: $color_7;
|
| 149 |
+
}
|
| 150 |
+
&:last-child {
|
| 151 |
+
border-bottom: 1px solid $color_0;
|
| 152 |
+
}
|
| 153 |
+
}
|
| 154 |
+
&.odd {
|
| 155 |
+
background: $color_6;
|
| 156 |
+
transition: background 0.2s ease-in-out;
|
| 157 |
+
&:hover {
|
| 158 |
+
background: $color_7;
|
| 159 |
+
}
|
| 160 |
+
&:last-child {
|
| 161 |
+
border-bottom: 1px solid $color_0;
|
| 162 |
+
}
|
| 163 |
+
}
|
| 164 |
+
td {
|
| 165 |
+
padding: 20px 15px;
|
| 166 |
+
font-size: 14px;
|
| 167 |
+
font-family: $font_1, $font_2;
|
| 168 |
+
line-height: 1;
|
| 169 |
+
border-width: 2px;
|
| 170 |
+
border-style: none;
|
| 171 |
+
background-clip: padding-box;
|
| 172 |
+
}
|
| 173 |
+
}
|
| 174 |
+
}
|
| 175 |
+
.eael-data-table-th-img {
|
| 176 |
+
display: inline-block;
|
| 177 |
+
margin: 0 15px 0 0;
|
| 178 |
+
line-height: 1;
|
| 179 |
+
}
|
| 180 |
+
.th-mobile-screen {
|
| 181 |
+
display: none;
|
| 182 |
+
}
|
| 183 |
+
@media(max-width: 39.9375em) {
|
| 184 |
+
.eael-data-table-wrap {
|
| 185 |
+
overflow-x: scroll !important;
|
| 186 |
+
padding-bottom: 5px;
|
| 187 |
+
}
|
| 188 |
+
.th-mobile-screen {
|
| 189 |
+
display: inline-block;
|
| 190 |
+
padding: 0 .6em;
|
| 191 |
+
margin-right: 10px;
|
| 192 |
+
text-align: center;
|
| 193 |
+
flex-grow: 0;
|
| 194 |
+
flex-shrink: 0;
|
| 195 |
+
flex-basis: 100px;
|
| 196 |
+
.eael-data-table-th-img {
|
| 197 |
+
margin: 0 auto 15px auto;
|
| 198 |
+
display: block;
|
| 199 |
+
}
|
| 200 |
+
.data-header-icon {
|
| 201 |
+
margin: 0 auto 15px auto;
|
| 202 |
+
display: block;
|
| 203 |
+
}
|
| 204 |
+
}
|
| 205 |
+
.td-content-wrapper {
|
| 206 |
+
display: flex;
|
| 207 |
+
width: 100%;
|
| 208 |
+
}
|
| 209 |
+
.td-content {
|
| 210 |
+
width: 100%;
|
| 211 |
+
justify-content: center;
|
| 212 |
+
> p {
|
| 213 |
+
width: 100%;
|
| 214 |
+
justify-content: center;
|
| 215 |
+
}
|
| 216 |
+
}
|
| 217 |
+
.custom-responsive-option-enable .eael-data-table {
|
| 218 |
+
thead {
|
| 219 |
+
display: none;
|
| 220 |
+
}
|
| 221 |
+
tbody tr td {
|
| 222 |
+
float: none;
|
| 223 |
+
clear: left;
|
| 224 |
+
width: 100%;
|
| 225 |
+
text-align: left;
|
| 226 |
+
display: flex;
|
| 227 |
+
align-items: center;
|
| 228 |
+
}
|
| 229 |
+
}
|
| 230 |
+
.eael-data-table .td-content {
|
| 231 |
+
align-items: center;
|
| 232 |
+
display: flex;
|
| 233 |
+
}
|
| 234 |
+
}
|
| 235 |
+
table.eael-data-table {
|
| 236 |
+
thead {
|
| 237 |
+
.sorting {
|
| 238 |
+
@extend %extend_1;
|
| 239 |
+
&:after {
|
| 240 |
+
@extend %extend_2;
|
| 241 |
+
content: "\f0dc";
|
| 242 |
+
}
|
| 243 |
+
}
|
| 244 |
+
.sorting_desc {
|
| 245 |
+
@extend %extend_1;
|
| 246 |
+
&:after {
|
| 247 |
+
@extend %extend_2;
|
| 248 |
+
}
|
| 249 |
+
}
|
| 250 |
+
.sorting_asc {
|
| 251 |
+
@extend %extend_1;
|
| 252 |
+
&:after {
|
| 253 |
+
@extend %extend_2;
|
| 254 |
+
}
|
| 255 |
+
}
|
| 256 |
+
.headerSortDown:after {
|
| 257 |
+
content: "\f0dd";
|
| 258 |
+
}
|
| 259 |
+
.headerSortUp:after {
|
| 260 |
+
content: "\f0de";
|
| 261 |
+
}
|
| 262 |
+
.sorting_disabled.sorting:after {
|
| 263 |
+
display: none;
|
| 264 |
+
}
|
| 265 |
+
}
|
| 266 |
+
.sorting.sorting-none:after {
|
| 267 |
+
display: none;
|
| 268 |
+
}
|
| 269 |
+
.sorting_desc.sorting-none:after {
|
| 270 |
+
display: none;
|
| 271 |
+
}
|
| 272 |
+
.sorting_asc.sorting-none:after {
|
| 273 |
+
display: none;
|
| 274 |
+
}
|
| 275 |
+
}
|
| 276 |
+
.eael-table-align-left table.eael-data-table {
|
| 277 |
+
float: left;
|
| 278 |
+
}
|
| 279 |
+
.eael-table-align-center table.eael-data-table {
|
| 280 |
+
margin: 0 auto;
|
| 281 |
+
}
|
| 282 |
+
.eael-table-align-right table.eael-data-table {
|
| 283 |
+
float: right;
|
| 284 |
+
}
|
| 285 |
+
.eael-hide-elements .eael-data-tables_info {
|
| 286 |
+
display: none;
|
| 287 |
+
}
|
| 288 |
+
.eael-dt-th-align-left .eael-data-table thead tr th {
|
| 289 |
+
text-align: left;
|
| 290 |
+
}
|
| 291 |
+
.eael-dt-td-align-left .eael-data-table tbody tr td {
|
| 292 |
+
text-align: left;
|
| 293 |
+
}
|
| 294 |
+
.eael-dt-th-align-right .eael-data-table thead tr th {
|
| 295 |
+
text-align: right;
|
| 296 |
+
padding-right: 30px;
|
| 297 |
+
}
|
| 298 |
+
.eael-dt-td-align-right .eael-data-table tbody tr td {
|
| 299 |
+
text-align: right;
|
| 300 |
+
padding-right: 30px;
|
| 301 |
+
}
|
| 302 |
+
.eael-dt-th-align-center .eael-data-table thead tr th {
|
| 303 |
+
text-align: center;
|
| 304 |
+
}
|
| 305 |
+
.eael-dt-td-align-center .eael-data-table tbody tr td {
|
| 306 |
+
text-align: center;
|
| 307 |
+
}
|
assets/sass/_dual-color-heading.scss
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
/* -------------------------------- */
|
| 3 |
+
/* 20. Dual Color Heading
|
| 4 |
+
/* -------------------------------- */
|
| 5 |
+
.eael-dual-header {
|
| 6 |
+
display: block;
|
| 7 |
+
margin-bottom: 50px;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.eael-dual-header .title,
|
| 11 |
+
.eael-dual-header .title span {
|
| 12 |
+
font-size: 36px;
|
| 13 |
+
font-weight: 700;
|
| 14 |
+
text-transform: uppercase;
|
| 15 |
+
line-height: 48px;
|
| 16 |
+
margin: 10px 0px;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-dual-header .subtext {
|
| 20 |
+
font-size: 16px;
|
| 21 |
+
display: block;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.eael-dual-header i {
|
| 25 |
+
display: block;
|
| 26 |
+
padding: 0px;
|
| 27 |
+
margin: 20px 0px 10px 0px;
|
| 28 |
+
font-size: 36px;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
.eael-dual-header .title span.lead {
|
| 32 |
+
color: #1abc9c;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
/*--- Builder Related Css ---*/
|
| 36 |
+
.eael-dual-header-content-align-center {
|
| 37 |
+
text-align: center;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.eael-dual-header-content-align-left {
|
| 41 |
+
text-align: left;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.eael-dual-header-content-align-right {
|
| 45 |
+
text-align: right;
|
| 46 |
+
}
|
assets/sass/_fancy-text.scss
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------*/
|
| 2 |
+
/* 03. Fancy Text Style
|
| 3 |
+
/*--------------------------*/
|
| 4 |
+
.eael-fancy-text-container p {
|
| 5 |
+
margin: 0;
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
.eael-fancy-text-strings,
|
| 9 |
+
.eael-fancy-text-prefix,
|
| 10 |
+
.eael-fancy-text-suffix {
|
| 11 |
+
display: inline-block;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.morphext>.animated {
|
| 15 |
+
display: inline-block;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.typed-cursor {
|
| 19 |
+
opacity: 1;
|
| 20 |
+
-webkit-animation: blink_cursor 0.7s infinite;
|
| 21 |
+
-moz-animation: blink_cursor 0.7s infinite;
|
| 22 |
+
animation: blink_cursor 0.7s infinite;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
@keyframes blink_cursor {
|
| 26 |
+
0% {
|
| 27 |
+
opacity: 1;
|
| 28 |
+
}
|
| 29 |
+
50% {
|
| 30 |
+
opacity: 0;
|
| 31 |
+
}
|
| 32 |
+
100% {
|
| 33 |
+
opacity: 1;
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
@-webkit-keyframes blink_cursor {
|
| 38 |
+
0% {
|
| 39 |
+
opacity: 1;
|
| 40 |
+
}
|
| 41 |
+
50% {
|
| 42 |
+
opacity: 0;
|
| 43 |
+
}
|
| 44 |
+
100% {
|
| 45 |
+
opacity: 1;
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
@-moz-keyframes blink_cursor {
|
| 50 |
+
0% {
|
| 51 |
+
opacity: 1;
|
| 52 |
+
}
|
| 53 |
+
50% {
|
| 54 |
+
opacity: 0;
|
| 55 |
+
}
|
| 56 |
+
100% {
|
| 57 |
+
opacity: 1;
|
| 58 |
+
}
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
/*--- Style 2 ---*/
|
| 63 |
+
|
| 64 |
+
.eael-fancy-text-container.style-2 {
|
| 65 |
+
font-size: 24px;
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.eael-fancy-text-container.style-2 .eael-fancy-text-strings {
|
| 69 |
+
background: #ff5544;
|
| 70 |
+
color: #fff;
|
| 71 |
+
padding: 10px 25px;
|
| 72 |
+
}
|
assets/sass/_filterable-gallery.scss
ADDED
|
@@ -0,0 +1,768 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*------------------------------*/
|
| 2 |
+
/* 27. Filterable Gallery
|
| 3 |
+
/*------------------------------*/
|
| 4 |
+
.eael-filter-gallery-control {
|
| 5 |
+
width: 100%;
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
.eael-filter-gallery-control ul,
|
| 9 |
+
.eael-filter-gallery-control ul li {
|
| 10 |
+
text-align: center;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
.eael-filter-gallery-control ul {
|
| 14 |
+
margin: 0px 0px 20px 0px;
|
| 15 |
+
padding: 0px;
|
| 16 |
+
text-align: center;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-filter-gallery-control {
|
| 20 |
+
display: flex;
|
| 21 |
+
flex-flow: 1 1 auto;
|
| 22 |
+
align-items: center;
|
| 23 |
+
justify-content: center;
|
| 24 |
+
flex-flow: row wrap;
|
| 25 |
+
padding: 0px;
|
| 26 |
+
margin: 0px;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.eael-filter-gallery-control ul li {
|
| 30 |
+
list-style: none;
|
| 31 |
+
font-size: 24px;
|
| 32 |
+
display: inline-block;
|
| 33 |
+
text-align: center;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
.eael-filter-gallery-control ul li a.control {
|
| 37 |
+
font-family: 'Montserrat', sans-serif;
|
| 38 |
+
font-size: 16px;
|
| 39 |
+
font-weight: 600;
|
| 40 |
+
padding: 10px 25px;
|
| 41 |
+
margin: 10px 6px;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.eael-filter-gallery-container {
|
| 45 |
+
text-align: justify;
|
| 46 |
+
font-size: 0.1px;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
.eael-filter-gallery-container:after {
|
| 50 |
+
content: '';
|
| 51 |
+
display: inline-block;
|
| 52 |
+
width: 100%;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.eael-filter-gallery-container:not(.eael-cards) .item:before {
|
| 56 |
+
content: '';
|
| 57 |
+
display: inline-block;
|
| 58 |
+
padding-top: 56.25%;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
.eael-filter-gallery-container .item .caption {
|
| 62 |
+
position: absolute;
|
| 63 |
+
display: flex;
|
| 64 |
+
flex-flow: 1 1 100%;
|
| 65 |
+
align-items: center;
|
| 66 |
+
justify-content: center;
|
| 67 |
+
z-index: 1;
|
| 68 |
+
top: 0px;
|
| 69 |
+
left: 0px;
|
| 70 |
+
right: 0px;
|
| 71 |
+
bottom: 0px;
|
| 72 |
+
transition: transform .4s;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
.eael-filter-gallery-container.eael-cards .item .caption {
|
| 76 |
+
display: none;
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption {
|
| 80 |
+
position: absolute;
|
| 81 |
+
display: flex;
|
| 82 |
+
flex-flow: 1 1 100%;
|
| 83 |
+
align-items: center;
|
| 84 |
+
justify-content: center;
|
| 85 |
+
z-index: 10;
|
| 86 |
+
top: 0px;
|
| 87 |
+
left: 0px;
|
| 88 |
+
right: 0px;
|
| 89 |
+
bottom: 0px;
|
| 90 |
+
transition: transform .4s;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
.gallery-item-caption-over {
|
| 94 |
+
width: 100%;
|
| 95 |
+
height: auto;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
|
| 99 |
+
text-decoration: none;
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
/*--- Caption Animation ---*/
|
| 103 |
+
.eael-filter-gallery-container .item .caption.eael-zoom-in,
|
| 104 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
|
| 105 |
+
transform: scale(0);
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
|
| 109 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
|
| 110 |
+
transform: scale(1);
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
.eael-filter-gallery-container .item .caption.eael-slide-left,
|
| 114 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
|
| 115 |
+
transform: translateX(-100%);
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
|
| 119 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
|
| 120 |
+
transform: translateX(0%);
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
.eael-filter-gallery-container .item .caption.eael-slide-right,
|
| 124 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
|
| 125 |
+
transform: translateX(100%);
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
|
| 129 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
|
| 130 |
+
transform: translateX(0%);
|
| 131 |
+
}
|
| 132 |
+
|
| 133 |
+
.eael-filter-gallery-container .item .caption.eael-slide-top,
|
| 134 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
|
| 135 |
+
transform: translateY(-100%);
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
|
| 139 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
|
| 140 |
+
transform: translateY(0%);
|
| 141 |
+
}
|
| 142 |
+
|
| 143 |
+
.eael-filter-gallery-container .item .caption.eael-slide-bottom,
|
| 144 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
|
| 145 |
+
transform: translateY(100%);
|
| 146 |
+
}
|
| 147 |
+
|
| 148 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
|
| 149 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
|
| 150 |
+
transform: translateY(0%);
|
| 151 |
+
}
|
| 152 |
+
|
| 153 |
+
.eael-filter-gallery-container .item .caption a {
|
| 154 |
+
display: inline-block;
|
| 155 |
+
width: 50px;
|
| 156 |
+
height: 50px;
|
| 157 |
+
text-align: center;
|
| 158 |
+
line-height: 50px;
|
| 159 |
+
border-radius: 50%;
|
| 160 |
+
margin: 0 5px;
|
| 161 |
+
font-size: 20px;
|
| 162 |
+
cursor: pointer;
|
| 163 |
+
transition: .3s;
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.eael-filter-gallery-container .item .caption a:nth-child(1),
|
| 167 |
+
.eael-container .item .caption a:nth-child(2) {
|
| 168 |
+
transition: .6s;
|
| 169 |
+
opacity: 0;
|
| 170 |
+
}
|
| 171 |
+
|
| 172 |
+
.eael-filter-gallery-container .item .caption a:nth-child(1) {
|
| 173 |
+
transform: translateY(-100%);
|
| 174 |
+
}
|
| 175 |
+
|
| 176 |
+
.eael-filter-gallery-container .item .caption a:nth-child(2) {
|
| 177 |
+
transform: translateY(100%);
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
|
| 181 |
+
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
|
| 182 |
+
transform: translateY(0%);
|
| 183 |
+
opacity: 1;
|
| 184 |
+
}
|
| 185 |
+
|
| 186 |
+
.eael-filter-gallery-container .item .caption .eael-popup-link {
|
| 187 |
+
outline: 0;
|
| 188 |
+
}
|
| 189 |
+
|
| 190 |
+
|
| 191 |
+
/*--- Filter Gallery Card Style ---*/
|
| 192 |
+
|
| 193 |
+
.eael-filter-gallery-container.eael-cards .item:before {
|
| 194 |
+
padding-top: 0px;
|
| 195 |
+
}
|
| 196 |
+
|
| 197 |
+
.eael-filter-gallery-container.eael-cards .item-img {
|
| 198 |
+
position: relative;
|
| 199 |
+
background-repeat: no-repeat;
|
| 200 |
+
background-position: center;
|
| 201 |
+
background-size: cover;
|
| 202 |
+
height: 220px;
|
| 203 |
+
z-index: 0;
|
| 204 |
+
overflow: hidden;
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
+
.eael-filter-gallery-container.eael-cards .item-content {
|
| 208 |
+
padding: 15px;
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
.eael-filter-gallery-container.eael-cards .item-content .title,
|
| 212 |
+
.eael-filter-gallery-container.eael-cards .item-content .title a {
|
| 213 |
+
font-size: 20px;
|
| 214 |
+
line-height: 1;
|
| 215 |
+
margin-bottom: 0px;
|
| 216 |
+
transition: .3s;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
.eael-filter-gallery-container.eael-cards .item-content p {
|
| 220 |
+
font-size: 14px;
|
| 221 |
+
line-height: 26px;
|
| 222 |
+
}
|
| 223 |
+
|
| 224 |
+
.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 225 |
+
text-align: center;
|
| 226 |
+
}
|
| 227 |
+
|
| 228 |
+
.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 229 |
+
text-align: right;
|
| 230 |
+
}
|
| 231 |
+
|
| 232 |
+
.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 233 |
+
text-align: center;
|
| 234 |
+
}
|
| 235 |
+
|
| 236 |
+
.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 237 |
+
text-align: right;
|
| 238 |
+
}
|
| 239 |
+
|
| 240 |
+
|
| 241 |
+
/*--- Editor Specific Style ---*/
|
| 242 |
+
|
| 243 |
+
.eael-fg-content-align-left .eael-cards .item .item-content {
|
| 244 |
+
text-align: left;
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.eael-fg-content-align-center .eael-cards .item .item-content {
|
| 248 |
+
text-align: center;
|
| 249 |
+
}
|
| 250 |
+
|
| 251 |
+
.eael-fg-content-align-right .eael-cards .item .item-content {
|
| 252 |
+
text-align: right;
|
| 253 |
+
}
|
| 254 |
+
|
| 255 |
+
|
| 256 |
+
/*--- Magnific Gallery Fix ---*/
|
| 257 |
+
|
| 258 |
+
.mfp-wrap~div.dialog-widget {
|
| 259 |
+
display: none!important;
|
| 260 |
+
}
|
| 261 |
+
|
| 262 |
+
.eael-filterable-gallery-item-wrap {
|
| 263 |
+
float: left;
|
| 264 |
+
width: 33.33%;
|
| 265 |
+
}
|
| 266 |
+
|
| 267 |
+
.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
|
| 268 |
+
width: 100%;
|
| 269 |
+
}
|
| 270 |
+
|
| 271 |
+
.eael-filter-gallery-control>ul li {
|
| 272 |
+
font-size: 13px;
|
| 273 |
+
line-height: 1.8;
|
| 274 |
+
text-transform: uppercase;
|
| 275 |
+
letter-spacing: 1px;
|
| 276 |
+
padding: 6px 15px;
|
| 277 |
+
cursor: pointer;
|
| 278 |
+
margin: 0 5px;
|
| 279 |
+
font-weight: normal;
|
| 280 |
+
}
|
| 281 |
+
|
| 282 |
+
.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
|
| 283 |
+
width: 50%;
|
| 284 |
+
}
|
| 285 |
+
|
| 286 |
+
.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
|
| 287 |
+
width: 25%;
|
| 288 |
+
}
|
| 289 |
+
|
| 290 |
+
.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
|
| 291 |
+
width: 20%;
|
| 292 |
+
}
|
| 293 |
+
|
| 294 |
+
.gallery-grid-item {
|
| 295 |
+
margin-left: calc(20px/2);
|
| 296 |
+
margin-right: calc(20px/2);
|
| 297 |
+
margin-bottom: 20px;
|
| 298 |
+
position: relative;
|
| 299 |
+
overflow: hidden;
|
| 300 |
+
}
|
| 301 |
+
|
| 302 |
+
.gallery-item-caption-wrap,
|
| 303 |
+
.media-content-wrap {
|
| 304 |
+
font-size: 14px;
|
| 305 |
+
text-align: left;
|
| 306 |
+
}
|
| 307 |
+
|
| 308 |
+
.gallery-item-thumbnail-wrap.caption-style-card img {
|
| 309 |
+
max-height: 100%;
|
| 310 |
+
width: 100%;
|
| 311 |
+
}
|
| 312 |
+
|
| 313 |
+
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 314 |
+
position: absolute;
|
| 315 |
+
left: 0;
|
| 316 |
+
top: 0;
|
| 317 |
+
height: 100%;
|
| 318 |
+
width: 100%;
|
| 319 |
+
padding: 15px;
|
| 320 |
+
z-index: 10;
|
| 321 |
+
}
|
| 322 |
+
|
| 323 |
+
.eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap>img {
|
| 324 |
+
height: 100%;
|
| 325 |
+
width: 100%;
|
| 326 |
+
object-fit: cover;
|
| 327 |
+
}
|
| 328 |
+
|
| 329 |
+
|
| 330 |
+
/*--- Gallery content css ---*/
|
| 331 |
+
|
| 332 |
+
.fg-item-title,
|
| 333 |
+
.fg-item-content {
|
| 334 |
+
color: #ffffff;
|
| 335 |
+
font-family: inherit;
|
| 336 |
+
}
|
| 337 |
+
|
| 338 |
+
|
| 339 |
+
/*--- Gallery Card Style CSS ---*/
|
| 340 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 341 |
+
font-size: 18px;
|
| 342 |
+
margin: 15px 0 15px;
|
| 343 |
+
line-height: 1;
|
| 344 |
+
}
|
| 345 |
+
|
| 346 |
+
.gallery-item-caption-wrap.caption-style-card {
|
| 347 |
+
background: #f7f7f7;
|
| 348 |
+
}
|
| 349 |
+
|
| 350 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 351 |
+
margin: 10px 0 15px;
|
| 352 |
+
color: #000000;
|
| 353 |
+
}
|
| 354 |
+
|
| 355 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-content {
|
| 356 |
+
color: #212529;
|
| 357 |
+
line-height: 1.5;
|
| 358 |
+
font-weight: normal;
|
| 359 |
+
}
|
| 360 |
+
|
| 361 |
+
.gallery-item-buttons>a {
|
| 362 |
+
display: inline-block;
|
| 363 |
+
font-size: 16px;
|
| 364 |
+
color: #000;
|
| 365 |
+
margin-right: 15px;
|
| 366 |
+
}
|
| 367 |
+
|
| 368 |
+
.gallery-item-buttons>a:visited {
|
| 369 |
+
color: #000;
|
| 370 |
+
}
|
| 371 |
+
|
| 372 |
+
.gallery-item-caption-wrap.caption-style-card {
|
| 373 |
+
padding: 10px;
|
| 374 |
+
box-sizing: border-box;
|
| 375 |
+
font-family: inherit;
|
| 376 |
+
}
|
| 377 |
+
|
| 378 |
+
|
| 379 |
+
/*--- Gallery item hover style ---*/
|
| 380 |
+
.gallery-item-caption-wrap .gallery-item-hoverer-bg {
|
| 381 |
+
position: absolute;
|
| 382 |
+
left: 0;
|
| 383 |
+
top: 0;
|
| 384 |
+
height: 100%;
|
| 385 |
+
width: 100%;
|
| 386 |
+
content: '';
|
| 387 |
+
background: #000000;
|
| 388 |
+
z-index: -1;
|
| 389 |
+
opacity: .7;
|
| 390 |
+
}
|
| 391 |
+
|
| 392 |
+
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 393 |
+
visibility: hidden;
|
| 394 |
+
opacity: 0;
|
| 395 |
+
transition: 0.6s all ease;
|
| 396 |
+
display: flex;
|
| 397 |
+
align-items: center;
|
| 398 |
+
}
|
| 399 |
+
|
| 400 |
+
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
|
| 401 |
+
opacity: 1;
|
| 402 |
+
visibility: visible;
|
| 403 |
+
}
|
| 404 |
+
|
| 405 |
+
.gallery-item-caption-wrap.caption-style-hoverer h5 {
|
| 406 |
+
font-size: 20px;
|
| 407 |
+
margin-bottom: 5px;
|
| 408 |
+
line-height: 1;
|
| 409 |
+
}
|
| 410 |
+
|
| 411 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
|
| 412 |
+
transform: translateY(20px);
|
| 413 |
+
transition: 0.6s all ease;
|
| 414 |
+
}
|
| 415 |
+
|
| 416 |
+
.gallery-item-caption-wrap.caption-style-hoverer p {
|
| 417 |
+
margin-bottom: 5px;
|
| 418 |
+
}
|
| 419 |
+
|
| 420 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 421 |
+
transform: translateY(40px);
|
| 422 |
+
transition: 0.6s all ease;
|
| 423 |
+
}
|
| 424 |
+
|
| 425 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
|
| 426 |
+
transform: translateY(40px);
|
| 427 |
+
transition: 0.6s all ease;
|
| 428 |
+
}
|
| 429 |
+
|
| 430 |
+
.gallery-item-caption-wrap .gallery-item-buttons > a {
|
| 431 |
+
padding: 5px 15px;
|
| 432 |
+
display: inline-block;
|
| 433 |
+
border-radius: 50%;
|
| 434 |
+
outline: none;
|
| 435 |
+
text-decoration: none;
|
| 436 |
+
}
|
| 437 |
+
|
| 438 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 439 |
+
transform: scale(.8);
|
| 440 |
+
transition: 0.6s all ease;
|
| 441 |
+
}
|
| 442 |
+
|
| 443 |
+
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
|
| 444 |
+
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
|
| 445 |
+
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 446 |
+
transform: translate(0);
|
| 447 |
+
}
|
| 448 |
+
|
| 449 |
+
.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 450 |
+
transform: scale(1);
|
| 451 |
+
visibility: visible;
|
| 452 |
+
opacity: 1;
|
| 453 |
+
}
|
| 454 |
+
|
| 455 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
|
| 456 |
+
transition: none;
|
| 457 |
+
}
|
| 458 |
+
|
| 459 |
+
/*--- Video Gallery ---*/
|
| 460 |
+
.gallery-item-thumbnail-wrap {
|
| 461 |
+
position: relative;
|
| 462 |
+
}
|
| 463 |
+
|
| 464 |
+
.video-popup,
|
| 465 |
+
.video-popup-bg {
|
| 466 |
+
position: absolute;
|
| 467 |
+
left: 0;
|
| 468 |
+
top: 0;
|
| 469 |
+
height: 100%;
|
| 470 |
+
width: 100%;
|
| 471 |
+
}
|
| 472 |
+
|
| 473 |
+
.video-popup>img {
|
| 474 |
+
width: 62px;
|
| 475 |
+
position: relative;
|
| 476 |
+
z-index: 1;
|
| 477 |
+
transition: 300ms;
|
| 478 |
+
}
|
| 479 |
+
|
| 480 |
+
.video-popup {
|
| 481 |
+
display: flex;
|
| 482 |
+
align-items: center;
|
| 483 |
+
justify-content: center;
|
| 484 |
+
}
|
| 485 |
+
|
| 486 |
+
.video-popup:hover>img {
|
| 487 |
+
transform: scale(1.1);
|
| 488 |
+
}
|
| 489 |
+
|
| 490 |
+
.video-popup-bg {
|
| 491 |
+
visibility: hidden;
|
| 492 |
+
opacity: 0;
|
| 493 |
+
transition: 350ms;
|
| 494 |
+
}
|
| 495 |
+
|
| 496 |
+
.gallery-grid-item:hover .video-popup-bg {
|
| 497 |
+
visibility: visible;
|
| 498 |
+
opacity: 1;
|
| 499 |
+
}
|
| 500 |
+
|
| 501 |
+
.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
|
| 502 |
+
position: absolute;
|
| 503 |
+
left: 0;
|
| 504 |
+
top: 0;
|
| 505 |
+
height: 100%;
|
| 506 |
+
width: 100%;
|
| 507 |
+
display: flex;
|
| 508 |
+
align-items: center;
|
| 509 |
+
justify-content: center;
|
| 510 |
+
}
|
| 511 |
+
|
| 512 |
+
.gallery-item-caption-wrap.card-hover-bg {
|
| 513 |
+
visibility: hidden;
|
| 514 |
+
opacity: 0;
|
| 515 |
+
transition: 800ms;
|
| 516 |
+
}
|
| 517 |
+
|
| 518 |
+
.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
|
| 519 |
+
visibility: visible;
|
| 520 |
+
opacity: 1;
|
| 521 |
+
}
|
| 522 |
+
|
| 523 |
+
.gallery-item-caption-wrap .gallery-item-buttons>a>i {
|
| 524 |
+
display: flex;
|
| 525 |
+
align-items: center;
|
| 526 |
+
justify-content: center;
|
| 527 |
+
height: 100%;
|
| 528 |
+
}
|
| 529 |
+
|
| 530 |
+
/*--- Gallery Column CSS ---*/
|
| 531 |
+
@media only screen and (min-width: 1025px) {
|
| 532 |
+
/* For Desktop: */
|
| 533 |
+
.elementor-element.elementor-grid-1 {
|
| 534 |
+
position: relative;
|
| 535 |
+
}
|
| 536 |
+
.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
|
| 537 |
+
width: 100%;
|
| 538 |
+
float: left;
|
| 539 |
+
}
|
| 540 |
+
.elementor-element.elementor-grid-2 {
|
| 541 |
+
position: relative;
|
| 542 |
+
}
|
| 543 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
|
| 544 |
+
width: 50%;
|
| 545 |
+
float: left;
|
| 546 |
+
}
|
| 547 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 548 |
+
margin-right: 0 !important;
|
| 549 |
+
}
|
| 550 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 551 |
+
clear: left;
|
| 552 |
+
}
|
| 553 |
+
.elementor-element.elementor-grid-3 {
|
| 554 |
+
position: relative;
|
| 555 |
+
}
|
| 556 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
|
| 557 |
+
width: 33.3333%;
|
| 558 |
+
float: left;
|
| 559 |
+
}
|
| 560 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 561 |
+
margin-right: 0 !important;
|
| 562 |
+
}
|
| 563 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 564 |
+
clear: left;
|
| 565 |
+
}
|
| 566 |
+
.elementor-element.elementor-grid-4 {
|
| 567 |
+
position: relative;
|
| 568 |
+
}
|
| 569 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
|
| 570 |
+
width: 25%;
|
| 571 |
+
float: left;
|
| 572 |
+
}
|
| 573 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 574 |
+
margin-right: 0 !important;
|
| 575 |
+
}
|
| 576 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 577 |
+
clear: left;
|
| 578 |
+
}
|
| 579 |
+
.elementor-element.elementor-grid-5 {
|
| 580 |
+
position: relative;
|
| 581 |
+
}
|
| 582 |
+
.elementor-element.elementor-grid-5 .pp-logo-grid {
|
| 583 |
+
margin-right: -5px;
|
| 584 |
+
}
|
| 585 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
|
| 586 |
+
width: 20%;
|
| 587 |
+
float: left;
|
| 588 |
+
}
|
| 589 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 590 |
+
margin-right: 0 !important;
|
| 591 |
+
}
|
| 592 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 593 |
+
clear: left;
|
| 594 |
+
}
|
| 595 |
+
.elementor-element.elementor-grid-6 {
|
| 596 |
+
position: relative;
|
| 597 |
+
}
|
| 598 |
+
.elementor-element.elementor-grid-6 .pp-logo-grid {
|
| 599 |
+
margin-right: -6px;
|
| 600 |
+
}
|
| 601 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
|
| 602 |
+
width: 16.6667%;
|
| 603 |
+
float: left;
|
| 604 |
+
}
|
| 605 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 606 |
+
margin-right: 0 !important;
|
| 607 |
+
}
|
| 608 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 609 |
+
clear: left;
|
| 610 |
+
}
|
| 611 |
+
}
|
| 612 |
+
|
| 613 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
| 614 |
+
/* For tablets: */
|
| 615 |
+
.elementor-element.elementor-grid-tablet-1 {
|
| 616 |
+
position: relative;
|
| 617 |
+
}
|
| 618 |
+
.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
|
| 619 |
+
width: 100%;
|
| 620 |
+
float: left;
|
| 621 |
+
}
|
| 622 |
+
.elementor-element.elementor-grid-tablet-2 {
|
| 623 |
+
position: relative;
|
| 624 |
+
}
|
| 625 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
|
| 626 |
+
width: 50%;
|
| 627 |
+
float: left;
|
| 628 |
+
}
|
| 629 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 630 |
+
margin-right: 0 !important;
|
| 631 |
+
}
|
| 632 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 633 |
+
clear: left;
|
| 634 |
+
}
|
| 635 |
+
.elementor-element.elementor-grid-tablet-3 {
|
| 636 |
+
position: relative;
|
| 637 |
+
}
|
| 638 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
|
| 639 |
+
width: 33.3333%;
|
| 640 |
+
float: left;
|
| 641 |
+
}
|
| 642 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 643 |
+
margin-right: 0 !important;
|
| 644 |
+
}
|
| 645 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 646 |
+
clear: left;
|
| 647 |
+
}
|
| 648 |
+
.elementor-element.elementor-grid-tablet-4 {
|
| 649 |
+
position: relative;
|
| 650 |
+
}
|
| 651 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
|
| 652 |
+
width: 25%;
|
| 653 |
+
float: left;
|
| 654 |
+
}
|
| 655 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 656 |
+
margin-right: 0 !important;
|
| 657 |
+
}
|
| 658 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 659 |
+
clear: left;
|
| 660 |
+
}
|
| 661 |
+
.elementor-element.elementor-grid-tablet-5 {
|
| 662 |
+
position: relative;
|
| 663 |
+
}
|
| 664 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
|
| 665 |
+
width: 20%;
|
| 666 |
+
float: left;
|
| 667 |
+
}
|
| 668 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 669 |
+
margin-right: 0 !important;
|
| 670 |
+
}
|
| 671 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 672 |
+
clear: left;
|
| 673 |
+
}
|
| 674 |
+
.elementor-element.elementor-grid-tablet-6 {
|
| 675 |
+
position: relative;
|
| 676 |
+
}
|
| 677 |
+
.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
|
| 678 |
+
margin-right: -6px;
|
| 679 |
+
}
|
| 680 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
|
| 681 |
+
width: 16.6667%;
|
| 682 |
+
float: left;
|
| 683 |
+
}
|
| 684 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 685 |
+
margin-right: 0 !important;
|
| 686 |
+
}
|
| 687 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 688 |
+
clear: left;
|
| 689 |
+
}
|
| 690 |
+
}
|
| 691 |
+
|
| 692 |
+
@media only screen and (max-width: 767px) {
|
| 693 |
+
.elementor-element.elementor-grid-mobile-1 {
|
| 694 |
+
position: relative;
|
| 695 |
+
}
|
| 696 |
+
.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
|
| 697 |
+
width: 100%;
|
| 698 |
+
float: left;
|
| 699 |
+
}
|
| 700 |
+
.elementor-element.elementor-grid-mobile-2 {
|
| 701 |
+
position: relative;
|
| 702 |
+
}
|
| 703 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
|
| 704 |
+
width: 50%;
|
| 705 |
+
float: left;
|
| 706 |
+
}
|
| 707 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 708 |
+
margin-right: 0 !important;
|
| 709 |
+
}
|
| 710 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 711 |
+
clear: left;
|
| 712 |
+
}
|
| 713 |
+
.elementor-element.elementor-grid-mobile-3 {
|
| 714 |
+
position: relative;
|
| 715 |
+
}
|
| 716 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
|
| 717 |
+
width: 33.3333%;
|
| 718 |
+
float: left;
|
| 719 |
+
}
|
| 720 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 721 |
+
margin-right: 0 !important;
|
| 722 |
+
}
|
| 723 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 724 |
+
clear: left;
|
| 725 |
+
}
|
| 726 |
+
.elementor-element.elementor-grid-mobile-4 {
|
| 727 |
+
position: relative;
|
| 728 |
+
}
|
| 729 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
|
| 730 |
+
width: 25%;
|
| 731 |
+
float: left;
|
| 732 |
+
}
|
| 733 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 734 |
+
margin-right: 0 !important;
|
| 735 |
+
}
|
| 736 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 737 |
+
clear: left;
|
| 738 |
+
}
|
| 739 |
+
.elementor-element.elementor-grid-mobile-5 {
|
| 740 |
+
position: relative;
|
| 741 |
+
}
|
| 742 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
|
| 743 |
+
width: 20%;
|
| 744 |
+
float: left;
|
| 745 |
+
}
|
| 746 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 747 |
+
margin-right: 0 !important;
|
| 748 |
+
}
|
| 749 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 750 |
+
clear: left;
|
| 751 |
+
}
|
| 752 |
+
.elementor-element.elementor-grid-mobile-6 {
|
| 753 |
+
position: relative;
|
| 754 |
+
}
|
| 755 |
+
.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
|
| 756 |
+
margin-right: -6px;
|
| 757 |
+
}
|
| 758 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
|
| 759 |
+
width: 16.6667%;
|
| 760 |
+
float: left;
|
| 761 |
+
}
|
| 762 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 763 |
+
margin-right: 0 !important;
|
| 764 |
+
}
|
| 765 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 766 |
+
clear: left;
|
| 767 |
+
}
|
| 768 |
+
}
|
assets/sass/_flipbox.scss
ADDED
|
@@ -0,0 +1,297 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*---------------------------*/
|
| 2 |
+
/* 18. Flipbox Style
|
| 3 |
+
/*---------------------------*/
|
| 4 |
+
.eael-elements-flip-box-container {
|
| 5 |
+
position: relative;
|
| 6 |
+
height: 300px;
|
| 7 |
+
width: 100%;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.eael-elements-flip-box-container .flipbox-button {
|
| 11 |
+
display: inline-block;
|
| 12 |
+
-webkit-transition: all 400ms;
|
| 13 |
+
-o-transition: all 400ms;
|
| 14 |
+
transition: all 400ms;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
.eael-elements-flip-box-container a {
|
| 18 |
+
display: block;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
.eael-elements-flip-box-vertical-align {
|
| 22 |
+
width: 100%;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.eael-elements-flip-box-padding {
|
| 26 |
+
padding: 0px 30px 5px 30px;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.eael-elements-flip-box-icon-image {
|
| 30 |
+
display: inline-block;
|
| 31 |
+
margin: 0 auto 0px auto;
|
| 32 |
+
line-height: 1;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
|
| 36 |
+
background: #cccccc;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
.eael_eleements_flip_front_icon_style_bordered {
|
| 40 |
+
border: 2px solid #ffffff;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
.eael_flip_box_icon_border_round {
|
| 44 |
+
border-radius: 100px;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
.eael_eleements_flip_front_icon_style_background,
|
| 48 |
+
.eael_eleements_flip_front_icon_style_bordered {
|
| 49 |
+
padding: 15px;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.eael-elements-flip-box-icon-image i {
|
| 53 |
+
font-size: 40px;
|
| 54 |
+
line-height: 40px;
|
| 55 |
+
width: 40px;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
.eael-elements-slider-display-table {
|
| 59 |
+
width: 100%;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.eael-elements-flip-box-front-container {
|
| 63 |
+
text-align: center;
|
| 64 |
+
position: absolute;
|
| 65 |
+
top: 0px;
|
| 66 |
+
left: 0px;
|
| 67 |
+
z-index: 2;
|
| 68 |
+
width: 100%;
|
| 69 |
+
height: 100%;
|
| 70 |
+
background: #0e9dd2;
|
| 71 |
+
color: #ffffff;
|
| 72 |
+
border-color: #000000;
|
| 73 |
+
-webkit-display: flex;
|
| 74 |
+
display: flex;
|
| 75 |
+
-webkit-align-items: center;
|
| 76 |
+
align-items: center;
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
.eael-elements-flip-box-content,
|
| 80 |
+
.eael-elements-flip-box-heading {
|
| 81 |
+
color: #ffffff;
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
.eael-elements-flip-box-heading.flipbox-linked-title {
|
| 85 |
+
color: #fff;
|
| 86 |
+
font-size: 1.5em;
|
| 87 |
+
font-weight: 700;
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.eael-elements-flip-box-rear-container {
|
| 91 |
+
text-align: center;
|
| 92 |
+
position: absolute;
|
| 93 |
+
top: 0px;
|
| 94 |
+
left: 0px;
|
| 95 |
+
width: 100%;
|
| 96 |
+
height: 100%;
|
| 97 |
+
background: #444444;
|
| 98 |
+
color: #ffffff;
|
| 99 |
+
display: flex;
|
| 100 |
+
-webkit-align-items: center;
|
| 101 |
+
align-items: center;
|
| 102 |
+
border-color: #000000;
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
/*--- Floating Button Styles ---*/
|
| 107 |
+
.eael-elements-button-floating-container {
|
| 108 |
+
position: fixed;
|
| 109 |
+
z-index: 100;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
.eael-elements-button-floating-container .eael-elements-button {
|
| 113 |
+
margin-top: 0px;
|
| 114 |
+
font-size: 14px;
|
| 115 |
+
position: relative;
|
| 116 |
+
padding: 14px 20px;
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
.eael-elements-button {
|
| 120 |
+
cursor: pointer;
|
| 121 |
+
display: inline-block;
|
| 122 |
+
background: #077bbe;
|
| 123 |
+
color: #ffffff;
|
| 124 |
+
line-height: 1;
|
| 125 |
+
padding: 16px 25px;
|
| 126 |
+
margin-top: 15px;
|
| 127 |
+
}
|
| 128 |
+
|
| 129 |
+
.eael-elements-button:hover {
|
| 130 |
+
background: #077bbe;
|
| 131 |
+
color: #ffffff;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
/*--- CSS3 Transitions ---*/
|
| 136 |
+
.eael-elements-flip-box-container {
|
| 137 |
+
perspective: 1000px;
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
.eael-elements-flip-box-front-container,
|
| 141 |
+
.eael-elements-flip-box-rear-container {
|
| 142 |
+
transition-duration: 500ms;
|
| 143 |
+
transition-property: all;
|
| 144 |
+
transition-timing-function: ease;
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
+
.eael-elements-flip-box-flip-card {
|
| 148 |
+
width: 100%;
|
| 149 |
+
height: 100%;
|
| 150 |
+
transform-style: preserve-3d;
|
| 151 |
+
transition: all 500ms ease;
|
| 152 |
+
}
|
| 153 |
+
|
| 154 |
+
.eael-elements-flip-box-rear-container,
|
| 155 |
+
.eael-elements-flip-box-front-container {
|
| 156 |
+
-moz-backface-visibility: hidden;
|
| 157 |
+
-webkit-backface-visibility: hidden;
|
| 158 |
+
backface-visibility: hidden;
|
| 159 |
+
transform: rotateX(0deg);
|
| 160 |
+
transform: rotateY(0deg);
|
| 161 |
+
}
|
| 162 |
+
|
| 163 |
+
|
| 164 |
+
/*--- Flip ---*/
|
| 165 |
+
.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 166 |
+
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 167 |
+
transform: rotateX(180deg);
|
| 168 |
+
}
|
| 169 |
+
|
| 170 |
+
.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 171 |
+
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 172 |
+
transform: rotateX(-180deg);
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 176 |
+
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 177 |
+
transform: rotateY(-180deg);
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 181 |
+
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 182 |
+
transform: rotateY(180deg);
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
/*--- Slide ---*/
|
| 186 |
+
.eael-animate-push.eael-elements-flip-box-container,
|
| 187 |
+
.eael-animate-slide.eael-elements-flip-box-container {
|
| 188 |
+
overflow: hidden;
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
+
.eael-animate-push .eael-elements-flip-box-rear-container,
|
| 192 |
+
.eael-animate-slide .eael-elements-flip-box-rear-container {
|
| 193 |
+
z-index: 3;
|
| 194 |
+
}
|
| 195 |
+
|
| 196 |
+
.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
|
| 197 |
+
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 198 |
+
top: 100%;
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
+
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 202 |
+
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 203 |
+
top: 0;
|
| 204 |
+
}
|
| 205 |
+
|
| 206 |
+
.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
|
| 207 |
+
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 208 |
+
top: auto;
|
| 209 |
+
bottom: 100%;
|
| 210 |
+
}
|
| 211 |
+
|
| 212 |
+
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 213 |
+
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 214 |
+
top: auto;
|
| 215 |
+
bottom: 0;
|
| 216 |
+
}
|
| 217 |
+
|
| 218 |
+
.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
|
| 219 |
+
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 220 |
+
left: 100%;
|
| 221 |
+
}
|
| 222 |
+
|
| 223 |
+
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 224 |
+
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 225 |
+
left: 0;
|
| 226 |
+
}
|
| 227 |
+
|
| 228 |
+
.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
|
| 229 |
+
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 230 |
+
left: auto;
|
| 231 |
+
right: 100%;
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 235 |
+
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 236 |
+
left: auto;
|
| 237 |
+
right: 0;
|
| 238 |
+
}
|
| 239 |
+
|
| 240 |
+
/*--- Push + Slide Above ---*/
|
| 241 |
+
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 242 |
+
top: -100%;
|
| 243 |
+
}
|
| 244 |
+
|
| 245 |
+
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 246 |
+
top: 100%;
|
| 247 |
+
}
|
| 248 |
+
|
| 249 |
+
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 250 |
+
left: -100%;
|
| 251 |
+
}
|
| 252 |
+
|
| 253 |
+
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 254 |
+
left: 100%;
|
| 255 |
+
}
|
| 256 |
+
|
| 257 |
+
/*--- Zoom In ---*/
|
| 258 |
+
.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
|
| 259 |
+
opacity: 0;
|
| 260 |
+
transform: scale(0.75);
|
| 261 |
+
z-index: 3;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 265 |
+
opacity: 1;
|
| 266 |
+
transform: scale(1);
|
| 267 |
+
}
|
| 268 |
+
|
| 269 |
+
/*--- Zoom Out ---*/
|
| 270 |
+
.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 271 |
+
opacity: 0;
|
| 272 |
+
transform: scale(0.75);
|
| 273 |
+
}
|
| 274 |
+
|
| 275 |
+
.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 276 |
+
opacity: 0;
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
+
|
| 280 |
+
/*--- Builder Related Style ---*/
|
| 281 |
+
.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
|
| 282 |
+
text-align: right;
|
| 283 |
+
}
|
| 284 |
+
|
| 285 |
+
.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
|
| 286 |
+
text-align: left;
|
| 287 |
+
}
|
| 288 |
+
|
| 289 |
+
.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
|
| 290 |
+
text-align: center;
|
| 291 |
+
}
|
| 292 |
+
|
| 293 |
+
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
|
| 294 |
+
.eael-flipbox-img-circle .flipbox-back-image-icon img {
|
| 295 |
+
border-radius: 50%;
|
| 296 |
+
overflow: hidden;
|
| 297 |
+
}
|
assets/sass/_general-slider.scss
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*---------------------------------------*/
|
| 2 |
+
/* 02. Common styles for slider elements
|
| 3 |
+
/*---------------------------------------*/
|
| 4 |
+
.eael-testimonial-slider.nav-top-left,
|
| 5 |
+
.eael-testimonial-slider.nav-top-right,
|
| 6 |
+
.eael-team-slider.nav-top-left,
|
| 7 |
+
.eael-team-slider.nav-top-right,
|
| 8 |
+
.eael-logo-carousel.nav-top-left,
|
| 9 |
+
.eael-logo-carousel.nav-top-right,
|
| 10 |
+
.eael-post-carousel.nav-top-left,
|
| 11 |
+
.eael-post-carousel.nav-top-right,
|
| 12 |
+
.eael-product-carousel.nav-top-left,
|
| 13 |
+
.eael-product-carousel.nav-top-right {
|
| 14 |
+
padding-top: 40px;
|
| 15 |
+
}
|
assets/sass/_general.scss
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------*/
|
| 2 |
+
/* 01. General Styles
|
| 3 |
+
/*--------------------------*/
|
| 4 |
+
.clearfix::before,
|
| 5 |
+
.clearfix::after {
|
| 6 |
+
content: " ";
|
| 7 |
+
display: table;
|
| 8 |
+
clear: both;
|
| 9 |
+
}
|
assets/sass/_gravity-form.scss
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*----------------------*/
|
| 2 |
+
/* 14. Gravity Form
|
| 3 |
+
/*----------------------*/
|
| 4 |
+
.eael-gravity-form-align-default,
|
| 5 |
+
.eael-gravity-form-align-left,
|
| 6 |
+
.eael-gravity-form-btn-align-left {
|
| 7 |
+
text-align: left;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.eael-gravity-form-align-right,
|
| 11 |
+
.eael-gravity-form-btn-align-right {
|
| 12 |
+
text-align: right;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
.eael-gravity-form-align-center,
|
| 16 |
+
.eael-gravity-form-btn-align-center {
|
| 17 |
+
text-align: center;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
.eael-gravity-form .gform_wrapper .gform_footer {
|
| 21 |
+
margin: 0;
|
| 22 |
+
padding: 0;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.gform_wrapper form li,
|
| 26 |
+
.gform_wrapper li {
|
| 27 |
+
list-style: none;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
| 31 |
+
padding: 0;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
.eael-gravity-form .gform_wrapper textarea {
|
| 35 |
+
padding: 0;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
| 39 |
+
.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
|
| 40 |
+
.eael-gravity-form .gform_wrapper .gform_page_footer input.button,
|
| 41 |
+
.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
|
| 42 |
+
margin: 0;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
.eael-gravity-form.title-description-hide .gform_heading {
|
| 46 |
+
display: none;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
|
| 50 |
+
.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
|
| 51 |
+
display: none;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
|
| 55 |
+
width: 100%;
|
| 56 |
+
}
|
assets/sass/_img-accordion.scss
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*------------------------------*/
|
| 2 |
+
/* 34. Image accordion
|
| 3 |
+
/*------------------------------*/
|
| 4 |
+
.eael-img-accordion {
|
| 5 |
+
display: flex;
|
| 6 |
+
height: 50vh;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
.eael-img-accordion a {
|
| 10 |
+
position: relative;
|
| 11 |
+
flex: 1;
|
| 12 |
+
text-align: center;
|
| 13 |
+
text-decoration: none;
|
| 14 |
+
color: #fff;
|
| 15 |
+
background-size: cover;
|
| 16 |
+
background-position: center;
|
| 17 |
+
background-repeat: no-repeat;
|
| 18 |
+
transition: flex .4s;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
.eael-grow-accordion {
|
| 22 |
+
flex: 3;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.eael-img-accordion .overlay {
|
| 26 |
+
display: flex;
|
| 27 |
+
align-items: center;
|
| 28 |
+
justify-content: center;
|
| 29 |
+
padding: 0 10px;
|
| 30 |
+
position: absolute;
|
| 31 |
+
top: 0;
|
| 32 |
+
right: 0;
|
| 33 |
+
bottom: 0;
|
| 34 |
+
left: 0;
|
| 35 |
+
transition: background-color .4s;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.eael-img-accordion .overlay .overlay-inner {
|
| 39 |
+
z-index: 1;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
.eael-img-accordion a:after {
|
| 43 |
+
content: "";
|
| 44 |
+
position: absolute;
|
| 45 |
+
width: 100%;
|
| 46 |
+
height: 100%;
|
| 47 |
+
z-index: 0;
|
| 48 |
+
top: 0px;
|
| 49 |
+
left: 0px;
|
| 50 |
+
bottom: 0px;
|
| 51 |
+
right: 0px;
|
| 52 |
+
transition: all 0.3s ease-in-out;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.eael-img-accordion .overlay-inner * {
|
| 56 |
+
visibility: hidden;
|
| 57 |
+
opacity: 0;
|
| 58 |
+
transform-style: preserve-3d;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
.eael-img-accordion .overlay h2 {
|
| 62 |
+
color: #fff;
|
| 63 |
+
transform: translate3d(0, -60px, 0);
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.eael-img-accordion .overlay p {
|
| 67 |
+
color: #fff;
|
| 68 |
+
transform: translate3d(0, 60px, 0);
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.eael-img-accordion .overlay-inner-show * {
|
| 72 |
+
opacity: 1;
|
| 73 |
+
visibility: visible;
|
| 74 |
+
transform: none !important;
|
| 75 |
+
transition: all .3s .3s;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
@media screen and (max-width: 800px) {
|
| 79 |
+
.eael-img-accordion {
|
| 80 |
+
flex-direction: column;
|
| 81 |
+
}
|
| 82 |
+
.eael-img-accordion a:hover {
|
| 83 |
+
flex: 1;
|
| 84 |
+
}
|
| 85 |
+
.eael-img-accordion a:hover .overlay {
|
| 86 |
+
background-color: transparent;
|
| 87 |
+
}
|
| 88 |
+
.eael-img-accordion .overlay h2,
|
| 89 |
+
.eael-img-accordion .overlay p {
|
| 90 |
+
opacity: 1;
|
| 91 |
+
visibility: visible;
|
| 92 |
+
transform: none;
|
| 93 |
+
}
|
| 94 |
+
}
|
assets/sass/_infobox.scss
ADDED
|
@@ -0,0 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* ------------------------ */
|
| 2 |
+
/* 17. Infobox Style
|
| 3 |
+
/* ------------------------ */
|
| 4 |
+
|
| 5 |
+
/*--- Image/Icon On Top ---*/
|
| 6 |
+
.eael-infobox .infobox-icon {
|
| 7 |
+
height: auto;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.eael-infobox .infobox-icon .infobox-icon-wrap {
|
| 11 |
+
display: block;
|
| 12 |
+
width: 100%;
|
| 13 |
+
height: auto;
|
| 14 |
+
transition: .3s;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
.eael-infobox .infobox-icon .infobox-icon-wrap i {
|
| 18 |
+
transition: .3s;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
/*--- For Content Alignment ---*/
|
| 23 |
+
.eael-infobox-content-align-left .eael-infobox .infobox-icon,
|
| 24 |
+
.eael-infobox-content-align-left .eael-infobox .infobox-content,
|
| 25 |
+
.eael-infobox-content-align-left .eael-infobox .infobox-button {
|
| 26 |
+
text-align: left;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.eael-infobox-content-align-right .eael-infobox .infobox-icon,
|
| 30 |
+
.eael-infobox-content-align-right .eael-infobox .infobox-content,
|
| 31 |
+
.eael-infobox-content-align-right .eael-infobox .infobox-button {
|
| 32 |
+
text-align: right;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
.eael-infobox-content-align-center .eael-infobox .infobox-icon,
|
| 36 |
+
.eael-infobox-content-align-center .eael-infobox .infobox-content,
|
| 37 |
+
.eael-infobox-content-align-center .eael-infobox .infobox-button {
|
| 38 |
+
text-align: center;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
/*--- For icon background shape ---*/
|
| 43 |
+
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
|
| 44 |
+
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 45 |
+
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
|
| 46 |
+
width: 90px;
|
| 47 |
+
height: 90px;
|
| 48 |
+
text-align: center;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
|
| 52 |
+
border-radius: 0;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 56 |
+
.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
|
| 57 |
+
border-radius: 15px;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
|
| 61 |
+
display: flex;
|
| 62 |
+
align-items: center;
|
| 63 |
+
justify-content: center;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
|
| 67 |
+
.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
|
| 68 |
+
border-radius: 50%;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
|
| 72 |
+
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
|
| 73 |
+
margin-top: 50%;
|
| 74 |
+
transform: translateY(-50%);
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
/*--- Infobox Button ---*/
|
| 78 |
+
.eael-infobox .infobox-button a.eael-infobox-button {
|
| 79 |
+
display: inline-block;
|
| 80 |
+
padding: 5px 10px;
|
| 81 |
+
-webkit-transition: all 300ms ease-in-out 0s;
|
| 82 |
+
-o-transition: all 300ms ease-in-out 0s;
|
| 83 |
+
transition: all 300ms ease-in-out 0s;
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
/*--- For icon bg shape alignment ---*/
|
| 87 |
+
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 88 |
+
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 89 |
+
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 90 |
+
display: flex;
|
| 91 |
+
justify-content: flex-start;
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 95 |
+
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 96 |
+
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 97 |
+
display: flex;
|
| 98 |
+
justify-content: center;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 102 |
+
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 103 |
+
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 104 |
+
display: flex;
|
| 105 |
+
justify-content: flex-end;
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
|
| 109 |
+
/*--- Image/Icon On Left ---*/
|
| 110 |
+
.eael-infobox.icon-on-left {
|
| 111 |
+
position: relative;
|
| 112 |
+
z-index: 0;
|
| 113 |
+
display: flex;
|
| 114 |
+
}
|
| 115 |
+
|
| 116 |
+
.eael-infobox.icon-on-right .infobox-icon-wrap,
|
| 117 |
+
.eael-infobox.icon-on-left .infobox-icon-wrap {
|
| 118 |
+
justify-content: center;
|
| 119 |
+
display: flex !important;
|
| 120 |
+
align-items: center;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
|
| 124 |
+
background: none;
|
| 125 |
+
border: 0px;
|
| 126 |
+
text-align: left;
|
| 127 |
+
height: auto;
|
| 128 |
+
display: block;
|
| 129 |
+
}
|
| 130 |
+
|
| 131 |
+
.eael-infobox .infobox-content p {
|
| 132 |
+
margin: 0 0 15px;
|
| 133 |
+
}
|
| 134 |
+
|
| 135 |
+
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
|
| 136 |
+
margin-top: 0px;
|
| 137 |
+
transform: translateY(0%);
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
.eael-infobox.icon-on-left .infobox-content {
|
| 141 |
+
padding-left: 15px;
|
| 142 |
+
flex: 1 1 auto;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
+
.eael-infobox.icon-on-left .infobox-content .title {
|
| 146 |
+
line-height: 1;
|
| 147 |
+
margin: 0 0 10px 0;
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
|
| 151 |
+
/*--- Image/Icon On Right ---*/
|
| 152 |
+
.eael-infobox.icon-on-right {
|
| 153 |
+
position: relative;
|
| 154 |
+
z-index: 0;
|
| 155 |
+
display: flex;
|
| 156 |
+
flex-direction: row-reverse;
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
|
| 160 |
+
background: none;
|
| 161 |
+
border: 0px;
|
| 162 |
+
text-align: right;
|
| 163 |
+
width: auto;
|
| 164 |
+
height: auto;
|
| 165 |
+
display: block;
|
| 166 |
+
}
|
| 167 |
+
|
| 168 |
+
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
|
| 169 |
+
margin-top: 0px;
|
| 170 |
+
transform: translateY(0%);
|
| 171 |
+
}
|
| 172 |
+
|
| 173 |
+
.eael-infobox.icon-on-right .infobox-content {
|
| 174 |
+
padding-right: 15px;
|
| 175 |
+
text-align: right;
|
| 176 |
+
flex: 1 1 auto;
|
| 177 |
+
box-sizing: border-box;
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
.eael-infobox.icon-on-right .infobox-content .title {
|
| 181 |
+
line-height: 1;
|
| 182 |
+
margin: 0 0 10px 0;
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
|
| 186 |
+
/*--- Imgae Circle On Top ---*/
|
| 187 |
+
.eael-infobox .infobox-icon img {
|
| 188 |
+
-webkit-transition: all 300ms ease-in-out 0s;
|
| 189 |
+
-o-transition: all 300ms ease-in-out 0s;
|
| 190 |
+
transition: all 300ms ease-in-out 0s;
|
| 191 |
+
}
|
| 192 |
+
|
| 193 |
+
.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
|
| 194 |
+
border-radius: 0;
|
| 195 |
+
}
|
| 196 |
+
|
| 197 |
+
.eael-infobox-shape-circle .eael-infobox .infobox-icon img,
|
| 198 |
+
.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
|
| 199 |
+
border-radius: 50%;
|
| 200 |
+
}
|
| 201 |
+
|
| 202 |
+
.eael-infobox-shape-radius .eael-infobox .infobox-icon img,
|
| 203 |
+
.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
|
| 204 |
+
border-radius: 15px;
|
| 205 |
+
}
|
assets/sass/_magnific-popup.scss
ADDED
|
@@ -0,0 +1,458 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* ------------------------ */
|
| 2 |
+
/* 26. Magnific Popup
|
| 3 |
+
/* ------------------------ */
|
| 4 |
+
|
| 5 |
+
/*--- Magnific Popup CSS ---*/
|
| 6 |
+
.mfp-bg {
|
| 7 |
+
top: 0;
|
| 8 |
+
left: 0;
|
| 9 |
+
width: 100%;
|
| 10 |
+
height: 100%;
|
| 11 |
+
z-index: 1042;
|
| 12 |
+
overflow: hidden;
|
| 13 |
+
position: fixed;
|
| 14 |
+
background: #0b0b0b;
|
| 15 |
+
opacity: 0.8;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.mfp-wrap {
|
| 19 |
+
top: 0;
|
| 20 |
+
left: 0;
|
| 21 |
+
width: 100%;
|
| 22 |
+
height: 100%;
|
| 23 |
+
z-index: 1043;
|
| 24 |
+
position: fixed;
|
| 25 |
+
outline: none !important;
|
| 26 |
+
-webkit-backface-visibility: hidden;
|
| 27 |
+
backface-visibility: hidden;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.mfp-container {
|
| 31 |
+
text-align: center;
|
| 32 |
+
position: absolute;
|
| 33 |
+
width: 100%;
|
| 34 |
+
height: 100%;
|
| 35 |
+
left: 0;
|
| 36 |
+
top: 0;
|
| 37 |
+
padding: 0 8px;
|
| 38 |
+
box-sizing: border-box;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.mfp-container:before {
|
| 42 |
+
content: '';
|
| 43 |
+
display: inline-block;
|
| 44 |
+
height: 100%;
|
| 45 |
+
vertical-align: middle;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
.mfp-align-top .mfp-container:before {
|
| 49 |
+
display: none;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.mfp-content {
|
| 53 |
+
position: relative;
|
| 54 |
+
display: inline-block;
|
| 55 |
+
vertical-align: middle;
|
| 56 |
+
margin: 0 auto;
|
| 57 |
+
text-align: left;
|
| 58 |
+
z-index: 1045;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
.mfp-inline-holder .mfp-content,
|
| 62 |
+
.mfp-ajax-holder .mfp-content {
|
| 63 |
+
width: 100%;
|
| 64 |
+
cursor: auto;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
.mfp-ajax-cur {
|
| 68 |
+
cursor: progress;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.mfp-zoom-out-cur,
|
| 72 |
+
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
| 73 |
+
cursor: -moz-zoom-out;
|
| 74 |
+
cursor: -webkit-zoom-out;
|
| 75 |
+
cursor: zoom-out;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.mfp-zoom {
|
| 79 |
+
cursor: pointer;
|
| 80 |
+
cursor: -webkit-zoom-in;
|
| 81 |
+
cursor: -moz-zoom-in;
|
| 82 |
+
cursor: zoom-in;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.mfp-auto-cursor .mfp-content {
|
| 86 |
+
cursor: auto;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.mfp-close,
|
| 90 |
+
.mfp-arrow,
|
| 91 |
+
.mfp-preloader,
|
| 92 |
+
.mfp-counter {
|
| 93 |
+
-webkit-user-select: none;
|
| 94 |
+
-moz-user-select: none;
|
| 95 |
+
user-select: none;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.mfp-loading.mfp-figure {
|
| 99 |
+
display: none;
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
.mfp-hide {
|
| 103 |
+
display: none !important;
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
.mfp-preloader {
|
| 107 |
+
color: #CCC;
|
| 108 |
+
position: absolute;
|
| 109 |
+
top: 50%;
|
| 110 |
+
width: auto;
|
| 111 |
+
text-align: center;
|
| 112 |
+
margin-top: -0.8em;
|
| 113 |
+
left: 8px;
|
| 114 |
+
right: 8px;
|
| 115 |
+
z-index: 1044;
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
.mfp-preloader a {
|
| 119 |
+
color: #CCC;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.mfp-preloader a:hover {
|
| 123 |
+
color: #FFF;
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
.mfp-s-ready .mfp-preloader {
|
| 127 |
+
display: none;
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
.mfp-s-error .mfp-content {
|
| 131 |
+
display: none;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
button.mfp-close,
|
| 135 |
+
button.mfp-arrow {
|
| 136 |
+
overflow: visible;
|
| 137 |
+
cursor: pointer;
|
| 138 |
+
background: transparent;
|
| 139 |
+
border: 0;
|
| 140 |
+
-webkit-appearance: none;
|
| 141 |
+
display: block;
|
| 142 |
+
outline: none;
|
| 143 |
+
padding: 0;
|
| 144 |
+
z-index: 1046;
|
| 145 |
+
box-shadow: none;
|
| 146 |
+
touch-action: manipulation;
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
button::-moz-focus-inner {
|
| 150 |
+
padding: 0;
|
| 151 |
+
border: 0;
|
| 152 |
+
}
|
| 153 |
+
|
| 154 |
+
.mfp-close {
|
| 155 |
+
width: 44px;
|
| 156 |
+
height: 44px;
|
| 157 |
+
line-height: 44px;
|
| 158 |
+
position: absolute;
|
| 159 |
+
right: 0;
|
| 160 |
+
top: 0;
|
| 161 |
+
text-decoration: none;
|
| 162 |
+
text-align: center;
|
| 163 |
+
opacity: 0.65;
|
| 164 |
+
padding: 0 0 18px 10px;
|
| 165 |
+
color: #FFF;
|
| 166 |
+
font-style: normal;
|
| 167 |
+
font-size: 28px;
|
| 168 |
+
font-family: Arial, Baskerville, monospace;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
+
.mfp-close:hover,
|
| 172 |
+
.mfp-close:focus {
|
| 173 |
+
opacity: 1;
|
| 174 |
+
}
|
| 175 |
+
|
| 176 |
+
.mfp-close:active {
|
| 177 |
+
top: 1px;
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
.mfp-close-btn-in .mfp-close {
|
| 181 |
+
color: #333;
|
| 182 |
+
}
|
| 183 |
+
|
| 184 |
+
.mfp-image-holder .mfp-close,
|
| 185 |
+
.mfp-iframe-holder .mfp-close {
|
| 186 |
+
color: #FFF;
|
| 187 |
+
right: -6px;
|
| 188 |
+
text-align: right;
|
| 189 |
+
padding-right: 6px;
|
| 190 |
+
width: 100%;
|
| 191 |
+
}
|
| 192 |
+
|
| 193 |
+
.mfp-counter {
|
| 194 |
+
position: absolute;
|
| 195 |
+
top: 0;
|
| 196 |
+
right: 0;
|
| 197 |
+
color: #CCC;
|
| 198 |
+
font-size: 12px;
|
| 199 |
+
line-height: 18px;
|
| 200 |
+
white-space: nowrap;
|
| 201 |
+
}
|
| 202 |
+
|
| 203 |
+
.mfp-arrow {
|
| 204 |
+
position: absolute;
|
| 205 |
+
opacity: 0.65;
|
| 206 |
+
margin: 0;
|
| 207 |
+
top: 50%;
|
| 208 |
+
margin-top: -55px;
|
| 209 |
+
padding: 0;
|
| 210 |
+
width: 90px;
|
| 211 |
+
height: 110px;
|
| 212 |
+
-webkit-tap-highlight-color: transparent;
|
| 213 |
+
}
|
| 214 |
+
|
| 215 |
+
.mfp-arrow:active {
|
| 216 |
+
margin-top: -54px;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
.mfp-arrow:hover,
|
| 220 |
+
.mfp-arrow:focus {
|
| 221 |
+
opacity: 1;
|
| 222 |
+
}
|
| 223 |
+
|
| 224 |
+
.mfp-arrow:before,
|
| 225 |
+
.mfp-arrow:after {
|
| 226 |
+
content: '';
|
| 227 |
+
display: block;
|
| 228 |
+
width: 0;
|
| 229 |
+
height: 0;
|
| 230 |
+
position: absolute;
|
| 231 |
+
left: 0;
|
| 232 |
+
top: 0;
|
| 233 |
+
margin-top: 35px;
|
| 234 |
+
margin-left: 35px;
|
| 235 |
+
border: medium inset transparent;
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
.mfp-arrow:after {
|
| 239 |
+
border-top-width: 13px;
|
| 240 |
+
border-bottom-width: 13px;
|
| 241 |
+
top: 8px;
|
| 242 |
+
}
|
| 243 |
+
|
| 244 |
+
.mfp-arrow:before {
|
| 245 |
+
border-top-width: 21px;
|
| 246 |
+
border-bottom-width: 21px;
|
| 247 |
+
opacity: 0.7;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.mfp-arrow-left {
|
| 251 |
+
left: 0;
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.mfp-arrow-left:after {
|
| 255 |
+
border-right: 17px solid #FFF;
|
| 256 |
+
margin-left: 31px;
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
.mfp-arrow-left:before {
|
| 260 |
+
margin-left: 25px;
|
| 261 |
+
border-right: 27px solid #3F3F3F;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.mfp-arrow-right {
|
| 265 |
+
right: 0;
|
| 266 |
+
}
|
| 267 |
+
|
| 268 |
+
.mfp-arrow-right:after {
|
| 269 |
+
border-left: 17px solid #FFF;
|
| 270 |
+
margin-left: 39px;
|
| 271 |
+
}
|
| 272 |
+
|
| 273 |
+
.mfp-arrow-right:before {
|
| 274 |
+
border-left: 27px solid #3F3F3F;
|
| 275 |
+
}
|
| 276 |
+
|
| 277 |
+
.mfp-iframe-holder {
|
| 278 |
+
padding-top: 40px;
|
| 279 |
+
padding-bottom: 40px;
|
| 280 |
+
}
|
| 281 |
+
|
| 282 |
+
.mfp-iframe-holder .mfp-content {
|
| 283 |
+
line-height: 0;
|
| 284 |
+
width: 100%;
|
| 285 |
+
max-width: 900px;
|
| 286 |
+
}
|
| 287 |
+
|
| 288 |
+
.mfp-iframe-holder .mfp-close {
|
| 289 |
+
top: -40px;
|
| 290 |
+
}
|
| 291 |
+
|
| 292 |
+
.mfp-iframe-scaler {
|
| 293 |
+
width: 100%;
|
| 294 |
+
height: 0;
|
| 295 |
+
overflow: hidden;
|
| 296 |
+
padding-top: 56.25%;
|
| 297 |
+
}
|
| 298 |
+
|
| 299 |
+
.mfp-iframe-scaler iframe {
|
| 300 |
+
position: absolute;
|
| 301 |
+
display: block;
|
| 302 |
+
top: 0;
|
| 303 |
+
left: 0;
|
| 304 |
+
width: 100%;
|
| 305 |
+
height: 100%;
|
| 306 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
| 307 |
+
background: #000;
|
| 308 |
+
}
|
| 309 |
+
|
| 310 |
+
|
| 311 |
+
/*--- Main image in popup ---*/
|
| 312 |
+
img.mfp-img {
|
| 313 |
+
width: auto;
|
| 314 |
+
max-width: 100%;
|
| 315 |
+
height: auto;
|
| 316 |
+
display: block;
|
| 317 |
+
line-height: 0;
|
| 318 |
+
box-sizing: border-box;
|
| 319 |
+
padding: 40px 0 40px;
|
| 320 |
+
margin: 0 auto;
|
| 321 |
+
}
|
| 322 |
+
|
| 323 |
+
|
| 324 |
+
/*--- The shadow behind the image ---*/
|
| 325 |
+
.mfp-figure {
|
| 326 |
+
line-height: 0;
|
| 327 |
+
}
|
| 328 |
+
|
| 329 |
+
.mfp-figure:after {
|
| 330 |
+
content: '';
|
| 331 |
+
position: absolute;
|
| 332 |
+
left: 0;
|
| 333 |
+
top: 40px;
|
| 334 |
+
bottom: 40px;
|
| 335 |
+
display: block;
|
| 336 |
+
right: 0;
|
| 337 |
+
width: auto;
|
| 338 |
+
height: auto;
|
| 339 |
+
z-index: -1;
|
| 340 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
| 341 |
+
background: #444;
|
| 342 |
+
}
|
| 343 |
+
|
| 344 |
+
.mfp-figure small {
|
| 345 |
+
color: #BDBDBD;
|
| 346 |
+
display: block;
|
| 347 |
+
font-size: 12px;
|
| 348 |
+
line-height: 14px;
|
| 349 |
+
}
|
| 350 |
+
|
| 351 |
+
.mfp-figure figure {
|
| 352 |
+
margin: 0;
|
| 353 |
+
}
|
| 354 |
+
|
| 355 |
+
.mfp-bottom-bar {
|
| 356 |
+
margin-top: -36px;
|
| 357 |
+
position: absolute;
|
| 358 |
+
top: 100%;
|
| 359 |
+
left: 0;
|
| 360 |
+
width: 100%;
|
| 361 |
+
cursor: auto;
|
| 362 |
+
}
|
| 363 |
+
|
| 364 |
+
.mfp-title {
|
| 365 |
+
text-align: left;
|
| 366 |
+
line-height: 18px;
|
| 367 |
+
color: #F3F3F3;
|
| 368 |
+
word-wrap: break-word;
|
| 369 |
+
padding-right: 36px;
|
| 370 |
+
}
|
| 371 |
+
|
| 372 |
+
.mfp-image-holder .mfp-content {
|
| 373 |
+
max-width: 100%;
|
| 374 |
+
}
|
| 375 |
+
|
| 376 |
+
.mfp-gallery .mfp-image-holder .mfp-figure {
|
| 377 |
+
cursor: pointer;
|
| 378 |
+
}
|
| 379 |
+
|
| 380 |
+
button.mfp-close,
|
| 381 |
+
button.mfp-close:hover {
|
| 382 |
+
display: inline-block !important;
|
| 383 |
+
background: transparent;
|
| 384 |
+
width: auto !important;
|
| 385 |
+
}
|
| 386 |
+
|
| 387 |
+
.mfp-arrow,
|
| 388 |
+
.mfp-arrow:hover {
|
| 389 |
+
background: transparent;
|
| 390 |
+
}
|
| 391 |
+
|
| 392 |
+
@media screen and (max-width: 800px) and (orientation: landscape),
|
| 393 |
+
screen and (max-height: 300px) {
|
| 394 |
+
/**
|
| 395 |
+
* Remove all paddings around the image on small screen
|
| 396 |
+
*/
|
| 397 |
+
.mfp-img-mobile .mfp-image-holder {
|
| 398 |
+
padding-left: 0;
|
| 399 |
+
padding-right: 0;
|
| 400 |
+
}
|
| 401 |
+
.mfp-img-mobile img.mfp-img {
|
| 402 |
+
padding: 0;
|
| 403 |
+
}
|
| 404 |
+
.mfp-img-mobile .mfp-figure:after {
|
| 405 |
+
top: 0;
|
| 406 |
+
bottom: 0;
|
| 407 |
+
}
|
| 408 |
+
.mfp-img-mobile .mfp-figure small {
|
| 409 |
+
display: inline;
|
| 410 |
+
margin-left: 5px;
|
| 411 |
+
}
|
| 412 |
+
.mfp-img-mobile .mfp-bottom-bar {
|
| 413 |
+
background: rgba(0, 0, 0, 0.6);
|
| 414 |
+
bottom: 0;
|
| 415 |
+
margin: 0;
|
| 416 |
+
top: auto;
|
| 417 |
+
padding: 3px 5px;
|
| 418 |
+
position: fixed;
|
| 419 |
+
box-sizing: border-box;
|
| 420 |
+
}
|
| 421 |
+
.mfp-img-mobile .mfp-bottom-bar:empty {
|
| 422 |
+
padding: 0;
|
| 423 |
+
}
|
| 424 |
+
.mfp-img-mobile .mfp-counter {
|
| 425 |
+
right: 5px;
|
| 426 |
+
top: 3px;
|
| 427 |
+
}
|
| 428 |
+
.mfp-img-mobile .mfp-close {
|
| 429 |
+
top: 0;
|
| 430 |
+
right: 0;
|
| 431 |
+
width: 35px;
|
| 432 |
+
height: 35px;
|
| 433 |
+
line-height: 35px;
|
| 434 |
+
background: rgba(0, 0, 0, 0.6);
|
| 435 |
+
position: fixed;
|
| 436 |
+
text-align: center;
|
| 437 |
+
padding: 0;
|
| 438 |
+
}
|
| 439 |
+
}
|
| 440 |
+
|
| 441 |
+
@media all and (max-width: 900px) {
|
| 442 |
+
.mfp-arrow {
|
| 443 |
+
-webkit-transform: scale(0.75);
|
| 444 |
+
transform: scale(0.75);
|
| 445 |
+
}
|
| 446 |
+
.mfp-arrow-left {
|
| 447 |
+
-webkit-transform-origin: 0;
|
| 448 |
+
transform-origin: 0;
|
| 449 |
+
}
|
| 450 |
+
.mfp-arrow-right {
|
| 451 |
+
-webkit-transform-origin: 100%;
|
| 452 |
+
transform-origin: 100%;
|
| 453 |
+
}
|
| 454 |
+
.mfp-container {
|
| 455 |
+
padding-left: 6px;
|
| 456 |
+
padding-right: 6px;
|
| 457 |
+
}
|
| 458 |
+
}
|
assets/sass/_ninja-form.scss
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*----------------------*/
|
| 2 |
+
/* 13. Ninja Form Styles
|
| 3 |
+
/*----------------------*/
|
| 4 |
+
.eael-ninja-container input,
|
| 5 |
+
.eael-ninja-container textarea {
|
| 6 |
+
height: auto;
|
| 7 |
+
padding: 10px;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.eael-contact-form-align-center .eael-ninja-container,
|
| 11 |
+
.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 12 |
+
margin-left: auto !important;
|
| 13 |
+
margin-right: auto !important;
|
| 14 |
+
display: block;
|
| 15 |
+
float: none;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.eael-contact-form-align-left .eael-ninja-container,
|
| 19 |
+
.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 20 |
+
float: left;
|
| 21 |
+
width: auto;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.eael-contact-form-align-right .eael-ninja-container,
|
| 25 |
+
.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
|
| 26 |
+
float: right;
|
| 27 |
+
width: auto;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
|
| 31 |
+
.eael-ninja-container .nf-field .nf-field-element input[type="password"],
|
| 32 |
+
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="email"],
|
| 33 |
+
.eael-ninja-container .nf-field .nf-field-element input[type="url"],
|
| 34 |
+
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
|
| 35 |
+
.eael-ninja-container .nf-field .nf-field-element textarea {
|
| 36 |
+
max-width: 100%;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
.eael-ninja-form .nf-form-title {
|
| 40 |
+
display: none;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
.eael-ninja-form-title-yes .nf-form-title {
|
| 44 |
+
display: block;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
.eael-ninja-form .title-description-hide .nf-form-title {
|
| 48 |
+
display: none;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.eael-ninja-form.title-description-hide .nf-form-title {
|
| 52 |
+
display: none;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.eael-ninja-form .nf-field-label {
|
| 56 |
+
display: none;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
.eael-ninja-form-labels-yes .nf-field-label {
|
| 60 |
+
display: block;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
.eael-ninja-form .submit-container input[type=button] {
|
| 64 |
+
border: 0;
|
| 65 |
+
border-radius: 0;
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.eael-ninja-form-button-full-width .submit-container input[type=button] {
|
| 69 |
+
width: 100%;
|
| 70 |
+
}
|
assets/sass/_post-grid-column.scss
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*-----------------------------*/
|
| 2 |
+
/* 16. Post Grid Column
|
| 3 |
+
/*-----------------------------*/
|
| 4 |
+
.eael-col-1 .eael-post-grid-column {
|
| 5 |
+
float: none;
|
| 6 |
+
width: 100%;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
.eael-col-2 .eael-post-grid-column {
|
| 10 |
+
float: left;
|
| 11 |
+
width: 50%;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.eael-col-3 .eael-post-grid-column {
|
| 15 |
+
float: left;
|
| 16 |
+
width: 33.3333%;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-col-4 .eael-post-grid-column {
|
| 20 |
+
float: left;
|
| 21 |
+
width: 25%;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.eael-col-5 .eael-post-grid-column {
|
| 25 |
+
float: left;
|
| 26 |
+
width: 20%;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.eael-col-6 .eael-post-grid-column {
|
| 30 |
+
float: left;
|
| 31 |
+
width: 16.6666%;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
/*--- Post Grid Column Styles ---*/
|
| 36 |
+
@media only screen and (max-width: 979px) {
|
| 37 |
+
.eael-col-1 .eael-post-grid-column,
|
| 38 |
+
.eael-col-2 .eael-post-grid-column,
|
| 39 |
+
.eael-col-3 .eael-post-grid-column,
|
| 40 |
+
.eael-col-4 .eael-post-grid-column,
|
| 41 |
+
.eael-col-5 .eael-post-grid-column,
|
| 42 |
+
.eael-col-6 .eael-post-grid-column {
|
| 43 |
+
width: 33.3333%;
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
@media only screen and (max-width: 767px) {
|
| 48 |
+
.eael-col-1 .eael-post-grid-column,
|
| 49 |
+
.eael-col-2 .eael-post-grid-column,
|
| 50 |
+
.eael-col-3 .eael-post-grid-column,
|
| 51 |
+
.eael-col-4 .eael-post-grid-column,
|
| 52 |
+
.eael-col-5 .eael-post-grid-column,
|
| 53 |
+
.eael-col-6 .eael-post-grid-column {
|
| 54 |
+
width: 50%;
|
| 55 |
+
}
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
@media only screen and (max-width: 480px) {
|
| 59 |
+
.eael-col-1 .eael-post-grid-column,
|
| 60 |
+
.eael-col-2 .eael-post-grid-column,
|
| 61 |
+
.eael-col-3 .eael-post-grid-column,
|
| 62 |
+
.eael-col-4 .eael-post-grid-column,
|
| 63 |
+
.eael-col-5 .eael-post-grid-column,
|
| 64 |
+
.eael-col-6 .eael-post-grid-column {
|
| 65 |
+
float: none;
|
| 66 |
+
width: 100%;
|
| 67 |
+
}
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.eael-author-avatar>a {
|
| 71 |
+
display: block;
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.eael-entry-footer {
|
| 75 |
+
overflow: hidden;
|
| 76 |
+
display: flex;
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
.eael-entry-footer>div {
|
| 80 |
+
display: inline-block;
|
| 81 |
+
float: left;
|
| 82 |
+
}
|
assets/sass/_post-grid.scss
ADDED
|
@@ -0,0 +1,312 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*-----------------------------*/
|
| 2 |
+
/* 15. Post Grid Style
|
| 3 |
+
/*-----------------------------*/
|
| 4 |
+
|
| 5 |
+
.eael-post-grid {
|
| 6 |
+
margin: 0 -10px;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
.eael-grid-post {
|
| 10 |
+
float: left;
|
| 11 |
+
padding: 10px;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.eael-post-carousel .eael-grid-post {
|
| 15 |
+
float: none;
|
| 16 |
+
padding: 0;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-grid-post-holder {
|
| 20 |
+
border: 1px solid rgba(0, 0, 0, .1);
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
.eael-grid-post-holder-inner {
|
| 24 |
+
height: 100%;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
.eael-entry-media {
|
| 28 |
+
position: relative;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
.eael-entry-overlay {
|
| 32 |
+
position: absolute;
|
| 33 |
+
top: 0;
|
| 34 |
+
left: 0;
|
| 35 |
+
width: 100%;
|
| 36 |
+
height: 100%;
|
| 37 |
+
z-index: 2;
|
| 38 |
+
-webkit-transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
|
| 39 |
+
-moz-transition: opacity .2s ease-in-out, -moz-transform .25s cubic-bezier(.19, 1, .22, 1);
|
| 40 |
+
transition: opacity .2s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
.eael-entry-overlay>a {
|
| 44 |
+
position: absolute;
|
| 45 |
+
top: 0;
|
| 46 |
+
left: 0;
|
| 47 |
+
width: 100%;
|
| 48 |
+
height: 100%;
|
| 49 |
+
z-index: 3;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.eael-entry-title {
|
| 53 |
+
margin: 10px 0 5px;
|
| 54 |
+
font-size: 1.2em;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
.eael-entry-thumbnail img {
|
| 58 |
+
width: 100%;
|
| 59 |
+
max-width: 100%;
|
| 60 |
+
vertical-align: middle;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
.eael-entry-thumbnail>img {
|
| 64 |
+
height: 100%;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
.eael-entry-footer .eael-author-avatar {
|
| 68 |
+
width: 50px;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.eael-entry-footer .eael-author-avatar .avatar {
|
| 72 |
+
border-radius: 50%;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
.eael-post-grid .eael-entry-footer .eael-entry-meta {
|
| 76 |
+
padding-left: 8px;
|
| 77 |
+
text-align: left;
|
| 78 |
+
}
|
| 79 |
+
|
| 80 |
+
.eael-grid-post .eael-entry-meta {
|
| 81 |
+
display: flex;
|
| 82 |
+
flex-direction: row;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.eael-grid-post .eael-entry-footer .eael-entry-meta {
|
| 86 |
+
flex-direction: column;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.eael-entry-meta>div {
|
| 90 |
+
font-size: 12px;
|
| 91 |
+
line-height: 1.2;
|
| 92 |
+
padding-bottom: 5px;
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
.eael-grid-post-excerpt p {
|
| 96 |
+
margin: 0;
|
| 97 |
+
font-size: 14px;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
.eael-entry-meta .eael-entry-footer .eael-posted-by {
|
| 101 |
+
display: block;
|
| 102 |
+
}
|
| 103 |
+
|
| 104 |
+
.eael-grid-post .eael-entry-wrapper,
|
| 105 |
+
.eael-grid-post .eael-entry-footer {
|
| 106 |
+
padding: 15px;
|
| 107 |
+
}
|
| 108 |
+
|
| 109 |
+
.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
|
| 110 |
+
padding-left: 5px;
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
|
| 114 |
+
content: '\f111';
|
| 115 |
+
font-family: FontAwesome;
|
| 116 |
+
color: inherit;
|
| 117 |
+
opacity: .4;
|
| 118 |
+
font-size: .8em;
|
| 119 |
+
padding-right: 7px;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.eael-load-more-button-wrap {
|
| 123 |
+
display: flex;
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
.eael-load-more-button {
|
| 127 |
+
display: flex;
|
| 128 |
+
align-items: center;
|
| 129 |
+
justify-content: center;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
.eael-load-more-button {
|
| 133 |
+
padding: 1em 2em;
|
| 134 |
+
border: 0px solid;
|
| 135 |
+
font-size: 16px;
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.eael-load-more-button .button__loader {
|
| 139 |
+
left: -100%;
|
| 140 |
+
top: auto;
|
| 141 |
+
margin-right: 5px;
|
| 142 |
+
transition: all .2s;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
+
.eael-load-more-button>span {
|
| 146 |
+
margin-left: -20px;
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
.eael-load-more-button.button--loading>span {
|
| 150 |
+
margin-left: 0;
|
| 151 |
+
}
|
| 152 |
+
|
| 153 |
+
.eael-load-more-button.button--loading .button__loader {
|
| 154 |
+
left: 0;
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
.eael-btn-loader,
|
| 158 |
+
.eael-btn-loader:after {
|
| 159 |
+
border-radius: 50%;
|
| 160 |
+
width: 20px;
|
| 161 |
+
height: 20px;
|
| 162 |
+
}
|
| 163 |
+
|
| 164 |
+
.eael-btn-loader {
|
| 165 |
+
font-size: 10px;
|
| 166 |
+
position: relative;
|
| 167 |
+
text-indent: -9999em;
|
| 168 |
+
border-top: 4px solid rgba(255, 255, 255, 0.2);
|
| 169 |
+
border-right: 4px solid rgba(255, 255, 255, 0.2);
|
| 170 |
+
border-bottom: 4px solid rgba(255, 255, 255, 0.2);
|
| 171 |
+
border-left: 4px solid #ffffff;
|
| 172 |
+
transform: translateZ(0);
|
| 173 |
+
animation: loaderSpin 1.1s infinite linear;
|
| 174 |
+
}
|
| 175 |
+
|
| 176 |
+
@keyframes loaderSpin {
|
| 177 |
+
0% {
|
| 178 |
+
transform: rotate(0deg);
|
| 179 |
+
}
|
| 180 |
+
100% {
|
| 181 |
+
transform: rotate(360deg);
|
| 182 |
+
}
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
|
| 186 |
+
/*--- Post Grid Thumbnail Hover Effects ---*/
|
| 187 |
+
|
| 188 |
+
.eael-entry-medianone {
|
| 189 |
+
position: relative;
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
.eael-entry-overlay {
|
| 193 |
+
display: flex;
|
| 194 |
+
align-items: center;
|
| 195 |
+
justify-content: center;
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
.eael-entry-overlay>i {
|
| 199 |
+
color: #fff;
|
| 200 |
+
}
|
| 201 |
+
|
| 202 |
+
/*--- fade in ---*/
|
| 203 |
+
.eael-entry-overlay.fade-in {
|
| 204 |
+
visibility: hidden;
|
| 205 |
+
opacity: 0;
|
| 206 |
+
transition: 300ms;
|
| 207 |
+
}
|
| 208 |
+
|
| 209 |
+
.eael-entry-medianone:hover .eael-entry-overlay.fade-in {
|
| 210 |
+
visibility: visible;
|
| 211 |
+
opacity: 1;
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
.eael-entry-medianone:hover .eael-entry-overlay.fade-in>i {
|
| 215 |
+
transform: translate(0);
|
| 216 |
+
opacity: 1;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
/*--- zoom in --- */
|
| 220 |
+
.eael-entry-overlay.zoom-in {
|
| 221 |
+
transform: scale(.9);
|
| 222 |
+
visibility: hidden;
|
| 223 |
+
opacity: 0;
|
| 224 |
+
transition: 300ms;
|
| 225 |
+
}
|
| 226 |
+
|
| 227 |
+
.eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
|
| 228 |
+
visibility: visible;
|
| 229 |
+
opacity: 1;
|
| 230 |
+
transform: scale(1);
|
| 231 |
+
}
|
| 232 |
+
|
| 233 |
+
/*--- slide up ---*/
|
| 234 |
+
.eael-entry-overlay.slide-up {
|
| 235 |
+
transform: translateY(100%);
|
| 236 |
+
visibility: hidden;
|
| 237 |
+
opacity: 0;
|
| 238 |
+
transition: 300ms;
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
.eael-entry-medianone:hover .eael-entry-overlay.slide-up {
|
| 242 |
+
transform: translateY(0);
|
| 243 |
+
visibility: visible;
|
| 244 |
+
opacity: 1;
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.eael-entry-medianone {
|
| 248 |
+
overflow: hidden;
|
| 249 |
+
}
|
| 250 |
+
|
| 251 |
+
/*--- Post Grid & Carousel Hover Styles ---*/
|
| 252 |
+
.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
|
| 253 |
+
opacity: 0;
|
| 254 |
+
}
|
| 255 |
+
|
| 256 |
+
.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
|
| 257 |
+
opacity: 1;
|
| 258 |
+
}
|
| 259 |
+
|
| 260 |
+
.eael-entry-media.grid-hover-style-none .eael-entry-overlay {
|
| 261 |
+
display: none;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
|
| 265 |
+
transform: scale(.4);
|
| 266 |
+
opacity: 0;
|
| 267 |
+
}
|
| 268 |
+
|
| 269 |
+
.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
|
| 270 |
+
transform: scale(1);
|
| 271 |
+
opacity: 1;
|
| 272 |
+
}
|
| 273 |
+
|
| 274 |
+
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
|
| 275 |
+
transform: translateY(-100%);
|
| 276 |
+
}
|
| 277 |
+
|
| 278 |
+
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i {
|
| 279 |
+
transform: translateY(-100px);
|
| 280 |
+
transition-delay: 100ms;
|
| 281 |
+
transition-duration: 300ms;
|
| 282 |
+
}
|
| 283 |
+
|
| 284 |
+
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
|
| 285 |
+
transform: translate(0);
|
| 286 |
+
}
|
| 287 |
+
|
| 288 |
+
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i {
|
| 289 |
+
transform: translateY(0);
|
| 290 |
+
}
|
| 291 |
+
|
| 292 |
+
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
|
| 293 |
+
transform: translateY(100%);
|
| 294 |
+
visibility: hidden;
|
| 295 |
+
opacity: 0;
|
| 296 |
+
}
|
| 297 |
+
|
| 298 |
+
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i {
|
| 299 |
+
transform: translateY(100px);
|
| 300 |
+
transition-delay: 100ms;
|
| 301 |
+
transition-duration: 300ms;
|
| 302 |
+
}
|
| 303 |
+
|
| 304 |
+
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
|
| 305 |
+
transform: translate(0);
|
| 306 |
+
visibility: visible;
|
| 307 |
+
opacity: 1;
|
| 308 |
+
}
|
| 309 |
+
|
| 310 |
+
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i {
|
| 311 |
+
transform: translateY(0);
|
| 312 |
+
}
|
assets/sass/_post-timeline.scss
ADDED
|
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*----------------------------*/
|
| 2 |
+
/* 06. Post Timeline Styles
|
| 3 |
+
/*----------------------------*/
|
| 4 |
+
|
| 5 |
+
.eael-post-timeline {
|
| 6 |
+
margin-bottom: 0;
|
| 7 |
+
min-height: 100%;
|
| 8 |
+
overflow: hidden;
|
| 9 |
+
position: relative;
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
.eael-timeline-column {
|
| 13 |
+
width: 50%;
|
| 14 |
+
margin-left: 0;
|
| 15 |
+
float: left;
|
| 16 |
+
margin-top: 0 !important;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-timeline-post {
|
| 20 |
+
position: relative;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
.eael-timeline-post:after {
|
| 24 |
+
background-color: rgba(83, 85, 86, .2);
|
| 25 |
+
content: "";
|
| 26 |
+
width: 2px;
|
| 27 |
+
height: 245px;
|
| 28 |
+
position: absolute;
|
| 29 |
+
right: 0;
|
| 30 |
+
top: 70px;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.eael-timeline-post:nth-child(2n):after {
|
| 34 |
+
display: none;
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
.eael-timeline-bullet {
|
| 38 |
+
background-color: #9fa9af;
|
| 39 |
+
border: 5px solid #fff;
|
| 40 |
+
border-radius: 50%;
|
| 41 |
+
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
|
| 42 |
+
content: "";
|
| 43 |
+
height: 20px;
|
| 44 |
+
position: absolute;
|
| 45 |
+
right: -9px;
|
| 46 |
+
top: 60px;
|
| 47 |
+
width: 20px;
|
| 48 |
+
z-index: 3;
|
| 49 |
+
cursor: pointer;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
|
| 53 |
+
background-color: #9fa9af;
|
| 54 |
+
border: 5px solid #fff;
|
| 55 |
+
border-radius: 50%;
|
| 56 |
+
bottom: 36px;
|
| 57 |
+
content: "";
|
| 58 |
+
height: 20px;
|
| 59 |
+
left: -11px;
|
| 60 |
+
position: absolute;
|
| 61 |
+
top: 300px;
|
| 62 |
+
width: 20px;
|
| 63 |
+
z-index: 3;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.eael-timeline-post-inner {
|
| 67 |
+
background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
|
| 68 |
+
border: 8px solid #e5eaed;
|
| 69 |
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
|
| 70 |
+
float: right;
|
| 71 |
+
margin: 30px 40px 30px auto;
|
| 72 |
+
position: relative;
|
| 73 |
+
height: 320px;
|
| 74 |
+
width: calc(100% - 40px);
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
|
| 78 |
+
float: left;
|
| 79 |
+
margin-left: 40px;
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.eael-timeline-post-inner:after {
|
| 83 |
+
border-color: transparent transparent transparent #e5eaed;
|
| 84 |
+
border-style: solid;
|
| 85 |
+
border-width: 15px;
|
| 86 |
+
content: "";
|
| 87 |
+
height: 0;
|
| 88 |
+
position: absolute;
|
| 89 |
+
right: -36px;
|
| 90 |
+
top: 17px;
|
| 91 |
+
width: 0;
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
|
| 95 |
+
border-color: transparent #e5eaed transparent transparent;
|
| 96 |
+
border-style: solid;
|
| 97 |
+
border-width: 15px;
|
| 98 |
+
content: "";
|
| 99 |
+
height: 0;
|
| 100 |
+
left: -36px;
|
| 101 |
+
position: absolute;
|
| 102 |
+
top: 257px;
|
| 103 |
+
width: 0;
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
|
| 107 |
+
border-left-color: transparent !important;
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
.eael-timeline-post p {
|
| 111 |
+
margin: 1.6rem 0 0 0;
|
| 112 |
+
font-size: 0.9em;
|
| 113 |
+
line-height: 1.6em;
|
| 114 |
+
}
|
| 115 |
+
|
| 116 |
+
.eael-timeline-post-image {
|
| 117 |
+
background-size: cover;
|
| 118 |
+
background-position: center center;
|
| 119 |
+
background-repeat: no-repeat;
|
| 120 |
+
display: block;
|
| 121 |
+
height: 100%;
|
| 122 |
+
overflow: hidden;
|
| 123 |
+
position: relative;
|
| 124 |
+
opacity: .6;
|
| 125 |
+
-webkit-transition: all .3s;
|
| 126 |
+
-moz-transition: all .3s;
|
| 127 |
+
transition: all .3s;
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
.eael-timeline-post-title {
|
| 131 |
+
bottom: 40px;
|
| 132 |
+
position: absolute;
|
| 133 |
+
width: 100%;
|
| 134 |
+
}
|
| 135 |
+
|
| 136 |
+
.eael-timeline-post-title h2 {
|
| 137 |
+
color: #fff;
|
| 138 |
+
font-size: 20px;
|
| 139 |
+
font-weight: bold;
|
| 140 |
+
letter-spacing: 1px;
|
| 141 |
+
line-height: 24px;
|
| 142 |
+
padding: 0 25px;
|
| 143 |
+
text-align: left;
|
| 144 |
+
text-transform: uppercase;
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
+
.eael-timeline-post-excerpt {
|
| 148 |
+
opacity: 0;
|
| 149 |
+
position: absolute;
|
| 150 |
+
top: 0;
|
| 151 |
+
left: 0;
|
| 152 |
+
-webkit-transition: all .3s;
|
| 153 |
+
-moz-transition: all .3s;
|
| 154 |
+
transition: all .3s;
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
.eael-timeline-post-excerpt p {
|
| 158 |
+
color: #fff;
|
| 159 |
+
font-size: 14px;
|
| 160 |
+
padding: 25px;
|
| 161 |
+
}
|
| 162 |
+
|
| 163 |
+
.eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
|
| 164 |
+
opacity: 1;
|
| 165 |
+
top: 10px;
|
| 166 |
+
}
|
| 167 |
+
|
| 168 |
+
.eael-timeline-post-inner:hover .eael-timeline-post-image {
|
| 169 |
+
opacity: .3;
|
| 170 |
+
}
|
| 171 |
+
|
| 172 |
+
.eael-timeline-post time {
|
| 173 |
+
opacity: 0;
|
| 174 |
+
background-color: rgba(0, 0, 0, .7);
|
| 175 |
+
color: #fff;
|
| 176 |
+
font-size: 10px;
|
| 177 |
+
border-radius: 20px;
|
| 178 |
+
position: absolute;
|
| 179 |
+
right: -97px;
|
| 180 |
+
width: 100px;
|
| 181 |
+
height: 30px;
|
| 182 |
+
line-height: 30px;
|
| 183 |
+
text-align: center;
|
| 184 |
+
top: 50px;
|
| 185 |
+
z-index: 99;
|
| 186 |
+
-webkit-transition: all .5s;
|
| 187 |
+
-moz-transition: all .5s;
|
| 188 |
+
transition: all .5s;
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 192 |
+
background-color: rgba(0, 0, 0, 0.7);
|
| 193 |
+
border-radius: 20px;
|
| 194 |
+
color: #fff;
|
| 195 |
+
font-size: 10px;
|
| 196 |
+
height: 30px;
|
| 197 |
+
left: -99px;
|
| 198 |
+
line-height: 30px;
|
| 199 |
+
position: absolute;
|
| 200 |
+
text-align: center;
|
| 201 |
+
top: 290px;
|
| 202 |
+
width: 100px;
|
| 203 |
+
z-index: 99;
|
| 204 |
+
}
|
| 205 |
+
|
| 206 |
+
.eael-timeline-post time:before {
|
| 207 |
+
border-bottom: 5px solid rgba(0, 0, 0, 0.7);
|
| 208 |
+
border-left: 5px solid transparent;
|
| 209 |
+
border-right: 5px solid transparent;
|
| 210 |
+
content: "";
|
| 211 |
+
height: 0;
|
| 212 |
+
left: 45px;
|
| 213 |
+
position: absolute;
|
| 214 |
+
top: -5px;
|
| 215 |
+
width: 0;
|
| 216 |
+
}
|
| 217 |
+
|
| 218 |
+
.eael-timeline-post:hover time {
|
| 219 |
+
opacity: 1;
|
| 220 |
+
}
|
| 221 |
+
|
| 222 |
+
.eael-timeline-post::after {
|
| 223 |
+
height: 100%;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
|
| 227 |
+
height: 245px;
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.eael-post-timeline .eael-timeline-post:last-child::after {
|
| 231 |
+
display: none;
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
|
| 235 |
+
/*--- Responsive Style for Post Timeline ---*/
|
| 236 |
+
|
| 237 |
+
@media only screen and (max-width: 1366px) {
|
| 238 |
+
.eael-timeline-post-title h2 {
|
| 239 |
+
font-size: 0.8em;
|
| 240 |
+
}
|
| 241 |
+
.eael-timeline-post-excerpt p {
|
| 242 |
+
font-size: 13px;
|
| 243 |
+
}
|
| 244 |
+
}
|
| 245 |
+
|
| 246 |
+
@media only screen and (max-width: 1169px) {
|
| 247 |
+
.eael-timeline-post-inner {
|
| 248 |
+
height: 320px;
|
| 249 |
+
}
|
| 250 |
+
}
|
| 251 |
+
|
| 252 |
+
@media only screen and (max-width: 992px) {
|
| 253 |
+
.eael-post-timeline {
|
| 254 |
+
margin-left: 0;
|
| 255 |
+
}
|
| 256 |
+
.eael-timeline-bullet,
|
| 257 |
+
.eael-timeline-post:after,
|
| 258 |
+
.eael-timeline-post:before,
|
| 259 |
+
.eael-timeline-post-inner:after {
|
| 260 |
+
display: none;
|
| 261 |
+
}
|
| 262 |
+
.eael-timeline-post {
|
| 263 |
+
display: inline-block;
|
| 264 |
+
float: left !important;
|
| 265 |
+
width: 50% !important;
|
| 266 |
+
margin: 15px auto;
|
| 267 |
+
}
|
| 268 |
+
.eael-timeline-post-inner {
|
| 269 |
+
height: 320px;
|
| 270 |
+
padding-bottom: 30px;
|
| 271 |
+
}
|
| 272 |
+
.eael-timeline-post-title {
|
| 273 |
+
bottom: 50px;
|
| 274 |
+
}
|
| 275 |
+
.eael-timeline-post-title h2 {
|
| 276 |
+
font-size: 0.8em;
|
| 277 |
+
line-height: 1.2em;
|
| 278 |
+
}
|
| 279 |
+
.eael-timeline-post .eael-timeline-post-inner {
|
| 280 |
+
margin: 0 10px auto 0;
|
| 281 |
+
width: 90%;
|
| 282 |
+
}
|
| 283 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 284 |
+
margin: 0 auto 0 10px;
|
| 285 |
+
width: 90%;
|
| 286 |
+
}
|
| 287 |
+
.eael-timeline-post-excerpt {
|
| 288 |
+
opacity: 0!important;
|
| 289 |
+
}
|
| 290 |
+
.eael-timeline-post-image {
|
| 291 |
+
opacity: .3;
|
| 292 |
+
}
|
| 293 |
+
.eael-timeline-post time,
|
| 294 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 295 |
+
background-color: #fff;
|
| 296 |
+
border-radius: 0;
|
| 297 |
+
color: #444;
|
| 298 |
+
font-size: 12px;
|
| 299 |
+
text-transform: uppercase;
|
| 300 |
+
left: 0;
|
| 301 |
+
opacity: 1;
|
| 302 |
+
padding-top: 3px;
|
| 303 |
+
top: 275px;
|
| 304 |
+
width: 100%;
|
| 305 |
+
}
|
| 306 |
+
time:before {
|
| 307 |
+
display: none;
|
| 308 |
+
}
|
| 309 |
+
}
|
| 310 |
+
|
| 311 |
+
@media only screen and (max-width: 767px) {
|
| 312 |
+
.eael-timeline-post {
|
| 313 |
+
display: block;
|
| 314 |
+
float: none !important;
|
| 315 |
+
margin: 20px auto;
|
| 316 |
+
width: 100% !important;
|
| 317 |
+
}
|
| 318 |
+
.eael-timeline-post .eael-timeline-post-inner,
|
| 319 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 320 |
+
display: block;
|
| 321 |
+
float: none;
|
| 322 |
+
margin: 0 auto;
|
| 323 |
+
}
|
| 324 |
+
}
|
| 325 |
+
|
| 326 |
+
@media only screen and (max-width: 479px) {
|
| 327 |
+
.eael-timeline-post .eael-timeline-post-inner,
|
| 328 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 329 |
+
height: 250px;
|
| 330 |
+
margin: 0 auto;
|
| 331 |
+
width: 95%;
|
| 332 |
+
}
|
| 333 |
+
.eael-timeline-post time,
|
| 334 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 335 |
+
top: 205px;
|
| 336 |
+
}
|
| 337 |
+
}
|
assets/sass/_pricing-table.scss
ADDED
|
@@ -0,0 +1,612 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* -------------------------------- */
|
| 2 |
+
/* 21. Pricing Table
|
| 3 |
+
/* -------------------------------- */
|
| 4 |
+
.eael-pricing {
|
| 5 |
+
-webkit-display: flex;
|
| 6 |
+
display: flex;
|
| 7 |
+
-webkit-justify-content: center;
|
| 8 |
+
justify-content: center;
|
| 9 |
+
-webkit-align-items: center;
|
| 10 |
+
align-items: center;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
.eael-pricing .eael-pricing-item {
|
| 14 |
+
width: 100%;
|
| 15 |
+
height: auto;
|
| 16 |
+
margin: 0;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-pricing .eael-pricing-button {
|
| 20 |
+
display: inline-block;
|
| 21 |
+
padding: 12px 25px;
|
| 22 |
+
background: #00C853;
|
| 23 |
+
font-size: 14px;
|
| 24 |
+
font-weight: 600;
|
| 25 |
+
color: #fff;
|
| 26 |
+
text-transform: uppercase;
|
| 27 |
+
text-decoration: none;
|
| 28 |
+
-webkit-transition: .3s;
|
| 29 |
+
transition: .3s;
|
| 30 |
+
-webkit-border-radius: 4px;
|
| 31 |
+
border-radius: 4px;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
.eael-pricing .eael-pricing-button:hover {
|
| 35 |
+
background: #03b048;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.eael-pricing .eael-pricing-item ul {
|
| 39 |
+
padding: 0px;
|
| 40 |
+
margin: 0px;
|
| 41 |
+
list-style: none;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.eael-pricing .eael-pricing-item ul li.disable-item {
|
| 45 |
+
text-decoration: line-through;
|
| 46 |
+
opacity: 0.5;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
.eael-pricing .eael-pricing-item ul li span.li-icon {
|
| 50 |
+
color: #00C853;
|
| 51 |
+
margin-right: 6px;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
|
| 55 |
+
color: #EF5350;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
/*--- Pricing Table: Style 1 ---*/
|
| 59 |
+
.eael-pricing.style-1 {
|
| 60 |
+
position: relative;
|
| 61 |
+
z-index: 0;
|
| 62 |
+
text-align: center;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.eael-pricing.style-1 .eael-pricing-item {
|
| 66 |
+
border: 1px solid rgba( 9, 9, 9, .1);
|
| 67 |
+
padding: 30px;
|
| 68 |
+
-webkit-border-radius: 5px;
|
| 69 |
+
border-radius: 5px;
|
| 70 |
+
-webkit-transition: .5s;
|
| 71 |
+
transition: .5s;
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.eael-pricing.style-1 .eael-pricing-item:hover {
|
| 75 |
+
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 76 |
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
.eael-pricing.style-1 .eael-pricing-item.featured {
|
| 80 |
+
position: relative;
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
|
| 84 |
+
content: "";
|
| 85 |
+
position: absolute;
|
| 86 |
+
width: 100%;
|
| 87 |
+
height: 3px;
|
| 88 |
+
background: #00C853;
|
| 89 |
+
top: 0px;
|
| 90 |
+
left: 0px;
|
| 91 |
+
right: 0px;
|
| 92 |
+
z-index: 1;
|
| 93 |
+
-webkit-border-radius: 5px 5px 0px 0px;
|
| 94 |
+
border-radius: 5px 5px 0px 0px;
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
|
| 98 |
+
content: "Featured";
|
| 99 |
+
position: absolute;
|
| 100 |
+
width: auto;
|
| 101 |
+
background: #00C853;
|
| 102 |
+
color: #fff;
|
| 103 |
+
top: 35px;
|
| 104 |
+
right: -15px;
|
| 105 |
+
z-index: 10;
|
| 106 |
+
font-size: 10px;
|
| 107 |
+
font-weight: 600;
|
| 108 |
+
text-transform: uppercase;
|
| 109 |
+
padding: 5px 10px;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
|
| 113 |
+
content: "";
|
| 114 |
+
position: absolute;
|
| 115 |
+
top: 20px;
|
| 116 |
+
right: -15px;
|
| 117 |
+
width: 0;
|
| 118 |
+
height: 0;
|
| 119 |
+
border-bottom: 15px solid #00C853;
|
| 120 |
+
border-right: 15px solid transparent;
|
| 121 |
+
z-index: 9;
|
| 122 |
+
opacity: 0.9;
|
| 123 |
+
}
|
| 124 |
+
|
| 125 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
|
| 126 |
+
content: "Featured";
|
| 127 |
+
position: absolute;
|
| 128 |
+
width: auto;
|
| 129 |
+
background: rgba( 0, 0, 0, 0.6);
|
| 130 |
+
color: #fff;
|
| 131 |
+
top: 15px;
|
| 132 |
+
right: 15px;
|
| 133 |
+
z-index: 10;
|
| 134 |
+
font-size: 11px;
|
| 135 |
+
font-weight: 600;
|
| 136 |
+
text-transform: uppercase;
|
| 137 |
+
padding: 5px 15px;
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
.eael-pricing.style-1 .eael-pricing-item .header {
|
| 141 |
+
display: block;
|
| 142 |
+
position: relative;
|
| 143 |
+
z-index: 0;
|
| 144 |
+
padding-bottom: 15px;
|
| 145 |
+
margin-bottom: 15px;
|
| 146 |
+
}
|
| 147 |
+
|
| 148 |
+
.eael-pricing.style-1 .eael-pricing-item .header:after {
|
| 149 |
+
content: "";
|
| 150 |
+
position: absolute;
|
| 151 |
+
width: 140px;
|
| 152 |
+
height: 1px;
|
| 153 |
+
bottom: 0px;
|
| 154 |
+
left: 0px;
|
| 155 |
+
right: 0px;
|
| 156 |
+
margin: 0 auto;
|
| 157 |
+
z-index: 1;
|
| 158 |
+
background: rgba( 9, 9, 9, .1);
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
.eael-pricing.style-1 .eael-pricing-item .header .title {
|
| 162 |
+
font-weight: 700;
|
| 163 |
+
line-height: 30px;
|
| 164 |
+
margin: 0px;
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
|
| 168 |
+
position: relative;
|
| 169 |
+
z-index: 0;
|
| 170 |
+
padding: 15px 0px;
|
| 171 |
+
margin-bottom: 15px;
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
|
| 175 |
+
content: "";
|
| 176 |
+
position: absolute;
|
| 177 |
+
width: 140px;
|
| 178 |
+
height: 1px;
|
| 179 |
+
bottom: 0px;
|
| 180 |
+
left: 0px;
|
| 181 |
+
right: 0px;
|
| 182 |
+
margin: 0 auto;
|
| 183 |
+
z-index: 1;
|
| 184 |
+
background: rgba( 9, 9, 9, .04);
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
+
.eael-pricing.style-1 .eael-pricing-item .price-tag {
|
| 188 |
+
position: relative;
|
| 189 |
+
display: inline-block;
|
| 190 |
+
font-size: 28px;
|
| 191 |
+
font-weight: 500;
|
| 192 |
+
line-height: 0px;
|
| 193 |
+
margin: 0px auto;
|
| 194 |
+
}
|
| 195 |
+
|
| 196 |
+
.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
|
| 197 |
+
font-size: 24px;
|
| 198 |
+
font-weight: 700;
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
+
.eael-pricing.style-1 .eael-pricing-item .price-period {
|
| 202 |
+
color: #999;
|
| 203 |
+
}
|
| 204 |
+
|
| 205 |
+
.eael-pricing.style-1 .eael-pricing-item .body ul {
|
| 206 |
+
display: block;
|
| 207 |
+
width: 100%;
|
| 208 |
+
margin-bottom: 15px;
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
.eael-pricing.style-1 .eael-pricing-item .body ul li {
|
| 212 |
+
display: block;
|
| 213 |
+
width: 100%;
|
| 214 |
+
height: auto;
|
| 215 |
+
padding: 10px 0px;
|
| 216 |
+
font-size: 14px;
|
| 217 |
+
color: #6d6d6d;
|
| 218 |
+
border-bottom: 1px solid rgba( 9, 9, 9, .04);
|
| 219 |
+
}
|
| 220 |
+
|
| 221 |
+
.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
|
| 222 |
+
border: none;
|
| 223 |
+
}
|
| 224 |
+
|
| 225 |
+
.eael-pricing.style-1 .eael-pricing-item.featured-large {
|
| 226 |
+
padding: 60px 0px;
|
| 227 |
+
}
|
| 228 |
+
|
| 229 |
+
/*--- Pricing Table : Style 2 ---*/
|
| 230 |
+
.eael-pricing.style-2 {
|
| 231 |
+
position: relative;
|
| 232 |
+
z-index: 0;
|
| 233 |
+
text-align: center;
|
| 234 |
+
}
|
| 235 |
+
|
| 236 |
+
.eael-pricing.style-2 .eael-pricing-item {
|
| 237 |
+
padding: 30px 0px;
|
| 238 |
+
border-radius: 5px;
|
| 239 |
+
margin: 0px;
|
| 240 |
+
border: 1px solid rgba( 9, 9, 9, .1);
|
| 241 |
+
}
|
| 242 |
+
|
| 243 |
+
.eael-pricing.style-2 .eael-pricing-item.featured {
|
| 244 |
+
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 245 |
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 246 |
+
}
|
| 247 |
+
|
| 248 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
|
| 249 |
+
content: "";
|
| 250 |
+
position: absolute;
|
| 251 |
+
width: 100%;
|
| 252 |
+
height: 3px;
|
| 253 |
+
background: #00C853;
|
| 254 |
+
top: 0px;
|
| 255 |
+
left: 0px;
|
| 256 |
+
right: 0px;
|
| 257 |
+
z-index: 1;
|
| 258 |
+
-webkit-border-radius: 5px 5px 0px 0px;
|
| 259 |
+
border-radius: 5px 5px 0px 0px;
|
| 260 |
+
}
|
| 261 |
+
|
| 262 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
|
| 263 |
+
content: "Featured";
|
| 264 |
+
position: absolute;
|
| 265 |
+
width: auto;
|
| 266 |
+
background: #00C853;
|
| 267 |
+
color: #fff;
|
| 268 |
+
top: 35px;
|
| 269 |
+
right: -15px;
|
| 270 |
+
z-index: 10;
|
| 271 |
+
font-size: 10px;
|
| 272 |
+
font-weight: 600;
|
| 273 |
+
text-transform: uppercase;
|
| 274 |
+
padding: 5px 10px;
|
| 275 |
+
}
|
| 276 |
+
|
| 277 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
|
| 278 |
+
content: "";
|
| 279 |
+
position: absolute;
|
| 280 |
+
top: 20px;
|
| 281 |
+
right: -15px;
|
| 282 |
+
width: 0;
|
| 283 |
+
height: 0;
|
| 284 |
+
border-bottom: 15px solid #00C853;
|
| 285 |
+
border-right: 15px solid transparent;
|
| 286 |
+
z-index: 9;
|
| 287 |
+
opacity: 0.9;
|
| 288 |
+
}
|
| 289 |
+
|
| 290 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
|
| 291 |
+
content: "Featured";
|
| 292 |
+
position: absolute;
|
| 293 |
+
width: auto;
|
| 294 |
+
background: rgba( 0, 0, 0, 0.6);
|
| 295 |
+
color: #fff;
|
| 296 |
+
top: 15px;
|
| 297 |
+
right: 15px;
|
| 298 |
+
z-index: 10;
|
| 299 |
+
font-size: 11px;
|
| 300 |
+
font-weight: 600;
|
| 301 |
+
text-transform: uppercase;
|
| 302 |
+
padding: 5px 15px;
|
| 303 |
+
}
|
| 304 |
+
|
| 305 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
|
| 306 |
+
display: inline-block;
|
| 307 |
+
position: relative;
|
| 308 |
+
width: 80px;
|
| 309 |
+
height: 80px;
|
| 310 |
+
background: #00c853;
|
| 311 |
+
border-radius: 50%;
|
| 312 |
+
margin-bottom: 30px;
|
| 313 |
+
text-align: center;
|
| 314 |
+
-webkit-transition: .5s;
|
| 315 |
+
transition: .5s;
|
| 316 |
+
overflow: hidden;
|
| 317 |
+
}
|
| 318 |
+
|
| 319 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
|
| 320 |
+
font-size: 30px;
|
| 321 |
+
color: #fff;
|
| 322 |
+
line-height: 80px;
|
| 323 |
+
-webkit-transition: .5s;
|
| 324 |
+
transition: .5s;
|
| 325 |
+
}
|
| 326 |
+
|
| 327 |
+
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
|
| 328 |
+
background: #43A047;
|
| 329 |
+
}
|
| 330 |
+
|
| 331 |
+
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
|
| 332 |
+
color: #fff;
|
| 333 |
+
}
|
| 334 |
+
|
| 335 |
+
.eael-pricing.style-2 .eael-pricing-item .header {
|
| 336 |
+
background: #C8E6C9;
|
| 337 |
+
padding: 25px 30px;
|
| 338 |
+
margin-bottom: 15px;
|
| 339 |
+
position: relative;
|
| 340 |
+
z-index: 0;
|
| 341 |
+
}
|
| 342 |
+
|
| 343 |
+
.eael-pricing.style-2 .eael-pricing-item.featured .header:after {
|
| 344 |
+
content: "";
|
| 345 |
+
position: absolute;
|
| 346 |
+
width: 100%;
|
| 347 |
+
height: 100%;
|
| 348 |
+
top: 0px;
|
| 349 |
+
left: 0px;
|
| 350 |
+
right: 0px;
|
| 351 |
+
bottom: 0px;
|
| 352 |
+
z-index: -1;
|
| 353 |
+
background: rgba(255, 255, 255, .4);
|
| 354 |
+
}
|
| 355 |
+
|
| 356 |
+
.eael-pricing.style-2 .eael-pricing-item .header .title {
|
| 357 |
+
font-size: 28px;
|
| 358 |
+
font-weight: 700;
|
| 359 |
+
line-height: 40px;
|
| 360 |
+
margin: 0px;
|
| 361 |
+
}
|
| 362 |
+
|
| 363 |
+
.eael-pricing.style-2 .eael-pricing-item .header .subititle {
|
| 364 |
+
font-size: 14px;
|
| 365 |
+
font-weight: 600;
|
| 366 |
+
color: #6d6d6d;
|
| 367 |
+
}
|
| 368 |
+
|
| 369 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 370 |
+
position: relative;
|
| 371 |
+
z-index: 0;
|
| 372 |
+
padding: 15px 0px;
|
| 373 |
+
margin-bottom: 15px;
|
| 374 |
+
}
|
| 375 |
+
|
| 376 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 377 |
+
content: "";
|
| 378 |
+
position: absolute;
|
| 379 |
+
width: 140px;
|
| 380 |
+
height: 1px;
|
| 381 |
+
bottom: 0px;
|
| 382 |
+
left: 0px;
|
| 383 |
+
right: 0px;
|
| 384 |
+
margin: 0 auto;
|
| 385 |
+
z-index: 1;
|
| 386 |
+
background: rgba( 9, 9, 9, .04);
|
| 387 |
+
}
|
| 388 |
+
|
| 389 |
+
.eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 390 |
+
position: relative;
|
| 391 |
+
display: inline-block;
|
| 392 |
+
font-size: 28px;
|
| 393 |
+
font-weight: 500;
|
| 394 |
+
line-height: 0px;
|
| 395 |
+
margin: 0px auto;
|
| 396 |
+
}
|
| 397 |
+
|
| 398 |
+
.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
|
| 399 |
+
font-size: 24px;
|
| 400 |
+
font-weight: 700;
|
| 401 |
+
color: #00C853;
|
| 402 |
+
}
|
| 403 |
+
|
| 404 |
+
.eael-pricing.style-2 .eael-pricing-item .price-period {
|
| 405 |
+
color: #999;
|
| 406 |
+
}
|
| 407 |
+
|
| 408 |
+
.eael-pricing.style-2 .eael-pricing-item .body ul {
|
| 409 |
+
display: block;
|
| 410 |
+
width: 100%;
|
| 411 |
+
margin-bottom: 15px;
|
| 412 |
+
}
|
| 413 |
+
|
| 414 |
+
.eael-pricing.style-2 .eael-pricing-item .body ul li {
|
| 415 |
+
display: block;
|
| 416 |
+
width: 100%;
|
| 417 |
+
height: auto;
|
| 418 |
+
padding: 10px 15px;
|
| 419 |
+
font-size: 14px;
|
| 420 |
+
color: #6d6d6d;
|
| 421 |
+
border-bottom: 1px solid rgba( 9, 9, 9, .04);
|
| 422 |
+
}
|
| 423 |
+
|
| 424 |
+
.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
|
| 425 |
+
border: none;
|
| 426 |
+
}
|
| 427 |
+
|
| 428 |
+
|
| 429 |
+
/*--- Media Query ---*/
|
| 430 |
+
@media only screen and ( min-width: 768px) and (max-width: 992px) {
|
| 431 |
+
.eael-pricing {
|
| 432 |
+
display: block;
|
| 433 |
+
}
|
| 434 |
+
.eael-pricing .eael-pricing-item,
|
| 435 |
+
.eael-pricing.style-2 .eael-pricing-item,
|
| 436 |
+
.eael-pricing.style-4 .eael-pricing-item {
|
| 437 |
+
width: 100%;
|
| 438 |
+
margin: 0 auto 30px auto;
|
| 439 |
+
}
|
| 440 |
+
}
|
| 441 |
+
|
| 442 |
+
@media only screen and (max-width: 480px) {
|
| 443 |
+
.eael-pricing {
|
| 444 |
+
display: block;
|
| 445 |
+
}
|
| 446 |
+
.eael-pricing .eael-pricing-item {
|
| 447 |
+
width: 100%;
|
| 448 |
+
}
|
| 449 |
+
.eael-pricing .eael-pricing-item,
|
| 450 |
+
.eael-pricing.style-2 .eael-pricing-item,
|
| 451 |
+
.eael-pricing.style-4 .eael-pricing-item {
|
| 452 |
+
margin: 0 auto 30px auto;
|
| 453 |
+
}
|
| 454 |
+
}
|
| 455 |
+
|
| 456 |
+
/*--- Page Builder Related Style ---*/
|
| 457 |
+
.eael-pricing-content-align-center .eael-pricing {
|
| 458 |
+
text-align: center;
|
| 459 |
+
}
|
| 460 |
+
|
| 461 |
+
.eael-pricing-content-align-left .eael-pricing {
|
| 462 |
+
text-align: left;
|
| 463 |
+
}
|
| 464 |
+
|
| 465 |
+
.eael-pricing-content-align-right .eael-pricing {
|
| 466 |
+
text-align: right;
|
| 467 |
+
}
|
| 468 |
+
|
| 469 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 470 |
+
padding-left: 45px;
|
| 471 |
+
}
|
| 472 |
+
|
| 473 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
|
| 474 |
+
left: 30px;
|
| 475 |
+
}
|
| 476 |
+
|
| 477 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 478 |
+
padding-right: 30px;
|
| 479 |
+
}
|
| 480 |
+
|
| 481 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
|
| 482 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
|
| 483 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 484 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
|
| 485 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 486 |
+
padding-left: 30px;
|
| 487 |
+
padding-right: 30px;
|
| 488 |
+
}
|
| 489 |
+
|
| 490 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
|
| 491 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
|
| 492 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 493 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
|
| 494 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 495 |
+
padding-right: 30px;
|
| 496 |
+
padding-left: 30px;
|
| 497 |
+
}
|
| 498 |
+
|
| 499 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 500 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 501 |
+
padding-left: 30px;
|
| 502 |
+
}
|
| 503 |
+
|
| 504 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 505 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 506 |
+
padding-right: 30px;
|
| 507 |
+
}
|
| 508 |
+
|
| 509 |
+
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 510 |
+
-webkit-transform: translateX( -80%);
|
| 511 |
+
transform: translateX( -80%);
|
| 512 |
+
}
|
| 513 |
+
|
| 514 |
+
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 515 |
+
-webkit-transform: translateX( 80%);
|
| 516 |
+
transform: translateX( 80%);
|
| 517 |
+
}
|
| 518 |
+
|
| 519 |
+
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
| 520 |
+
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
| 521 |
+
-webkit-transform: translateX( 0%);
|
| 522 |
+
transform: translateX( 0%);
|
| 523 |
+
}
|
| 524 |
+
|
| 525 |
+
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
| 526 |
+
.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,
|
| 527 |
+
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
|
| 528 |
+
.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
|
| 529 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
|
| 530 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 531 |
+
margin: 0;
|
| 532 |
+
width: 100%;
|
| 533 |
+
}
|
| 534 |
+
|
| 535 |
+
/*--- Button Alignment ---*/
|
| 536 |
+
.eael-pricing-button-align-right .eael-pricing.style-1 .footer,
|
| 537 |
+
.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 538 |
+
.eael-pricing-button-align-right .eael-pricing.style-3 .footer,
|
| 539 |
+
.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 540 |
+
text-align: right;
|
| 541 |
+
}
|
| 542 |
+
|
| 543 |
+
.eael-pricing-button-align-center .eael-pricing.style-1 .footer,
|
| 544 |
+
.eael-pricing-button-align-center .eael-pricing.style-2 .footer,
|
| 545 |
+
.eael-pricing-button-align-center .eael-pricing.style-3 .footer,
|
| 546 |
+
.eael-pricing-button-align-center .eael-pricing.style-4 .footer {
|
| 547 |
+
text-align: center;
|
| 548 |
+
}
|
| 549 |
+
|
| 550 |
+
.eael-pricing-button-align-left .eael-pricing.style-1 .footer,
|
| 551 |
+
.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 552 |
+
.eael-pricing-button-align-left .eael-pricing.style-3 .footer,
|
| 553 |
+
.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 554 |
+
text-align: left;
|
| 555 |
+
}
|
| 556 |
+
|
| 557 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 558 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 559 |
+
padding-right: 30px;
|
| 560 |
+
}
|
| 561 |
+
|
| 562 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 563 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 564 |
+
padding-left: 30px;
|
| 565 |
+
}
|
| 566 |
+
|
| 567 |
+
/*--- Only In Pro Alert ---*/
|
| 568 |
+
.only-in-pro {
|
| 569 |
+
width: 100%;
|
| 570 |
+
-webkit-display: flex;
|
| 571 |
+
display: flex;
|
| 572 |
+
-webkit-align-items: center;
|
| 573 |
+
align-items: center;
|
| 574 |
+
-webkit-justify-content: center;
|
| 575 |
+
justify-content: center;
|
| 576 |
+
padding: 15px;
|
| 577 |
+
min-width: 200px;
|
| 578 |
+
background: #EF5350;
|
| 579 |
+
color: #fff;
|
| 580 |
+
text-align: center;
|
| 581 |
+
}
|
| 582 |
+
|
| 583 |
+
.only-in-pro .title {
|
| 584 |
+
font-family: 'Roboto', sans-serif;
|
| 585 |
+
font-size: 24px;
|
| 586 |
+
line-height: 40px;
|
| 587 |
+
margin: 0px;
|
| 588 |
+
}
|
| 589 |
+
|
| 590 |
+
/*--- Pricing Table Tooltip ---*/
|
| 591 |
+
div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
|
| 592 |
+
position: absolute;
|
| 593 |
+
top: 50%;
|
| 594 |
+
}
|
| 595 |
+
|
| 596 |
+
div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
|
| 597 |
+
margin-bottom: 0px !important;
|
| 598 |
+
}
|
| 599 |
+
|
| 600 |
+
div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
|
| 601 |
+
margin-top: 0px !important;
|
| 602 |
+
}
|
| 603 |
+
|
| 604 |
+
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
|
| 605 |
+
top: auto;
|
| 606 |
+
bottom: -8px;
|
| 607 |
+
}
|
| 608 |
+
|
| 609 |
+
div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
| 610 |
+
top: -8px;
|
| 611 |
+
bottom: auto;
|
| 612 |
+
}
|
assets/sass/_progress-bar.scss
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
//colors
|
| 2 |
+
$color_0: #eeeeee;
|
| 3 |
+
$color_1: #000000;
|
| 4 |
+
$color_2: rgba(255, 255, 255, .15);
|
| 5 |
+
|
| 6 |
+
@-webkit-keyframes animateStripe {
|
| 7 |
+
0% {
|
| 8 |
+
transform: translate(0, 0);
|
| 9 |
+
}
|
| 10 |
+
100% {
|
| 11 |
+
transform: translate(35px, 0);
|
| 12 |
+
}
|
| 13 |
+
}
|
| 14 |
+
@keyframes animateStripe {
|
| 15 |
+
0% {
|
| 16 |
+
transform: translate(0, 0);
|
| 17 |
+
}
|
| 18 |
+
100% {
|
| 19 |
+
transform: translate(35px, 0);
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
@-webkit-keyframes animateStripeRTL {
|
| 23 |
+
0% {
|
| 24 |
+
transform: translate(0, 0);
|
| 25 |
+
}
|
| 26 |
+
100% {
|
| 27 |
+
transform: translate(-35px, 0);
|
| 28 |
+
}
|
| 29 |
+
}
|
| 30 |
+
@keyframes animateStripeRTL {
|
| 31 |
+
0% {
|
| 32 |
+
transform: translate(0, 0);
|
| 33 |
+
}
|
| 34 |
+
100% {
|
| 35 |
+
transform: translate(-35px, 0);
|
| 36 |
+
}
|
| 37 |
+
}
|
| 38 |
+
.eael-progressbar {
|
| 39 |
+
position: relative;
|
| 40 |
+
}
|
| 41 |
+
.eael-progressbar-title {
|
| 42 |
+
font-size: 20px;
|
| 43 |
+
font-weight: 400;
|
| 44 |
+
}
|
| 45 |
+
.eael-progressbar-line {
|
| 46 |
+
position: relative;
|
| 47 |
+
display: block;
|
| 48 |
+
width: 100%;
|
| 49 |
+
height: 12px;
|
| 50 |
+
background-color: $color_0;
|
| 51 |
+
.eael-progressbar-count-wrap {
|
| 52 |
+
position: absolute;
|
| 53 |
+
right: 0;
|
| 54 |
+
bottom: calc(100% +5px);
|
| 55 |
+
font-size: 16px;
|
| 56 |
+
font-weight: 400;
|
| 57 |
+
line-height: 1;
|
| 58 |
+
}
|
| 59 |
+
}
|
| 60 |
+
.eael-progressbar-line-fill {
|
| 61 |
+
display: inline-block;
|
| 62 |
+
position: absolute;
|
| 63 |
+
top: 50%;
|
| 64 |
+
left: 0;
|
| 65 |
+
width: 0;
|
| 66 |
+
height: 12px;
|
| 67 |
+
background-color: $color_1;
|
| 68 |
+
transform: translateY(-50%);
|
| 69 |
+
transition: width 1500ms linear;
|
| 70 |
+
overflow: hidden;
|
| 71 |
+
}
|
| 72 |
+
.eael-progressbar-circle {
|
| 73 |
+
position: relative;
|
| 74 |
+
width: 200px;
|
| 75 |
+
height: 200px;
|
| 76 |
+
.eael-progressbar-title {
|
| 77 |
+
font-size: 16px;
|
| 78 |
+
font-weight: 400;
|
| 79 |
+
}
|
| 80 |
+
.eael-progressbar-count-wrap {
|
| 81 |
+
font-size: 28px;
|
| 82 |
+
font-weight: 700;
|
| 83 |
+
}
|
| 84 |
+
}
|
| 85 |
+
.eael-progressbar-circle-shadow {
|
| 86 |
+
width: 220px;
|
| 87 |
+
height: 220px;
|
| 88 |
+
padding: 10px;
|
| 89 |
+
border-radius: 50%;
|
| 90 |
+
}
|
| 91 |
+
.eael-progressbar-circle-pie {
|
| 92 |
+
position: absolute;
|
| 93 |
+
top: 0;
|
| 94 |
+
left: 0;
|
| 95 |
+
width: 100%;
|
| 96 |
+
height: 100%;
|
| 97 |
+
clip-path: inset(0 0 0 50%);
|
| 98 |
+
}
|
| 99 |
+
.eael-progressbar-circle-inner {
|
| 100 |
+
height: 100%;
|
| 101 |
+
width: 100%;
|
| 102 |
+
border-width: 12px;
|
| 103 |
+
border-style: solid;
|
| 104 |
+
border-color: $color_0;
|
| 105 |
+
border-radius: 50%;
|
| 106 |
+
}
|
| 107 |
+
.eael-progressbar-circle-half {
|
| 108 |
+
position: absolute;
|
| 109 |
+
left: 0;
|
| 110 |
+
top: 0;
|
| 111 |
+
height: 100%;
|
| 112 |
+
width: 100%;
|
| 113 |
+
border-width: 12px;
|
| 114 |
+
border-style: solid;
|
| 115 |
+
border-color: $color_1;
|
| 116 |
+
border-radius: 50%;
|
| 117 |
+
clip-path: inset(0 50% 0 0);
|
| 118 |
+
}
|
| 119 |
+
.eael-progressbar-circle-half-left {
|
| 120 |
+
transform: rotate(0deg);
|
| 121 |
+
}
|
| 122 |
+
.eael-progressbar-circle-half-right {
|
| 123 |
+
transform: rotate(180deg);
|
| 124 |
+
visibility: hidden;
|
| 125 |
+
}
|
| 126 |
+
.eael-progressbar-circle-inner-content {
|
| 127 |
+
position: absolute;
|
| 128 |
+
top: 50%;
|
| 129 |
+
width: 100%;
|
| 130 |
+
transform: translateY(-50%);
|
| 131 |
+
text-align: center;
|
| 132 |
+
}
|
| 133 |
+
.eael-progressbar-half-circle {
|
| 134 |
+
position: relative;
|
| 135 |
+
width: 200px;
|
| 136 |
+
height: 100px;
|
| 137 |
+
overflow: hidden;
|
| 138 |
+
.eael-progressbar-circle-pie {
|
| 139 |
+
clip-path: inset(0 0 50% 0);
|
| 140 |
+
}
|
| 141 |
+
.eael-progressbar-circle-half {
|
| 142 |
+
clip-path: inset(50% 0 0 0);
|
| 143 |
+
transform: rotate(0deg);
|
| 144 |
+
transition: transform 1500ms linear;
|
| 145 |
+
}
|
| 146 |
+
.eael-progressbar-circle-inner-content {
|
| 147 |
+
top: initial;
|
| 148 |
+
bottom: 0;
|
| 149 |
+
transform: translateY(0);
|
| 150 |
+
}
|
| 151 |
+
.eael-progressbar-title {
|
| 152 |
+
font-size: 16px;
|
| 153 |
+
font-weight: 400;
|
| 154 |
+
}
|
| 155 |
+
.eael-progressbar-count-wrap {
|
| 156 |
+
font-size: 28px;
|
| 157 |
+
font-weight: 700;
|
| 158 |
+
}
|
| 159 |
+
}
|
| 160 |
+
.eael-progressbar-half-circle-after {
|
| 161 |
+
position: relative;
|
| 162 |
+
font-size: 12px;
|
| 163 |
+
font-weight: 400;
|
| 164 |
+
clear: both;
|
| 165 |
+
}
|
| 166 |
+
.eael-progressbar-postfix-label {
|
| 167 |
+
float: right;
|
| 168 |
+
}
|
| 169 |
+
.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
|
| 170 |
+
content: '';
|
| 171 |
+
position: absolute;
|
| 172 |
+
top: 0;
|
| 173 |
+
left: -35px;
|
| 174 |
+
width: calc(100% +70px);
|
| 175 |
+
height: 100%;
|
| 176 |
+
background-image: linear-gradient(45deg, $color_2 25%, transparent 25%, transparent 50%, $color_2 50%, $color_2 75%, transparent 75%, transparent);
|
| 177 |
+
background-size: 35px 35px;
|
| 178 |
+
}
|
| 179 |
+
.eael-progressbar-line-animate .eael-progressbar-line-fill:after {
|
| 180 |
+
animation: animateStripe 2s linear infinite;
|
| 181 |
+
}
|
| 182 |
+
.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
|
| 183 |
+
animation: animateStripeRTL 2s linear infinite;
|
| 184 |
+
}
|
| 185 |
+
.eael-progressbar-circle-wrap > div {
|
| 186 |
+
margin: 0 auto;
|
| 187 |
+
}
|
assets/sass/_social-feeds.scss
ADDED
|
@@ -0,0 +1,308 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* ------------------------ */
|
| 2 |
+
/* 24. Social Feeds
|
| 3 |
+
/* ------------------------ */
|
| 4 |
+
|
| 5 |
+
.swiper-container-wrap .swiper-slide .eael-social-feed-element img {
|
| 6 |
+
width: 100%;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
/*--- Twitter Feed Styles ---*/
|
| 10 |
+
.eael-social-feed-element.hidden {
|
| 11 |
+
background-color: red !important;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.eael-facebook-feed-wrapper::before,
|
| 15 |
+
.eael-facebook-feed-wrapper::after,
|
| 16 |
+
.eael-facebook-feed-container::before,
|
| 17 |
+
.eael-facebook-feed-container::after,
|
| 18 |
+
.eael-twitter-feed-wrapper::before,
|
| 19 |
+
.eael-twitter-feed-wrapper::after,
|
| 20 |
+
.eael-twitter-feed-container::before,
|
| 21 |
+
.eael-twitter-feed-container::after {
|
| 22 |
+
content: "";
|
| 23 |
+
clear: both;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
.eael-social-feed-element .pull-left {
|
| 27 |
+
float: left;
|
| 28 |
+
margin-right: 10px;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
.eael-social-feed-element .pull-right {
|
| 32 |
+
margin-left: 10px;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
.eael-social-feed-element img {
|
| 36 |
+
width: 100%;
|
| 37 |
+
height: auto;
|
| 38 |
+
border: 0;
|
| 39 |
+
vertical-align: middle;
|
| 40 |
+
-ms-interpolation-mode: bicubic;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
.eael-social-feed-element .attachment {
|
| 44 |
+
vertical-align: middle;
|
| 45 |
+
-ms-interpolation-mode: bicubic;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
/*--- Link styles ---*/
|
| 49 |
+
.eael-social-feed-element a {
|
| 50 |
+
color: #0088cc;
|
| 51 |
+
text-decoration: none;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.eael-social-feed-element a:focus {
|
| 55 |
+
outline: thin dotted #333;
|
| 56 |
+
outline: 5px auto -webkit-focus-ring-color;
|
| 57 |
+
outline-offset: -2px;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
.eael-social-feed-element a:hover,
|
| 61 |
+
.eael-social-feed-element a:active {
|
| 62 |
+
outline: 0;
|
| 63 |
+
color: #005580;
|
| 64 |
+
text-decoration: underline;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
/*--- Text styles ---*/
|
| 68 |
+
.eael-social-feed-element small {
|
| 69 |
+
font-size: 85%;
|
| 70 |
+
}
|
| 71 |
+
|
| 72 |
+
.eael-social-feed-element strong {
|
| 73 |
+
font-weight: bold;
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
.eael-social-feed-element em {
|
| 77 |
+
font-style: italic;
|
| 78 |
+
}
|
| 79 |
+
|
| 80 |
+
.eael-social-feed-element p {
|
| 81 |
+
margin: 0 0 10px;
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
.eael-social-feed-element .media-body>p {
|
| 85 |
+
margin-bottom: 4px;
|
| 86 |
+
min-height: 20px;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.eael-social-feed-element p.social-feed-text {
|
| 90 |
+
margin: 0;
|
| 91 |
+
overflow: hidden;
|
| 92 |
+
text-overflow: ellipsis;
|
| 93 |
+
-webkit-line-clamp: 5;
|
| 94 |
+
-webkit-box-orient: vertical;
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
/*--- Message styles ---*/
|
| 98 |
+
.eael-social-feed-element,
|
| 99 |
+
.eael-social-feed-element .media-body {
|
| 100 |
+
overflow: hidden;
|
| 101 |
+
zoom: 1;
|
| 102 |
+
overflow: visible;
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
.eael-social-feed-element {
|
| 106 |
+
padding: 10px;
|
| 107 |
+
background: none;
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
.eael-social-feed-element .media-body .social-network-icon {
|
| 111 |
+
margin-top: -3px;
|
| 112 |
+
margin-right: 5px;
|
| 113 |
+
width: 16px;
|
| 114 |
+
}
|
| 115 |
+
|
| 116 |
+
.eael-social-feed-element .media-body div {
|
| 117 |
+
color: #666;
|
| 118 |
+
line-height: 20px;
|
| 119 |
+
clear: both;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.eael-social-feed-element:first-child {
|
| 123 |
+
margin-top: 0;
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
.eael-social-feed-element .media-object {
|
| 127 |
+
display: block;
|
| 128 |
+
width: 48px;
|
| 129 |
+
border-radius: 50%;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
.eael-social-feed-element .media-heading {
|
| 133 |
+
margin: 0 0 5px;
|
| 134 |
+
}
|
| 135 |
+
|
| 136 |
+
.eael-social-feed-element .media-list {
|
| 137 |
+
margin-left: 0;
|
| 138 |
+
list-style: none;
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
.eael-social-feed-element .muted {
|
| 142 |
+
color: #999;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
+
.eael-social-feed-element a.muted:hover,
|
| 146 |
+
.eael-social-feed-element a.muted:focus {
|
| 147 |
+
color: #808080;
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
.eael-social-feed-element {
|
| 151 |
+
transition: 0.25s;
|
| 152 |
+
-webkit-backface-visibility: hidden;
|
| 153 |
+
backface-visibility: hidden;
|
| 154 |
+
margin: -1px;
|
| 155 |
+
margin-top: 25px;
|
| 156 |
+
color: #333;
|
| 157 |
+
text-align: left;
|
| 158 |
+
font-size: 14px;
|
| 159 |
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
| 160 |
+
line-height: 16px;
|
| 161 |
+
}
|
| 162 |
+
|
| 163 |
+
.eael-social-feed-element .eael-content {
|
| 164 |
+
padding: 20px 15px 15px;
|
| 165 |
+
transition: .4s;
|
| 166 |
+
background: #fff;
|
| 167 |
+
}
|
| 168 |
+
|
| 169 |
+
.eael-social-feed-element .social-network-icon {
|
| 170 |
+
opacity: 0.7;
|
| 171 |
+
}
|
| 172 |
+
|
| 173 |
+
.eael-social-feed-element .author-title {
|
| 174 |
+
color: #444;
|
| 175 |
+
line-height: 1.5em;
|
| 176 |
+
font-weight: 500;
|
| 177 |
+
}
|
| 178 |
+
|
| 179 |
+
/*--- Icon Color ---*/
|
| 180 |
+
.media-body .fa-twitter {
|
| 181 |
+
color: #1da1f2;
|
| 182 |
+
margin-right: 8px;
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
.media-body .fa-facebook {
|
| 186 |
+
color: #3b5998;
|
| 187 |
+
margin-right: 8px;
|
| 188 |
+
}
|
| 189 |
+
|
| 190 |
+
/*--- Read More Link ---*/
|
| 191 |
+
.text-wrapper p .read-more-link {
|
| 192 |
+
margin-top: 9px;
|
| 193 |
+
display: block;
|
| 194 |
+
}
|
| 195 |
+
|
| 196 |
+
/*--- Loading Loader ---*/
|
| 197 |
+
.eael-social-feed-wrapper {
|
| 198 |
+
width: 100%;
|
| 199 |
+
height: auto;
|
| 200 |
+
position: relative;
|
| 201 |
+
z-index: 0;
|
| 202 |
+
}
|
| 203 |
+
|
| 204 |
+
.eael-loading-feed {
|
| 205 |
+
display: none;
|
| 206 |
+
position: absolute;
|
| 207 |
+
width: 100%;
|
| 208 |
+
height: 100%;
|
| 209 |
+
top: 0px;
|
| 210 |
+
left: 0px;
|
| 211 |
+
bottom: 0px;
|
| 212 |
+
right: 0px;
|
| 213 |
+
}
|
| 214 |
+
|
| 215 |
+
.eael-loading-feed.show-loading {
|
| 216 |
+
display: block;
|
| 217 |
+
text-align: center;
|
| 218 |
+
z-index: 10;
|
| 219 |
+
display: flex;
|
| 220 |
+
align-items: center;
|
| 221 |
+
justify-content: center;
|
| 222 |
+
transition: .5s;
|
| 223 |
+
}
|
| 224 |
+
|
| 225 |
+
.eael-loading-feed .loader {
|
| 226 |
+
border: 3px solid #f3f3f3;
|
| 227 |
+
border-radius: 50%;
|
| 228 |
+
border-top: 3px solid #3498db;
|
| 229 |
+
width: 30px;
|
| 230 |
+
height: 30px;
|
| 231 |
+
-webkit-animation: spin 2s linear infinite;
|
| 232 |
+
/* Safari */
|
| 233 |
+
animation: spin 2s linear infinite;
|
| 234 |
+
margin: 0 auto;
|
| 235 |
+
}
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
/*--- Safari ---*/
|
| 239 |
+
@-webkit-keyframes spin {
|
| 240 |
+
0% {
|
| 241 |
+
-webkit-transform: rotate(0deg);
|
| 242 |
+
}
|
| 243 |
+
100% {
|
| 244 |
+
-webkit-transform: rotate(360deg);
|
| 245 |
+
}
|
| 246 |
+
}
|
| 247 |
+
|
| 248 |
+
@keyframes spin {
|
| 249 |
+
0% {
|
| 250 |
+
transform: rotate(0deg);
|
| 251 |
+
}
|
| 252 |
+
100% {
|
| 253 |
+
transform: rotate(360deg);
|
| 254 |
+
}
|
| 255 |
+
}
|
| 256 |
+
|
| 257 |
+
/*--- List View ---*/
|
| 258 |
+
.eael-social-feed-container.list-view .eael-social-feed-element {
|
| 259 |
+
margin: 15px;
|
| 260 |
+
border: 1px solid rgba( 0, 0, 0, 0.1);
|
| 261 |
+
background: none;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
/*--- Carousel View ---*/
|
| 265 |
+
.eael-social-feed-container.carousel-view {
|
| 266 |
+
width: 100%;
|
| 267 |
+
height: auto;
|
| 268 |
+
}
|
| 269 |
+
|
| 270 |
+
/*--- Masonry View ---*/
|
| 271 |
+
.eael-twitter-feed-container.masonry-view .eael-social-feed-element,
|
| 272 |
+
.eael-facebook-feed-container.masonry-view .eael-social-feed-element {
|
| 273 |
+
width: 33.33%;
|
| 274 |
+
margin-top: 0px;
|
| 275 |
+
float: left;
|
| 276 |
+
}
|
| 277 |
+
|
| 278 |
+
.eael-social-feed-element .eael-content {
|
| 279 |
+
border: 1px solid rgba( 0, 0, 0, 0.1);
|
| 280 |
+
}
|
| 281 |
+
|
| 282 |
+
/*--- Editor Related Style ---*/
|
| 283 |
+
.eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
|
| 284 |
+
border-radius: 50%;
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.eael-social-feed-avatar-square .eael-social-feed-element .media-object {
|
| 288 |
+
border-radius: 0%;
|
| 289 |
+
}
|
| 290 |
+
|
| 291 |
+
.eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date {
|
| 292 |
+
text-align: left !important;
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
/*--- Media Query ---*/
|
| 296 |
+
@media only screen and ( min-width: 768px) and (max-width: 992px) {
|
| 297 |
+
.eael-twitter-feed-container.masonry-view .eael-social-feed-element,
|
| 298 |
+
.eael-facebook-feed-container.masonry-view .eael-social-feed-element {
|
| 299 |
+
width: 50% !important;
|
| 300 |
+
}
|
| 301 |
+
}
|
| 302 |
+
|
| 303 |
+
@media only screen and (max-width: 480px) {
|
| 304 |
+
.eael-twitter-feed-container.masonry-view .eael-social-feed-element,
|
| 305 |
+
.eael-facebook-feed-container.masonry-view .eael-social-feed-element {
|
| 306 |
+
width: 100% !important;
|
| 307 |
+
}
|
| 308 |
+
}
|
assets/sass/_swiper.scss
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
/*----------------------------*/
|
| 3 |
+
/* 28. Swiper
|
| 4 |
+
/*----------------------------*/
|
| 5 |
+
.swiper-container-wrap .swiper-slide,
|
| 6 |
+
.swiper-container .swiper-slide {
|
| 7 |
+
text-align: center;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.swiper-container-wrap .swiper-slide img,
|
| 11 |
+
.swiper-container .swiper-slide img {
|
| 12 |
+
width: auto;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
.swiper-container-wrap-dots-outside .swiper-pagination,
|
| 16 |
+
.swiper-container-dots-outside .swiper-pagination {
|
| 17 |
+
position: static;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
.swiper-container-wrap .swiper-button-next,
|
| 21 |
+
.swiper-container-wrap .swiper-button-prev,
|
| 22 |
+
.swiper-container .swiper-button-next,
|
| 23 |
+
.swiper-container .swiper-button-prev {
|
| 24 |
+
background: transparent;
|
| 25 |
+
font-size: 20px;
|
| 26 |
+
height: auto;
|
| 27 |
+
line-height: 1;
|
| 28 |
+
margin: 0;
|
| 29 |
+
text-align: center;
|
| 30 |
+
transform: translateY(-50%);
|
| 31 |
+
width: auto;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
.swiper-container-wrap .swiper-button-next .fa,
|
| 35 |
+
.swiper-container-wrap .swiper-button-prev .fa,
|
| 36 |
+
.swiper-container .swiper-button-next .fa,
|
| 37 |
+
.swiper-container .swiper-button-prev .fa {
|
| 38 |
+
vertical-align: top;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.swiper-container-wrap .swiper-pagination {
|
| 42 |
+
bottom: 10px;
|
| 43 |
+
left: 0;
|
| 44 |
+
width: 100%;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
.swiper-container-wrap-dots-outside .swiper-pagination {
|
| 48 |
+
position: static;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.swiper-container-wrap .swiper-pagination-bullet {
|
| 52 |
+
background: #ccc;
|
| 53 |
+
margin: 0 4px;
|
| 54 |
+
opacity: 1;
|
| 55 |
+
height: 8px;
|
| 56 |
+
width: 8px;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
.swiper-container-wrap .swiper-pagination-bullet-active {
|
| 60 |
+
background: #000;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
.swiper-container-3d .swiper-slide {
|
| 64 |
+
transition-property: all;
|
| 65 |
+
-webkit-transition-property: all;
|
| 66 |
+
}
|
assets/sass/_team-members.scss
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*----------------------------*/
|
| 2 |
+
/* 07. Team Members Styles
|
| 3 |
+
/*----------------------------*/
|
| 4 |
+
.eael-team-item {
|
| 5 |
+
overflow: hidden;
|
| 6 |
+
position: relative;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
.team-avatar-rounded figure img {
|
| 10 |
+
border-radius: 50%;
|
| 11 |
+
height: auto;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.eael-team-image>figure {
|
| 15 |
+
margin: 0;
|
| 16 |
+
padding: 0;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-team-image>figure img {
|
| 20 |
+
display: block;
|
| 21 |
+
margin: 0 auto;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.eael-team-item .eael-team-content {
|
| 25 |
+
padding: 10px;
|
| 26 |
+
}
|
| 27 |
+
|
| 28 |
+
.eael-team-item .eael-team-member-name {
|
| 29 |
+
font-size: 20px;
|
| 30 |
+
font-weight: bold;
|
| 31 |
+
letter-spacing: 0.05em;
|
| 32 |
+
margin: 5px 0;
|
| 33 |
+
text-transform: uppercase;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
.eael-team-item .eael-team-member-position {
|
| 37 |
+
font-size: 14px;
|
| 38 |
+
font-weight: normal;
|
| 39 |
+
letter-spacing: 0.05em;
|
| 40 |
+
margin: 5px 0 10px;
|
| 41 |
+
text-transform: uppercase;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.eael-team-item .eael-team-content,
|
| 45 |
+
.eael-team-item .eael-team-content .eael-team-text {
|
| 46 |
+
font-size: 14px;
|
| 47 |
+
line-height: 1.5;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.eael-team-content>ul {
|
| 51 |
+
margin: 0;
|
| 52 |
+
padding: 0;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.eael-team-content li {
|
| 56 |
+
display: inline-block;
|
| 57 |
+
list-style: outside none none;
|
| 58 |
+
margin-right: 10px;
|
| 59 |
+
text-align: center;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.eael-team-content li a {
|
| 63 |
+
font-size: 2.5rem;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.eael-team-align-left .eael-team-item .eael-team-member-name,
|
| 67 |
+
.eael-team-align-left .eael-team-item .eael-team-member-position,
|
| 68 |
+
.eael-team-align-left .eael-team-item .eael-team-text,
|
| 69 |
+
.eael-team-align-left .eael-team-item .eael-team-content p,
|
| 70 |
+
.eael-team-align-left .eael-team-item .eael-team-content ul,
|
| 71 |
+
.eael-team-align-left .eael-team-item .eael-team-content li {
|
| 72 |
+
text-align: left;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
.eael-team-align-right .eael-team-item .eael-team-member-name,
|
| 76 |
+
.eael-team-align-right .eael-team-item .eael-team-member-position,
|
| 77 |
+
.eael-team-align-right .eael-team-item .eael-team-text,
|
| 78 |
+
.eael-team-align-right .eael-team-item .eael-team-content p,
|
| 79 |
+
.eael-team-align-right .eael-team-item .eael-team-content ul,
|
| 80 |
+
.eael-team-align-right .eael-team-item .eael-team-content li {
|
| 81 |
+
text-align: right;
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
.eael-team-align-centered .eael-team-item .eael-team-member-name,
|
| 85 |
+
.eael-team-align-centered .eael-team-item .eael-team-member-position,
|
| 86 |
+
.eael-team-align-centered .eael-team-item .eael-team-text,
|
| 87 |
+
.eael-team-align-centered .eael-team-item .eael-team-content p,
|
| 88 |
+
.eael-team-align-centered .eael-team-item .eael-team-content ul,
|
| 89 |
+
.eael-team-align-centered .eael-team-item .eael-team-content li {
|
| 90 |
+
text-align: center;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
.eael-team-item.eael-team-members-overlay .eael-team-content {
|
| 94 |
+
bottom: 10px;
|
| 95 |
+
left: 10px;
|
| 96 |
+
margin-bottom: 0;
|
| 97 |
+
padding-top: 15%;
|
| 98 |
+
opacity: 0;
|
| 99 |
+
overflow: hidden;
|
| 100 |
+
text-overflow: ellipsis;
|
| 101 |
+
position: absolute;
|
| 102 |
+
right: 10px;
|
| 103 |
+
top: 10px;
|
| 104 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 105 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
.eael-team-item.eael-team-members-overlay:hover .eael-team-content {
|
| 109 |
+
opacity: 1;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
.eael-team-member-social-link>a {
|
| 113 |
+
display: inline-block;
|
| 114 |
+
-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 115 |
+
transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
.eael-team-member-social-link>a:focus {
|
| 119 |
+
outline: none;
|
| 120 |
+
}
|
assets/sass/_testimonial-slider.scss
ADDED
|
@@ -0,0 +1,385 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*----------------------------*/
|
| 2 |
+
/* 08. Testimonials Styles
|
| 3 |
+
/*----------------------------*/
|
| 4 |
+
.eael-testimonial-slider {
|
| 5 |
+
position: relative;
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
.testimonial-star-rating {
|
| 9 |
+
padding: 0;
|
| 10 |
+
margin: 0;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
.testimonial-star-rating li {
|
| 14 |
+
list-style: none;
|
| 15 |
+
display: inline-block;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.testimonial-star-rating li i {
|
| 19 |
+
color: #d8d8d8;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
.rating-five .testimonial-star-rating li i {
|
| 23 |
+
color: #f2b01e;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
.rating-one .testimonial-star-rating li:first-child i {
|
| 27 |
+
color: #f2b01e;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.rating-two .testimonial-star-rating li:nth-child(1) i,
|
| 31 |
+
.rating-two .testimonial-star-rating li:nth-child(2) i {
|
| 32 |
+
color: #f2b01e;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
.rating-three .testimonial-star-rating li:nth-child(1) i,
|
| 36 |
+
.rating-three .testimonial-star-rating li:nth-child(2) i,
|
| 37 |
+
.rating-three .testimonial-star-rating li:nth-child(3) i {
|
| 38 |
+
color: #f2b01e;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.rating-four .testimonial-star-rating li:nth-child(1) i,
|
| 42 |
+
.rating-four .testimonial-star-rating li:nth-child(2) i,
|
| 43 |
+
.rating-four .testimonial-star-rating li:nth-child(3) i,
|
| 44 |
+
.rating-four .testimonial-star-rating li:nth-child(4) i {
|
| 45 |
+
color: #f2b01e;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
/*--- Default styles ---*/
|
| 50 |
+
.eael-testimonial-image img {
|
| 51 |
+
max-width: 100%;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.eael-testimonial-image {
|
| 55 |
+
padding: 10px 0px 0px 0px;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
.eael-testimonial-image>figure {
|
| 59 |
+
display: block;
|
| 60 |
+
margin: 0;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
.testimonial-avatar-rounded figure img {
|
| 64 |
+
border-radius: 50%;
|
| 65 |
+
height: auto;
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.eael-testimonial-content {
|
| 69 |
+
margin: 0;
|
| 70 |
+
padding: 10px;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.eael-testimonial-item>figure {
|
| 74 |
+
margin: 0 auto;
|
| 75 |
+
padding: 0 20px;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.eael-testimonial-item .center-text {
|
| 79 |
+
text-align: center;
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.eael-testimonial-item .right-text {
|
| 83 |
+
text-align: right;
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
.eael-testimonial-item .left-text {
|
| 87 |
+
text-align: left;
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.eael-testimonial-item .justify-text {
|
| 91 |
+
text-align: justify;
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
.eael-testimonial-content .eael-testimonial-text {
|
| 95 |
+
font-size: 100%;
|
| 96 |
+
font-style: italic;
|
| 97 |
+
line-height: 1.5;
|
| 98 |
+
margin-top: 0px;
|
| 99 |
+
margin-bottom: 10px;
|
| 100 |
+
word-wrap: break-word;
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
.eael-testimonial-content .eael-testimonial-user {
|
| 104 |
+
display: inline-block;
|
| 105 |
+
font-family: inherit;
|
| 106 |
+
font-size: 105%;
|
| 107 |
+
font-style: italic;
|
| 108 |
+
font-weight: normal;
|
| 109 |
+
line-height: 1.5;
|
| 110 |
+
margin-top: 0;
|
| 111 |
+
margin-bottom: 0;
|
| 112 |
+
margin-right: 5px;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
.eael-testimonial-content .eael-testimonial-user-company {
|
| 116 |
+
display: inline-block;
|
| 117 |
+
font-family: inherit;
|
| 118 |
+
font-size: 90%;
|
| 119 |
+
font-style: italic;
|
| 120 |
+
font-weight: lighter;
|
| 121 |
+
line-height: 1.75;
|
| 122 |
+
margin-bottom: 0;
|
| 123 |
+
margin-top: 1px;
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
.eael-testimonial-image {
|
| 127 |
+
position: relative;
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
.eael-testimonial-item .eael-testimonial-quote::after {
|
| 131 |
+
color: inherit!important;
|
| 132 |
+
content: "\f10e";
|
| 133 |
+
font-family: "FontAwesome";
|
| 134 |
+
font-size: 200%;
|
| 135 |
+
}
|
| 136 |
+
|
| 137 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
|
| 138 |
+
margin: 0 auto;
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
|
| 142 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,
|
| 143 |
+
.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,
|
| 144 |
+
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
|
| 145 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
|
| 146 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
|
| 147 |
+
margin: 0;
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
|
| 151 |
+
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
|
| 152 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
|
| 153 |
+
text-align: right;
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
|
| 157 |
+
.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
|
| 158 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
|
| 159 |
+
text-align: left;
|
| 160 |
+
}
|
| 161 |
+
|
| 162 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
|
| 163 |
+
.eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
|
| 164 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
|
| 165 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
|
| 166 |
+
text-align: right;
|
| 167 |
+
}
|
| 168 |
+
|
| 169 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
|
| 170 |
+
.eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
|
| 171 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
|
| 172 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
|
| 173 |
+
text-align: center;
|
| 174 |
+
}
|
| 175 |
+
|
| 176 |
+
.eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
|
| 177 |
+
.eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
|
| 178 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
|
| 179 |
+
.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
|
| 180 |
+
text-align: left;
|
| 181 |
+
}
|
| 182 |
+
|
| 183 |
+
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-text>p,
|
| 184 |
+
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-text>p {
|
| 185 |
+
margin: 0px;
|
| 186 |
+
}
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
/*--- Left align ---*/
|
| 190 |
+
.icon-img-left-content .eael-testimonial-image {
|
| 191 |
+
float: left;
|
| 192 |
+
width: 30%;
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
.icon-img-left-content .eael-testimonial-content {
|
| 196 |
+
float: left;
|
| 197 |
+
width: 70%;
|
| 198 |
+
text-align: left;
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
+
.icon-img-left-content.eael-testimonial-item {
|
| 202 |
+
overflow: hidden;
|
| 203 |
+
position: relative;
|
| 204 |
+
}
|
| 205 |
+
|
| 206 |
+
.icon-img-left-content .eael-testimonial-quote {
|
| 207 |
+
position: absolute;
|
| 208 |
+
right: 0;
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
.icon-img-left-content .eael-testimonial-text {
|
| 212 |
+
margin-top: 0;
|
| 213 |
+
}
|
| 214 |
+
|
| 215 |
+
|
| 216 |
+
/*--- Center align ---*/
|
| 217 |
+
.eael-testimonial-align-centered .eael-testimonial-user,
|
| 218 |
+
.eael-testimonial-align-centered .eael-testimonial-user-company {
|
| 219 |
+
float: none;
|
| 220 |
+
text-align: center;
|
| 221 |
+
}
|
| 222 |
+
|
| 223 |
+
.eael-testimonial-align-centered .eael-testimonial-image>figure img {
|
| 224 |
+
display: block;
|
| 225 |
+
margin-left: auto !important;
|
| 226 |
+
margin-right: auto !important;
|
| 227 |
+
}
|
| 228 |
+
|
| 229 |
+
|
| 230 |
+
/* .eael-testimonial-align-centered .testimonial-star-rating{
|
| 231 |
+
text-align: center;
|
| 232 |
+
} */
|
| 233 |
+
|
| 234 |
+
|
| 235 |
+
/*--- Right align ---*/
|
| 236 |
+
.icon-img-right-content .eael-testimonial-image {
|
| 237 |
+
float: right;
|
| 238 |
+
width: 30%;
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
.icon-img-right-content .eael-testimonial-content {
|
| 242 |
+
float: right;
|
| 243 |
+
width: 70%;
|
| 244 |
+
text-align: right;
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.icon-img-right-content.eael-testimonial-item {
|
| 248 |
+
overflow: hidden;
|
| 249 |
+
position: relative;
|
| 250 |
+
}
|
| 251 |
+
|
| 252 |
+
.icon-img-right-content .eael-testimonial-quote {
|
| 253 |
+
position: absolute;
|
| 254 |
+
}
|
| 255 |
+
|
| 256 |
+
.icon-img-right-content .eael-testimonial-text {
|
| 257 |
+
margin-top: 0;
|
| 258 |
+
}
|
| 259 |
+
|
| 260 |
+
.eael-testimonial-item {
|
| 261 |
+
position: relative;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.classic-style.testimonial-alignment-center .eael-testimonial-image,
|
| 265 |
+
.default-style.testimonial-alignment-center .eael-testimonial-image {
|
| 266 |
+
text-align: center;
|
| 267 |
+
}
|
| 268 |
+
|
| 269 |
+
.classic-style.testimonial-alignment-right .eael-testimonial-image,
|
| 270 |
+
.default-style.testimonial-alignment-right .eael-testimonial-image {
|
| 271 |
+
text-align: right;
|
| 272 |
+
}
|
| 273 |
+
|
| 274 |
+
.classic-style.testimonial-alignment-center .eael-testimonial-image>figure,
|
| 275 |
+
.default-style.testimonial-alignment-center .eael-testimonial-image>figure {
|
| 276 |
+
text-align: center;
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
+
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
|
| 280 |
+
text-align: center;
|
| 281 |
+
}
|
| 282 |
+
|
| 283 |
+
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
|
| 284 |
+
text-align: left;
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
|
| 288 |
+
text-align: right;
|
| 289 |
+
}
|
| 290 |
+
|
| 291 |
+
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
|
| 292 |
+
text-align: center;
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
|
| 296 |
+
text-align: left;
|
| 297 |
+
}
|
| 298 |
+
|
| 299 |
+
.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
|
| 300 |
+
text-align: right;
|
| 301 |
+
}
|
| 302 |
+
|
| 303 |
+
span.eael-testimonial-quote {
|
| 304 |
+
position: absolute;
|
| 305 |
+
right: 10px;
|
| 306 |
+
top: 10px;
|
| 307 |
+
}
|
| 308 |
+
|
| 309 |
+
/*--- Image align ---*/
|
| 310 |
+
.eael-testimonial-item.left .eael-testimonial-image {
|
| 311 |
+
text-align: left;
|
| 312 |
+
}
|
| 313 |
+
|
| 314 |
+
.eael-testimonial-item.center .eael-testimonial-image {
|
| 315 |
+
text-align: center;
|
| 316 |
+
}
|
| 317 |
+
|
| 318 |
+
.eael-testimonial-item.right .eael-testimonial-image {
|
| 319 |
+
text-align: right;
|
| 320 |
+
}
|
| 321 |
+
|
| 322 |
+
|
| 323 |
+
/*--- Float title image style ---*/
|
| 324 |
+
.eael-testimonial-inline-bio .eael-testimonial-image {
|
| 325 |
+
float: left;
|
| 326 |
+
}
|
| 327 |
+
|
| 328 |
+
.eael-testimonial-inline-bio .bio-text {
|
| 329 |
+
padding-top: 10px;
|
| 330 |
+
}
|
| 331 |
+
|
| 332 |
+
.eael-testimonial-content.eael-testimonial-inline-bio {
|
| 333 |
+
overflow: hidden;
|
| 334 |
+
margin-bottom: 0;
|
| 335 |
+
padding-bottom: 0;
|
| 336 |
+
}
|
| 337 |
+
|
| 338 |
+
.eael-testimonial-inline-bio .testimonial-star-rating,
|
| 339 |
+
.eael-testimonial-inline-bio .bio-text {
|
| 340 |
+
float: left;
|
| 341 |
+
width: 65%;
|
| 342 |
+
}
|
| 343 |
+
|
| 344 |
+
.eael-testimonial-content.eael-testimonial-inline-bio {
|
| 345 |
+
text-align: left !important;
|
| 346 |
+
}
|
| 347 |
+
|
| 348 |
+
/*--- Float inline style ---*/
|
| 349 |
+
.testimonial-inline-style .eael-testimonial-image {
|
| 350 |
+
float: left;
|
| 351 |
+
max-width: 100%;
|
| 352 |
+
padding: 0;
|
| 353 |
+
margin-right: 15px;
|
| 354 |
+
}
|
| 355 |
+
|
| 356 |
+
.testimonial-inline-style {
|
| 357 |
+
overflow: hidden;
|
| 358 |
+
text-align: left;
|
| 359 |
+
}
|
| 360 |
+
|
| 361 |
+
.content-top-icon-title-inline .eael-testimonial-text,
|
| 362 |
+
.content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
|
| 363 |
+
text-align: left;
|
| 364 |
+
}
|
| 365 |
+
|
| 366 |
+
.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 367 |
+
text-align: center;
|
| 368 |
+
}
|
| 369 |
+
|
| 370 |
+
.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 371 |
+
text-align: right;
|
| 372 |
+
}
|
| 373 |
+
|
| 374 |
+
.content-bottom-icon-title-inline .eael-testimonial-text,
|
| 375 |
+
.content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
|
| 376 |
+
text-align: left;
|
| 377 |
+
}
|
| 378 |
+
|
| 379 |
+
.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 380 |
+
text-align: center;
|
| 381 |
+
}
|
| 382 |
+
|
| 383 |
+
.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 384 |
+
text-align: right;
|
| 385 |
+
}
|
assets/sass/_tooltip.scss
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
/*------------------------------*/
|
| 3 |
+
/* 32. Tooltip
|
| 4 |
+
/*------------------------------*/
|
| 5 |
+
.eael-tooltip {
|
| 6 |
+
position: relative;
|
| 7 |
+
display: inline-block;
|
| 8 |
+
min-width: 150px;
|
| 9 |
+
text-align: center;
|
| 10 |
+
padding: 12px 24px;
|
| 11 |
+
font-size: .93rem;
|
| 12 |
+
color: #333;
|
| 13 |
+
line-height: 1;
|
| 14 |
+
cursor: pointer;
|
| 15 |
+
transition: all 0.3s ease-in-out;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.eael-tooltip .eael-tooltip-text {
|
| 19 |
+
display: block;
|
| 20 |
+
width: 100%;
|
| 21 |
+
visibility: hidden;
|
| 22 |
+
background-color: black;
|
| 23 |
+
color: #fff;
|
| 24 |
+
text-align: center;
|
| 25 |
+
border-radius: 4px;
|
| 26 |
+
padding: 10px;
|
| 27 |
+
position: absolute;
|
| 28 |
+
z-index: 1;
|
| 29 |
+
font-size: .93rem;
|
| 30 |
+
line-height: 1.3;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.eael-tooltip .eael-tooltip-text::after {
|
| 34 |
+
content: "";
|
| 35 |
+
position: absolute;
|
| 36 |
+
border-width: 5px;
|
| 37 |
+
border-style: solid;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.eael-tooltip:hover .eael-tooltip-text {
|
| 41 |
+
visibility: visible;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
/*--- Left ---*/
|
| 45 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-left {
|
| 46 |
+
top: 50%;
|
| 47 |
+
right: 100%;
|
| 48 |
+
transform: translateY(-50%);
|
| 49 |
+
margin-right: 10px;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
|
| 53 |
+
animation: tooltipLeftIn 300ms ease-in-out;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
|
| 57 |
+
top: calc(50% - 5px);
|
| 58 |
+
left: 100%;
|
| 59 |
+
border-color: transparent transparent transparent black;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
/*--- Right ---*/
|
| 63 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-right {
|
| 64 |
+
top: 50%;
|
| 65 |
+
left: 100%;
|
| 66 |
+
transform: translateY(-50%);
|
| 67 |
+
transition: all 0.3s ease-in-out;
|
| 68 |
+
margin-left: 10px;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
|
| 72 |
+
animation: tooltipRightIn 300ms linear;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
|
| 76 |
+
top: calc(50% - 5px);
|
| 77 |
+
right: 100%;
|
| 78 |
+
border-color: transparent black transparent transparent;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
/*--- Top ---*/
|
| 82 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-top {
|
| 83 |
+
bottom: calc(100%);
|
| 84 |
+
left: 0;
|
| 85 |
+
right: 0;
|
| 86 |
+
margin: 0 auto 10px auto;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
|
| 90 |
+
margin-top: 0px;
|
| 91 |
+
top: 100%;
|
| 92 |
+
left: calc( 50% - 5px);
|
| 93 |
+
border-color: black transparent transparent transparent;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
|
| 97 |
+
animation: tooltipTopIn 300ms linear;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
/*--- Bottom ---*/
|
| 101 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
|
| 102 |
+
top: 100%;
|
| 103 |
+
left: 0;
|
| 104 |
+
right: 0;
|
| 105 |
+
margin: 10px auto 0px auto;
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
|
| 109 |
+
margin-top: 0px;
|
| 110 |
+
bottom: 100%;
|
| 111 |
+
left: calc( 50% - 5px);
|
| 112 |
+
border-color: transparent transparent black transparent;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
|
| 116 |
+
animation: tooltipBottomIn 300ms linear;
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
/*--- Alignments ---*/
|
| 120 |
+
.eael-tooltip-align-left {
|
| 121 |
+
display: flex;
|
| 122 |
+
width: 100%;
|
| 123 |
+
justify-content: flex-start;
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
.eael-tooltip-align-right {
|
| 127 |
+
display: flex;
|
| 128 |
+
width: 100%;
|
| 129 |
+
justify-content: flex-end;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
.eael-tooltip-align-center {
|
| 133 |
+
display: flex;
|
| 134 |
+
width: 100%;
|
| 135 |
+
justify-content: center;
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.eael-tooltip-align-justify .eael-tooltip {
|
| 139 |
+
display: flex;
|
| 140 |
+
justify-content: center;
|
| 141 |
+
align-items: center;
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
+
/*--- Tooltip Keyframes ---*/
|
| 145 |
+
@keyframes tooltipRightIn {
|
| 146 |
+
0% {
|
| 147 |
+
opacity: 0;
|
| 148 |
+
left: 105%;
|
| 149 |
+
}
|
| 150 |
+
100% {
|
| 151 |
+
opacity: 1;
|
| 152 |
+
left: 100%;
|
| 153 |
+
}
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
@keyframes tooltipLeftIn {
|
| 157 |
+
0% {
|
| 158 |
+
opacity: 0;
|
| 159 |
+
right: 105%;
|
| 160 |
+
}
|
| 161 |
+
100% {
|
| 162 |
+
opacity: 1;
|
| 163 |
+
right: 100%;
|
| 164 |
+
}
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
@keyframes tooltipTopIn {
|
| 168 |
+
0% {
|
| 169 |
+
opacity: 0;
|
| 170 |
+
bottom: 110%;
|
| 171 |
+
}
|
| 172 |
+
100% {
|
| 173 |
+
opacity: 1;
|
| 174 |
+
bottom: 100%;
|
| 175 |
+
}
|
| 176 |
+
}
|
| 177 |
+
|
| 178 |
+
@keyframes tooltipBottomIn {
|
| 179 |
+
0% {
|
| 180 |
+
opacity: 0;
|
| 181 |
+
top: 110%;
|
| 182 |
+
}
|
| 183 |
+
100% {
|
| 184 |
+
opacity: 1;
|
| 185 |
+
top: 100%;
|
| 186 |
+
}
|
| 187 |
+
}
|
assets/sass/_weform.scss
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*----------------------*/
|
| 2 |
+
/* 12. weForm Styles
|
| 3 |
+
/*----------------------*/
|
| 4 |
+
.eael-weform-container input,
|
| 5 |
+
.eael-weform-container textarea {
|
| 6 |
+
height: auto;
|
| 7 |
+
padding: 10px;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.eael-contact-form-align-center .eael-weform-container,
|
| 11 |
+
.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 12 |
+
margin-left: auto !important;
|
| 13 |
+
margin-right: auto !important;
|
| 14 |
+
display: block;
|
| 15 |
+
float: none;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.eael-contact-form-align-left .eael-weform-container,
|
| 19 |
+
.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 20 |
+
float: left;
|
| 21 |
+
width: auto;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.eael-contact-form-align-right .eael-weform-container,
|
| 25 |
+
.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
|
| 26 |
+
float: right;
|
| 27 |
+
width: auto;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
|
| 31 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="password"],
|
| 32 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="email"],
|
| 33 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
|
| 34 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
|
| 35 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
|
| 36 |
+
max-width: 100%;
|
| 37 |
+
}
|
assets/sass/_woo-products.scss
ADDED
|
@@ -0,0 +1,289 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*-------------------------*/
|
| 2 |
+
/* 09. Product Styles
|
| 3 |
+
/* ------------------------*/
|
| 4 |
+
.eael-product-carousel .woocommerce li.product {
|
| 5 |
+
background-color: #fff;
|
| 6 |
+
border-radius: 0;
|
| 7 |
+
box-shadow: none;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.hide_rating .woocommerce .star-rating-container,
|
| 11 |
+
.hide_rating .woocommerce .star-rating {
|
| 12 |
+
display: none !important;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
.eael-product-carousel .woocommerce ul.products li.product h3 {
|
| 16 |
+
padding: 0.5em;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.eael-product-carousel .woocommerce .products .star-rating {
|
| 20 |
+
display: block;
|
| 21 |
+
float: none;
|
| 22 |
+
margin: 10px auto;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eael-product-carousel .woocommerce li.product .button {
|
| 26 |
+
box-shadow: none;
|
| 27 |
+
display: block;
|
| 28 |
+
left: auto;
|
| 29 |
+
margin: 15px;
|
| 30 |
+
padding: 0.45em 0.5em 0.575em;
|
| 31 |
+
position: relative;
|
| 32 |
+
right: auto;
|
| 33 |
+
text-shadow: none;
|
| 34 |
+
top: auto;
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
/*--- Product Simple and Reveal Style ---*/
|
| 39 |
+
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-featured {
|
| 40 |
+
background-color: transparent;
|
| 41 |
+
border: medium none;
|
| 42 |
+
box-shadow: none;
|
| 43 |
+
padding: 0;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-wrap,
|
| 47 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap {
|
| 48 |
+
background-color: transparent;
|
| 49 |
+
bottom: auto;
|
| 50 |
+
box-shadow: none;
|
| 51 |
+
padding: 15px 0 0;
|
| 52 |
+
position: relative;
|
| 53 |
+
text-align: center;
|
| 54 |
+
top: auto;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header h3,
|
| 58 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header h3 {
|
| 59 |
+
font-size: 14px;
|
| 60 |
+
line-height: 1.2;
|
| 61 |
+
margin: 0 0 5px;
|
| 62 |
+
padding-bottom: 0.5em;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header h3 a,
|
| 66 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header h3 a {
|
| 67 |
+
color: #272727;
|
| 68 |
+
font-weight: normal;
|
| 69 |
+
letter-spacing: 0.01rem;
|
| 70 |
+
text-transform: uppercase;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .price>.amount,
|
| 74 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header .price>.amount,
|
| 75 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-header .price>ins>.amount,
|
| 76 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header .price>.amount,
|
| 77 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-header .price>ins>.amount {
|
| 78 |
+
color: #272727;
|
| 79 |
+
font-size: 18px;
|
| 80 |
+
font-weight: normal;
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .entry-wrap::before,
|
| 84 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap::before {
|
| 85 |
+
display: none;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-header .button {
|
| 89 |
+
background-color: transparent;
|
| 90 |
+
border: 1px solid rgba(0, 0, 0, 0.5);
|
| 91 |
+
border-radius: 0;
|
| 92 |
+
box-shadow: none;
|
| 93 |
+
color: #272727;
|
| 94 |
+
display: block;
|
| 95 |
+
font-size: 14px;
|
| 96 |
+
left: auto;
|
| 97 |
+
margin: 20px auto;
|
| 98 |
+
opacity: 1;
|
| 99 |
+
position: relative;
|
| 100 |
+
right: auto;
|
| 101 |
+
text-shadow: none;
|
| 102 |
+
top: auto;
|
| 103 |
+
width: 80%;
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .entry-header .button:hover {
|
| 107 |
+
background-color: #e74c3c;
|
| 108 |
+
border: 1px solid #e74c3c;
|
| 109 |
+
color: #fff;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container {
|
| 113 |
+
background-color: transparent;
|
| 114 |
+
left: auto;
|
| 115 |
+
opacity: 1;
|
| 116 |
+
position: relative;
|
| 117 |
+
right: auto;
|
| 118 |
+
top: 5px;
|
| 119 |
+
display: block;
|
| 120 |
+
margin: 0 auto;
|
| 121 |
+
width: 110px;
|
| 122 |
+
}
|
| 123 |
+
|
| 124 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container .star-rating::before,
|
| 125 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container .star-rating::before {
|
| 126 |
+
color: #f2b01e;
|
| 127 |
+
}
|
| 128 |
+
|
| 129 |
+
.eael-product-carousel.eael-product-simple .woocommerce li.product .star-rating-container .star-rating span::before,
|
| 130 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container .star-rating span::before {
|
| 131 |
+
color: #f2b01e;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.eael-product-carousel:not(.eael-product-no-style) .onsale {
|
| 135 |
+
border-radius: 0;
|
| 136 |
+
box-shadow: none;
|
| 137 |
+
display: block;
|
| 138 |
+
font-size: 14px;
|
| 139 |
+
height: 100px;
|
| 140 |
+
letter-spacing: 0;
|
| 141 |
+
line-height: 160px;
|
| 142 |
+
position: absolute;
|
| 143 |
+
text-align: center;
|
| 144 |
+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
|
| 145 |
+
text-transform: uppercase;
|
| 146 |
+
transform: rotate(-45deg);
|
| 147 |
+
width: 200px;
|
| 148 |
+
z-index: 1;
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
+
.eael-product-carousel:not(.eael-product-no-style) .woocommerce li.product .onsale {
|
| 152 |
+
left: -95px;
|
| 153 |
+
top: -45px;
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
.eael-product-carousel .woocommerce ul.products {
|
| 157 |
+
margin: 0 0 30px;
|
| 158 |
+
}
|
| 159 |
+
|
| 160 |
+
|
| 161 |
+
/*--- Product Simple and Reveal Style ---*/
|
| 162 |
+
.eael-product-carousel .woocommerce li.product {
|
| 163 |
+
background-color: #fff;
|
| 164 |
+
float: left;
|
| 165 |
+
overflow: hidden;
|
| 166 |
+
padding: 0;
|
| 167 |
+
position: relative;
|
| 168 |
+
text-align: center;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .entry-wrap {
|
| 172 |
+
bottom: -63px;
|
| 173 |
+
margin-top: -63px;
|
| 174 |
+
position: relative;
|
| 175 |
+
top: auto;
|
| 176 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 177 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .entry-wrap {
|
| 181 |
+
bottom: 0;
|
| 182 |
+
}
|
| 183 |
+
|
| 184 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .entry-wrap::before {
|
| 185 |
+
background-color: #fff;
|
| 186 |
+
display: block;
|
| 187 |
+
}
|
| 188 |
+
|
| 189 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product .star-rating-container {
|
| 190 |
+
background-color: rgba(255, 255, 255, 0.9);
|
| 191 |
+
left: auto;
|
| 192 |
+
opacity: 0;
|
| 193 |
+
position: absolute;
|
| 194 |
+
right: 10px;
|
| 195 |
+
top: 10px;
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
.eael-product-carousel.eael-product-reveal .woocommerce li.product:hover .star-rating-container {
|
| 199 |
+
opacity: 1;
|
| 200 |
+
}
|
| 201 |
+
|
| 202 |
+
/*--- Product Reveal Styles ---*/
|
| 203 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap {
|
| 204 |
+
bottom: auto;
|
| 205 |
+
font-size: 14px;
|
| 206 |
+
left: 0;
|
| 207 |
+
padding: 0;
|
| 208 |
+
position: absolute;
|
| 209 |
+
right: 0;
|
| 210 |
+
top: calc(100% - 4em);
|
| 211 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap {
|
| 215 |
+
background-color: rgba(0, 0, 0, 0.5);
|
| 216 |
+
bottom: auto;
|
| 217 |
+
font-size: 14px;
|
| 218 |
+
left: 0;
|
| 219 |
+
padding: 0;
|
| 220 |
+
position: absolute;
|
| 221 |
+
right: 0;
|
| 222 |
+
text-align: center;
|
| 223 |
+
top: calc(100% - 4em);
|
| 224 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 225 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 226 |
+
}
|
| 227 |
+
|
| 228 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-wrap::before {
|
| 229 |
+
background-color: rgba(0, 0, 0, 0.5);
|
| 230 |
+
content: "";
|
| 231 |
+
display: block;
|
| 232 |
+
height: 50em;
|
| 233 |
+
left: 0;
|
| 234 |
+
position: absolute;
|
| 235 |
+
right: 0;
|
| 236 |
+
top: 0;
|
| 237 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 238 |
+
z-index: 0;
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap::before {
|
| 242 |
+
background-color: rgba(0, 0, 0, 0.75);
|
| 243 |
+
}
|
| 244 |
+
|
| 245 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header {
|
| 246 |
+
position: relative;
|
| 247 |
+
}
|
| 248 |
+
|
| 249 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header h3 {
|
| 250 |
+
font-size: 14px;
|
| 251 |
+
line-height: 1;
|
| 252 |
+
margin: 0;
|
| 253 |
+
overflow: hidden;
|
| 254 |
+
padding: 1.5em;
|
| 255 |
+
text-overflow: ellipsis;
|
| 256 |
+
text-transform: uppercase;
|
| 257 |
+
white-space: nowrap;
|
| 258 |
+
}
|
| 259 |
+
|
| 260 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header h3 a {
|
| 261 |
+
color: #fff;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .price>del,
|
| 265 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header .price>del {
|
| 266 |
+
display: none;
|
| 267 |
+
}
|
| 268 |
+
|
| 269 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .entry-header .price>.amount,
|
| 270 |
+
.woocommerce li.product .entry-header .price>ins>.amount {
|
| 271 |
+
color: #fff;
|
| 272 |
+
font-size: 24px;
|
| 273 |
+
}
|
| 274 |
+
|
| 275 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product .added_to_cart {
|
| 276 |
+
display: none;
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap {
|
| 280 |
+
top: calc(100% - 10.385em);
|
| 281 |
+
}
|
| 282 |
+
|
| 283 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .entry-wrap::before {
|
| 284 |
+
background-color: rgba(0, 0, 0, 0.75);
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.eael-product-carousel.eael-product-overlay .woocommerce li.product:hover .star-rating-container {
|
| 288 |
+
opacity: 1;
|
| 289 |
+
}
|
assets/sass/_wp-form.scss
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* ------------------- */
|
| 2 |
+
/* 23. WPForms
|
| 3 |
+
/* ------------------- */
|
| 4 |
+
|
| 5 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=submit],
|
| 6 |
+
.eael-wpforms .wpforms-container .wpforms-form button[type=submit],
|
| 7 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
|
| 8 |
+
border: 0;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
|
| 12 |
+
.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
|
| 13 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
|
| 14 |
+
border: 0;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
|
| 18 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
|
| 19 |
+
padding: 3px;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
|
| 23 |
+
display: none;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
|
| 27 |
+
max-width: 100%;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
|
| 31 |
+
.eael-wpforms .wpforms-container .wpforms-field textarea,
|
| 32 |
+
.eael-wpforms .wpforms-container .wpforms-field select {
|
| 33 |
+
max-width: 100% !important;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
|
| 37 |
+
display: block;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
|
| 41 |
+
width: 100%;
|
| 42 |
+
}
|
assets/sass/essential-addons-elementor.scss
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*
|
| 2 |
+
______ _ _ _ _ _
|
| 3 |
+
| ____| | | (_) | | /\ | | | |
|
| 4 |
+
| |__ ___ ___ ___ _ __ | |_ _ __ _| | / \ __| | __| | ___ _ __ ___
|
| 5 |
+
| __| / __/ __|/ _ \ '_ \| __| |/ _` | | / /\ \ / _` |/ _` |/ _ \| '_ \/ __|
|
| 6 |
+
| |____\__ \__ \ __/ | | | |_| | (_| | | / ____ \ (_| | (_| | (_) | | | \__ \
|
| 7 |
+
|______|___/___/\___|_| |_|\__|_|\__,_|_| /_/ \_\__,_|\__,_|\___/|_| |_|___/
|
| 8 |
+
-------------------------------------------------------------------------------------
|
| 9 |
+
|
| 10 |
+
01. General Styles
|
| 11 |
+
02. Common styles for slider elements
|
| 12 |
+
03. Fancy Text Style
|
| 13 |
+
04. Creative Button styles
|
| 14 |
+
05. Countdown Styles
|
| 15 |
+
06. Post Timeline Styles
|
| 16 |
+
07. Team Members Styles
|
| 17 |
+
08. Testimonials Styles
|
| 18 |
+
09. Product Styles
|
| 19 |
+
10. Contact forms common
|
| 20 |
+
11. Contact Form 7 Styles
|
| 21 |
+
12. weForm Styles
|
| 22 |
+
13. Ninja Form Styles
|
| 23 |
+
14. Gravity Form
|
| 24 |
+
15. Post Grid Style
|
| 25 |
+
16. Post Grid Column
|
| 26 |
+
17. Infobox Style
|
| 27 |
+
18. Flipbox Style
|
| 28 |
+
19. Call To Action
|
| 29 |
+
20. Dual Color Heading
|
| 30 |
+
21. Pricing Table
|
| 31 |
+
22. Caldera Contact Form Styler
|
| 32 |
+
23. WPForms
|
| 33 |
+
24. Social Feeds
|
| 34 |
+
25. Data Table
|
| 35 |
+
26. Magnific Popup
|
| 36 |
+
27. Filterable Gallery
|
| 37 |
+
28. Swiper
|
| 38 |
+
29. Content Ticker
|
| 39 |
+
30. Advance Tabs
|
| 40 |
+
31. Advance Accordion
|
| 41 |
+
32. Tooltip
|
| 42 |
+
33. Progress Bar
|
| 43 |
+
34. Image accordion
|
| 44 |
+
-------------------------------------------------------*/
|
| 45 |
+
|
| 46 |
+
@import "general";
|
| 47 |
+
@import "general-slider";
|
| 48 |
+
@import "fancy-text";
|
| 49 |
+
@import "creative-button";
|
| 50 |
+
@import "countdown";
|
| 51 |
+
@import "post-timeline";
|
| 52 |
+
@import "team-members";
|
| 53 |
+
@import "testimonial-slider";
|
| 54 |
+
@import "woo-products";
|
| 55 |
+
@import "contact-forms";
|
| 56 |
+
@import "contact-form7";
|
| 57 |
+
@import "weform";
|
| 58 |
+
@import "ninja-form";
|
| 59 |
+
@import "gravity-form";
|
| 60 |
+
@import "post-grid";
|
| 61 |
+
@import "post-grid-column";
|
| 62 |
+
@import "infobox";
|
| 63 |
+
@import "flipbox";
|
| 64 |
+
@import "call-to-action";
|
| 65 |
+
@import "dual-color-heading";
|
| 66 |
+
@import "pricing-table";
|
| 67 |
+
@import "caldera-form";
|
| 68 |
+
@import "wp-form";
|
| 69 |
+
@import "social-feeds";
|
| 70 |
+
@import "data-table";
|
| 71 |
+
@import "magnific-popup";
|
| 72 |
+
@import "filterable-gallery";
|
| 73 |
+
@import "swiper";
|
| 74 |
+
@import "content-ticker";
|
| 75 |
+
@import "advance-tabs";
|
| 76 |
+
@import "advance-accordion";
|
| 77 |
+
@import "tooltip";
|
| 78 |
+
@import "progress-bar";
|
| 79 |
+
@import "img-accordion";
|
elements/contact-form-7/contact-form-7.php
CHANGED
|
@@ -206,30 +206,33 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 206 |
$this->end_controls_section();
|
| 207 |
|
| 208 |
$this->start_controls_section(
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
$this->add_control(
|
| 216 |
'eael_control_get_pro',
|
| 217 |
[
|
| 218 |
'label' => __( 'Unlock more possibilities', 'essential-addons-elementor' ),
|
| 219 |
'type' => Controls_Manager::CHOOSE,
|
| 220 |
'options' => [
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
'description' => '<span class="pro-feature"> Get the <a href="https://essential-addons.com/elementor/buy.php" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 228 |
]
|
| 229 |
);
|
|
|
|
|
|
|
| 230 |
|
| 231 |
-
|
| 232 |
-
|
|
|
|
| 233 |
/**
|
| 234 |
* Style Tab: Form Container
|
| 235 |
* -------------------------------------------------
|
|
@@ -242,16 +245,15 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 242 |
]
|
| 243 |
);
|
| 244 |
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
);
|
| 255 |
|
| 256 |
$this->add_responsive_control(
|
| 257 |
'eael_contact_form_alignment',
|
|
@@ -297,6 +299,10 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 297 |
'max' => 80,
|
| 298 |
],
|
| 299 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 300 |
'selectors' => [
|
| 301 |
'{{WRAPPER}} .eael-contact-form' => 'width: {{SIZE}}{{UNIT}};',
|
| 302 |
],
|
|
@@ -320,7 +326,7 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 320 |
],
|
| 321 |
],
|
| 322 |
'selectors' => [
|
| 323 |
-
'{{WRAPPER}} .eael-contact-form' => 'max-width: {{SIZE}}{{UNIT}};',
|
| 324 |
],
|
| 325 |
]
|
| 326 |
);
|
|
@@ -384,10 +390,6 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 384 |
|
| 385 |
$this->end_controls_section();
|
| 386 |
|
| 387 |
-
/*-----------------------------------------------------------------------------------*/
|
| 388 |
-
/* STYLE TAB
|
| 389 |
-
/*-----------------------------------------------------------------------------------*/
|
| 390 |
-
|
| 391 |
/**
|
| 392 |
* Style Tab: Title & Description
|
| 393 |
* -------------------------------------------------
|
|
@@ -1100,10 +1102,6 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 1100 |
[
|
| 1101 |
'label' => __( 'Width', 'essential-addons-elementor' ),
|
| 1102 |
'type' => Controls_Manager::SLIDER,
|
| 1103 |
-
'default' => [
|
| 1104 |
-
'size' => '100',
|
| 1105 |
-
'unit' => 'px'
|
| 1106 |
-
],
|
| 1107 |
'range' => [
|
| 1108 |
'px' => [
|
| 1109 |
'min' => 0,
|
|
@@ -1509,6 +1507,7 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 1509 |
$this->add_render_attribute( 'contact-form', 'class', [
|
| 1510 |
'eael-contact-form',
|
| 1511 |
'eael-contact-form-7',
|
|
|
|
| 1512 |
]
|
| 1513 |
);
|
| 1514 |
|
|
@@ -1538,22 +1537,24 @@ class Widget_Eael_Contact_Form extends Widget_Base {
|
|
| 1538 |
|
| 1539 |
if ( function_exists( 'wpcf7' ) ) {
|
| 1540 |
if ( ! empty( $settings['contact_form_list'] ) ) { ?>
|
| 1541 |
-
<div
|
| 1542 |
-
<?php
|
| 1543 |
-
|
| 1544 |
-
|
| 1545 |
-
|
| 1546 |
-
|
| 1547 |
-
|
| 1548 |
-
|
| 1549 |
-
|
| 1550 |
-
|
| 1551 |
-
|
| 1552 |
-
|
| 1553 |
-
|
| 1554 |
-
|
| 1555 |
-
|
| 1556 |
-
|
|
|
|
|
|
|
| 1557 |
</div>
|
| 1558 |
<?php
|
| 1559 |
}
|
| 206 |
$this->end_controls_section();
|
| 207 |
|
| 208 |
$this->start_controls_section(
|
| 209 |
+
'eael_section_pro',
|
| 210 |
+
[
|
| 211 |
+
'label' => __( 'Go Premium for More Features', 'essential-addons-elementor' )
|
| 212 |
+
]
|
| 213 |
+
);
|
| 214 |
+
|
| 215 |
$this->add_control(
|
| 216 |
'eael_control_get_pro',
|
| 217 |
[
|
| 218 |
'label' => __( 'Unlock more possibilities', 'essential-addons-elementor' ),
|
| 219 |
'type' => Controls_Manager::CHOOSE,
|
| 220 |
'options' => [
|
| 221 |
+
'1' => [
|
| 222 |
+
'title' => __( '', 'essential-addons-elementor' ),
|
| 223 |
+
'icon' => 'fa fa-unlock-alt',
|
| 224 |
+
],
|
| 225 |
+
],
|
| 226 |
+
'default' => '1',
|
| 227 |
'description' => '<span class="pro-feature"> Get the <a href="https://essential-addons.com/elementor/buy.php" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 228 |
]
|
| 229 |
);
|
| 230 |
+
|
| 231 |
+
$this->end_controls_section();
|
| 232 |
|
| 233 |
+
/*-----------------------------------------------------------------------------------*/
|
| 234 |
+
/* STYLE TAB
|
| 235 |
+
/*-----------------------------------------------------------------------------------*/
|
| 236 |
/**
|
| 237 |
* Style Tab: Form Container
|
| 238 |
* -------------------------------------------------
|
| 245 |
]
|
| 246 |
);
|
| 247 |
|
| 248 |
+
$this->add_group_control(
|
| 249 |
+
Group_Control_Background::get_type(),
|
| 250 |
+
[
|
| 251 |
+
'name' => 'eael_contact_form_background',
|
| 252 |
+
'label' => __( 'Background', 'plugin-domain' ),
|
| 253 |
+
'types' => [ 'classic', 'gradient' ],
|
| 254 |
+
'selector' => '{{WRAPPER}} .eael-contact-form',
|
| 255 |
+
]
|
| 256 |
+
);
|
|
|
|
| 257 |
|
| 258 |
$this->add_responsive_control(
|
| 259 |
'eael_contact_form_alignment',
|
| 299 |
'max' => 80,
|
| 300 |
],
|
| 301 |
],
|
| 302 |
+
'default' => [
|
| 303 |
+
'unit' => 'px',
|
| 304 |
+
'size' => '500'
|
| 305 |
+
],
|
| 306 |
'selectors' => [
|
| 307 |
'{{WRAPPER}} .eael-contact-form' => 'width: {{SIZE}}{{UNIT}};',
|
| 308 |
],
|
| 326 |
],
|
| 327 |
],
|
| 328 |
'selectors' => [
|
| 329 |
+
'{{WRAPPER}} .eael-contact-form-7-wrapper' => 'max-width: {{SIZE}}{{UNIT}};',
|
| 330 |
],
|
| 331 |
]
|
| 332 |
);
|
| 390 |
|
| 391 |
$this->end_controls_section();
|
| 392 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 393 |
/**
|
| 394 |
* Style Tab: Title & Description
|
| 395 |
* -------------------------------------------------
|
| 1102 |
[
|
| 1103 |
'label' => __( 'Width', 'essential-addons-elementor' ),
|
| 1104 |
'type' => Controls_Manager::SLIDER,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1105 |
'range' => [
|
| 1106 |
'px' => [
|
| 1107 |
'min' => 0,
|
| 1507 |
$this->add_render_attribute( 'contact-form', 'class', [
|
| 1508 |
'eael-contact-form',
|
| 1509 |
'eael-contact-form-7',
|
| 1510 |
+
'eael-contact-form-'.esc_attr($this->get_id())
|
| 1511 |
]
|
| 1512 |
);
|
| 1513 |
|
| 1537 |
|
| 1538 |
if ( function_exists( 'wpcf7' ) ) {
|
| 1539 |
if ( ! empty( $settings['contact_form_list'] ) ) { ?>
|
| 1540 |
+
<div class="eael-contact-form-7-wrapper">
|
| 1541 |
+
<div <?php echo $this->get_render_attribute_string( 'contact-form' ); ?>>
|
| 1542 |
+
<?php if ( $settings['form_title'] == 'yes' || $settings['form_description'] == 'yes' ) { ?>
|
| 1543 |
+
<div class="eael-contact-form-7-heading">
|
| 1544 |
+
<?php if ( $settings['form_title'] == 'yes' && $settings['form_title_text'] != '' ) { ?>
|
| 1545 |
+
<h3 class="eael-contact-form-title eael-contact-form-7-title">
|
| 1546 |
+
<?php echo esc_attr( $settings['form_title_text'] ); ?>
|
| 1547 |
+
</h3>
|
| 1548 |
+
<?php } ?>
|
| 1549 |
+
<?php if ( $settings['form_description'] == 'yes' && $settings['form_description_text'] != '' ) { ?>
|
| 1550 |
+
<div class="eael-contact-form-description eael-contact-form-7-description">
|
| 1551 |
+
<?php echo $this->parse_text_editor( $settings['form_description_text'] ); ?>
|
| 1552 |
+
</div>
|
| 1553 |
+
<?php } ?>
|
| 1554 |
+
</div>
|
| 1555 |
+
<?php } ?>
|
| 1556 |
+
<?php echo do_shortcode( '[contact-form-7 id="' . $settings['contact_form_list'] . '" ]' ); ?>
|
| 1557 |
+
</div>
|
| 1558 |
</div>
|
| 1559 |
<?php
|
| 1560 |
}
|
elements/content-ticker/content-ticker.php
CHANGED
|
@@ -164,7 +164,7 @@ class Widget_Eael_Content_Ticker extends Widget_Base {
|
|
| 164 |
]
|
| 165 |
);
|
| 166 |
|
| 167 |
-
|
| 168 |
'autoplay',
|
| 169 |
[
|
| 170 |
'label' => __( 'Autoplay', 'essential-addons-elementor' ),
|
|
@@ -196,6 +196,21 @@ class Widget_Eael_Content_Ticker extends Widget_Base {
|
|
| 196 |
],
|
| 197 |
]
|
| 198 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
|
| 200 |
$this->add_control(
|
| 201 |
'infinite_loop',
|
|
@@ -708,6 +723,9 @@ class Widget_Eael_Content_Ticker extends Widget_Base {
|
|
| 708 |
} else {
|
| 709 |
$this->add_render_attribute( 'content-ticker', 'data-autoplay', '999999' );
|
| 710 |
}
|
|
|
|
|
|
|
|
|
|
| 711 |
if ( $settings['infinite_loop'] == 'yes' ) {
|
| 712 |
$this->add_render_attribute( 'content-ticker', 'data-loop', true );
|
| 713 |
}
|
| 164 |
]
|
| 165 |
);
|
| 166 |
|
| 167 |
+
$this->add_control(
|
| 168 |
'autoplay',
|
| 169 |
[
|
| 170 |
'label' => __( 'Autoplay', 'essential-addons-elementor' ),
|
| 196 |
],
|
| 197 |
]
|
| 198 |
);
|
| 199 |
+
|
| 200 |
+
$this->add_control(
|
| 201 |
+
'pause_on_hover',
|
| 202 |
+
[
|
| 203 |
+
'label' => __( 'Pause On Hover', 'essential-addons-elementor' ),
|
| 204 |
+
'type' => Controls_Manager::SWITCHER,
|
| 205 |
+
'default' => '',
|
| 206 |
+
'label_on' => __( 'Yes', 'essential-addons-elementor' ),
|
| 207 |
+
'label_off' => __( 'No', 'essential-addons-elementor' ),
|
| 208 |
+
'return_value' => 'yes',
|
| 209 |
+
'condition' => [
|
| 210 |
+
'autoplay' => 'yes',
|
| 211 |
+
],
|
| 212 |
+
]
|
| 213 |
+
);
|
| 214 |
|
| 215 |
$this->add_control(
|
| 216 |
'infinite_loop',
|
| 723 |
} else {
|
| 724 |
$this->add_render_attribute( 'content-ticker', 'data-autoplay', '999999' );
|
| 725 |
}
|
| 726 |
+
if( $settings['pause_on_hover'] == 'yes' ) {
|
| 727 |
+
$this->add_render_attribute( 'content-ticker', 'data-pause-on-hover', 'true' );
|
| 728 |
+
}
|
| 729 |
if ( $settings['infinite_loop'] == 'yes' ) {
|
| 730 |
$this->add_render_attribute( 'content-ticker', 'data-loop', true );
|
| 731 |
}
|
elements/filterable-gallery/filterable-gallery.php
CHANGED
|
@@ -2038,69 +2038,116 @@ class Widget_Eael_Filterable_Gallery extends Widget_Base {
|
|
| 2038 |
*/
|
| 2039 |
protected function render_editor_script() { ?>
|
| 2040 |
<script type="text/javascript">
|
| 2041 |
-
jQuery(
|
| 2042 |
$('.eael-filter-gallery-container').each(function() {
|
| 2043 |
var $node_id = '<?php echo $this->get_id(); ?>',
|
| 2044 |
-
$scope
|
| 2045 |
-
$gallery
|
| 2046 |
-
$settings
|
| 2047 |
-
|
| 2048 |
-
|
|
|
|
|
|
|
|
|
|
| 2049 |
return;
|
| 2050 |
}
|
| 2051 |
-
|
| 2052 |
-
var $layout_mode = 'fitRows';
|
| 2053 |
-
|
| 2054 |
-
if( 'masonry' == $settings.grid_style ) {
|
| 2055 |
-
$layout_mode = 'masonry';
|
| 2056 |
-
}
|
| 2057 |
|
| 2058 |
-
|
| 2059 |
-
|
| 2060 |
-
|
| 2061 |
-
|
| 2062 |
-
|
| 2063 |
-
|
| 2064 |
-
|
| 2065 |
-
|
| 2066 |
-
|
| 2067 |
-
|
| 2068 |
-
|
| 2069 |
-
|
| 2070 |
-
|
|
|
|
|
|
|
| 2071 |
});
|
| 2072 |
|
| 2073 |
-
|
| 2074 |
-
|
| 2075 |
-
|
|
|
|
| 2076 |
|
| 2077 |
-
|
| 2078 |
-
|
| 2079 |
-
|
| 2080 |
-
|
|
|
|
|
|
|
| 2081 |
|
| 2082 |
-
|
| 2083 |
-
$
|
| 2084 |
type: 'image',
|
| 2085 |
-
|
| 2086 |
-
|
| 2087 |
-
|
| 2088 |
callbacks: {
|
| 2089 |
close: function() {
|
| 2090 |
-
|
| 2091 |
-
|
| 2092 |
}
|
| 2093 |
});
|
| 2094 |
|
| 2095 |
-
$scope
|
| 2096 |
-
|
| 2097 |
-
|
| 2098 |
-
|
| 2099 |
-
|
| 2100 |
-
|
| 2101 |
-
|
|
|
|
| 2102 |
});
|
| 2103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2104 |
});
|
| 2105 |
});
|
| 2106 |
</script>
|
| 2038 |
*/
|
| 2039 |
protected function render_editor_script() { ?>
|
| 2040 |
<script type="text/javascript">
|
| 2041 |
+
jQuery(document).ready(function($) {
|
| 2042 |
$('.eael-filter-gallery-container').each(function() {
|
| 2043 |
var $node_id = '<?php echo $this->get_id(); ?>',
|
| 2044 |
+
$scope = $('[data-id="' + $node_id + '"]'),
|
| 2045 |
+
$gallery = $(this),
|
| 2046 |
+
$settings = $gallery.data('settings'),
|
| 2047 |
+
$gallery_items = $gallery.data('gallery-items'),
|
| 2048 |
+
$layout_mode = ($settings.grid_style == 'masonry' ? 'masonry' : 'fitRows'),
|
| 2049 |
+
$gallery_enabled = ($settings.gallery_enabled == 'yes' ? true : false);
|
| 2050 |
+
|
| 2051 |
+
if ($gallery.closest($scope).length < 1) {
|
| 2052 |
return;
|
| 2053 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2054 |
|
| 2055 |
+
// init isotope
|
| 2056 |
+
var $isotope_gallery = $gallery.isotope({
|
| 2057 |
+
itemSelector: '.eael-filterable-gallery-item-wrap',
|
| 2058 |
+
layoutMode: $layout_mode,
|
| 2059 |
+
percentPosition: true,
|
| 2060 |
+
});
|
| 2061 |
+
|
| 2062 |
+
// not necessary, just in case
|
| 2063 |
+
$isotope_gallery.imagesLoaded().progress(function() {
|
| 2064 |
+
$isotope_gallery.isotope('layout');
|
| 2065 |
+
});
|
| 2066 |
+
|
| 2067 |
+
// resize
|
| 2068 |
+
$('.eael-filterable-gallery-item-wrap', $gallery).resize(function() {
|
| 2069 |
+
$isotope_gallery.isotope('layout');
|
| 2070 |
});
|
| 2071 |
|
| 2072 |
+
// filter
|
| 2073 |
+
$scope.on('click', '.control', function() {
|
| 2074 |
+
var $this = $(this),
|
| 2075 |
+
$filterValue = $this.data('filter');
|
| 2076 |
|
| 2077 |
+
$this.siblings().removeClass('active');
|
| 2078 |
+
$this.addClass('active');
|
| 2079 |
+
$isotope_gallery.isotope({
|
| 2080 |
+
filter: $filterValue
|
| 2081 |
+
});
|
| 2082 |
+
});
|
| 2083 |
|
| 2084 |
+
// popup
|
| 2085 |
+
$('.eael-magnific-link', $scope).magnificPopup({
|
| 2086 |
type: 'image',
|
| 2087 |
+
gallery: {
|
| 2088 |
+
enabled: $gallery_enabled,
|
| 2089 |
+
},
|
| 2090 |
callbacks: {
|
| 2091 |
close: function() {
|
| 2092 |
+
$('#elementor-lightbox').hide();
|
| 2093 |
+
}
|
| 2094 |
}
|
| 2095 |
});
|
| 2096 |
|
| 2097 |
+
$($scope).magnificPopup({
|
| 2098 |
+
delegate: '.eael-magnific-video-link',
|
| 2099 |
+
type: 'iframe',
|
| 2100 |
+
callbacks: {
|
| 2101 |
+
close: function() {
|
| 2102 |
+
$('#elementor-lightbox').hide();
|
| 2103 |
+
}
|
| 2104 |
+
}
|
| 2105 |
});
|
| 2106 |
|
| 2107 |
+
// Load more button
|
| 2108 |
+
$scope.on('click', '.eael-gallery-load-more', function(e) {
|
| 2109 |
+
e.preventDefault();
|
| 2110 |
+
|
| 2111 |
+
var $this = $(this),
|
| 2112 |
+
$init_show = $('.eael-filter-gallery-container', $scope).children('.eael-filterable-gallery-item-wrap').length,
|
| 2113 |
+
$total_items = $gallery.data('total-gallery-items'),
|
| 2114 |
+
$images_per_page = $gallery.data('images-per-page'),
|
| 2115 |
+
$nomore_text = $gallery.data('nomore-item-text'),
|
| 2116 |
+
$items = [];
|
| 2117 |
+
|
| 2118 |
+
if ($init_show == $total_items) {
|
| 2119 |
+
$this.html('<div class="no-more-items-text">' + $nomore_text + '</div>');
|
| 2120 |
+
setTimeout(function() {
|
| 2121 |
+
$this.fadeOut('slow');
|
| 2122 |
+
}, 600);
|
| 2123 |
+
}
|
| 2124 |
+
|
| 2125 |
+
// new items html
|
| 2126 |
+
for (var i = $init_show; i < ($init_show + $images_per_page); i++) {
|
| 2127 |
+
$items.push($($gallery_items[i])[0]);
|
| 2128 |
+
}
|
| 2129 |
+
|
| 2130 |
+
// append items
|
| 2131 |
+
$gallery.append($items)
|
| 2132 |
+
$isotope_gallery.isotope('appended', $items)
|
| 2133 |
+
$isotope_gallery.imagesLoaded().progress(function() {
|
| 2134 |
+
$isotope_gallery.isotope('layout')
|
| 2135 |
+
})
|
| 2136 |
+
|
| 2137 |
+
// reinit magnificPopup
|
| 2138 |
+
$('.eael-magnific-link', $scope).magnificPopup({
|
| 2139 |
+
type: 'image',
|
| 2140 |
+
gallery: {
|
| 2141 |
+
enabled: $gallery_enabled
|
| 2142 |
+
},
|
| 2143 |
+
callbacks: {
|
| 2144 |
+
close: function() {
|
| 2145 |
+
$('#elementor-lightbox').hide();
|
| 2146 |
+
}
|
| 2147 |
+
}
|
| 2148 |
+
})
|
| 2149 |
+
});
|
| 2150 |
+
|
| 2151 |
});
|
| 2152 |
});
|
| 2153 |
</script>
|
elements/flipbox/flipbox.php
CHANGED
|
@@ -69,8 +69,8 @@ class Widget_Eael_Flip_Box extends Widget_Base {
|
|
| 69 |
'type' => Controls_Manager::SELECT,
|
| 70 |
'options' => [
|
| 71 |
'none' => __( 'None', 'essential-addons-elementor' ),
|
| 72 |
-
'img' => __( 'Image', '
|
| 73 |
-
'icon' => __( 'Icon', '
|
| 74 |
],
|
| 75 |
'default' => 'icon',
|
| 76 |
]
|
|
@@ -154,8 +154,8 @@ class Widget_Eael_Flip_Box extends Widget_Base {
|
|
| 154 |
'type' => Controls_Manager::SELECT,
|
| 155 |
'options' => [
|
| 156 |
'none' => __( 'None', 'essential-addons-elementor' ),
|
| 157 |
-
'img' => __( 'Image', '
|
| 158 |
-
'icon' => __( 'Icon', '
|
| 159 |
],
|
| 160 |
'default' => 'icon'
|
| 161 |
]
|
|
@@ -692,251 +692,211 @@ class Widget_Eael_Flip_Box extends Widget_Base {
|
|
| 692 |
'tab' => Controls_Manager::TAB_STYLE
|
| 693 |
]
|
| 694 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 695 |
|
| 696 |
-
|
| 697 |
-
|
| 698 |
-
|
| 699 |
-
|
| 700 |
-
|
| 701 |
-
|
| 702 |
-
|
| 703 |
-
|
| 704 |
-
|
| 705 |
-
|
| 706 |
-
|
| 707 |
-
'back' => [
|
| 708 |
-
'title' => esc_html__( 'Back Content', 'essential-addons-elementor' ),
|
| 709 |
-
'icon' => 'fa fa-arrow-right',
|
| 710 |
-
],
|
| 711 |
-
],
|
| 712 |
-
'default' => 'front',
|
| 713 |
-
]
|
| 714 |
-
);
|
| 715 |
|
| 716 |
-
|
| 717 |
-
|
| 718 |
-
|
| 719 |
-
|
| 720 |
-
|
| 721 |
-
|
| 722 |
-
|
| 723 |
-
'type' => Controls_Manager::HEADING,
|
| 724 |
-
]
|
| 725 |
-
);
|
| 726 |
-
/**
|
| 727 |
-
* Condition: 'eael_flipbox_front_back_content_toggler' => 'front'
|
| 728 |
-
*/
|
| 729 |
-
$this->add_control(
|
| 730 |
-
'eael_flipbox_front_icon_color',
|
| 731 |
-
[
|
| 732 |
-
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 733 |
-
'type' => Controls_Manager::COLOR,
|
| 734 |
-
'default' => '#fff',
|
| 735 |
-
'selectors' => [
|
| 736 |
-
'{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image i' => 'color: {{VALUE}};',
|
| 737 |
-
],
|
| 738 |
-
'condition' => [
|
| 739 |
-
'eael_flipbox_front_back_content_toggler' => 'front'
|
| 740 |
-
]
|
| 741 |
-
]
|
| 742 |
-
);
|
| 743 |
|
| 744 |
-
|
| 745 |
-
|
| 746 |
-
|
| 747 |
-
|
| 748 |
-
|
| 749 |
-
|
| 750 |
-
|
| 751 |
-
|
| 752 |
-
|
| 753 |
-
|
| 754 |
-
|
| 755 |
-
],
|
| 756 |
-
'condition' => [
|
| 757 |
-
'eael_flipbox_front_back_content_toggler' => 'back'
|
| 758 |
-
]
|
| 759 |
-
]
|
| 760 |
-
);
|
| 761 |
|
| 762 |
-
|
| 763 |
-
|
| 764 |
-
|
| 765 |
-
|
| 766 |
-
|
| 767 |
-
|
| 768 |
-
|
| 769 |
-
|
| 770 |
-
|
| 771 |
-
|
| 772 |
-
|
| 773 |
-
]
|
| 774 |
-
);
|
| 775 |
|
| 776 |
-
|
| 777 |
-
|
| 778 |
-
|
| 779 |
-
|
| 780 |
-
|
| 781 |
-
|
| 782 |
-
|
| 783 |
-
'selector' => '{{WRAPPER}} .eael-elements-flip-box-rear-container .flipbox-back-image-icon i',
|
| 784 |
-
'condition' => [
|
| 785 |
-
'eael_flipbox_front_back_content_toggler' => 'back'
|
| 786 |
-
],
|
| 787 |
-
]
|
| 788 |
-
);
|
| 789 |
|
| 790 |
-
|
| 791 |
-
|
| 792 |
-
|
| 793 |
-
|
| 794 |
-
|
| 795 |
-
|
| 796 |
-
|
| 797 |
-
|
| 798 |
-
|
| 799 |
-
|
| 800 |
-
|
| 801 |
-
/**
|
| 802 |
-
* Condition: 'eael_flipbox_front_back_content_toggler' => 'front'
|
| 803 |
-
*/
|
| 804 |
-
$this->add_control(
|
| 805 |
-
'eael_flipbox_front_title_color',
|
| 806 |
-
[
|
| 807 |
-
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 808 |
-
'type' => Controls_Manager::COLOR,
|
| 809 |
-
'default' => '#fff',
|
| 810 |
-
'selectors' => [
|
| 811 |
-
'{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-heading' => 'color: {{VALUE}};',
|
| 812 |
-
],
|
| 813 |
-
'condition' => [
|
| 814 |
-
'eael_flipbox_front_back_content_toggler' => 'front'
|
| 815 |
-
]
|
| 816 |
-
]
|
| 817 |
-
);
|
| 818 |
|
| 819 |
-
|
| 820 |
-
|
| 821 |
-
|
| 822 |
-
|
| 823 |
-
|
| 824 |
-
|
| 825 |
-
|
| 826 |
-
|
| 827 |
-
|
| 828 |
-
|
| 829 |
-
|
| 830 |
-
],
|
| 831 |
-
'condition' => [
|
| 832 |
-
'eael_flipbox_front_back_content_toggler' => 'back'
|
| 833 |
-
]
|
| 834 |
-
]
|
| 835 |
-
);
|
| 836 |
|
| 837 |
-
|
| 838 |
-
|
| 839 |
-
|
| 840 |
-
|
| 841 |
-
|
| 842 |
-
|
| 843 |
-
|
| 844 |
-
|
| 845 |
-
|
| 846 |
-
'eael_flipbox_front_back_content_toggler' => 'front'
|
| 847 |
-
],
|
| 848 |
-
]
|
| 849 |
-
);
|
| 850 |
|
| 851 |
-
|
| 852 |
-
|
| 853 |
-
|
| 854 |
-
$this->add_group_control(
|
| 855 |
-
Group_Control_Typography::get_type(),
|
| 856 |
-
[
|
| 857 |
-
'name' => 'eael_flipbox_back_title_typography',
|
| 858 |
-
'selector' => '{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading',
|
| 859 |
-
'condition' => [
|
| 860 |
-
'eael_flipbox_front_back_content_toggler' => 'back'
|
| 861 |
-
],
|
| 862 |
-
]
|
| 863 |
-
);
|
| 864 |
|
| 865 |
-
|
| 866 |
-
|
| 867 |
-
|
| 868 |
-
|
| 869 |
-
|
| 870 |
-
|
| 871 |
-
|
| 872 |
-
|
| 873 |
-
|
| 874 |
-
|
| 875 |
-
);
|
| 876 |
|
| 877 |
-
|
| 878 |
-
|
| 879 |
-
|
| 880 |
-
|
| 881 |
-
|
| 882 |
-
|
| 883 |
-
|
| 884 |
-
|
| 885 |
-
|
| 886 |
-
|
| 887 |
-
|
| 888 |
-
],
|
| 889 |
-
'condition' => [
|
| 890 |
-
'eael_flipbox_front_back_content_toggler' => 'front'
|
| 891 |
-
]
|
| 892 |
-
]
|
| 893 |
-
);
|
| 894 |
|
| 895 |
-
|
| 896 |
-
|
| 897 |
-
|
| 898 |
-
|
| 899 |
-
|
| 900 |
-
|
| 901 |
-
|
| 902 |
-
'type' => Controls_Manager::COLOR,
|
| 903 |
-
'default' => '#fff',
|
| 904 |
-
'selectors' => [
|
| 905 |
-
'{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-content' => 'color: {{VALUE}};',
|
| 906 |
-
],
|
| 907 |
-
'condition' => [
|
| 908 |
-
'eael_flipbox_front_back_content_toggler' => 'back'
|
| 909 |
-
]
|
| 910 |
-
]
|
| 911 |
-
);
|
| 912 |
|
| 913 |
-
|
| 914 |
-
|
| 915 |
-
|
| 916 |
-
|
| 917 |
-
|
| 918 |
-
|
| 919 |
-
|
| 920 |
-
|
| 921 |
-
|
| 922 |
-
|
| 923 |
-
|
| 924 |
-
|
| 925 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 926 |
|
| 927 |
-
/**
|
| 928 |
-
* Condition: 'eael_flipbox_front_back_content_toggler' => 'back'
|
| 929 |
-
*/
|
| 930 |
-
$this->add_group_control(
|
| 931 |
-
Group_Control_Typography::get_type(),
|
| 932 |
-
[
|
| 933 |
-
'name' => 'eael_flipbox_back_content_typography',
|
| 934 |
-
'selector' => '{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-content',
|
| 935 |
-
'condition' => [
|
| 936 |
-
'eael_flipbox_front_back_content_toggler' => 'back'
|
| 937 |
-
]
|
| 938 |
-
]
|
| 939 |
-
);
|
| 940 |
$this->end_controls_section();
|
| 941 |
|
| 942 |
/**
|
| 69 |
'type' => Controls_Manager::SELECT,
|
| 70 |
'options' => [
|
| 71 |
'none' => __( 'None', 'essential-addons-elementor' ),
|
| 72 |
+
'img' => __( 'Image', 'essential-addons-elementor' ),
|
| 73 |
+
'icon' => __( 'Icon', 'essential-addons-elementor' )
|
| 74 |
],
|
| 75 |
'default' => 'icon',
|
| 76 |
]
|
| 154 |
'type' => Controls_Manager::SELECT,
|
| 155 |
'options' => [
|
| 156 |
'none' => __( 'None', 'essential-addons-elementor' ),
|
| 157 |
+
'img' => __( 'Image', 'essential-addons-elementor' ),
|
| 158 |
+
'icon' => __( 'Icon', 'essential-addons-elementor' )
|
| 159 |
],
|
| 160 |
'default' => 'icon'
|
| 161 |
]
|
| 692 |
'tab' => Controls_Manager::TAB_STYLE
|
| 693 |
]
|
| 694 |
);
|
| 695 |
+
|
| 696 |
+
$this->start_controls_tabs('eael_section_flipbox_typo_style_settings');
|
| 697 |
+
$this->start_controls_tab('eael_section_flipbox_typo_style_front_settings', [
|
| 698 |
+
'label' => esc_html__( 'Front Content', 'essential-addons-elementor' )
|
| 699 |
+
]);
|
| 700 |
+
|
| 701 |
+
/**
|
| 702 |
+
* Icon
|
| 703 |
+
*/
|
| 704 |
+
$this->add_control(
|
| 705 |
+
'eael_flipbox_front_icon_heading',
|
| 706 |
+
[
|
| 707 |
+
'label' => esc_html__( 'Icon Style', 'essential-addons-elementor' ),
|
| 708 |
+
'type' => Controls_Manager::HEADING,
|
| 709 |
+
]
|
| 710 |
+
);
|
| 711 |
|
| 712 |
+
$this->add_control(
|
| 713 |
+
'eael_flipbox_front_icon_color',
|
| 714 |
+
[
|
| 715 |
+
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 716 |
+
'type' => Controls_Manager::COLOR,
|
| 717 |
+
'default' => '#fff',
|
| 718 |
+
'selectors' => [
|
| 719 |
+
'{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image i' => 'color: {{VALUE}};',
|
| 720 |
+
]
|
| 721 |
+
]
|
| 722 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 723 |
|
| 724 |
+
$this->add_group_control(
|
| 725 |
+
Group_Control_Typography::get_type(),
|
| 726 |
+
[
|
| 727 |
+
'name' => 'eael_flipbox_front_icon_typography',
|
| 728 |
+
'selector' => '{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image i',
|
| 729 |
+
]
|
| 730 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 731 |
|
| 732 |
+
/**
|
| 733 |
+
* Title
|
| 734 |
+
*/
|
| 735 |
+
$this->add_control(
|
| 736 |
+
'eael_flipbox_front_title_heading',
|
| 737 |
+
[
|
| 738 |
+
'label' => esc_html__( 'Title Style', 'essential-addons-elementor' ),
|
| 739 |
+
'type' => Controls_Manager::HEADING,
|
| 740 |
+
'separator' => 'before'
|
| 741 |
+
]
|
| 742 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 743 |
|
| 744 |
+
$this->add_control(
|
| 745 |
+
'eael_flipbox_front_title_color',
|
| 746 |
+
[
|
| 747 |
+
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 748 |
+
'type' => Controls_Manager::COLOR,
|
| 749 |
+
'default' => '#fff',
|
| 750 |
+
'selectors' => [
|
| 751 |
+
'{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-heading' => 'color: {{VALUE}};',
|
| 752 |
+
]
|
| 753 |
+
]
|
| 754 |
+
);
|
|
|
|
|
|
|
| 755 |
|
| 756 |
+
$this->add_group_control(
|
| 757 |
+
Group_Control_Typography::get_type(),
|
| 758 |
+
[
|
| 759 |
+
'name' => 'eael_flipbox_front_title_typography',
|
| 760 |
+
'selector' => '{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-heading'
|
| 761 |
+
]
|
| 762 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 763 |
|
| 764 |
+
/**
|
| 765 |
+
* Content
|
| 766 |
+
*/
|
| 767 |
+
$this->add_control(
|
| 768 |
+
'eael_flipbox_front_content_heading',
|
| 769 |
+
[
|
| 770 |
+
'label' => esc_html__( 'Content Style', 'essential-addons-elementor' ),
|
| 771 |
+
'type' => Controls_Manager::HEADING,
|
| 772 |
+
'separator' => 'before'
|
| 773 |
+
]
|
| 774 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 775 |
|
| 776 |
+
$this->add_control(
|
| 777 |
+
'eael_flipbox_front_content_color',
|
| 778 |
+
[
|
| 779 |
+
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 780 |
+
'type' => Controls_Manager::COLOR,
|
| 781 |
+
'default' => '#fff',
|
| 782 |
+
'selectors' => [
|
| 783 |
+
'{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-content' => 'color: {{VALUE}};',
|
| 784 |
+
]
|
| 785 |
+
]
|
| 786 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 787 |
|
| 788 |
+
$this->add_group_control(
|
| 789 |
+
Group_Control_Typography::get_type(),
|
| 790 |
+
[
|
| 791 |
+
'name' => 'eael_flipbox_front_content_typography',
|
| 792 |
+
'selector' => '{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-content'
|
| 793 |
+
]
|
| 794 |
+
);
|
| 795 |
+
|
| 796 |
+
$this->end_controls_tab();
|
|
|
|
|
|
|
|
|
|
|
|
|
| 797 |
|
| 798 |
+
$this->start_controls_tab('eael_section_flipbox_typo_style_back_settings', [
|
| 799 |
+
'label' => esc_html__( 'Back Content', 'essential-addons-elementor' )
|
| 800 |
+
]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 801 |
|
| 802 |
+
/**
|
| 803 |
+
* Icon
|
| 804 |
+
*/
|
| 805 |
+
$this->add_control(
|
| 806 |
+
'eael_flipbox_back_icon_heading',
|
| 807 |
+
[
|
| 808 |
+
'label' => esc_html__( 'Icon Style', 'essential-addons-elementor' ),
|
| 809 |
+
'type' => Controls_Manager::HEADING,
|
| 810 |
+
]
|
| 811 |
+
);
|
|
|
|
| 812 |
|
| 813 |
+
$this->add_control(
|
| 814 |
+
'eael_flipbox_back_icon_color',
|
| 815 |
+
[
|
| 816 |
+
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 817 |
+
'type' => Controls_Manager::COLOR,
|
| 818 |
+
'default' => '#fff',
|
| 819 |
+
'selectors' => [
|
| 820 |
+
'{{WRAPPER}} .eael-elements-flip-box-rear-container .flipbox-back-image-icon i' => 'color: {{VALUE}};',
|
| 821 |
+
]
|
| 822 |
+
]
|
| 823 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 824 |
|
| 825 |
+
$this->add_group_control(
|
| 826 |
+
Group_Control_Typography::get_type(),
|
| 827 |
+
[
|
| 828 |
+
'name' => 'eael_flipbox_back_icon_typography',
|
| 829 |
+
'selector' => '{{WRAPPER}} .eael-elements-flip-box-rear-container .flipbox-back-image-icon i'
|
| 830 |
+
]
|
| 831 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 832 |
|
| 833 |
+
/**
|
| 834 |
+
* Title
|
| 835 |
+
*/
|
| 836 |
+
$this->add_control(
|
| 837 |
+
'eael_flipbox_back_title_heading',
|
| 838 |
+
[
|
| 839 |
+
'label' => esc_html__( 'Title Style', 'essential-addons-elementor' ),
|
| 840 |
+
'type' => Controls_Manager::HEADING,
|
| 841 |
+
'separator' => 'before'
|
| 842 |
+
]
|
| 843 |
+
);
|
| 844 |
+
|
| 845 |
+
$this->add_control(
|
| 846 |
+
'eael_flipbox_back_title_color',
|
| 847 |
+
[
|
| 848 |
+
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 849 |
+
'type' => Controls_Manager::COLOR,
|
| 850 |
+
'default' => '#fff',
|
| 851 |
+
'selectors' => [
|
| 852 |
+
'{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading' => 'color: {{VALUE}};',
|
| 853 |
+
]
|
| 854 |
+
]
|
| 855 |
+
);
|
| 856 |
+
|
| 857 |
+
$this->add_group_control(
|
| 858 |
+
Group_Control_Typography::get_type(),
|
| 859 |
+
[
|
| 860 |
+
'name' => 'eael_flipbox_back_title_typography',
|
| 861 |
+
'selector' => '{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading'
|
| 862 |
+
]
|
| 863 |
+
);
|
| 864 |
+
|
| 865 |
+
/**
|
| 866 |
+
* Content
|
| 867 |
+
*/
|
| 868 |
+
$this->add_control(
|
| 869 |
+
'eael_flipbox_back_content_heading',
|
| 870 |
+
[
|
| 871 |
+
'label' => esc_html__( 'Content Style', 'essential-addons-elementor' ),
|
| 872 |
+
'type' => Controls_Manager::HEADING,
|
| 873 |
+
'separator' => 'before'
|
| 874 |
+
]
|
| 875 |
+
);
|
| 876 |
+
|
| 877 |
+
$this->add_control(
|
| 878 |
+
'eael_flipbox_back_content_color',
|
| 879 |
+
[
|
| 880 |
+
'label' => esc_html__( 'Color', 'essential-addons-elementor' ),
|
| 881 |
+
'type' => Controls_Manager::COLOR,
|
| 882 |
+
'default' => '#fff',
|
| 883 |
+
'selectors' => [
|
| 884 |
+
'{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-content' => 'color: {{VALUE}};',
|
| 885 |
+
]
|
| 886 |
+
]
|
| 887 |
+
);
|
| 888 |
+
|
| 889 |
+
$this->add_group_control(
|
| 890 |
+
Group_Control_Typography::get_type(),
|
| 891 |
+
[
|
| 892 |
+
'name' => 'eael_flipbox_back_content_typography',
|
| 893 |
+
'selector' => '{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-content'
|
| 894 |
+
]
|
| 895 |
+
);
|
| 896 |
+
|
| 897 |
+
$this->end_controls_tab();
|
| 898 |
+
$this->end_controls_tabs();
|
| 899 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 900 |
$this->end_controls_section();
|
| 901 |
|
| 902 |
/**
|
elements/post-grid/post-grid.php
CHANGED
|
@@ -366,7 +366,7 @@ class Widget_Eael_Post_Grid extends Widget_Base {
|
|
| 366 |
$this->add_responsive_control(
|
| 367 |
'eael_post_grid_hover_icon_fontsize',
|
| 368 |
[
|
| 369 |
-
'label' => __( 'Icon font size', '
|
| 370 |
'type' => Controls_Manager::SLIDER,
|
| 371 |
'default' => [
|
| 372 |
'unit' => 'px',
|
| 366 |
$this->add_responsive_control(
|
| 367 |
'eael_post_grid_hover_icon_fontsize',
|
| 368 |
[
|
| 369 |
+
'label' => __( 'Icon font size', 'essential-addons-elementor' ),
|
| 370 |
'type' => Controls_Manager::SLIDER,
|
| 371 |
'default' => [
|
| 372 |
'unit' => 'px',
|
elements/progress-bar/progress-bar.php
CHANGED
|
@@ -60,7 +60,7 @@ class Widget_Eael_Progress_Bar extends Widget_Base {
|
|
| 60 |
$this->add_control(
|
| 61 |
'eael_pricing_table_style_pro_alert',
|
| 62 |
[
|
| 63 |
-
'label' => esc_html__( 'Only
|
| 64 |
'type' => Controls_Manager::HEADING,
|
| 65 |
'condition' => [
|
| 66 |
'progress_bar_layout' => ['line_rainbow', 'circle_fill', 'half_circle_fill', 'box'],
|
|
@@ -391,9 +391,9 @@ class Widget_Eael_Progress_Bar extends Widget_Base {
|
|
| 391 |
'label' => __('Stripe Animation', 'essential-addons-elementor'),
|
| 392 |
'type' => Controls_Manager::SELECT,
|
| 393 |
'options' => [
|
| 394 |
-
'normal' => __('Left To Right', '
|
| 395 |
-
'reverse' => __('Right To Left', '
|
| 396 |
-
'none' => __('Disabled', '
|
| 397 |
],
|
| 398 |
'default' => 'none',
|
| 399 |
'condition' => [
|
| 60 |
$this->add_control(
|
| 61 |
'eael_pricing_table_style_pro_alert',
|
| 62 |
[
|
| 63 |
+
'label' => esc_html__( 'Only Available in Pro Version!', 'essential-addons-elementor' ),
|
| 64 |
'type' => Controls_Manager::HEADING,
|
| 65 |
'condition' => [
|
| 66 |
'progress_bar_layout' => ['line_rainbow', 'circle_fill', 'half_circle_fill', 'box'],
|
| 391 |
'label' => __('Stripe Animation', 'essential-addons-elementor'),
|
| 392 |
'type' => Controls_Manager::SELECT,
|
| 393 |
'options' => [
|
| 394 |
+
'normal' => __('Left To Right', 'essential-addons-elementor'),
|
| 395 |
+
'reverse' => __('Right To Left', 'essential-addons-elementor'),
|
| 396 |
+
'none' => __('Disabled', 'essential-addons-elementor'),
|
| 397 |
],
|
| 398 |
'default' => 'none',
|
| 399 |
'condition' => [
|
elements/testimonials/testimonials.php
CHANGED
|
@@ -122,7 +122,7 @@ class Widget_Eael_Testimonial extends Widget_Base {
|
|
| 122 |
$this->add_control(
|
| 123 |
'eael_testimonial_rating_number',
|
| 124 |
[
|
| 125 |
-
'label' => __( 'Rating Number', '
|
| 126 |
'type' => Controls_Manager::SELECT,
|
| 127 |
'default' => 'rating-five',
|
| 128 |
'options' => [
|
|
@@ -178,7 +178,7 @@ class Widget_Eael_Testimonial extends Widget_Base {
|
|
| 178 |
$this->add_control(
|
| 179 |
'eael_testimonial_style',
|
| 180 |
[
|
| 181 |
-
'label' => __( 'Select Style', '
|
| 182 |
'type' => Controls_Manager::SELECT,
|
| 183 |
'default' => 'default-style',
|
| 184 |
'options' => [
|
| 122 |
$this->add_control(
|
| 123 |
'eael_testimonial_rating_number',
|
| 124 |
[
|
| 125 |
+
'label' => __( 'Rating Number', 'essential-addons-elementor' ),
|
| 126 |
'type' => Controls_Manager::SELECT,
|
| 127 |
'default' => 'rating-five',
|
| 128 |
'options' => [
|
| 178 |
$this->add_control(
|
| 179 |
'eael_testimonial_style',
|
| 180 |
[
|
| 181 |
+
'label' => __( 'Select Style', 'essential-addons-elementor' ),
|
| 182 |
'type' => Controls_Manager::SELECT,
|
| 183 |
'default' => 'default-style',
|
| 184 |
'options' => [
|
essential_adons_elementor.php
CHANGED
|
@@ -4,21 +4,29 @@
|
|
| 4 |
* Description: The ultimate elements library for Elementor page builder plugin for WordPress.
|
| 5 |
* Plugin URI: https://essential-addons.com/elementor/
|
| 6 |
* Author: WPDeveloper
|
| 7 |
-
* Version: 2.8.
|
| 8 |
* Author URI: https://wpdeveloper.net/
|
| 9 |
*
|
| 10 |
* Text Domain: essential-addons-elementor
|
|
|
|
| 11 |
*/
|
| 12 |
|
| 13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
| 14 |
|
| 15 |
define( 'ESSENTIAL_ADDONS_EL_URL', plugins_url( '/', __FILE__ ) );
|
| 16 |
define( 'ESSENTIAL_ADDONS_EL_PATH', plugin_dir_path( __FILE__ ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/elementor-helper.php';
|
| 20 |
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/queries.php';
|
| 21 |
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/class-plugin-usage-tracker.php';
|
|
|
|
|
|
|
|
|
|
| 22 |
require_once ESSENTIAL_ADDONS_EL_PATH.'admin/settings.php';
|
| 23 |
|
| 24 |
/**
|
|
@@ -349,10 +357,10 @@ function eael_admin_notice() {
|
|
| 349 |
global $current_user ;
|
| 350 |
$user_id = $current_user->ID;
|
| 351 |
/* Check that the user hasn't already clicked to ignore the message */
|
| 352 |
-
if ( ! get_user_meta($user_id, '
|
| 353 |
echo '<div class="eael-admin-notice updated" style="display: flex; align-items: center; padding-left: 0; border-left-color: #EF4B53"><p style="width: 32px;">';
|
| 354 |
-
echo '<img style="width: 100%; display: block;" src="' . plugins_url( '/', __FILE__ ).'admin/assets/images/icon-
|
| 355 |
-
printf(__('<strong>
|
| 356 |
<a href="%1$s" style="text-decoration: none; margin-left: 10px;"><span class="dashicons dashicons-dismiss"></span> I\'m good with free version</a>'), admin_url( 'admin.php?page=eael-settings&eael_nag_ignore=0' ));
|
| 357 |
echo "</p></div>";
|
| 358 |
}
|
|
@@ -369,7 +377,7 @@ function eael_nag_ignore() {
|
|
| 369 |
$user_id = $current_user->ID;
|
| 370 |
/* If user clicks to ignore the notice, add that to their user meta */
|
| 371 |
if ( isset($_GET['eael_nag_ignore']) && '0' == $_GET['eael_nag_ignore'] ) {
|
| 372 |
-
add_user_meta($user_id, '
|
| 373 |
}
|
| 374 |
}
|
| 375 |
add_action('admin_init', 'eael_nag_ignore');
|
|
@@ -426,19 +434,18 @@ function eael_review_notice_message(){
|
|
| 426 |
<img src="<?php echo plugins_url( 'admin/assets/images/ea-logo.svg', __FILE__ ) ?>" alt="">
|
| 427 |
</div>
|
| 428 |
<div class="eael-review-text">
|
| 429 |
-
<
|
| 430 |
-
<p><?php _e( 'We hope you\'ve enjoyed using Essential Addons for Elementor! Would you consider leaving us a review on WordPress.org?', 'essential-addons-elementor' ) ?></p>
|
| 431 |
<ul class="eael-review-ul">
|
| 432 |
<li>
|
| 433 |
<a href="https://wpdeveloper.net/review-essential-addons-elementor" target="_blank">
|
| 434 |
<span class="dashicons dashicons-external"></span>
|
| 435 |
-
<?php _e( '
|
| 436 |
</a>
|
| 437 |
</li>
|
| 438 |
<li>
|
| 439 |
<a href="<?php echo $dismiss_url ?>">
|
| 440 |
<span class="dashicons dashicons-smiley"></span>
|
| 441 |
-
<?php _e( 'I
|
| 442 |
</a>
|
| 443 |
</li>
|
| 444 |
<li>
|
|
@@ -448,7 +455,7 @@ function eael_review_notice_message(){
|
|
| 448 |
</a>
|
| 449 |
</li>
|
| 450 |
<li>
|
| 451 |
-
<a href="https://
|
| 452 |
<span class="dashicons dashicons-sos"></span>
|
| 453 |
<?php _e( 'I need help!', 'essential-addons-elementor' ) ?>
|
| 454 |
</a>
|
| 4 |
* Description: The ultimate elements library for Elementor page builder plugin for WordPress.
|
| 5 |
* Plugin URI: https://essential-addons.com/elementor/
|
| 6 |
* Author: WPDeveloper
|
| 7 |
+
* Version: 2.8.7
|
| 8 |
* Author URI: https://wpdeveloper.net/
|
| 9 |
*
|
| 10 |
* Text Domain: essential-addons-elementor
|
| 11 |
+
* Domain Path: /languages
|
| 12 |
*/
|
| 13 |
|
| 14 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
| 15 |
|
| 16 |
define( 'ESSENTIAL_ADDONS_EL_URL', plugins_url( '/', __FILE__ ) );
|
| 17 |
define( 'ESSENTIAL_ADDONS_EL_PATH', plugin_dir_path( __FILE__ ) );
|
| 18 |
+
define( 'ESSENTIAL_ADDONS_EL_ROOT', __FILE__ );
|
| 19 |
+
define( 'ESSENTIAL_ADDONS_VERSION', '2.8.4' );
|
| 20 |
+
define( 'ESSENTIAL_ADDONS_STABLE_VERSION', '2.8.3' );
|
| 21 |
+
define( 'ESSENTIAL_ADDONS_BASENAME', plugin_basename( __FILE__ ) );
|
| 22 |
|
| 23 |
|
| 24 |
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/elementor-helper.php';
|
| 25 |
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/queries.php';
|
| 26 |
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/class-plugin-usage-tracker.php';
|
| 27 |
+
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/version-rollback.php';
|
| 28 |
+
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/maintennance.php';
|
| 29 |
+
require_once ESSENTIAL_ADDONS_EL_PATH.'includes/eael-rollback.php';
|
| 30 |
require_once ESSENTIAL_ADDONS_EL_PATH.'admin/settings.php';
|
| 31 |
|
| 32 |
/**
|
| 357 |
global $current_user ;
|
| 358 |
$user_id = $current_user->ID;
|
| 359 |
/* Check that the user hasn't already clicked to ignore the message */
|
| 360 |
+
if ( ! get_user_meta($user_id, 'eael_ignore_notice287') ) {
|
| 361 |
echo '<div class="eael-admin-notice updated" style="display: flex; align-items: center; padding-left: 0; border-left-color: #EF4B53"><p style="width: 32px;">';
|
| 362 |
+
echo '<img style="width: 100%; display: block;" src="' . plugins_url( '/', __FILE__ ).'admin/assets/images/icon-christmas-gift.svg'. '" ></p><p> ';
|
| 363 |
+
printf(__('<strong>Make XMas Much Merrier.</strong> Use the coupon code <strong>Christmas2018</strong> to redeem a <strong>40% </strong> discount on <strong>Essential Addons for Elementor Unlimited</strong>. <a href="https://wpdeveloper.net/in/ea-christmas-deal" target="_blank" style="text-decoration: none;"><span class="dashicons dashicons-smiley" style="margin-left: 10px;"></span> Apply Coupon</a>
|
| 364 |
<a href="%1$s" style="text-decoration: none; margin-left: 10px;"><span class="dashicons dashicons-dismiss"></span> I\'m good with free version</a>'), admin_url( 'admin.php?page=eael-settings&eael_nag_ignore=0' ));
|
| 365 |
echo "</p></div>";
|
| 366 |
}
|
| 377 |
$user_id = $current_user->ID;
|
| 378 |
/* If user clicks to ignore the notice, add that to their user meta */
|
| 379 |
if ( isset($_GET['eael_nag_ignore']) && '0' == $_GET['eael_nag_ignore'] ) {
|
| 380 |
+
add_user_meta($user_id, 'eael_ignore_notice287', 'true', true);
|
| 381 |
}
|
| 382 |
}
|
| 383 |
add_action('admin_init', 'eael_nag_ignore');
|
| 434 |
<img src="<?php echo plugins_url( 'admin/assets/images/ea-logo.svg', __FILE__ ) ?>" alt="">
|
| 435 |
</div>
|
| 436 |
<div class="eael-review-text">
|
| 437 |
+
<p><?php _e( 'We hope you\'re enjoying Essential Addons for Elementor! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?', 'essential-addons-elementor' ) ?></p>
|
|
|
|
| 438 |
<ul class="eael-review-ul">
|
| 439 |
<li>
|
| 440 |
<a href="https://wpdeveloper.net/review-essential-addons-elementor" target="_blank">
|
| 441 |
<span class="dashicons dashicons-external"></span>
|
| 442 |
+
<?php _e( 'Ok, you deserve it!', 'essential-addons-elementor' ) ?>
|
| 443 |
</a>
|
| 444 |
</li>
|
| 445 |
<li>
|
| 446 |
<a href="<?php echo $dismiss_url ?>">
|
| 447 |
<span class="dashicons dashicons-smiley"></span>
|
| 448 |
+
<?php _e( 'I already did', 'essential-addons-elementor' ) ?>
|
| 449 |
</a>
|
| 450 |
</li>
|
| 451 |
<li>
|
| 455 |
</a>
|
| 456 |
</li>
|
| 457 |
<li>
|
| 458 |
+
<a href="https://wpdeveloper.net/support/" target="_blank">
|
| 459 |
<span class="dashicons dashicons-sos"></span>
|
| 460 |
<?php _e( 'I need help!', 'essential-addons-elementor' ) ?>
|
| 461 |
</a>
|
includes/eae-posts-group-control.php
CHANGED
|
File without changes
|
includes/eael-rollback.php
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Main EAEL Rollback Class
|
| 5 |
+
*
|
| 6 |
+
* @since 2.8.3
|
| 7 |
+
*/
|
| 8 |
+
if( ! class_exists('EAEL_Rollback') ) {
|
| 9 |
+
|
| 10 |
+
/**
|
| 11 |
+
* Class EAEL_Rollback
|
| 12 |
+
*/
|
| 13 |
+
final class EAEL_Rollback {
|
| 14 |
+
|
| 15 |
+
/**
|
| 16 |
+
* EAEL_Rollback instance
|
| 17 |
+
*
|
| 18 |
+
* @var EAEL_Rollback The one and only
|
| 19 |
+
* @since 1.0
|
| 20 |
+
*/
|
| 21 |
+
private static $instance;
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* Plugin repo url.
|
| 25 |
+
*
|
| 26 |
+
* @var string
|
| 27 |
+
*/
|
| 28 |
+
public $plugins_repo = 'http://plugins.svn.wordpress.org';
|
| 29 |
+
|
| 30 |
+
/**
|
| 31 |
+
* Plugin file.
|
| 32 |
+
*
|
| 33 |
+
* @var string
|
| 34 |
+
*/
|
| 35 |
+
public $plugin_file;
|
| 36 |
+
|
| 37 |
+
/**
|
| 38 |
+
* Plugin slug.
|
| 39 |
+
*
|
| 40 |
+
* @var string
|
| 41 |
+
*/
|
| 42 |
+
public $plugin_slug = 'essential-addons-for-elementor-lite';
|
| 43 |
+
|
| 44 |
+
/**
|
| 45 |
+
* Versions.
|
| 46 |
+
*
|
| 47 |
+
* @var array
|
| 48 |
+
*/
|
| 49 |
+
public $versions;
|
| 50 |
+
|
| 51 |
+
/**
|
| 52 |
+
* Current version.
|
| 53 |
+
*
|
| 54 |
+
* @var string
|
| 55 |
+
*/
|
| 56 |
+
public $current_version;
|
| 57 |
+
|
| 58 |
+
/**
|
| 59 |
+
* Plugins Data
|
| 60 |
+
*
|
| 61 |
+
* @var array $plugins_data
|
| 62 |
+
*/
|
| 63 |
+
public $plugins_data = [];
|
| 64 |
+
|
| 65 |
+
/**
|
| 66 |
+
* Main EAEL_Rollback Instance
|
| 67 |
+
*
|
| 68 |
+
* @return EAEL_Rollback
|
| 69 |
+
*/
|
| 70 |
+
public static function instance() {
|
| 71 |
+
if( ! isset( self::$instance ) && ! ( self::$instance instanceof EAEL_Rollback ) && is_admin() ) {
|
| 72 |
+
self::$instance = new self();
|
| 73 |
+
|
| 74 |
+
// Only setup plugin rollback on specific page.
|
| 75 |
+
self::$instance->setup_plugin_vars();
|
| 76 |
+
self::$instance->get_plugin_data();
|
| 77 |
+
}
|
| 78 |
+
return self::$instance;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
public function __construct() {
|
| 82 |
+
add_filter( 'insert_eael_versions_html', [$this, 'versions_select'] );
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
/**
|
| 86 |
+
* Setup Variables
|
| 87 |
+
*
|
| 88 |
+
* @access private
|
| 89 |
+
*/
|
| 90 |
+
private function setup_plugin_vars() {
|
| 91 |
+
$svn_tags = $this->get_svn_tags();
|
| 92 |
+
$this->set_svn_versions_data($svn_tags);
|
| 93 |
+
$this->versions_select('plugin');
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
/**
|
| 97 |
+
* Get plugins data
|
| 98 |
+
*
|
| 99 |
+
* @return array plugin data
|
| 100 |
+
*/
|
| 101 |
+
public function get_plugin_data() {
|
| 102 |
+
if ( ! function_exists( 'get_plugins' ) ) {
|
| 103 |
+
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
$plugins = get_plugins();
|
| 107 |
+
if( array_key_exists('essential-addons-for-elementor-lite/essential_adons_elementor.php', $plugins) ) {
|
| 108 |
+
$this->plugins_data = $plugins['essential-addons-for-elementor-lite/essential_adons_elementor.php'];
|
| 109 |
+
$this->current_version = $this->plugins_data['Version'];
|
| 110 |
+
return $this->plugins_data;
|
| 111 |
+
}
|
| 112 |
+
}
|
| 113 |
+
|
| 114 |
+
/**
|
| 115 |
+
* Get Subversion Tags
|
| 116 |
+
*
|
| 117 |
+
* cURL wp.org repo to get the proper tags
|
| 118 |
+
*
|
| 119 |
+
* @param $type
|
| 120 |
+
* @param $slug
|
| 121 |
+
* @return null|string
|
| 122 |
+
*/
|
| 123 |
+
public function get_svn_tags() {
|
| 124 |
+
$url = $this->plugins_repo . '/' . $this->plugin_slug . '/tags/';
|
| 125 |
+
|
| 126 |
+
$response = wp_remote_get($url);
|
| 127 |
+
|
| 128 |
+
// If we have an error
|
| 129 |
+
if( wp_remote_retrieve_response_code( $response ) !== 200) return null;
|
| 130 |
+
|
| 131 |
+
// Return response body
|
| 132 |
+
return wp_remote_retrieve_body( $response );
|
| 133 |
+
}
|
| 134 |
+
|
| 135 |
+
/**
|
| 136 |
+
* Set SVN Version Data
|
| 137 |
+
*
|
| 138 |
+
* @param $html
|
| 139 |
+
*
|
| 140 |
+
* @return array|bool
|
| 141 |
+
*/
|
| 142 |
+
public function set_svn_versions_data( $html ) {
|
| 143 |
+
if( ! $html ) return false;
|
| 144 |
+
|
| 145 |
+
$DOM = new DOMDocument;
|
| 146 |
+
$DOM->loadHTML( $html );
|
| 147 |
+
|
| 148 |
+
$versions = [];
|
| 149 |
+
$items = $DOM->getElementsByTagName('a');
|
| 150 |
+
|
| 151 |
+
foreach( $items as $item ) {
|
| 152 |
+
$href = str_replace( '/', '', $item->getAttribute('href') ); // Remove trailing slash
|
| 153 |
+
|
| 154 |
+
if( strpos( $href, 'http' ) === false && '..' !== $href ) {
|
| 155 |
+
$versions[] = $href;
|
| 156 |
+
}
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
$this->versions = array_reverse( $versions );
|
| 160 |
+
return $versions;
|
| 161 |
+
}
|
| 162 |
+
|
| 163 |
+
/**
|
| 164 |
+
* Versions Select
|
| 165 |
+
*
|
| 166 |
+
* Outputs the version radio buttons to select a rollback;
|
| 167 |
+
*
|
| 168 |
+
* @param $type
|
| 169 |
+
* @return bool|string
|
| 170 |
+
*/
|
| 171 |
+
public function versions_select( $vh ) {
|
| 172 |
+
if( !$this->versions ) return false;
|
| 173 |
+
|
| 174 |
+
$type = 'plugin';
|
| 175 |
+
$vh .= '<select name="'. $type .'_version" id="eael_plugins_versions">';
|
| 176 |
+
usort($this->versions, 'version_compare');
|
| 177 |
+
$this->versions = array_reverse($this->versions);
|
| 178 |
+
|
| 179 |
+
// Loop through versions and output in a radio list
|
| 180 |
+
foreach( $this->versions as $v ) {
|
| 181 |
+
|
| 182 |
+
// Is this the current version?
|
| 183 |
+
if( $v == $this->current_version ) {
|
| 184 |
+
$vh .= '<option value"'. esc_attr($v).'" disabled>'.$v;
|
| 185 |
+
$vh .= '<span class="current-version">'. __( ' Installed Version', 'essential-addons-elementor' ) .'</span>';
|
| 186 |
+
$vh .= '</option>';
|
| 187 |
+
}
|
| 188 |
+
$vh .= '<option value"'. esc_attr($v).'">'.$v.'</option>';
|
| 189 |
+
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
$vh .= '</select>';
|
| 193 |
+
|
| 194 |
+
return $vh;
|
| 195 |
+
}
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
/**
|
| 199 |
+
* Plugin Action Link
|
| 200 |
+
*
|
| 201 |
+
* Adds a rollback button into the eael version control tab with appropriate query strings.
|
| 202 |
+
*/
|
| 203 |
+
public function eael_plugin_upgrade_confirmation() {
|
| 204 |
+
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
+
|
| 208 |
+
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
}
|
| 212 |
+
|
| 213 |
+
EAEL_Rollback::instance();
|
includes/maintennance.php
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
if( !defined( 'ABSPATH' ) ) exit; //Exit if accessed directly
|
| 3 |
+
|
| 4 |
+
class EAEL_Version_Maintennance {
|
| 5 |
+
|
| 6 |
+
/**
|
| 7 |
+
* Instance of this class
|
| 8 |
+
*
|
| 9 |
+
* @return null|EAEL_Version_Maintennance
|
| 10 |
+
*/
|
| 11 |
+
private static $_instance = null;
|
| 12 |
+
|
| 13 |
+
/**
|
| 14 |
+
* Upgrade to version
|
| 15 |
+
*
|
| 16 |
+
* @return string
|
| 17 |
+
*/
|
| 18 |
+
protected $upgrade_to_version;
|
| 19 |
+
|
| 20 |
+
public static function get_instance() {
|
| 21 |
+
if( is_null(self::$_instance) ) {
|
| 22 |
+
self::$_instance = new self();
|
| 23 |
+
}
|
| 24 |
+
return self::$_instance;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
public function __construct() {
|
| 28 |
+
add_action( 'admin_enqueue_scripts', [$this, 'eael_version_control_script'] );
|
| 29 |
+
add_action( 'admin_post_eael_version_rollback', [$this, 'post_eael_version_rollback'] );
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
/**
|
| 33 |
+
* Trigger the EAEL rollback function
|
| 34 |
+
*
|
| 35 |
+
* @since 2.8.5
|
| 36 |
+
*/
|
| 37 |
+
function post_eael_version_rollback() {
|
| 38 |
+
check_admin_referer( 'eael_version_rollback' );
|
| 39 |
+
|
| 40 |
+
$upgrade_to = ( ! empty($_GET['upgrade_version']) ) ? $_GET['upgrade_version'] : ESSENTIAL_ADDONS_STABLE_VERSION;
|
| 41 |
+
|
| 42 |
+
$this->upgrade_to_version = $upgrade_to;
|
| 43 |
+
|
| 44 |
+
$plugin_slug = 'essential-addons-for-elementor-lite';
|
| 45 |
+
$eael_rollback = new EAEL_Version_Rollback([
|
| 46 |
+
'plugin_version' => $upgrade_to,
|
| 47 |
+
'plugin_name' => ESSENTIAL_ADDONS_BASENAME,
|
| 48 |
+
'plugin_slug' => $plugin_slug,
|
| 49 |
+
'package_url' => sprintf( 'https://downloads.wordpress.org/plugin/%s.%s.zip', $plugin_slug, $upgrade_to)
|
| 50 |
+
]);
|
| 51 |
+
|
| 52 |
+
$eael_rollback->run();
|
| 53 |
+
|
| 54 |
+
wp_die(
|
| 55 |
+
'', __( 'Rollback to Previous Version', 'essential-addons-elementor' ),
|
| 56 |
+
[ 'response' => 200 ]
|
| 57 |
+
);
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
/**
|
| 61 |
+
* Version control page script
|
| 62 |
+
*/
|
| 63 |
+
function eael_version_control_script() {
|
| 64 |
+
wp_enqueue_script(
|
| 65 |
+
'eael-rollback-admin-js',
|
| 66 |
+
ESSENTIAL_ADDONS_EL_URL . 'admin/assets/js/rollback-admin.js',
|
| 67 |
+
[],
|
| 68 |
+
'1.0',
|
| 69 |
+
true
|
| 70 |
+
);
|
| 71 |
+
|
| 72 |
+
wp_localize_script(
|
| 73 |
+
'eael-rollback-admin-js',
|
| 74 |
+
'EAELRollBackConfirm',
|
| 75 |
+
[
|
| 76 |
+
'home_url' => home_url(),
|
| 77 |
+
'i18n' => [
|
| 78 |
+
'rollback_confirm' => __( 'Are you sure you want to perform this rollback?', 'essential-addons-elementor' ),
|
| 79 |
+
'rollback_to_previous_version' => __( 'Rollback to Previous Version', 'essential-addons-elementor' ),
|
| 80 |
+
'yes' => __( 'Yes', 'essential-addons-elementor' ),
|
| 81 |
+
'cancel' => __( 'Cancel', 'essential-addons-elementor' ),
|
| 82 |
+
],
|
| 83 |
+
]
|
| 84 |
+
);
|
| 85 |
+
}
|
| 86 |
+
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
EAEL_Version_Maintennance::get_instance();
|
includes/templates/content.php
CHANGED
|
File without changes
|
includes/version-rollback.php
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if( !defined( 'ABSPATH' ) ) exit; //Exit if accessed directly
|
| 4 |
+
|
| 5 |
+
/**
|
| 6 |
+
* EAEL version rollback class
|
| 7 |
+
*
|
| 8 |
+
* @since 2.8.5
|
| 9 |
+
*/
|
| 10 |
+
class EAEL_Version_Rollback {
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Plugin repository url
|
| 14 |
+
*
|
| 15 |
+
* @access protected
|
| 16 |
+
*/
|
| 17 |
+
protected $package_url;
|
| 18 |
+
|
| 19 |
+
/**
|
| 20 |
+
* Plugin version
|
| 21 |
+
*
|
| 22 |
+
* @access protected
|
| 23 |
+
*/
|
| 24 |
+
protected $plugin_version;
|
| 25 |
+
|
| 26 |
+
/**
|
| 27 |
+
* Plugin name
|
| 28 |
+
*
|
| 29 |
+
* @access protected
|
| 30 |
+
*/
|
| 31 |
+
protected $plugin_name;
|
| 32 |
+
|
| 33 |
+
/**
|
| 34 |
+
* Plugin slug
|
| 35 |
+
*
|
| 36 |
+
* @access protected
|
| 37 |
+
*/
|
| 38 |
+
protected $plugin_slug;
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
public function __construct( array $args = [] ) {
|
| 42 |
+
|
| 43 |
+
foreach( $args as $key => $value ) {
|
| 44 |
+
$this->{$key} = $value;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
/**
|
| 50 |
+
* Print inline styles
|
| 51 |
+
*/
|
| 52 |
+
private function print_inline_style() {
|
| 53 |
+
?>
|
| 54 |
+
<style>
|
| 55 |
+
.wrap {
|
| 56 |
+
overflow: hidden;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
h1 {
|
| 60 |
+
background: #6ec1e4;
|
| 61 |
+
text-align: center;
|
| 62 |
+
color: #fff !important;
|
| 63 |
+
padding: 70px !important;
|
| 64 |
+
text-transform: uppercase;
|
| 65 |
+
letter-spacing: 1px;
|
| 66 |
+
}
|
| 67 |
+
h1 img {
|
| 68 |
+
max-width: 300px;
|
| 69 |
+
display: block;
|
| 70 |
+
margin: auto auto 50px;
|
| 71 |
+
}
|
| 72 |
+
</style>
|
| 73 |
+
<?php
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
/**
|
| 77 |
+
* Create package for upgrade
|
| 78 |
+
*
|
| 79 |
+
* @access protected
|
| 80 |
+
*/
|
| 81 |
+
protected function apply_package() {
|
| 82 |
+
|
| 83 |
+
$update_plugins = get_transient( 'update_plugins' );
|
| 84 |
+
|
| 85 |
+
if( ! is_object($update_plugins) ) {
|
| 86 |
+
$update_plugins = new \stdClass();
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
$plugin_info = new \stdClass();
|
| 90 |
+
$plugin_info->new_version = $this->plugin_version;
|
| 91 |
+
$plugin_info->slug = $this->plugin_slug;
|
| 92 |
+
$plugin_info->package = $this->package_url;
|
| 93 |
+
$plugin_info->url = "https://www.essential-addons.com/elementor/";
|
| 94 |
+
|
| 95 |
+
$update_plugins->response[ $this->plugin_name ] = $plugin_info;
|
| 96 |
+
|
| 97 |
+
set_site_transient( 'update_plugins', $update_plugins );
|
| 98 |
+
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
/**
|
| 102 |
+
* Upgrade plugin
|
| 103 |
+
*
|
| 104 |
+
* @access protected
|
| 105 |
+
*/
|
| 106 |
+
protected function upgrade() {
|
| 107 |
+
|
| 108 |
+
require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
|
| 109 |
+
|
| 110 |
+
$logo_url = ESSENTIAL_ADDONS_EL_URL . 'admin/assets/images/ea-logo.png';
|
| 111 |
+
$title = '<img src="' . $logo_url . '" alt="Essential Addons Elementor">';
|
| 112 |
+
$title .= sprintf(__( "Rolling Back to %s", 'essential-addons-elementor' ), $this->plugin_version);
|
| 113 |
+
|
| 114 |
+
$upgrader_args = [
|
| 115 |
+
'url' => 'update.php?action=upgrade-plugin&plugin=' . rawurlencode( $this->plugin_name ),
|
| 116 |
+
'plugin' => $this->plugin_name,
|
| 117 |
+
'nonce' => 'upgrade-plugin_' . $this->plugin_name,
|
| 118 |
+
'title' => $title
|
| 119 |
+
];
|
| 120 |
+
|
| 121 |
+
$this->print_inline_style();
|
| 122 |
+
|
| 123 |
+
$upgrader = new \Plugin_Upgrader( new \Plugin_Upgrader_Skin( $upgrader_args ) );
|
| 124 |
+
$upgrader->upgrade( $this->plugin_name );
|
| 125 |
+
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
/**
|
| 129 |
+
* Trigger plugin upgrader action.
|
| 130 |
+
*
|
| 131 |
+
* @access protected
|
| 132 |
+
*/
|
| 133 |
+
public function run() {
|
| 134 |
+
$this->apply_package();
|
| 135 |
+
$this->upgrade();
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
}
|
languages/essential-addons-for-elementor-lite.pot
ADDED
|
@@ -0,0 +1,5293 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (C) 2018 WPDeveloper
|
| 2 |
+
# This file is distributed under the same license as the Essential Addons for Elementor plugin.
|
| 3 |
+
msgid ""
|
| 4 |
+
msgstr ""
|
| 5 |
+
"Project-Id-Version: Essential Addons for Elementor 2.8.6\n"
|
| 6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/essential-addons-for-elementor-lite\n"
|
| 7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
| 8 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
| 9 |
+
"MIME-Version: 1.0\n"
|
| 10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
+
"POT-Creation-Date: 2018-12-19T10:21:22+00:00\n"
|
| 13 |
+
"PO-Revision-Date: 2018-12-19T10:21:22+00:00\n"
|
| 14 |
+
"X-Generator: WP-CLI 2.0.1\n"
|
| 15 |
+
"X-Domain: essential-addons-elementor\n"
|
| 16 |
+
|
| 17 |
+
#. Plugin Name of the plugin
|
| 18 |
+
msgid "Essential Addons for Elementor"
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#. Plugin URI of the plugin
|
| 22 |
+
msgid "https://essential-addons.com/elementor/"
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#. Description of the plugin
|
| 26 |
+
msgid "The ultimate elements library for Elementor page builder plugin for WordPress."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#. Author of the plugin
|
| 30 |
+
msgid "WPDeveloper"
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#. Author URI of the plugin
|
| 34 |
+
msgid "https://wpdeveloper.net/"
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: essential_adons_elementor.php:323
|
| 38 |
+
msgid "<strong>Essential Addons for Elementor</strong> requires <strong>Elementor</strong> plugin to be active. Please activate Elementor to continue."
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: essential_adons_elementor.php:324
|
| 42 |
+
msgid "Activate Elementor"
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: essential_adons_elementor.php:330
|
| 46 |
+
msgid "<strong>Essential Addons for Elementor</strong> requires <strong>Elementor</strong> plugin to be installed and activated. Please install Elementor to continue."
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: essential_adons_elementor.php:331
|
| 50 |
+
msgid "Install Elementor"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: essential_adons_elementor.php:430
|
| 54 |
+
msgid "Leave A Review?"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: essential_adons_elementor.php:431
|
| 58 |
+
msgid "We hope you've enjoyed using Essential Addons for Elementor! Would you consider leaving us a review on WordPress.org?"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: essential_adons_elementor.php:436
|
| 62 |
+
msgid "Sure! I'd love to!"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: essential_adons_elementor.php:442
|
| 66 |
+
msgid "I've already left a review"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: essential_adons_elementor.php:448
|
| 70 |
+
msgid "Maybe Later"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: essential_adons_elementor.php:454
|
| 74 |
+
msgid "I need help!"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: essential_adons_elementor.php:460
|
| 78 |
+
msgid "Never show again"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: includes/elementor-helper.php:33
|
| 82 |
+
msgid "Exclude"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: includes/elementor-helper.php:52
|
| 86 |
+
#: includes/elementor-helper.php:64
|
| 87 |
+
msgid "Dynamic Content Settings"
|
| 88 |
+
msgstr ""
|
| 89 |
+
|
| 90 |
+
#: includes/elementor-helper.php:76
|
| 91 |
+
msgid "Query"
|
| 92 |
+
msgstr ""
|
| 93 |
+
|
| 94 |
+
#: includes/elementor-helper.php:93
|
| 95 |
+
msgid "Posts Per Page"
|
| 96 |
+
msgstr ""
|
| 97 |
+
|
| 98 |
+
#: includes/elementor-helper.php:102
|
| 99 |
+
msgid "Offset"
|
| 100 |
+
msgstr ""
|
| 101 |
+
|
| 102 |
+
#: includes/elementor-helper.php:111
|
| 103 |
+
msgid "Order By"
|
| 104 |
+
msgstr ""
|
| 105 |
+
|
| 106 |
+
#: includes/elementor-helper.php:122
|
| 107 |
+
msgid "Order"
|
| 108 |
+
msgstr ""
|
| 109 |
+
|
| 110 |
+
#: includes/elementor-helper.php:144
|
| 111 |
+
#: elements/pricing-table/pricing-table.php:515
|
| 112 |
+
#: elements/image-accordion/image-accordion.php:109
|
| 113 |
+
#: elements/product-grid/product-grid.php:125
|
| 114 |
+
#: elements/infobox/infobox.php:406
|
| 115 |
+
#: elements/facebook-feed/facebook-feed.php:237
|
| 116 |
+
#: elements/flipbox/flipbox.php:440
|
| 117 |
+
#: elements/dual-color-header/dual-color-header.php:141
|
| 118 |
+
#: elements/team-members/team-members.php:210
|
| 119 |
+
#: elements/countdown/countdown.php:326
|
| 120 |
+
#: elements/filterable-gallery/filterable-gallery.php:537
|
| 121 |
+
#: elements/tooltip/tooltip.php:411
|
| 122 |
+
#: elements/fancy-text/fancy-text.php:242
|
| 123 |
+
#: elements/progress-bar/progress-bar.php:184
|
| 124 |
+
#: elements/call-to-action/call-to-action.php:204
|
| 125 |
+
#: elements/advance-tabs/advance-tabs.php:195
|
| 126 |
+
#: elements/testimonials/testimonials.php:147
|
| 127 |
+
#: elements/twitter-feed/twitter-feed.php:248
|
| 128 |
+
#: elements/content-ticker/content-ticker.php:269
|
| 129 |
+
#: elements/contact-form-7/contact-form-7.php:211
|
| 130 |
+
#: elements/weforms/weforms.php:55
|
| 131 |
+
#: elements/advance-accordion/advance-accordion.php:183
|
| 132 |
+
#: elements/data-table/data-table.php:332
|
| 133 |
+
#: elements/creative-button/creative-button.php:129
|
| 134 |
+
msgid "Go Premium for More Features"
|
| 135 |
+
msgstr ""
|
| 136 |
+
|
| 137 |
+
#: includes/elementor-helper.php:151
|
| 138 |
+
#: elements/pricing-table/pricing-table.php:522
|
| 139 |
+
#: elements/image-accordion/image-accordion.php:115
|
| 140 |
+
#: elements/product-grid/product-grid.php:132
|
| 141 |
+
#: elements/infobox/infobox.php:413
|
| 142 |
+
#: elements/facebook-feed/facebook-feed.php:244
|
| 143 |
+
#: elements/flipbox/flipbox.php:446
|
| 144 |
+
#: elements/dual-color-header/dual-color-header.php:148
|
| 145 |
+
#: elements/team-members/team-members.php:217
|
| 146 |
+
#: elements/countdown/countdown.php:333
|
| 147 |
+
#: elements/filterable-gallery/filterable-gallery.php:544
|
| 148 |
+
#: elements/tooltip/tooltip.php:417
|
| 149 |
+
#: elements/fancy-text/fancy-text.php:249
|
| 150 |
+
#: elements/progress-bar/progress-bar.php:191
|
| 151 |
+
#: elements/call-to-action/call-to-action.php:210
|
| 152 |
+
#: elements/advance-tabs/advance-tabs.php:201
|
| 153 |
+
#: elements/testimonials/testimonials.php:154
|
| 154 |
+
#: elements/twitter-feed/twitter-feed.php:255
|
| 155 |
+
#: elements/content-ticker/content-ticker.php:276
|
| 156 |
+
#: elements/contact-form-7/contact-form-7.php:218
|
| 157 |
+
#: elements/weforms/weforms.php:62
|
| 158 |
+
#: elements/advance-accordion/advance-accordion.php:189
|
| 159 |
+
#: elements/data-table/data-table.php:338
|
| 160 |
+
#: elements/creative-button/creative-button.php:136
|
| 161 |
+
msgid "Unlock more possibilities"
|
| 162 |
+
msgstr ""
|
| 163 |
+
|
| 164 |
+
#: includes/elementor-helper.php:177
|
| 165 |
+
#: elements/facebook-feed/facebook-feed.php:73
|
| 166 |
+
#: elements/twitter-feed/twitter-feed.php:84
|
| 167 |
+
msgid "Layout Settings"
|
| 168 |
+
msgstr ""
|
| 169 |
+
|
| 170 |
+
#: includes/elementor-helper.php:185
|
| 171 |
+
msgid "Number of Columns"
|
| 172 |
+
msgstr ""
|
| 173 |
+
|
| 174 |
+
#: includes/elementor-helper.php:189
|
| 175 |
+
msgid "Single Column"
|
| 176 |
+
msgstr ""
|
| 177 |
+
|
| 178 |
+
#: includes/elementor-helper.php:190
|
| 179 |
+
msgid "Two Columns"
|
| 180 |
+
msgstr ""
|
| 181 |
+
|
| 182 |
+
#: includes/elementor-helper.php:191
|
| 183 |
+
msgid "Three Columns"
|
| 184 |
+
msgstr ""
|
| 185 |
+
|
| 186 |
+
#: includes/elementor-helper.php:192
|
| 187 |
+
msgid "Four Columns"
|
| 188 |
+
msgstr ""
|
| 189 |
+
|
| 190 |
+
#: includes/elementor-helper.php:193
|
| 191 |
+
msgid "Five Columns"
|
| 192 |
+
msgstr ""
|
| 193 |
+
|
| 194 |
+
#: includes/elementor-helper.php:194
|
| 195 |
+
msgid "Six Columns"
|
| 196 |
+
msgstr ""
|
| 197 |
+
|
| 198 |
+
#: includes/elementor-helper.php:204
|
| 199 |
+
msgid "Post Block Style Preset"
|
| 200 |
+
msgstr ""
|
| 201 |
+
|
| 202 |
+
#: includes/elementor-helper.php:208
|
| 203 |
+
#: elements/pricing-table/pricing-table.php:44
|
| 204 |
+
#: elements/pricing-table/pricing-table.php:353
|
| 205 |
+
#: elements/wpforms/wpforms.php:209
|
| 206 |
+
#: elements/flipbox/flipbox.php:580
|
| 207 |
+
#: elements/dual-color-header/dual-color-header.php:44
|
| 208 |
+
#: elements/team-members/team-members.php:303
|
| 209 |
+
#: elements/gravity-form/gravity-form.php:286
|
| 210 |
+
#: elements/call-to-action/call-to-action.php:443
|
| 211 |
+
#: elements/testimonials/testimonials.php:185
|
| 212 |
+
#: elements/testimonials/testimonials.php:204
|
| 213 |
+
#: elements/contact-form-7/contact-form-7.php:264
|
| 214 |
+
#: elements/caldera-forms/caldera-forms.php:352
|
| 215 |
+
#: elements/ninja-form/ninja-form.php:215
|
| 216 |
+
#: elements/weforms/weforms.php:104
|
| 217 |
+
#: elements/weforms/weforms.php:554
|
| 218 |
+
#: elements/creative-button/creative-button.php:167
|
| 219 |
+
msgid "Default"
|
| 220 |
+
msgstr ""
|
| 221 |
+
|
| 222 |
+
#: includes/elementor-helper.php:209
|
| 223 |
+
#: elements/filterable-gallery/filterable-gallery.php:120
|
| 224 |
+
msgid "Overlay"
|
| 225 |
+
msgstr ""
|
| 226 |
+
|
| 227 |
+
#: includes/elementor-helper.php:226
|
| 228 |
+
#: elements/facebook-feed/facebook-feed.php:213
|
| 229 |
+
#: elements/twitter-feed/twitter-feed.php:223
|
| 230 |
+
msgid "Show Read More"
|
| 231 |
+
msgstr ""
|
| 232 |
+
|
| 233 |
+
#: includes/elementor-helper.php:230
|
| 234 |
+
#: includes/elementor-helper.php:268
|
| 235 |
+
#: includes/elementor-helper.php:304
|
| 236 |
+
#: includes/elementor-helper.php:414
|
| 237 |
+
#: includes/elementor-helper.php:433
|
| 238 |
+
#: includes/elementor-helper.php:467
|
| 239 |
+
#: elements/pricing-table/pricing-table.php:144
|
| 240 |
+
#: elements/wpforms/wpforms.php:53
|
| 241 |
+
#: elements/wpforms/wpforms.php:891
|
| 242 |
+
#: elements/infobox/infobox.php:279
|
| 243 |
+
#: elements/infobox/infobox.php:293
|
| 244 |
+
#: elements/gravity-form/gravity-form.php:99
|
| 245 |
+
#: elements/gravity-form/gravity-form.php:190
|
| 246 |
+
#: elements/gravity-form/gravity-form.php:1095
|
| 247 |
+
#: elements/filterable-gallery/filterable-gallery.php:299
|
| 248 |
+
#: elements/filterable-gallery/filterable-gallery.php:359
|
| 249 |
+
#: elements/filterable-gallery/filterable-gallery.php:371
|
| 250 |
+
#: elements/content-ticker/content-ticker.php:173
|
| 251 |
+
#: elements/content-ticker/content-ticker.php:206
|
| 252 |
+
#: elements/content-ticker/content-ticker.php:241
|
| 253 |
+
#: elements/contact-form-7/contact-form-7.php:810
|
| 254 |
+
#: elements/contact-form-7/contact-form-7.php:862
|
| 255 |
+
#: elements/caldera-forms/caldera-forms.php:57
|
| 256 |
+
#: elements/caldera-forms/caldera-forms.php:903
|
| 257 |
+
#: elements/ninja-form/ninja-form.php:57
|
| 258 |
+
#: elements/ninja-form/ninja-form.php:923
|
| 259 |
+
#: elements/data-table/data-table.php:47
|
| 260 |
+
#: elements/data-table/data-table.php:849
|
| 261 |
+
msgid "Yes"
|
| 262 |
+
msgstr ""
|
| 263 |
+
|
| 264 |
+
#: includes/elementor-helper.php:234
|
| 265 |
+
#: includes/elementor-helper.php:272
|
| 266 |
+
#: includes/elementor-helper.php:308
|
| 267 |
+
#: includes/elementor-helper.php:418
|
| 268 |
+
#: includes/elementor-helper.php:437
|
| 269 |
+
#: includes/elementor-helper.php:471
|
| 270 |
+
#: elements/pricing-table/pricing-table.php:145
|
| 271 |
+
#: elements/wpforms/wpforms.php:54
|
| 272 |
+
#: elements/wpforms/wpforms.php:892
|
| 273 |
+
#: elements/infobox/infobox.php:280
|
| 274 |
+
#: elements/infobox/infobox.php:294
|
| 275 |
+
#: elements/gravity-form/gravity-form.php:100
|
| 276 |
+
#: elements/gravity-form/gravity-form.php:191
|
| 277 |
+
#: elements/gravity-form/gravity-form.php:1096
|
| 278 |
+
#: elements/filterable-gallery/filterable-gallery.php:300
|
| 279 |
+
#: elements/filterable-gallery/filterable-gallery.php:360
|
| 280 |
+
#: elements/filterable-gallery/filterable-gallery.php:372
|
| 281 |
+
#: elements/content-ticker/content-ticker.php:174
|
| 282 |
+
#: elements/content-ticker/content-ticker.php:207
|
| 283 |
+
#: elements/content-ticker/content-ticker.php:242
|
| 284 |
+
#: elements/contact-form-7/contact-form-7.php:811
|
| 285 |
+
#: elements/contact-form-7/contact-form-7.php:863
|
| 286 |
+
#: elements/caldera-forms/caldera-forms.php:58
|
| 287 |
+
#: elements/caldera-forms/caldera-forms.php:904
|
| 288 |
+
#: elements/ninja-form/ninja-form.php:58
|
| 289 |
+
#: elements/ninja-form/ninja-form.php:924
|
| 290 |
+
#: elements/data-table/data-table.php:48
|
| 291 |
+
#: elements/data-table/data-table.php:850
|
| 292 |
+
msgid "No"
|
| 293 |
+
msgstr ""
|
| 294 |
+
|
| 295 |
+
#: includes/elementor-helper.php:248
|
| 296 |
+
#: includes/elementor-helper.php:283
|
| 297 |
+
msgid "Label Text"
|
| 298 |
+
msgstr ""
|
| 299 |
+
|
| 300 |
+
#: includes/elementor-helper.php:251
|
| 301 |
+
msgid "Read More"
|
| 302 |
+
msgstr ""
|
| 303 |
+
|
| 304 |
+
#: includes/elementor-helper.php:264
|
| 305 |
+
msgid "Show Load More"
|
| 306 |
+
msgstr ""
|
| 307 |
+
|
| 308 |
+
#: includes/elementor-helper.php:286
|
| 309 |
+
#: elements/filterable-gallery/filterable-gallery.php:436
|
| 310 |
+
msgid "Load More"
|
| 311 |
+
msgstr ""
|
| 312 |
+
|
| 313 |
+
#: includes/elementor-helper.php:300
|
| 314 |
+
msgid "Show Image"
|
| 315 |
+
msgstr ""
|
| 316 |
+
|
| 317 |
+
#: includes/elementor-helper.php:334
|
| 318 |
+
msgid "Show Circle Image / Icon"
|
| 319 |
+
msgstr ""
|
| 320 |
+
|
| 321 |
+
#: includes/elementor-helper.php:338
|
| 322 |
+
#: elements/infobox/infobox.php:71
|
| 323 |
+
#: elements/flipbox/flipbox.php:72
|
| 324 |
+
#: elements/flipbox/flipbox.php:157
|
| 325 |
+
#: elements/filterable-gallery/filterable-gallery.php:337
|
| 326 |
+
#: elements/tooltip/tooltip.php:50
|
| 327 |
+
#: elements/tooltip/tooltip.php:123
|
| 328 |
+
#: elements/advance-tabs/advance-tabs.php:122
|
| 329 |
+
#: elements/advance-tabs/advance-tabs.php:139
|
| 330 |
+
#: elements/data-table/data-table.php:113
|
| 331 |
+
#: elements/data-table/data-table.php:134
|
| 332 |
+
msgid "Image"
|
| 333 |
+
msgstr ""
|
| 334 |
+
|
| 335 |
+
#: includes/elementor-helper.php:342
|
| 336 |
+
#: includes/elementor-helper.php:395
|
| 337 |
+
#: elements/pricing-table/pricing-table.php:108
|
| 338 |
+
#: elements/infobox/infobox.php:67
|
| 339 |
+
#: elements/infobox/infobox.php:137
|
| 340 |
+
#: elements/infobox/infobox.php:356
|
| 341 |
+
#: elements/flipbox/flipbox.php:73
|
| 342 |
+
#: elements/flipbox/flipbox.php:96
|
| 343 |
+
#: elements/flipbox/flipbox.php:158
|
| 344 |
+
#: elements/flipbox/flipbox.php:181
|
| 345 |
+
#: elements/dual-color-header/dual-color-header.php:70
|
| 346 |
+
#: elements/team-members/team-members.php:143
|
| 347 |
+
#: elements/tooltip/tooltip.php:42
|
| 348 |
+
#: elements/tooltip/tooltip.php:112
|
| 349 |
+
#: elements/call-to-action/call-to-action.php:93
|
| 350 |
+
#: elements/advance-tabs/advance-tabs.php:118
|
| 351 |
+
#: elements/advance-tabs/advance-tabs.php:130
|
| 352 |
+
#: elements/advance-accordion/advance-accordion.php:128
|
| 353 |
+
#: elements/data-table/data-table.php:109
|
| 354 |
+
#: elements/data-table/data-table.php:124
|
| 355 |
+
#: elements/creative-button/creative-button.php:81
|
| 356 |
+
msgid "Icon"
|
| 357 |
+
msgstr ""
|
| 358 |
+
|
| 359 |
+
#: includes/elementor-helper.php:346
|
| 360 |
+
msgid "Bullet"
|
| 361 |
+
msgstr ""
|
| 362 |
+
|
| 363 |
+
#: includes/elementor-helper.php:360
|
| 364 |
+
msgid "Icon Image"
|
| 365 |
+
msgstr ""
|
| 366 |
+
|
| 367 |
+
#: includes/elementor-helper.php:373
|
| 368 |
+
msgid "Icon Image Size"
|
| 369 |
+
msgstr ""
|
| 370 |
+
|
| 371 |
+
#: includes/elementor-helper.php:410
|
| 372 |
+
msgid "Show Title"
|
| 373 |
+
msgstr ""
|
| 374 |
+
|
| 375 |
+
#: includes/elementor-helper.php:429
|
| 376 |
+
msgid "Show excerpt"
|
| 377 |
+
msgstr ""
|
| 378 |
+
|
| 379 |
+
#: includes/elementor-helper.php:448
|
| 380 |
+
msgid "Excerpt Words"
|
| 381 |
+
msgstr ""
|
| 382 |
+
|
| 383 |
+
#: includes/elementor-helper.php:463
|
| 384 |
+
msgid "Show Meta"
|
| 385 |
+
msgstr ""
|
| 386 |
+
|
| 387 |
+
#: includes/elementor-helper.php:482
|
| 388 |
+
msgid "Meta Position"
|
| 389 |
+
msgstr ""
|
| 390 |
+
|
| 391 |
+
#: includes/elementor-helper.php:486
|
| 392 |
+
msgid "Entry Header"
|
| 393 |
+
msgstr ""
|
| 394 |
+
|
| 395 |
+
#: includes/elementor-helper.php:487
|
| 396 |
+
msgid "Entry Footer"
|
| 397 |
+
msgstr ""
|
| 398 |
+
|
| 399 |
+
#: includes/elementor-helper.php:510
|
| 400 |
+
msgid "Load More Button Style"
|
| 401 |
+
msgstr ""
|
| 402 |
+
|
| 403 |
+
#: includes/elementor-helper.php:521
|
| 404 |
+
#: elements/pricing-table/pricing-table.php:565
|
| 405 |
+
#: elements/pricing-table/pricing-table.php:1186
|
| 406 |
+
#: elements/pricing-table/pricing-table.php:1504
|
| 407 |
+
#: elements/image-accordion/image-accordion.php:170
|
| 408 |
+
#: elements/wpforms/wpforms.php:706
|
| 409 |
+
#: elements/wpforms/wpforms.php:1209
|
| 410 |
+
#: elements/infobox/infobox.php:468
|
| 411 |
+
#: elements/infobox/infobox.php:1411
|
| 412 |
+
#: elements/facebook-feed/facebook-feed.php:286
|
| 413 |
+
#: elements/facebook-feed/facebook-feed.php:370
|
| 414 |
+
#: elements/flipbox/flipbox.php:646
|
| 415 |
+
#: elements/flipbox/flipbox.php:941
|
| 416 |
+
#: elements/dual-color-header/dual-color-header.php:191
|
| 417 |
+
#: elements/team-members/team-members.php:409
|
| 418 |
+
#: elements/gravity-form/gravity-form.php:646
|
| 419 |
+
#: elements/gravity-form/gravity-form.php:1417
|
| 420 |
+
#: elements/countdown/countdown.php:415
|
| 421 |
+
#: elements/countdown/countdown.php:887
|
| 422 |
+
#: elements/filterable-gallery/filterable-gallery.php:587
|
| 423 |
+
#: elements/filterable-gallery/filterable-gallery.php:661
|
| 424 |
+
#: elements/filterable-gallery/filterable-gallery.php:844
|
| 425 |
+
#: elements/filterable-gallery/filterable-gallery.php:934
|
| 426 |
+
#: elements/filterable-gallery/filterable-gallery.php:1221
|
| 427 |
+
#: elements/filterable-gallery/filterable-gallery.php:1386
|
| 428 |
+
#: elements/filterable-gallery/filterable-gallery.php:1616
|
| 429 |
+
#: elements/tooltip/tooltip.php:279
|
| 430 |
+
#: elements/tooltip/tooltip.php:496
|
| 431 |
+
#: elements/fancy-text/fancy-text.php:354
|
| 432 |
+
#: elements/call-to-action/call-to-action.php:293
|
| 433 |
+
#: elements/call-to-action/call-to-action.php:453
|
| 434 |
+
#: elements/advance-tabs/advance-tabs.php:229
|
| 435 |
+
#: elements/advance-tabs/advance-tabs.php:369
|
| 436 |
+
#: elements/advance-tabs/advance-tabs.php:615
|
| 437 |
+
#: elements/testimonials/testimonials.php:315
|
| 438 |
+
#: elements/twitter-feed/twitter-feed.php:297
|
| 439 |
+
#: elements/twitter-feed/twitter-feed.php:381
|
| 440 |
+
#: elements/content-ticker/content-ticker.php:351
|
| 441 |
+
#: elements/content-ticker/content-ticker.php:402
|
| 442 |
+
#: elements/content-ticker/content-ticker.php:639
|
| 443 |
+
#: elements/contact-form-7/contact-form-7.php:565
|
| 444 |
+
#: elements/contact-form-7/contact-form-7.php:1182
|
| 445 |
+
#: elements/caldera-forms/caldera-forms.php:708
|
| 446 |
+
#: elements/caldera-forms/caldera-forms.php:1218
|
| 447 |
+
#: elements/ninja-form/ninja-form.php:724
|
| 448 |
+
#: elements/ninja-form/ninja-form.php:1244
|
| 449 |
+
#: elements/weforms/weforms.php:600
|
| 450 |
+
#: elements/advance-accordion/advance-accordion.php:218
|
| 451 |
+
#: elements/advance-accordion/advance-accordion.php:331
|
| 452 |
+
#: elements/advance-accordion/advance-accordion.php:589
|
| 453 |
+
#: elements/data-table/data-table.php:452
|
| 454 |
+
#: elements/data-table/data-table.php:675
|
| 455 |
+
msgid "Padding"
|
| 456 |
+
msgstr ""
|
| 457 |
+
|
| 458 |
+
#: includes/elementor-helper.php:533
|
| 459 |
+
#: elements/pricing-table/pricing-table.php:577
|
| 460 |
+
#: elements/pricing-table/pricing-table.php:894
|
| 461 |
+
#: elements/pricing-table/pricing-table.php:1516
|
| 462 |
+
#: elements/image-accordion/image-accordion.php:182
|
| 463 |
+
#: elements/wpforms/wpforms.php:404
|
| 464 |
+
#: elements/wpforms/wpforms.php:454
|
| 465 |
+
#: elements/infobox/infobox.php:602
|
| 466 |
+
#: elements/infobox/infobox.php:665
|
| 467 |
+
#: elements/infobox/infobox.php:896
|
| 468 |
+
#: elements/infobox/infobox.php:1265
|
| 469 |
+
#: elements/facebook-feed/facebook-feed.php:298
|
| 470 |
+
#: elements/facebook-feed/facebook-feed.php:382
|
| 471 |
+
#: elements/flipbox/flipbox.php:929
|
| 472 |
+
#: elements/dual-color-header/dual-color-header.php:203
|
| 473 |
+
#: elements/team-members/team-members.php:397
|
| 474 |
+
#: elements/gravity-form/gravity-form.php:997
|
| 475 |
+
#: elements/countdown/countdown.php:839
|
| 476 |
+
#: elements/filterable-gallery/filterable-gallery.php:599
|
| 477 |
+
#: elements/filterable-gallery/filterable-gallery.php:673
|
| 478 |
+
#: elements/filterable-gallery/filterable-gallery.php:856
|
| 479 |
+
#: elements/filterable-gallery/filterable-gallery.php:1398
|
| 480 |
+
#: elements/filterable-gallery/filterable-gallery.php:1657
|
| 481 |
+
#: elements/tooltip/tooltip.php:290
|
| 482 |
+
#: elements/tooltip/tooltip.php:507
|
| 483 |
+
#: elements/fancy-text/fancy-text.php:366
|
| 484 |
+
#: elements/call-to-action/call-to-action.php:305
|
| 485 |
+
#: elements/call-to-action/call-to-action.php:465
|
| 486 |
+
#: elements/advance-tabs/advance-tabs.php:240
|
| 487 |
+
#: elements/advance-tabs/advance-tabs.php:380
|
| 488 |
+
#: elements/advance-tabs/advance-tabs.php:626
|
| 489 |
+
#: elements/testimonials/testimonials.php:303
|
| 490 |
+
#: elements/twitter-feed/twitter-feed.php:309
|
| 491 |
+
#: elements/twitter-feed/twitter-feed.php:393
|
| 492 |
+
#: elements/content-ticker/content-ticker.php:414
|
| 493 |
+
#: elements/contact-form-7/contact-form-7.php:1487
|
| 494 |
+
#: elements/caldera-forms/caldera-forms.php:238
|
| 495 |
+
#: elements/caldera-forms/caldera-forms.php:300
|
| 496 |
+
#: elements/ninja-form/ninja-form.php:413
|
| 497 |
+
#: elements/ninja-form/ninja-form.php:463
|
| 498 |
+
#: elements/weforms/weforms.php:587
|
| 499 |
+
#: elements/advance-accordion/advance-accordion.php:229
|
| 500 |
+
#: elements/advance-accordion/advance-accordion.php:342
|
| 501 |
+
#: elements/advance-accordion/advance-accordion.php:600
|
| 502 |
+
msgid "Margin"
|
| 503 |
+
msgstr ""
|
| 504 |
+
|
| 505 |
+
#: includes/elementor-helper.php:552
|
| 506 |
+
#: elements/pricing-table/pricing-table.php:1535
|
| 507 |
+
#: elements/wpforms/wpforms.php:550
|
| 508 |
+
#: elements/wpforms/wpforms.php:928
|
| 509 |
+
#: elements/wpforms/wpforms.php:1155
|
| 510 |
+
#: elements/product-grid/product-grid.php:339
|
| 511 |
+
#: elements/infobox/infobox.php:449
|
| 512 |
+
#: elements/infobox/infobox.php:679
|
| 513 |
+
#: elements/infobox/infobox.php:910
|
| 514 |
+
#: elements/infobox/infobox.php:1118
|
| 515 |
+
#: elements/infobox/infobox.php:1231
|
| 516 |
+
#: elements/flipbox/flipbox.php:923
|
| 517 |
+
#: elements/team-members/team-members.php:593
|
| 518 |
+
#: elements/gravity-form/gravity-form.php:596
|
| 519 |
+
#: elements/gravity-form/gravity-form.php:1132
|
| 520 |
+
#: elements/gravity-form/gravity-form.php:1363
|
| 521 |
+
#: elements/filterable-gallery/filterable-gallery.php:692
|
| 522 |
+
#: elements/filterable-gallery/filterable-gallery.php:1528
|
| 523 |
+
#: elements/tooltip/tooltip.php:300
|
| 524 |
+
#: elements/call-to-action/call-to-action.php:484
|
| 525 |
+
#: elements/advance-tabs/advance-tabs.php:391
|
| 526 |
+
#: elements/content-ticker/content-ticker.php:536
|
| 527 |
+
#: elements/contact-form-7/contact-form-7.php:510
|
| 528 |
+
#: elements/contact-form-7/contact-form-7.php:899
|
| 529 |
+
#: elements/contact-form-7/contact-form-7.php:1129
|
| 530 |
+
#: elements/caldera-forms/caldera-forms.php:552
|
| 531 |
+
#: elements/caldera-forms/caldera-forms.php:940
|
| 532 |
+
#: elements/caldera-forms/caldera-forms.php:1164
|
| 533 |
+
#: elements/ninja-form/ninja-form.php:567
|
| 534 |
+
#: elements/ninja-form/ninja-form.php:960
|
| 535 |
+
#: elements/ninja-form/ninja-form.php:1190
|
| 536 |
+
#: elements/weforms/weforms.php:613
|
| 537 |
+
#: elements/advance-accordion/advance-accordion.php:353
|
| 538 |
+
#: elements/data-table/data-table.php:464
|
| 539 |
+
#: elements/data-table/data-table.php:595
|
| 540 |
+
#: elements/data-table/data-table.php:767
|
| 541 |
+
#: elements/creative-button/creative-button.php:268
|
| 542 |
+
msgid "Normal"
|
| 543 |
+
msgstr ""
|
| 544 |
+
|
| 545 |
+
#: includes/elementor-helper.php:557
|
| 546 |
+
#: includes/elementor-helper.php:619
|
| 547 |
+
#: elements/pricing-table/pricing-table.php:1540
|
| 548 |
+
#: elements/pricing-table/pricing-table.php:1594
|
| 549 |
+
#: elements/wpforms/wpforms.php:383
|
| 550 |
+
#: elements/wpforms/wpforms.php:432
|
| 551 |
+
#: elements/wpforms/wpforms.php:487
|
| 552 |
+
#: elements/wpforms/wpforms.php:569
|
| 553 |
+
#: elements/wpforms/wpforms.php:805
|
| 554 |
+
#: elements/wpforms/wpforms.php:861
|
| 555 |
+
#: elements/wpforms/wpforms.php:1174
|
| 556 |
+
#: elements/wpforms/wpforms.php:1281
|
| 557 |
+
#: elements/wpforms/wpforms.php:1326
|
| 558 |
+
#: elements/infobox/infobox.php:1124
|
| 559 |
+
#: elements/infobox/infobox.php:1170
|
| 560 |
+
#: elements/gravity-form/gravity-form.php:458
|
| 561 |
+
#: elements/gravity-form/gravity-form.php:489
|
| 562 |
+
#: elements/gravity-form/gravity-form.php:528
|
| 563 |
+
#: elements/gravity-form/gravity-form.php:615
|
| 564 |
+
#: elements/gravity-form/gravity-form.php:861
|
| 565 |
+
#: elements/gravity-form/gravity-form.php:914
|
| 566 |
+
#: elements/gravity-form/gravity-form.php:1065
|
| 567 |
+
#: elements/gravity-form/gravity-form.php:1382
|
| 568 |
+
#: elements/gravity-form/gravity-form.php:1469
|
| 569 |
+
#: elements/gravity-form/gravity-form.php:1542
|
| 570 |
+
#: elements/gravity-form/gravity-form.php:1677
|
| 571 |
+
#: elements/countdown/countdown.php:860
|
| 572 |
+
#: elements/filterable-gallery/filterable-gallery.php:697
|
| 573 |
+
#: elements/filterable-gallery/filterable-gallery.php:763
|
| 574 |
+
#: elements/filterable-gallery/filterable-gallery.php:1555
|
| 575 |
+
#: elements/filterable-gallery/filterable-gallery.php:1708
|
| 576 |
+
#: elements/tooltip/tooltip.php:315
|
| 577 |
+
#: elements/tooltip/tooltip.php:358
|
| 578 |
+
#: elements/tooltip/tooltip.php:529
|
| 579 |
+
#: elements/call-to-action/call-to-action.php:489
|
| 580 |
+
#: elements/call-to-action/call-to-action.php:543
|
| 581 |
+
#: elements/advance-tabs/advance-tabs.php:406
|
| 582 |
+
#: elements/advance-tabs/advance-tabs.php:464
|
| 583 |
+
#: elements/advance-tabs/advance-tabs.php:523
|
| 584 |
+
#: elements/advance-tabs/advance-tabs.php:597
|
| 585 |
+
#: elements/content-ticker/content-ticker.php:319
|
| 586 |
+
#: elements/contact-form-7/contact-form-7.php:441
|
| 587 |
+
#: elements/contact-form-7/contact-form-7.php:472
|
| 588 |
+
#: elements/contact-form-7/contact-form-7.php:529
|
| 589 |
+
#: elements/contact-form-7/contact-form-7.php:745
|
| 590 |
+
#: elements/contact-form-7/contact-form-7.php:819
|
| 591 |
+
#: elements/contact-form-7/contact-form-7.php:1148
|
| 592 |
+
#: elements/contact-form-7/contact-form-7.php:1254
|
| 593 |
+
#: elements/contact-form-7/contact-form-7.php:1318
|
| 594 |
+
#: elements/contact-form-7/contact-form-7.php:1382
|
| 595 |
+
#: elements/contact-form-7/contact-form-7.php:1443
|
| 596 |
+
#: elements/caldera-forms/caldera-forms.php:211
|
| 597 |
+
#: elements/caldera-forms/caldera-forms.php:272
|
| 598 |
+
#: elements/caldera-forms/caldera-forms.php:490
|
| 599 |
+
#: elements/caldera-forms/caldera-forms.php:571
|
| 600 |
+
#: elements/caldera-forms/caldera-forms.php:817
|
| 601 |
+
#: elements/caldera-forms/caldera-forms.php:873
|
| 602 |
+
#: elements/caldera-forms/caldera-forms.php:1183
|
| 603 |
+
#: elements/caldera-forms/caldera-forms.php:1289
|
| 604 |
+
#: elements/caldera-forms/caldera-forms.php:1342
|
| 605 |
+
#: elements/ninja-form/ninja-form.php:392
|
| 606 |
+
#: elements/ninja-form/ninja-form.php:441
|
| 607 |
+
#: elements/ninja-form/ninja-form.php:499
|
| 608 |
+
#: elements/ninja-form/ninja-form.php:586
|
| 609 |
+
#: elements/ninja-form/ninja-form.php:834
|
| 610 |
+
#: elements/ninja-form/ninja-form.php:890
|
| 611 |
+
#: elements/ninja-form/ninja-form.php:1209
|
| 612 |
+
#: elements/ninja-form/ninja-form.php:1296
|
| 613 |
+
#: elements/ninja-form/ninja-form.php:1358
|
| 614 |
+
#: elements/ninja-form/ninja-form.php:1458
|
| 615 |
+
#: elements/weforms/weforms.php:618
|
| 616 |
+
#: elements/weforms/weforms.php:672
|
| 617 |
+
#: elements/advance-accordion/advance-accordion.php:368
|
| 618 |
+
#: elements/advance-accordion/advance-accordion.php:433
|
| 619 |
+
#: elements/advance-accordion/advance-accordion.php:498
|
| 620 |
+
#: elements/advance-accordion/advance-accordion.php:571
|
| 621 |
+
#: elements/data-table/data-table.php:772
|
| 622 |
+
#: elements/data-table/data-table.php:789
|
| 623 |
+
#: elements/creative-button/creative-button.php:273
|
| 624 |
+
#: elements/creative-button/creative-button.php:338
|
| 625 |
+
msgid "Text Color"
|
| 626 |
+
msgstr ""
|
| 627 |
+
|
| 628 |
+
#: includes/elementor-helper.php:569
|
| 629 |
+
#: includes/elementor-helper.php:631
|
| 630 |
+
#: elements/pricing-table/pricing-table.php:553
|
| 631 |
+
#: elements/pricing-table/pricing-table.php:713
|
| 632 |
+
#: elements/pricing-table/pricing-table.php:1099
|
| 633 |
+
#: elements/pricing-table/pricing-table.php:1144
|
| 634 |
+
#: elements/pricing-table/pricing-table.php:1310
|
| 635 |
+
#: elements/pricing-table/pricing-table.php:1552
|
| 636 |
+
#: elements/pricing-table/pricing-table.php:1606
|
| 637 |
+
#: elements/image-accordion/image-accordion.php:158
|
| 638 |
+
#: elements/wpforms/wpforms.php:557
|
| 639 |
+
#: elements/wpforms/wpforms.php:1162
|
| 640 |
+
#: elements/wpforms/wpforms.php:1269
|
| 641 |
+
#: elements/infobox/infobox.php:456
|
| 642 |
+
#: elements/infobox/infobox.php:699
|
| 643 |
+
#: elements/infobox/infobox.php:779
|
| 644 |
+
#: elements/infobox/infobox.php:947
|
| 645 |
+
#: elements/infobox/infobox.php:1010
|
| 646 |
+
#: elements/infobox/infobox.php:1136
|
| 647 |
+
#: elements/infobox/infobox.php:1182
|
| 648 |
+
#: elements/facebook-feed/facebook-feed.php:274
|
| 649 |
+
#: elements/facebook-feed/facebook-feed.php:358
|
| 650 |
+
#: elements/dual-color-header/dual-color-header.php:179
|
| 651 |
+
#: elements/team-members/team-members.php:611
|
| 652 |
+
#: elements/gravity-form/gravity-form.php:603
|
| 653 |
+
#: elements/gravity-form/gravity-form.php:811
|
| 654 |
+
#: elements/gravity-form/gravity-form.php:1370
|
| 655 |
+
#: elements/gravity-form/gravity-form.php:1457
|
| 656 |
+
#: elements/countdown/countdown.php:545
|
| 657 |
+
#: elements/countdown/countdown.php:601
|
| 658 |
+
#: elements/countdown/countdown.php:657
|
| 659 |
+
#: elements/countdown/countdown.php:713
|
| 660 |
+
#: elements/filterable-gallery/filterable-gallery.php:575
|
| 661 |
+
#: elements/filterable-gallery/filterable-gallery.php:709
|
| 662 |
+
#: elements/filterable-gallery/filterable-gallery.php:775
|
| 663 |
+
#: elements/filterable-gallery/filterable-gallery.php:922
|
| 664 |
+
#: elements/filterable-gallery/filterable-gallery.php:1076
|
| 665 |
+
#: elements/filterable-gallery/filterable-gallery.php:1103
|
| 666 |
+
#: elements/filterable-gallery/filterable-gallery.php:1209
|
| 667 |
+
#: elements/filterable-gallery/filterable-gallery.php:1362
|
| 668 |
+
#: elements/filterable-gallery/filterable-gallery.php:1539
|
| 669 |
+
#: elements/filterable-gallery/filterable-gallery.php:1692
|
| 670 |
+
#: elements/post-grid/post-grid.php:343
|
| 671 |
+
#: elements/tooltip/tooltip.php:304
|
| 672 |
+
#: elements/tooltip/tooltip.php:347
|
| 673 |
+
#: elements/tooltip/tooltip.php:518
|
| 674 |
+
#: elements/progress-bar/progress-bar.php:474
|
| 675 |
+
#: elements/call-to-action/call-to-action.php:80
|
| 676 |
+
#: elements/call-to-action/call-to-action.php:281
|
| 677 |
+
#: elements/call-to-action/call-to-action.php:501
|
| 678 |
+
#: elements/call-to-action/call-to-action.php:555
|
| 679 |
+
#: elements/advance-tabs/advance-tabs.php:586
|
| 680 |
+
#: elements/twitter-feed/twitter-feed.php:285
|
| 681 |
+
#: elements/twitter-feed/twitter-feed.php:369
|
| 682 |
+
#: elements/content-ticker/content-ticker.php:307
|
| 683 |
+
#: elements/content-ticker/content-ticker.php:372
|
| 684 |
+
#: elements/content-ticker/content-ticker.php:543
|
| 685 |
+
#: elements/content-ticker/content-ticker.php:599
|
| 686 |
+
#: elements/contact-form-7/contact-form-7.php:517
|
| 687 |
+
#: elements/contact-form-7/contact-form-7.php:692
|
| 688 |
+
#: elements/contact-form-7/contact-form-7.php:1136
|
| 689 |
+
#: elements/contact-form-7/contact-form-7.php:1242
|
| 690 |
+
#: elements/contact-form-7/contact-form-7.php:1367
|
| 691 |
+
#: elements/contact-form-7/contact-form-7.php:1428
|
| 692 |
+
#: elements/caldera-forms/caldera-forms.php:559
|
| 693 |
+
#: elements/caldera-forms/caldera-forms.php:767
|
| 694 |
+
#: elements/caldera-forms/caldera-forms.php:1171
|
| 695 |
+
#: elements/caldera-forms/caldera-forms.php:1277
|
| 696 |
+
#: elements/caldera-forms/caldera-forms.php:1331
|
| 697 |
+
#: elements/ninja-form/ninja-form.php:574
|
| 698 |
+
#: elements/ninja-form/ninja-form.php:784
|
| 699 |
+
#: elements/ninja-form/ninja-form.php:1197
|
| 700 |
+
#: elements/ninja-form/ninja-form.php:1284
|
| 701 |
+
#: elements/weforms/weforms.php:631
|
| 702 |
+
#: elements/weforms/weforms.php:683
|
| 703 |
+
#: elements/advance-accordion/advance-accordion.php:559
|
| 704 |
+
#: elements/data-table/data-table.php:484
|
| 705 |
+
#: elements/data-table/data-table.php:524
|
| 706 |
+
#: elements/data-table/data-table.php:898
|
| 707 |
+
#: elements/creative-button/creative-button.php:289
|
| 708 |
+
#: elements/creative-button/creative-button.php:351
|
| 709 |
+
msgid "Background Color"
|
| 710 |
+
msgstr ""
|
| 711 |
+
|
| 712 |
+
#: includes/elementor-helper.php:582
|
| 713 |
+
#: elements/pricing-table/pricing-table.php:1447
|
| 714 |
+
#: elements/pricing-table/pricing-table.php:1565
|
| 715 |
+
#: elements/image-accordion/image-accordion.php:195
|
| 716 |
+
#: elements/wpforms/wpforms.php:582
|
| 717 |
+
#: elements/wpforms/wpforms.php:768
|
| 718 |
+
#: elements/wpforms/wpforms.php:1187
|
| 719 |
+
#: elements/infobox/infobox.php:481
|
| 720 |
+
#: elements/infobox/infobox.php:536
|
| 721 |
+
#: elements/infobox/infobox.php:732
|
| 722 |
+
#: elements/infobox/infobox.php:813
|
| 723 |
+
#: elements/infobox/infobox.php:963
|
| 724 |
+
#: elements/infobox/infobox.php:1044
|
| 725 |
+
#: elements/facebook-feed/facebook-feed.php:311
|
| 726 |
+
#: elements/facebook-feed/facebook-feed.php:395
|
| 727 |
+
#: elements/flipbox/flipbox.php:635
|
| 728 |
+
#: elements/dual-color-header/dual-color-header.php:216
|
| 729 |
+
#: elements/team-members/team-members.php:340
|
| 730 |
+
#: elements/team-members/team-members.php:423
|
| 731 |
+
#: elements/gravity-form/gravity-form.php:759
|
| 732 |
+
#: elements/gravity-form/gravity-form.php:824
|
| 733 |
+
#: elements/gravity-form/gravity-form.php:1395
|
| 734 |
+
#: elements/countdown/countdown.php:428
|
| 735 |
+
#: elements/filterable-gallery/filterable-gallery.php:612
|
| 736 |
+
#: elements/filterable-gallery/filterable-gallery.php:722
|
| 737 |
+
#: elements/filterable-gallery/filterable-gallery.php:788
|
| 738 |
+
#: elements/filterable-gallery/filterable-gallery.php:869
|
| 739 |
+
#: elements/filterable-gallery/filterable-gallery.php:1016
|
| 740 |
+
#: elements/filterable-gallery/filterable-gallery.php:1234
|
| 741 |
+
#: elements/filterable-gallery/filterable-gallery.php:1461
|
| 742 |
+
#: elements/filterable-gallery/filterable-gallery.php:1572
|
| 743 |
+
#: elements/post-grid/post-grid.php:75
|
| 744 |
+
#: elements/tooltip/tooltip.php:336
|
| 745 |
+
#: elements/tooltip/tooltip.php:379
|
| 746 |
+
#: elements/call-to-action/call-to-action.php:318
|
| 747 |
+
#: elements/call-to-action/call-to-action.php:514
|
| 748 |
+
#: elements/advance-tabs/advance-tabs.php:252
|
| 749 |
+
#: elements/advance-tabs/advance-tabs.php:432
|
| 750 |
+
#: elements/advance-tabs/advance-tabs.php:490
|
| 751 |
+
#: elements/advance-tabs/advance-tabs.php:551
|
| 752 |
+
#: elements/advance-tabs/advance-tabs.php:638
|
| 753 |
+
#: elements/testimonials/testimonials.php:329
|
| 754 |
+
#: elements/twitter-feed/twitter-feed.php:322
|
| 755 |
+
#: elements/twitter-feed/twitter-feed.php:406
|
| 756 |
+
#: elements/content-ticker/content-ticker.php:568
|
| 757 |
+
#: elements/contact-form-7/contact-form-7.php:640
|
| 758 |
+
#: elements/contact-form-7/contact-form-7.php:705
|
| 759 |
+
#: elements/contact-form-7/contact-form-7.php:1161
|
| 760 |
+
#: elements/contact-form-7/contact-form-7.php:1398
|
| 761 |
+
#: elements/contact-form-7/contact-form-7.php:1473
|
| 762 |
+
#: elements/caldera-forms/caldera-forms.php:584
|
| 763 |
+
#: elements/caldera-forms/caldera-forms.php:780
|
| 764 |
+
#: elements/caldera-forms/caldera-forms.php:1196
|
| 765 |
+
#: elements/caldera-forms/caldera-forms.php:1354
|
| 766 |
+
#: elements/ninja-form/ninja-form.php:599
|
| 767 |
+
#: elements/ninja-form/ninja-form.php:797
|
| 768 |
+
#: elements/ninja-form/ninja-form.php:1222
|
| 769 |
+
#: elements/advance-accordion/advance-accordion.php:241
|
| 770 |
+
#: elements/advance-accordion/advance-accordion.php:394
|
| 771 |
+
#: elements/advance-accordion/advance-accordion.php:459
|
| 772 |
+
#: elements/advance-accordion/advance-accordion.php:524
|
| 773 |
+
#: elements/advance-accordion/advance-accordion.php:612
|
| 774 |
+
#: elements/data-table/data-table.php:497
|
| 775 |
+
#: elements/data-table/data-table.php:536
|
| 776 |
+
#: elements/data-table/data-table.php:666
|
| 777 |
+
#: elements/data-table/data-table.php:925
|
| 778 |
+
msgid "Border"
|
| 779 |
+
msgstr ""
|
| 780 |
+
|
| 781 |
+
#: includes/elementor-helper.php:590
|
| 782 |
+
#: elements/pricing-table/pricing-table.php:598
|
| 783 |
+
#: elements/pricing-table/pricing-table.php:1208
|
| 784 |
+
#: elements/pricing-table/pricing-table.php:1470
|
| 785 |
+
#: elements/pricing-table/pricing-table.php:1573
|
| 786 |
+
#: elements/image-accordion/image-accordion.php:203
|
| 787 |
+
#: elements/wpforms/wpforms.php:302
|
| 788 |
+
#: elements/wpforms/wpforms.php:593
|
| 789 |
+
#: elements/wpforms/wpforms.php:1001
|
| 790 |
+
#: elements/wpforms/wpforms.php:1027
|
| 791 |
+
#: elements/wpforms/wpforms.php:1197
|
| 792 |
+
#: elements/product-grid/product-grid.php:178
|
| 793 |
+
#: elements/infobox/infobox.php:1102
|
| 794 |
+
#: elements/facebook-feed/facebook-feed.php:319
|
| 795 |
+
#: elements/facebook-feed/facebook-feed.php:403
|
| 796 |
+
#: elements/flipbox/flipbox.php:522
|
| 797 |
+
#: elements/flipbox/flipbox.php:595
|
| 798 |
+
#: elements/flipbox/flipbox.php:658
|
| 799 |
+
#: elements/flipbox/flipbox.php:977
|
| 800 |
+
#: elements/dual-color-header/dual-color-header.php:224
|
| 801 |
+
#: elements/team-members/team-members.php:348
|
| 802 |
+
#: elements/team-members/team-members.php:442
|
| 803 |
+
#: elements/team-members/team-members.php:631
|
| 804 |
+
#: elements/gravity-form/gravity-form.php:379
|
| 805 |
+
#: elements/gravity-form/gravity-form.php:770
|
| 806 |
+
#: elements/gravity-form/gravity-form.php:1205
|
| 807 |
+
#: elements/gravity-form/gravity-form.php:1231
|
| 808 |
+
#: elements/gravity-form/gravity-form.php:1405
|
| 809 |
+
#: elements/countdown/countdown.php:436
|
| 810 |
+
#: elements/filterable-gallery/filterable-gallery.php:620
|
| 811 |
+
#: elements/filterable-gallery/filterable-gallery.php:730
|
| 812 |
+
#: elements/filterable-gallery/filterable-gallery.php:796
|
| 813 |
+
#: elements/filterable-gallery/filterable-gallery.php:877
|
| 814 |
+
#: elements/filterable-gallery/filterable-gallery.php:1469
|
| 815 |
+
#: elements/filterable-gallery/filterable-gallery.php:1586
|
| 816 |
+
#: elements/post-grid/post-grid.php:83
|
| 817 |
+
#: elements/tooltip/tooltip.php:396
|
| 818 |
+
#: elements/fancy-text/fancy-text.php:389
|
| 819 |
+
#: elements/call-to-action/call-to-action.php:326
|
| 820 |
+
#: elements/call-to-action/call-to-action.php:522
|
| 821 |
+
#: elements/advance-tabs/advance-tabs.php:259
|
| 822 |
+
#: elements/advance-tabs/advance-tabs.php:439
|
| 823 |
+
#: elements/advance-tabs/advance-tabs.php:497
|
| 824 |
+
#: elements/advance-tabs/advance-tabs.php:558
|
| 825 |
+
#: elements/testimonials/testimonials.php:348
|
| 826 |
+
#: elements/twitter-feed/twitter-feed.php:330
|
| 827 |
+
#: elements/twitter-feed/twitter-feed.php:414
|
| 828 |
+
#: elements/content-ticker/content-ticker.php:425
|
| 829 |
+
#: elements/content-ticker/content-ticker.php:578
|
| 830 |
+
#: elements/contact-form-7/contact-form-7.php:357
|
| 831 |
+
#: elements/contact-form-7/contact-form-7.php:651
|
| 832 |
+
#: elements/contact-form-7/contact-form-7.php:972
|
| 833 |
+
#: elements/contact-form-7/contact-form-7.php:998
|
| 834 |
+
#: elements/contact-form-7/contact-form-7.php:1170
|
| 835 |
+
#: elements/caldera-forms/caldera-forms.php:445
|
| 836 |
+
#: elements/caldera-forms/caldera-forms.php:595
|
| 837 |
+
#: elements/caldera-forms/caldera-forms.php:1013
|
| 838 |
+
#: elements/caldera-forms/caldera-forms.php:1039
|
| 839 |
+
#: elements/caldera-forms/caldera-forms.php:1206
|
| 840 |
+
#: elements/ninja-form/ninja-form.php:308
|
| 841 |
+
#: elements/ninja-form/ninja-form.php:610
|
| 842 |
+
#: elements/ninja-form/ninja-form.php:1033
|
| 843 |
+
#: elements/ninja-form/ninja-form.php:1059
|
| 844 |
+
#: elements/ninja-form/ninja-form.php:1232
|
| 845 |
+
#: elements/weforms/weforms.php:198
|
| 846 |
+
#: elements/weforms/weforms.php:328
|
| 847 |
+
#: elements/weforms/weforms.php:650
|
| 848 |
+
#: elements/advance-accordion/advance-accordion.php:248
|
| 849 |
+
#: elements/advance-accordion/advance-accordion.php:401
|
| 850 |
+
#: elements/advance-accordion/advance-accordion.php:466
|
| 851 |
+
#: elements/advance-accordion/advance-accordion.php:531
|
| 852 |
+
#: elements/creative-button/creative-button.php:314
|
| 853 |
+
msgid "Border Radius"
|
| 854 |
+
msgstr ""
|
| 855 |
+
|
| 856 |
+
#: includes/elementor-helper.php:614
|
| 857 |
+
#: elements/pricing-table/pricing-table.php:305
|
| 858 |
+
#: elements/pricing-table/pricing-table.php:1589
|
| 859 |
+
#: elements/wpforms/wpforms.php:1262
|
| 860 |
+
#: elements/product-grid/product-grid.php:383
|
| 861 |
+
#: elements/infobox/infobox.php:510
|
| 862 |
+
#: elements/infobox/infobox.php:751
|
| 863 |
+
#: elements/infobox/infobox.php:982
|
| 864 |
+
#: elements/infobox/infobox.php:1164
|
| 865 |
+
#: elements/infobox/infobox.php:1341
|
| 866 |
+
#: elements/flipbox/flipbox.php:1005
|
| 867 |
+
#: elements/team-members/team-members.php:655
|
| 868 |
+
#: elements/gravity-form/gravity-form.php:1450
|
| 869 |
+
#: elements/filterable-gallery/filterable-gallery.php:1681
|
| 870 |
+
#: elements/tooltip/tooltip.php:343
|
| 871 |
+
#: elements/call-to-action/call-to-action.php:538
|
| 872 |
+
#: elements/advance-tabs/advance-tabs.php:449
|
| 873 |
+
#: elements/content-ticker/content-ticker.php:592
|
| 874 |
+
#: elements/contact-form-7/contact-form-7.php:1235
|
| 875 |
+
#: elements/caldera-forms/caldera-forms.php:1270
|
| 876 |
+
#: elements/ninja-form/ninja-form.php:1277
|
| 877 |
+
#: elements/weforms/weforms.php:667
|
| 878 |
+
#: elements/advance-accordion/advance-accordion.php:415
|
| 879 |
+
#: elements/data-table/data-table.php:504
|
| 880 |
+
#: elements/data-table/data-table.php:686
|
| 881 |
+
#: elements/data-table/data-table.php:784
|
| 882 |
+
#: elements/creative-button/creative-button.php:333
|
| 883 |
+
msgid "Hover"
|
| 884 |
+
msgstr ""
|
| 885 |
+
|
| 886 |
+
#: includes/elementor-helper.php:643
|
| 887 |
+
#: elements/pricing-table/pricing-table.php:1618
|
| 888 |
+
#: elements/wpforms/wpforms.php:975
|
| 889 |
+
#: elements/wpforms/wpforms.php:1293
|
| 890 |
+
#: elements/product-grid/product-grid.php:412
|
| 891 |
+
#: elements/gravity-form/gravity-form.php:982
|
| 892 |
+
#: elements/gravity-form/gravity-form.php:1179
|
| 893 |
+
#: elements/gravity-form/gravity-form.php:1481
|
| 894 |
+
#: elements/countdown/countdown.php:581
|
| 895 |
+
#: elements/countdown/countdown.php:637
|
| 896 |
+
#: elements/countdown/countdown.php:693
|
| 897 |
+
#: elements/countdown/countdown.php:749
|
| 898 |
+
#: elements/filterable-gallery/filterable-gallery.php:1724
|
| 899 |
+
#: elements/call-to-action/call-to-action.php:568
|
| 900 |
+
#: elements/content-ticker/content-ticker.php:623
|
| 901 |
+
#: elements/contact-form-7/contact-form-7.php:946
|
| 902 |
+
#: elements/contact-form-7/contact-form-7.php:1266
|
| 903 |
+
#: elements/caldera-forms/caldera-forms.php:987
|
| 904 |
+
#: elements/caldera-forms/caldera-forms.php:1301
|
| 905 |
+
#: elements/ninja-form/ninja-form.php:1007
|
| 906 |
+
#: elements/ninja-form/ninja-form.php:1308
|
| 907 |
+
#: elements/weforms/weforms.php:401
|
| 908 |
+
#: elements/weforms/weforms.php:694
|
| 909 |
+
#: elements/creative-button/creative-button.php:367
|
| 910 |
+
msgid "Border Color"
|
| 911 |
+
msgstr ""
|
| 912 |
+
|
| 913 |
+
#: includes/elementor-helper.php:667
|
| 914 |
+
#: elements/pricing-table/pricing-table.php:652
|
| 915 |
+
#: elements/weforms/weforms.php:549
|
| 916 |
+
#: elements/creative-button/creative-button.php:191
|
| 917 |
+
msgid "Button Alignment"
|
| 918 |
+
msgstr ""
|
| 919 |
+
|
| 920 |
+
#: includes/elementor-helper.php:671
|
| 921 |
+
#: elements/pricing-table/pricing-table.php:179
|
| 922 |
+
#: elements/pricing-table/pricing-table.php:279
|
| 923 |
+
#: elements/pricing-table/pricing-table.php:632
|
| 924 |
+
#: elements/pricing-table/pricing-table.php:657
|
| 925 |
+
#: elements/wpforms/wpforms.php:213
|
| 926 |
+
#: elements/wpforms/wpforms.php:352
|
| 927 |
+
#: elements/wpforms/wpforms.php:526
|
| 928 |
+
#: elements/wpforms/wpforms.php:1091
|
| 929 |
+
#: elements/infobox/infobox.php:241
|
| 930 |
+
#: elements/flipbox/flipbox.php:321
|
| 931 |
+
#: elements/dual-color-header/dual-color-header.php:119
|
| 932 |
+
#: elements/team-members/team-members.php:307
|
| 933 |
+
#: elements/gravity-form/gravity-form.php:290
|
| 934 |
+
#: elements/gravity-form/gravity-form.php:427
|
| 935 |
+
#: elements/gravity-form/gravity-form.php:572
|
| 936 |
+
#: elements/gravity-form/gravity-form.php:1295
|
| 937 |
+
#: elements/countdown/countdown.php:781
|
| 938 |
+
#: elements/filterable-gallery/filterable-gallery.php:510
|
| 939 |
+
#: elements/filterable-gallery/filterable-gallery.php:1038
|
| 940 |
+
#: elements/filterable-gallery/filterable-gallery.php:1326
|
| 941 |
+
#: elements/post-grid/post-grid.php:152
|
| 942 |
+
#: elements/post-grid/post-grid.php:208
|
| 943 |
+
#: elements/post-grid/post-grid.php:269
|
| 944 |
+
#: elements/tooltip/tooltip.php:141
|
| 945 |
+
#: elements/tooltip/tooltip.php:218
|
| 946 |
+
#: elements/fancy-text/fancy-text.php:149
|
| 947 |
+
#: elements/progress-bar/progress-bar.php:231
|
| 948 |
+
#: elements/progress-bar/progress-bar.php:428
|
| 949 |
+
#: elements/call-to-action/call-to-action.php:62
|
| 950 |
+
#: elements/testimonials/testimonials.php:208
|
| 951 |
+
#: elements/post-timeline/post-timeline.php:186
|
| 952 |
+
#: elements/post-timeline/post-timeline.php:242
|
| 953 |
+
#: elements/content-ticker/content-ticker.php:254
|
| 954 |
+
#: elements/contact-form-7/contact-form-7.php:268
|
| 955 |
+
#: elements/contact-form-7/contact-form-7.php:410
|
| 956 |
+
#: elements/contact-form-7/contact-form-7.php:1062
|
| 957 |
+
#: elements/caldera-forms/caldera-forms.php:174
|
| 958 |
+
#: elements/caldera-forms/caldera-forms.php:356
|
| 959 |
+
#: elements/caldera-forms/caldera-forms.php:528
|
| 960 |
+
#: elements/caldera-forms/caldera-forms.php:1103
|
| 961 |
+
#: elements/ninja-form/ninja-form.php:219
|
| 962 |
+
#: elements/ninja-form/ninja-form.php:361
|
| 963 |
+
#: elements/ninja-form/ninja-form.php:543
|
| 964 |
+
#: elements/ninja-form/ninja-form.php:1123
|
| 965 |
+
#: elements/weforms/weforms.php:108
|
| 966 |
+
#: elements/weforms/weforms.php:558
|
| 967 |
+
#: elements/data-table/data-table.php:400
|
| 968 |
+
#: elements/data-table/data-table.php:561
|
| 969 |
+
#: elements/data-table/data-table.php:810
|
| 970 |
+
#: elements/creative-button/creative-button.php:196
|
| 971 |
+
msgid "Left"
|
| 972 |
+
msgstr ""
|
| 973 |
+
|
| 974 |
+
#: includes/elementor-helper.php:675
|
| 975 |
+
#: elements/pricing-table/pricing-table.php:636
|
| 976 |
+
#: elements/pricing-table/pricing-table.php:661
|
| 977 |
+
#: elements/wpforms/wpforms.php:217
|
| 978 |
+
#: elements/wpforms/wpforms.php:356
|
| 979 |
+
#: elements/wpforms/wpforms.php:530
|
| 980 |
+
#: elements/wpforms/wpforms.php:1095
|
| 981 |
+
#: elements/infobox/infobox.php:245
|
| 982 |
+
#: elements/flipbox/flipbox.php:325
|
| 983 |
+
#: elements/dual-color-header/dual-color-header.php:123
|
| 984 |
+
#: elements/team-members/team-members.php:311
|
| 985 |
+
#: elements/gravity-form/gravity-form.php:294
|
| 986 |
+
#: elements/gravity-form/gravity-form.php:431
|
| 987 |
+
#: elements/gravity-form/gravity-form.php:576
|
| 988 |
+
#: elements/gravity-form/gravity-form.php:1299
|
| 989 |
+
#: elements/countdown/countdown.php:785
|
| 990 |
+
#: elements/filterable-gallery/filterable-gallery.php:514
|
| 991 |
+
#: elements/filterable-gallery/filterable-gallery.php:1042
|
| 992 |
+
#: elements/filterable-gallery/filterable-gallery.php:1330
|
| 993 |
+
#: elements/post-grid/post-grid.php:156
|
| 994 |
+
#: elements/post-grid/post-grid.php:212
|
| 995 |
+
#: elements/post-grid/post-grid.php:273
|
| 996 |
+
#: elements/tooltip/tooltip.php:145
|
| 997 |
+
#: elements/fancy-text/fancy-text.php:153
|
| 998 |
+
#: elements/progress-bar/progress-bar.php:235
|
| 999 |
+
#: elements/progress-bar/progress-bar.php:432
|
| 1000 |
+
#: elements/call-to-action/call-to-action.php:63
|
| 1001 |
+
#: elements/testimonials/testimonials.php:212
|
| 1002 |
+
#: elements/post-timeline/post-timeline.php:190
|
| 1003 |
+
#: elements/post-timeline/post-timeline.php:246
|
| 1004 |
+
#: elements/contact-form-7/contact-form-7.php:272
|
| 1005 |
+
#: elements/contact-form-7/contact-form-7.php:414
|
| 1006 |
+
#: elements/contact-form-7/contact-form-7.php:1066
|
| 1007 |
+
#: elements/caldera-forms/caldera-forms.php:178
|
| 1008 |
+
#: elements/caldera-forms/caldera-forms.php:360
|
| 1009 |
+
#: elements/caldera-forms/caldera-forms.php:532
|
| 1010 |
+
#: elements/caldera-forms/caldera-forms.php:1107
|
| 1011 |
+
#: elements/ninja-form/ninja-form.php:223
|
| 1012 |
+
#: elements/ninja-form/ninja-form.php:365
|
| 1013 |
+
#: elements/ninja-form/ninja-form.php:547
|
| 1014 |
+
#: elements/ninja-form/ninja-form.php:1127
|
| 1015 |
+
#: elements/weforms/weforms.php:112
|
| 1016 |
+
#: elements/weforms/weforms.php:562
|
| 1017 |
+
#: elements/data-table/data-table.php:404
|
| 1018 |
+
#: elements/data-table/data-table.php:565
|
| 1019 |
+
#: elements/data-table/data-table.php:814
|
| 1020 |
+
#: elements/creative-button/creative-button.php:200
|
| 1021 |
+
msgid "Center"
|
| 1022 |
+
msgstr ""
|
| 1023 |
+
|
| 1024 |
+
#: includes/elementor-helper.php:679
|
| 1025 |
+
#: elements/pricing-table/pricing-table.php:180
|
| 1026 |
+
#: elements/pricing-table/pricing-table.php:287
|
| 1027 |
+
#: elements/pricing-table/pricing-table.php:640
|
| 1028 |
+
#: elements/pricing-table/pricing-table.php:665
|
| 1029 |
+
#: elements/wpforms/wpforms.php:221
|
| 1030 |
+
#: elements/wpforms/wpforms.php:360
|
| 1031 |
+
#: elements/wpforms/wpforms.php:534
|
| 1032 |
+
#: elements/wpforms/wpforms.php:1099
|
| 1033 |
+
#: elements/infobox/infobox.php:249
|
| 1034 |
+
#: elements/flipbox/flipbox.php:329
|
| 1035 |
+
#: elements/dual-color-header/dual-color-header.php:127
|
| 1036 |
+
#: elements/team-members/team-members.php:315
|
| 1037 |
+
#: elements/gravity-form/gravity-form.php:298
|
| 1038 |
+
#: elements/gravity-form/gravity-form.php:435
|
| 1039 |
+
#: elements/gravity-form/gravity-form.php:580
|
| 1040 |
+
#: elements/gravity-form/gravity-form.php:1303
|
| 1041 |
+
#: elements/countdown/countdown.php:789
|
| 1042 |
+
#: elements/filterable-gallery/filterable-gallery.php:518
|
| 1043 |
+
#: elements/filterable-gallery/filterable-gallery.php:1046
|
| 1044 |
+
#: elements/filterable-gallery/filterable-gallery.php:1334
|
| 1045 |
+
#: elements/post-grid/post-grid.php:160
|
| 1046 |
+
#: elements/post-grid/post-grid.php:216
|
| 1047 |
+
#: elements/post-grid/post-grid.php:277
|
| 1048 |
+
#: elements/tooltip/tooltip.php:149
|
| 1049 |
+
#: elements/tooltip/tooltip.php:219
|
| 1050 |
+
#: elements/fancy-text/fancy-text.php:157
|
| 1051 |
+
#: elements/progress-bar/progress-bar.php:239
|
| 1052 |
+
#: elements/progress-bar/progress-bar.php:436
|
| 1053 |
+
#: elements/call-to-action/call-to-action.php:64
|
| 1054 |
+
#: elements/testimonials/testimonials.php:216
|
| 1055 |
+
#: elements/post-timeline/post-timeline.php:194
|
| 1056 |
+
#: elements/post-timeline/post-timeline.php:250
|
| 1057 |
+
#: elements/content-ticker/content-ticker.php:255
|
| 1058 |
+
#: elements/contact-form-7/contact-form-7.php:276
|
| 1059 |
+
#: elements/contact-form-7/contact-form-7.php:418
|
| 1060 |
+
#: elements/contact-form-7/contact-form-7.php:1070
|
| 1061 |
+
#: elements/caldera-forms/caldera-forms.php:182
|
| 1062 |
+
#: elements/caldera-forms/caldera-forms.php:364
|
| 1063 |
+
#: elements/caldera-forms/caldera-forms.php:536
|
| 1064 |
+
#: elements/caldera-forms/caldera-forms.php:1111
|
| 1065 |
+
#: elements/ninja-form/ninja-form.php:227
|
| 1066 |
+
#: elements/ninja-form/ninja-form.php:369
|
| 1067 |
+
#: elements/ninja-form/ninja-form.php:551
|
| 1068 |
+
#: elements/ninja-form/ninja-form.php:1131
|
| 1069 |
+
#: elements/weforms/weforms.php:116
|
| 1070 |
+
#: elements/weforms/weforms.php:566
|
| 1071 |
+
#: elements/data-table/data-table.php:408
|
| 1072 |
+
#: elements/data-table/data-table.php:569
|
| 1073 |
+
#: elements/data-table/data-table.php:818
|
| 1074 |
+
#: elements/creative-button/creative-button.php:204
|
| 1075 |
+
msgid "Right"
|
| 1076 |
+
msgstr ""
|
| 1077 |
+
|
| 1078 |
+
#: includes/eae-posts-group-control.php:44
|
| 1079 |
+
msgid "Source"
|
| 1080 |
+
msgstr ""
|
| 1081 |
+
|
| 1082 |
+
#: includes/eae-posts-group-control.php:49
|
| 1083 |
+
msgid "Search & Select"
|
| 1084 |
+
msgstr ""
|
| 1085 |
+
|
| 1086 |
+
#: includes/eae-posts-group-control.php:61
|
| 1087 |
+
msgid "Author"
|
| 1088 |
+
msgstr ""
|
| 1089 |
+
|
| 1090 |
+
#: includes/eae-posts-group-control.php:83
|
| 1091 |
+
msgid "Manual Selection"
|
| 1092 |
+
msgstr ""
|
| 1093 |
+
|
| 1094 |
+
#: includes/queries.php:207
|
| 1095 |
+
msgid "Select a Contact Form"
|
| 1096 |
+
msgstr ""
|
| 1097 |
+
|
| 1098 |
+
#: includes/queries.php:213
|
| 1099 |
+
#: includes/queries.php:236
|
| 1100 |
+
#: includes/queries.php:263
|
| 1101 |
+
#: includes/queries.php:288
|
| 1102 |
+
#: includes/queries.php:313
|
| 1103 |
+
#: includes/queries.php:343
|
| 1104 |
+
msgid "Create a Form First"
|
| 1105 |
+
msgstr ""
|
| 1106 |
+
|
| 1107 |
+
#: includes/queries.php:230
|
| 1108 |
+
msgid "Select Gravity Form"
|
| 1109 |
+
msgstr ""
|
| 1110 |
+
|
| 1111 |
+
#: includes/queries.php:258
|
| 1112 |
+
#: elements/weforms/weforms.php:40
|
| 1113 |
+
msgid "Select weForm"
|
| 1114 |
+
msgstr ""
|
| 1115 |
+
|
| 1116 |
+
#: includes/queries.php:281
|
| 1117 |
+
msgid "Select Ninja Form"
|
| 1118 |
+
msgstr ""
|
| 1119 |
+
|
| 1120 |
+
#: includes/queries.php:307
|
| 1121 |
+
msgid "Select Caldera Form"
|
| 1122 |
+
msgstr ""
|
| 1123 |
+
|
| 1124 |
+
#: includes/queries.php:337
|
| 1125 |
+
msgid "Select a WPForm"
|
| 1126 |
+
msgstr ""
|
| 1127 |
+
|
| 1128 |
+
#: elements/pricing-table/pricing-table.php:13
|
| 1129 |
+
msgid "EA Pricing Table"
|
| 1130 |
+
msgstr ""
|
| 1131 |
+
|
| 1132 |
+
#: elements/pricing-table/pricing-table.php:32
|
| 1133 |
+
#: elements/filterable-gallery/filterable-gallery.php:40
|
| 1134 |
+
msgid "Settings"
|
| 1135 |
+
msgstr ""
|
| 1136 |
+
|
| 1137 |
+
#: elements/pricing-table/pricing-table.php:39
|
| 1138 |
+
msgid "Pricing Style"
|
| 1139 |
+
msgstr ""
|
| 1140 |
+
|
| 1141 |
+
#: elements/pricing-table/pricing-table.php:45
|
| 1142 |
+
msgid "Pricing Style 2"
|
| 1143 |
+
msgstr ""
|
| 1144 |
+
|
| 1145 |
+
#: elements/pricing-table/pricing-table.php:46
|
| 1146 |
+
msgid "Pricing Style 3"
|
| 1147 |
+
msgstr ""
|
| 1148 |
+
|
| 1149 |
+
#: elements/pricing-table/pricing-table.php:47
|
| 1150 |
+
msgid "Pricing Style 4"
|
| 1151 |
+
msgstr ""
|
| 1152 |
+
|
| 1153 |
+
#: elements/pricing-table/pricing-table.php:55
|
| 1154 |
+
#: elements/team-members/team-members.php:260
|
| 1155 |
+
#: elements/fancy-text/fancy-text.php:134
|
| 1156 |
+
msgid "Only available in pro version!"
|
| 1157 |
+
msgstr ""
|
| 1158 |
+
|
| 1159 |
+
#: elements/pricing-table/pricing-table.php:69
|
| 1160 |
+
#: elements/pricing-table/pricing-table.php:239
|
| 1161 |
+
msgid "List Icon"
|
| 1162 |
+
msgstr ""
|
| 1163 |
+
|
| 1164 |
+
#: elements/pricing-table/pricing-table.php:79
|
| 1165 |
+
#: elements/image-accordion/image-accordion.php:72
|
| 1166 |
+
#: elements/image-accordion/image-accordion.php:270
|
| 1167 |
+
#: elements/wpforms/wpforms.php:62
|
| 1168 |
+
#: elements/wpforms/wpforms.php:92
|
| 1169 |
+
#: elements/wpforms/wpforms.php:374
|
| 1170 |
+
#: elements/flipbox/flipbox.php:360
|
| 1171 |
+
#: elements/gravity-form/gravity-form.php:108
|
| 1172 |
+
#: elements/gravity-form/gravity-form.php:138
|
| 1173 |
+
#: elements/gravity-form/gravity-form.php:449
|
| 1174 |
+
#: elements/progress-bar/progress-bar.php:74
|
| 1175 |
+
#: elements/progress-bar/progress-bar.php:564
|
| 1176 |
+
#: elements/call-to-action/call-to-action.php:105
|
| 1177 |
+
#: elements/contact-form-7/contact-form-7.php:108
|
| 1178 |
+
#: elements/contact-form-7/contact-form-7.php:432
|
| 1179 |
+
#: elements/caldera-forms/caldera-forms.php:66
|
| 1180 |
+
#: elements/caldera-forms/caldera-forms.php:199
|
| 1181 |
+
#: elements/ninja-form/ninja-form.php:66
|
| 1182 |
+
#: elements/ninja-form/ninja-form.php:82
|
| 1183 |
+
#: elements/ninja-form/ninja-form.php:383
|
| 1184 |
+
msgid "Title"
|
| 1185 |
+
msgstr ""
|
| 1186 |
+
|
| 1187 |
+
#: elements/pricing-table/pricing-table.php:82
|
| 1188 |
+
msgid "Startup"
|
| 1189 |
+
msgstr ""
|
| 1190 |
+
|
| 1191 |
+
#: elements/pricing-table/pricing-table.php:92
|
| 1192 |
+
msgid "Sub Title"
|
| 1193 |
+
msgstr ""
|
| 1194 |
+
|
| 1195 |
+
#: elements/pricing-table/pricing-table.php:95
|
| 1196 |
+
msgid "A tagline here."
|
| 1197 |
+
msgstr ""
|
| 1198 |
+
|
| 1199 |
+
#: elements/pricing-table/pricing-table.php:125
|
| 1200 |
+
#: elements/pricing-table/pricing-table.php:132
|
| 1201 |
+
#: elements/gravity-form/gravity-form.php:1016
|
| 1202 |
+
msgid "Price"
|
| 1203 |
+
msgstr ""
|
| 1204 |
+
|
| 1205 |
+
#: elements/pricing-table/pricing-table.php:135
|
| 1206 |
+
msgid "99"
|
| 1207 |
+
msgstr ""
|
| 1208 |
+
|
| 1209 |
+
#: elements/pricing-table/pricing-table.php:141
|
| 1210 |
+
msgid "On Sale?"
|
| 1211 |
+
msgstr ""
|
| 1212 |
+
|
| 1213 |
+
#: elements/pricing-table/pricing-table.php:152
|
| 1214 |
+
#: elements/pricing-table/pricing-table.php:836
|
| 1215 |
+
msgid "Sale Price"
|
| 1216 |
+
msgstr ""
|
| 1217 |
+
|
| 1218 |
+
#: elements/pricing-table/pricing-table.php:155
|
| 1219 |
+
msgid "89"
|
| 1220 |
+
msgstr ""
|
| 1221 |
+
|
| 1222 |
+
#: elements/pricing-table/pricing-table.php:164
|
| 1223 |
+
msgid "Price Currency"
|
| 1224 |
+
msgstr ""
|
| 1225 |
+
|
| 1226 |
+
#: elements/pricing-table/pricing-table.php:167
|
| 1227 |
+
msgid "$"
|
| 1228 |
+
msgstr ""
|
| 1229 |
+
|
| 1230 |
+
#: elements/pricing-table/pricing-table.php:174
|
| 1231 |
+
msgid "Currency Placement"
|
| 1232 |
+
msgstr ""
|
| 1233 |
+
|
| 1234 |
+
#: elements/pricing-table/pricing-table.php:188
|
| 1235 |
+
msgid "Price Period (per)"
|
| 1236 |
+
msgstr ""
|
| 1237 |
+
|
| 1238 |
+
#: elements/pricing-table/pricing-table.php:191
|
| 1239 |
+
msgid "month"
|
| 1240 |
+
msgstr ""
|
| 1241 |
+
|
| 1242 |
+
#: elements/pricing-table/pricing-table.php:198
|
| 1243 |
+
msgid "Period Separator"
|
| 1244 |
+
msgstr ""
|
| 1245 |
+
|
| 1246 |
+
#: elements/pricing-table/pricing-table.php:201
|
| 1247 |
+
msgid "/"
|
| 1248 |
+
msgstr ""
|
| 1249 |
+
|
| 1250 |
+
#: elements/pricing-table/pricing-table.php:213
|
| 1251 |
+
msgid "Feature"
|
| 1252 |
+
msgstr ""
|
| 1253 |
+
|
| 1254 |
+
#: elements/pricing-table/pricing-table.php:232
|
| 1255 |
+
#: elements/filterable-gallery/filterable-gallery.php:248
|
| 1256 |
+
msgid "List Item"
|
| 1257 |
+
msgstr ""
|
| 1258 |
+
|
| 1259 |
+
#: elements/pricing-table/pricing-table.php:235
|
| 1260 |
+
msgid "Pricing table list item"
|
| 1261 |
+
msgstr ""
|
| 1262 |
+
|
| 1263 |
+
#: elements/pricing-table/pricing-table.php:246
|
| 1264 |
+
msgid "Item Active?"
|
| 1265 |
+
msgstr ""
|
| 1266 |
+
|
| 1267 |
+
#: elements/pricing-table/pricing-table.php:253
|
| 1268 |
+
#: elements/pricing-table/pricing-table.php:1421
|
| 1269 |
+
#: elements/infobox/infobox.php:686
|
| 1270 |
+
#: elements/infobox/infobox.php:766
|
| 1271 |
+
#: elements/infobox/infobox.php:917
|
| 1272 |
+
#: elements/infobox/infobox.php:997
|
| 1273 |
+
#: elements/dual-color-header/dual-color-header.php:287
|
| 1274 |
+
#: elements/team-members/team-members.php:598
|
| 1275 |
+
#: elements/post-grid/post-grid.php:356
|
| 1276 |
+
#: elements/advance-tabs/advance-tabs.php:417
|
| 1277 |
+
#: elements/advance-tabs/advance-tabs.php:475
|
| 1278 |
+
#: elements/advance-tabs/advance-tabs.php:535
|
| 1279 |
+
#: elements/advance-accordion/advance-accordion.php:379
|
| 1280 |
+
#: elements/advance-accordion/advance-accordion.php:444
|
| 1281 |
+
#: elements/advance-accordion/advance-accordion.php:509
|
| 1282 |
+
msgid "Icon Color"
|
| 1283 |
+
msgstr ""
|
| 1284 |
+
|
| 1285 |
+
#: elements/pricing-table/pricing-table.php:259
|
| 1286 |
+
msgid "Enable Tooltip?"
|
| 1287 |
+
msgstr ""
|
| 1288 |
+
|
| 1289 |
+
#: elements/pricing-table/pricing-table.php:266
|
| 1290 |
+
msgid "Tooltip Content"
|
| 1291 |
+
msgstr ""
|
| 1292 |
+
|
| 1293 |
+
#: elements/pricing-table/pricing-table.php:268
|
| 1294 |
+
msgid "I'm a awesome tooltip!!"
|
| 1295 |
+
msgstr ""
|
| 1296 |
+
|
| 1297 |
+
#: elements/pricing-table/pricing-table.php:275
|
| 1298 |
+
msgid "Tooltip Side"
|
| 1299 |
+
msgstr ""
|
| 1300 |
+
|
| 1301 |
+
#: elements/pricing-table/pricing-table.php:283
|
| 1302 |
+
#: elements/infobox/infobox.php:90
|
| 1303 |
+
#: elements/tooltip/tooltip.php:220
|
| 1304 |
+
msgid "Top"
|
| 1305 |
+
msgstr ""
|
| 1306 |
+
|
| 1307 |
+
#: elements/pricing-table/pricing-table.php:291
|
| 1308 |
+
#: elements/infobox/infobox.php:98
|
| 1309 |
+
#: elements/tooltip/tooltip.php:221
|
| 1310 |
+
msgid "Bottom"
|
| 1311 |
+
msgstr ""
|
| 1312 |
+
|
| 1313 |
+
#: elements/pricing-table/pricing-table.php:302
|
| 1314 |
+
msgid "Tooltip Trigger"
|
| 1315 |
+
msgstr ""
|
| 1316 |
+
|
| 1317 |
+
#: elements/pricing-table/pricing-table.php:306
|
| 1318 |
+
msgid "Click"
|
| 1319 |
+
msgstr ""
|
| 1320 |
+
|
| 1321 |
+
#: elements/pricing-table/pricing-table.php:315
|
| 1322 |
+
msgid "Tooltip Animation"
|
| 1323 |
+
msgstr ""
|
| 1324 |
+
|
| 1325 |
+
#: elements/pricing-table/pricing-table.php:318
|
| 1326 |
+
#: elements/fancy-text/fancy-text.php:176
|
| 1327 |
+
#: elements/content-ticker/content-ticker.php:100
|
| 1328 |
+
msgid "Fade"
|
| 1329 |
+
msgstr ""
|
| 1330 |
+
|
| 1331 |
+
#: elements/pricing-table/pricing-table.php:319
|
| 1332 |
+
msgid "Grow"
|
| 1333 |
+
msgstr ""
|
| 1334 |
+
|
| 1335 |
+
#: elements/pricing-table/pricing-table.php:320
|
| 1336 |
+
#: elements/fancy-text/fancy-text.php:183
|
| 1337 |
+
msgid "Swing"
|
| 1338 |
+
msgstr ""
|
| 1339 |
+
|
| 1340 |
+
#: elements/pricing-table/pricing-table.php:321
|
| 1341 |
+
#: elements/content-ticker/content-ticker.php:99
|
| 1342 |
+
msgid "Slide"
|
| 1343 |
+
msgstr ""
|
| 1344 |
+
|
| 1345 |
+
#: elements/pricing-table/pricing-table.php:322
|
| 1346 |
+
msgid "Fall"
|
| 1347 |
+
msgstr ""
|
| 1348 |
+
|
| 1349 |
+
#: elements/pricing-table/pricing-table.php:331
|
| 1350 |
+
#: elements/progress-bar/progress-bar.php:135
|
| 1351 |
+
msgid "Animation Duration"
|
| 1352 |
+
msgstr ""
|
| 1353 |
+
|
| 1354 |
+
#: elements/pricing-table/pricing-table.php:340
|
| 1355 |
+
#: elements/pricing-table/pricing-table.php:1230
|
| 1356 |
+
msgid "Tooltip Arrow"
|
| 1357 |
+
msgstr ""
|
| 1358 |
+
|
| 1359 |
+
#: elements/pricing-table/pricing-table.php:350
|
| 1360 |
+
msgid "Tooltip Theme"
|
| 1361 |
+
msgstr ""
|
| 1362 |
+
|
| 1363 |
+
#: elements/pricing-table/pricing-table.php:354
|
| 1364 |
+
msgid "Noir"
|
| 1365 |
+
msgstr ""
|
| 1366 |
+
|
| 1367 |
+
#: elements/pricing-table/pricing-table.php:355
|
| 1368 |
+
msgid "Light"
|
| 1369 |
+
msgstr ""
|
| 1370 |
+
|
| 1371 |
+
#: elements/pricing-table/pricing-table.php:356
|
| 1372 |
+
msgid "Punk"
|
| 1373 |
+
msgstr ""
|
| 1374 |
+
|
| 1375 |
+
#: elements/pricing-table/pricing-table.php:357
|
| 1376 |
+
msgid "Shadow"
|
| 1377 |
+
msgstr ""
|
| 1378 |
+
|
| 1379 |
+
#: elements/pricing-table/pricing-table.php:358
|
| 1380 |
+
msgid "Borderless"
|
| 1381 |
+
msgstr ""
|
| 1382 |
+
|
| 1383 |
+
#: elements/pricing-table/pricing-table.php:378
|
| 1384 |
+
msgid "Footer"
|
| 1385 |
+
msgstr ""
|
| 1386 |
+
|
| 1387 |
+
#: elements/pricing-table/pricing-table.php:385
|
| 1388 |
+
#: elements/flipbox/flipbox.php:406
|
| 1389 |
+
#: elements/filterable-gallery/filterable-gallery.php:478
|
| 1390 |
+
#: elements/filterable-gallery/filterable-gallery.php:1644
|
| 1391 |
+
msgid "Button Icon"
|
| 1392 |
+
msgstr ""
|
| 1393 |
+
|
| 1394 |
+
#: elements/pricing-table/pricing-table.php:393
|
| 1395 |
+
#: elements/infobox/infobox.php:82
|
| 1396 |
+
#: elements/infobox/infobox.php:367
|
| 1397 |
+
#: elements/flipbox/flipbox.php:418
|
| 1398 |
+
#: elements/filterable-gallery/filterable-gallery.php:490
|
| 1399 |
+
#: elements/advance-tabs/advance-tabs.php:65
|
| 1400 |
+
#: elements/creative-button/creative-button.php:89
|
| 1401 |
+
msgid "Icon Position"
|
| 1402 |
+
msgstr ""
|
| 1403 |
+
|
| 1404 |
+
#: elements/pricing-table/pricing-table.php:397
|
| 1405 |
+
#: elements/infobox/infobox.php:371
|
| 1406 |
+
#: elements/flipbox/flipbox.php:423
|
| 1407 |
+
#: elements/filterable-gallery/filterable-gallery.php:495
|
| 1408 |
+
#: elements/creative-button/creative-button.php:93
|
| 1409 |
+
msgid "Before"
|
| 1410 |
+
msgstr ""
|
| 1411 |
+
|
| 1412 |
+
#: elements/pricing-table/pricing-table.php:398
|
| 1413 |
+
#: elements/infobox/infobox.php:372
|
| 1414 |
+
#: elements/flipbox/flipbox.php:422
|
| 1415 |
+
#: elements/filterable-gallery/filterable-gallery.php:494
|
| 1416 |
+
#: elements/creative-button/creative-button.php:94
|
| 1417 |
+
msgid "After"
|
| 1418 |
+
msgstr ""
|
| 1419 |
+
|
| 1420 |
+
#: elements/pricing-table/pricing-table.php:409
|
| 1421 |
+
#: elements/infobox/infobox.php:384
|
| 1422 |
+
#: elements/creative-button/creative-button.php:106
|
| 1423 |
+
msgid "Icon Spacing"
|
| 1424 |
+
msgstr ""
|
| 1425 |
+
|
| 1426 |
+
#: elements/pricing-table/pricing-table.php:429
|
| 1427 |
+
#: elements/infobox/infobox.php:322
|
| 1428 |
+
#: elements/flipbox/flipbox.php:391
|
| 1429 |
+
#: elements/filterable-gallery/filterable-gallery.php:434
|
| 1430 |
+
#: elements/call-to-action/call-to-action.php:153
|
| 1431 |
+
#: elements/call-to-action/call-to-action.php:156
|
| 1432 |
+
#: elements/creative-button/creative-button.php:42
|
| 1433 |
+
msgid "Button Text"
|
| 1434 |
+
msgstr ""
|
| 1435 |
+
|
| 1436 |
+
#: elements/pricing-table/pricing-table.php:432
|
| 1437 |
+
msgid "Choose Plan"
|
| 1438 |
+
msgstr ""
|
| 1439 |
+
|
| 1440 |
+
#: elements/pricing-table/pricing-table.php:439
|
| 1441 |
+
#: elements/tooltip/tooltip.php:176
|
| 1442 |
+
#: elements/call-to-action/call-to-action.php:163
|
| 1443 |
+
msgid "Button Link"
|
| 1444 |
+
msgstr ""
|
| 1445 |
+
|
| 1446 |
+
#: elements/pricing-table/pricing-table.php:458
|
| 1447 |
+
#: elements/pricing-table/pricing-table.php:990
|
| 1448 |
+
msgid "Ribbon"
|
| 1449 |
+
msgstr ""
|
| 1450 |
+
|
| 1451 |
+
#: elements/pricing-table/pricing-table.php:465
|
| 1452 |
+
msgid "Featured?"
|
| 1453 |
+
msgstr ""
|
| 1454 |
+
|
| 1455 |
+
#: elements/pricing-table/pricing-table.php:475
|
| 1456 |
+
msgid "Ribbon Style"
|
| 1457 |
+
msgstr ""
|
| 1458 |
+
|
| 1459 |
+
#: elements/pricing-table/pricing-table.php:479
|
| 1460 |
+
#: elements/countdown/countdown.php:99
|
| 1461 |
+
#: elements/fancy-text/fancy-text.php:125
|
| 1462 |
+
msgid "Style 1"
|
| 1463 |
+
msgstr ""
|
| 1464 |
+
|
| 1465 |
+
#: elements/pricing-table/pricing-table.php:480
|
| 1466 |
+
#: elements/countdown/countdown.php:100
|
| 1467 |
+
#: elements/fancy-text/fancy-text.php:126
|
| 1468 |
+
msgid "Style 2"
|
| 1469 |
+
msgstr ""
|
| 1470 |
+
|
| 1471 |
+
#: elements/pricing-table/pricing-table.php:481
|
| 1472 |
+
#: elements/countdown/countdown.php:101
|
| 1473 |
+
msgid "Style 3"
|
| 1474 |
+
msgstr ""
|
| 1475 |
+
|
| 1476 |
+
#: elements/pricing-table/pricing-table.php:495
|
| 1477 |
+
msgid "Featured Tag Text"
|
| 1478 |
+
msgstr ""
|
| 1479 |
+
|
| 1480 |
+
#: elements/pricing-table/pricing-table.php:498
|
| 1481 |
+
msgid "Featured"
|
| 1482 |
+
msgstr ""
|
| 1483 |
+
|
| 1484 |
+
#: elements/pricing-table/pricing-table.php:545
|
| 1485 |
+
msgid "Pricing Table Style"
|
| 1486 |
+
msgstr ""
|
| 1487 |
+
|
| 1488 |
+
#: elements/pricing-table/pricing-table.php:590
|
| 1489 |
+
#: elements/pricing-table/pricing-table.php:1200
|
| 1490 |
+
#: elements/gravity-form/gravity-form.php:937
|
| 1491 |
+
msgid "Border Type"
|
| 1492 |
+
msgstr ""
|
| 1493 |
+
|
| 1494 |
+
#: elements/pricing-table/pricing-table.php:627
|
| 1495 |
+
#: elements/infobox/infobox.php:236
|
| 1496 |
+
#: elements/flipbox/flipbox.php:316
|
| 1497 |
+
#: elements/filterable-gallery/filterable-gallery.php:1032
|
| 1498 |
+
#: elements/filterable-gallery/filterable-gallery.php:1320
|
| 1499 |
+
#: elements/tooltip/tooltip.php:136
|
| 1500 |
+
#: elements/data-table/data-table.php:805
|
| 1501 |
+
msgid "Content Alignment"
|
| 1502 |
+
msgstr ""
|
| 1503 |
+
|
| 1504 |
+
#: elements/pricing-table/pricing-table.php:684
|
| 1505 |
+
#: elements/data-table/data-table.php:38
|
| 1506 |
+
msgid "Header"
|
| 1507 |
+
msgstr ""
|
| 1508 |
+
|
| 1509 |
+
#: elements/pricing-table/pricing-table.php:692
|
| 1510 |
+
#: elements/infobox/infobox.php:1237
|
| 1511 |
+
#: elements/facebook-feed/facebook-feed.php:442
|
| 1512 |
+
#: elements/flipbox/flipbox.php:738
|
| 1513 |
+
#: elements/flipbox/flipbox.php:839
|
| 1514 |
+
#: elements/dual-color-header/dual-color-header.php:314
|
| 1515 |
+
#: elements/countdown/countdown.php:803
|
| 1516 |
+
#: elements/post-grid/post-grid.php:113
|
| 1517 |
+
#: elements/call-to-action/call-to-action.php:366
|
| 1518 |
+
#: elements/post-timeline/post-timeline.php:160
|
| 1519 |
+
#: elements/twitter-feed/twitter-feed.php:453
|
| 1520 |
+
msgid "Title Style"
|
| 1521 |
+
msgstr ""
|
| 1522 |
+
|
| 1523 |
+
#: elements/pricing-table/pricing-table.php:700
|
| 1524 |
+
#: elements/pricing-table/pricing-table.php:764
|
| 1525 |
+
#: elements/pricing-table/pricing-table.php:816
|
| 1526 |
+
#: elements/pricing-table/pricing-table.php:845
|
| 1527 |
+
#: elements/pricing-table/pricing-table.php:874
|
| 1528 |
+
#: elements/pricing-table/pricing-table.php:915
|
| 1529 |
+
#: elements/pricing-table/pricing-table.php:951
|
| 1530 |
+
#: elements/pricing-table/pricing-table.php:1075
|
| 1531 |
+
#: elements/pricing-table/pricing-table.php:1174
|
| 1532 |
+
#: elements/image-accordion/image-accordion.php:279
|
| 1533 |
+
#: elements/image-accordion/image-accordion.php:308
|
| 1534 |
+
#: elements/wpforms/wpforms.php:938
|
| 1535 |
+
#: elements/wpforms/wpforms.php:1054
|
| 1536 |
+
#: elements/infobox/infobox.php:1245
|
| 1537 |
+
#: elements/infobox/infobox.php:1321
|
| 1538 |
+
#: elements/facebook-feed/facebook-feed.php:450
|
| 1539 |
+
#: elements/facebook-feed/facebook-feed.php:479
|
| 1540 |
+
#: elements/facebook-feed/facebook-feed.php:509
|
| 1541 |
+
#: elements/facebook-feed/facebook-feed.php:575
|
| 1542 |
+
#: elements/flipbox/flipbox.php:715
|
| 1543 |
+
#: elements/flipbox/flipbox.php:747
|
| 1544 |
+
#: elements/flipbox/flipbox.php:779
|
| 1545 |
+
#: elements/flipbox/flipbox.php:816
|
| 1546 |
+
#: elements/flipbox/flipbox.php:848
|
| 1547 |
+
#: elements/flipbox/flipbox.php:880
|
| 1548 |
+
#: elements/flipbox/flipbox.php:953
|
| 1549 |
+
#: elements/flipbox/flipbox.php:1011
|
| 1550 |
+
#: elements/dual-color-header/dual-color-header.php:363
|
| 1551 |
+
#: elements/gravity-form/gravity-form.php:1142
|
| 1552 |
+
#: elements/gravity-form/gravity-form.php:1258
|
| 1553 |
+
#: elements/filterable-gallery/filterable-gallery.php:955
|
| 1554 |
+
#: elements/filterable-gallery/filterable-gallery.php:995
|
| 1555 |
+
#: elements/filterable-gallery/filterable-gallery.php:1259
|
| 1556 |
+
#: elements/filterable-gallery/filterable-gallery.php:1300
|
| 1557 |
+
#: elements/filterable-gallery/filterable-gallery.php:1374
|
| 1558 |
+
#: elements/progress-bar/progress-bar.php:317
|
| 1559 |
+
#: elements/progress-bar/progress-bar.php:370
|
| 1560 |
+
#: elements/call-to-action/call-to-action.php:374
|
| 1561 |
+
#: elements/call-to-action/call-to-action.php:403
|
| 1562 |
+
#: elements/call-to-action/call-to-action.php:631
|
| 1563 |
+
#: elements/twitter-feed/twitter-feed.php:461
|
| 1564 |
+
#: elements/twitter-feed/twitter-feed.php:490
|
| 1565 |
+
#: elements/twitter-feed/twitter-feed.php:520
|
| 1566 |
+
#: elements/twitter-feed/twitter-feed.php:586
|
| 1567 |
+
#: elements/content-ticker/content-ticker.php:383
|
| 1568 |
+
#: elements/content-ticker/content-ticker.php:555
|
| 1569 |
+
#: elements/content-ticker/content-ticker.php:611
|
| 1570 |
+
#: elements/contact-form-7/contact-form-7.php:909
|
| 1571 |
+
#: elements/contact-form-7/contact-form-7.php:1025
|
| 1572 |
+
#: elements/caldera-forms/caldera-forms.php:950
|
| 1573 |
+
#: elements/caldera-forms/caldera-forms.php:1066
|
| 1574 |
+
#: elements/caldera-forms/caldera-forms.php:1398
|
| 1575 |
+
#: elements/ninja-form/ninja-form.php:970
|
| 1576 |
+
#: elements/ninja-form/ninja-form.php:1086
|
| 1577 |
+
#: elements/ninja-form/ninja-form.php:1392
|
| 1578 |
+
#: elements/data-table/data-table.php:469
|
| 1579 |
+
#: elements/data-table/data-table.php:509
|
| 1580 |
+
#: elements/data-table/data-table.php:883
|
| 1581 |
+
msgid "Color"
|
| 1582 |
+
msgstr ""
|
| 1583 |
+
|
| 1584 |
+
#: elements/pricing-table/pricing-table.php:729
|
| 1585 |
+
#: elements/pricing-table/pricing-table.php:998
|
| 1586 |
+
msgid "Line Color"
|
| 1587 |
+
msgstr ""
|
| 1588 |
+
|
| 1589 |
+
#: elements/pricing-table/pricing-table.php:752
|
| 1590 |
+
msgid "Subtitle Style"
|
| 1591 |
+
msgstr ""
|
| 1592 |
+
|
| 1593 |
+
#: elements/pricing-table/pricing-table.php:799
|
| 1594 |
+
msgid "Pricing"
|
| 1595 |
+
msgstr ""
|
| 1596 |
+
|
| 1597 |
+
#: elements/pricing-table/pricing-table.php:807
|
| 1598 |
+
msgid "Original Price"
|
| 1599 |
+
msgstr ""
|
| 1600 |
+
|
| 1601 |
+
#: elements/pricing-table/pricing-table.php:865
|
| 1602 |
+
msgid "Currency"
|
| 1603 |
+
msgstr ""
|
| 1604 |
+
|
| 1605 |
+
#: elements/pricing-table/pricing-table.php:906
|
| 1606 |
+
msgid "Pricing Period"
|
| 1607 |
+
msgstr ""
|
| 1608 |
+
|
| 1609 |
+
#: elements/pricing-table/pricing-table.php:943
|
| 1610 |
+
msgid "Feature List"
|
| 1611 |
+
msgstr ""
|
| 1612 |
+
|
| 1613 |
+
#: elements/pricing-table/pricing-table.php:963
|
| 1614 |
+
msgid "Disable item color"
|
| 1615 |
+
msgstr ""
|
| 1616 |
+
|
| 1617 |
+
#: elements/pricing-table/pricing-table.php:1017
|
| 1618 |
+
msgid "Line Height"
|
| 1619 |
+
msgstr ""
|
| 1620 |
+
|
| 1621 |
+
#: elements/pricing-table/pricing-table.php:1043
|
| 1622 |
+
#: elements/call-to-action/call-to-action.php:612
|
| 1623 |
+
msgid "Font Size"
|
| 1624 |
+
msgstr ""
|
| 1625 |
+
|
| 1626 |
+
#: elements/pricing-table/pricing-table.php:1136
|
| 1627 |
+
#: admin/settings.php:381
|
| 1628 |
+
msgid "Tooltip"
|
| 1629 |
+
msgstr ""
|
| 1630 |
+
|
| 1631 |
+
#: elements/pricing-table/pricing-table.php:1156
|
| 1632 |
+
msgid "Arrow Background"
|
| 1633 |
+
msgstr ""
|
| 1634 |
+
|
| 1635 |
+
#: elements/pricing-table/pricing-table.php:1189
|
| 1636 |
+
msgid "Refresh your browser after saving the padding value for see changes."
|
| 1637 |
+
msgstr ""
|
| 1638 |
+
|
| 1639 |
+
#: elements/pricing-table/pricing-table.php:1239
|
| 1640 |
+
#: elements/tooltip/tooltip.php:554
|
| 1641 |
+
msgid "Arrow Size"
|
| 1642 |
+
msgstr ""
|
| 1643 |
+
|
| 1644 |
+
#: elements/pricing-table/pricing-table.php:1284
|
| 1645 |
+
msgid "Icon Settings"
|
| 1646 |
+
msgstr ""
|
| 1647 |
+
|
| 1648 |
+
#: elements/pricing-table/pricing-table.php:1295
|
| 1649 |
+
msgid "Show Background"
|
| 1650 |
+
msgstr ""
|
| 1651 |
+
|
| 1652 |
+
#: elements/pricing-table/pricing-table.php:1298
|
| 1653 |
+
#: elements/wpforms/wpforms.php:65
|
| 1654 |
+
#: elements/wpforms/wpforms.php:80
|
| 1655 |
+
#: elements/wpforms/wpforms.php:120
|
| 1656 |
+
#: elements/wpforms/wpforms.php:133
|
| 1657 |
+
#: elements/wpforms/wpforms.php:159
|
| 1658 |
+
#: elements/infobox/infobox.php:228
|
| 1659 |
+
#: elements/dual-color-header/dual-color-header.php:58
|
| 1660 |
+
#: elements/gravity-form/gravity-form.php:111
|
| 1661 |
+
#: elements/gravity-form/gravity-form.php:126
|
| 1662 |
+
#: elements/gravity-form/gravity-form.php:166
|
| 1663 |
+
#: elements/gravity-form/gravity-form.php:178
|
| 1664 |
+
#: elements/gravity-form/gravity-form.php:216
|
| 1665 |
+
#: elements/gravity-form/gravity-form.php:236
|
| 1666 |
+
#: elements/content-ticker/content-ticker.php:219
|
| 1667 |
+
#: elements/contact-form-7/contact-form-7.php:147
|
| 1668 |
+
#: elements/contact-form-7/contact-form-7.php:173
|
| 1669 |
+
#: elements/contact-form-7/contact-form-7.php:193
|
| 1670 |
+
#: elements/caldera-forms/caldera-forms.php:94
|
| 1671 |
+
#: elements/caldera-forms/caldera-forms.php:107
|
| 1672 |
+
#: elements/caldera-forms/caldera-forms.php:133
|
| 1673 |
+
#: elements/ninja-form/ninja-form.php:69
|
| 1674 |
+
#: elements/ninja-form/ninja-form.php:110
|
| 1675 |
+
#: elements/ninja-form/ninja-form.php:123
|
| 1676 |
+
#: elements/ninja-form/ninja-form.php:149
|
| 1677 |
+
#: elements/ninja-form/ninja-form.php:169
|
| 1678 |
+
msgid "Show"
|
| 1679 |
+
msgstr ""
|
| 1680 |
+
|
| 1681 |
+
#: elements/pricing-table/pricing-table.php:1299
|
| 1682 |
+
#: elements/wpforms/wpforms.php:66
|
| 1683 |
+
#: elements/wpforms/wpforms.php:81
|
| 1684 |
+
#: elements/wpforms/wpforms.php:121
|
| 1685 |
+
#: elements/wpforms/wpforms.php:134
|
| 1686 |
+
#: elements/wpforms/wpforms.php:160
|
| 1687 |
+
#: elements/infobox/infobox.php:229
|
| 1688 |
+
#: elements/dual-color-header/dual-color-header.php:59
|
| 1689 |
+
#: elements/gravity-form/gravity-form.php:112
|
| 1690 |
+
#: elements/gravity-form/gravity-form.php:127
|
| 1691 |
+
#: elements/gravity-form/gravity-form.php:167
|
| 1692 |
+
#: elements/gravity-form/gravity-form.php:179
|
| 1693 |
+
#: elements/gravity-form/gravity-form.php:217
|
| 1694 |
+
#: elements/gravity-form/gravity-form.php:237
|
| 1695 |
+
#: elements/content-ticker/content-ticker.php:220
|
| 1696 |
+
#: elements/contact-form-7/contact-form-7.php:148
|
| 1697 |
+
#: elements/contact-form-7/contact-form-7.php:174
|
| 1698 |
+
#: elements/contact-form-7/contact-form-7.php:194
|
| 1699 |
+
#: elements/caldera-forms/caldera-forms.php:95
|
| 1700 |
+
#: elements/caldera-forms/caldera-forms.php:108
|
| 1701 |
+
#: elements/caldera-forms/caldera-forms.php:134
|
| 1702 |
+
#: elements/ninja-form/ninja-form.php:70
|
| 1703 |
+
#: elements/ninja-form/ninja-form.php:111
|
| 1704 |
+
#: elements/ninja-form/ninja-form.php:124
|
| 1705 |
+
#: elements/ninja-form/ninja-form.php:150
|
| 1706 |
+
#: elements/ninja-form/ninja-form.php:170
|
| 1707 |
+
msgid "Hide"
|
| 1708 |
+
msgstr ""
|
| 1709 |
+
|
| 1710 |
+
#: elements/pricing-table/pricing-table.php:1328
|
| 1711 |
+
msgid "Background Hover Color"
|
| 1712 |
+
msgstr ""
|
| 1713 |
+
|
| 1714 |
+
#: elements/pricing-table/pricing-table.php:1345
|
| 1715 |
+
#: elements/infobox/infobox.php:851
|
| 1716 |
+
#: elements/dual-color-header/dual-color-header.php:266
|
| 1717 |
+
#: elements/team-members/team-members.php:564
|
| 1718 |
+
#: elements/filterable-gallery/filterable-gallery.php:1410
|
| 1719 |
+
#: elements/advance-tabs/advance-tabs.php:323
|
| 1720 |
+
#: elements/advance-accordion/advance-accordion.php:287
|
| 1721 |
+
#: elements/advance-accordion/advance-accordion.php:640
|
| 1722 |
+
msgid "Icon Size"
|
| 1723 |
+
msgstr ""
|
| 1724 |
+
|
| 1725 |
+
#: elements/pricing-table/pricing-table.php:1364
|
| 1726 |
+
msgid "Icon Area Width"
|
| 1727 |
+
msgstr ""
|
| 1728 |
+
|
| 1729 |
+
#: elements/pricing-table/pricing-table.php:1383
|
| 1730 |
+
msgid "Icon Area Height"
|
| 1731 |
+
msgstr ""
|
| 1732 |
+
|
| 1733 |
+
#: elements/pricing-table/pricing-table.php:1402
|
| 1734 |
+
msgid "Icon Alignment"
|
| 1735 |
+
msgstr ""
|
| 1736 |
+
|
| 1737 |
+
#: elements/pricing-table/pricing-table.php:1433
|
| 1738 |
+
#: elements/team-members/team-members.php:660
|
| 1739 |
+
msgid "Icon Hover Color"
|
| 1740 |
+
msgstr ""
|
| 1741 |
+
|
| 1742 |
+
#: elements/pricing-table/pricing-table.php:1455
|
| 1743 |
+
#: elements/facebook-feed/facebook-feed.php:521
|
| 1744 |
+
#: elements/filterable-gallery/filterable-gallery.php:967
|
| 1745 |
+
#: elements/filterable-gallery/filterable-gallery.php:1271
|
| 1746 |
+
#: elements/twitter-feed/twitter-feed.php:532
|
| 1747 |
+
msgid "Hover Color"
|
| 1748 |
+
msgstr ""
|
| 1749 |
+
|
| 1750 |
+
#: elements/pricing-table/pricing-table.php:1496
|
| 1751 |
+
#: elements/flipbox/flipbox.php:361
|
| 1752 |
+
msgid "Button"
|
| 1753 |
+
msgstr ""
|
| 1754 |
+
|
| 1755 |
+
#: elements/image-accordion/image-accordion.php:13
|
| 1756 |
+
msgid "EA Image Accordion"
|
| 1757 |
+
msgstr ""
|
| 1758 |
+
|
| 1759 |
+
#: elements/image-accordion/image-accordion.php:31
|
| 1760 |
+
msgid "Image Accordion Settings"
|
| 1761 |
+
msgstr ""
|
| 1762 |
+
|
| 1763 |
+
#: elements/image-accordion/image-accordion.php:38
|
| 1764 |
+
msgid "Accordion Style"
|
| 1765 |
+
msgstr ""
|
| 1766 |
+
|
| 1767 |
+
#: elements/image-accordion/image-accordion.php:43
|
| 1768 |
+
msgid "On Hover"
|
| 1769 |
+
msgstr ""
|
| 1770 |
+
|
| 1771 |
+
#: elements/image-accordion/image-accordion.php:44
|
| 1772 |
+
msgid "On Click"
|
| 1773 |
+
msgstr ""
|
| 1774 |
+
|
| 1775 |
+
#: elements/image-accordion/image-accordion.php:63
|
| 1776 |
+
#: elements/call-to-action/call-to-action.php:81
|
| 1777 |
+
#: elements/call-to-action/call-to-action.php:181
|
| 1778 |
+
msgid "Background Image"
|
| 1779 |
+
msgstr ""
|
| 1780 |
+
|
| 1781 |
+
#: elements/image-accordion/image-accordion.php:75
|
| 1782 |
+
msgid "Accordion item title"
|
| 1783 |
+
msgstr ""
|
| 1784 |
+
|
| 1785 |
+
#: elements/image-accordion/image-accordion.php:80
|
| 1786 |
+
#: elements/image-accordion/image-accordion.php:299
|
| 1787 |
+
#: elements/infobox/infobox.php:189
|
| 1788 |
+
#: elements/tooltip/tooltip.php:64
|
| 1789 |
+
#: elements/tooltip/tooltip.php:203
|
| 1790 |
+
#: elements/call-to-action/call-to-action.php:118
|
| 1791 |
+
#: elements/call-to-action/call-to-action.php:139
|
| 1792 |
+
#: elements/advance-tabs/advance-tabs.php:86
|
| 1793 |
+
#: elements/advance-tabs/advance-tabs.php:160
|
| 1794 |
+
#: elements/advance-tabs/advance-tabs.php:579
|
| 1795 |
+
#: elements/advance-accordion/advance-accordion.php:147
|
| 1796 |
+
#: elements/data-table/data-table.php:179
|
| 1797 |
+
#: elements/data-table/data-table.php:268
|
| 1798 |
+
#: elements/data-table/data-table.php:279
|
| 1799 |
+
msgid "Content"
|
| 1800 |
+
msgstr ""
|
| 1801 |
+
|
| 1802 |
+
#: elements/image-accordion/image-accordion.php:83
|
| 1803 |
+
msgid "Accordion content goes here!"
|
| 1804 |
+
msgstr ""
|
| 1805 |
+
|
| 1806 |
+
#: elements/image-accordion/image-accordion.php:87
|
| 1807 |
+
msgid "Title Link"
|
| 1808 |
+
msgstr ""
|
| 1809 |
+
|
| 1810 |
+
#: elements/image-accordion/image-accordion.php:137
|
| 1811 |
+
msgid "Image Accordion Style"
|
| 1812 |
+
msgstr ""
|
| 1813 |
+
|
| 1814 |
+
#: elements/image-accordion/image-accordion.php:145
|
| 1815 |
+
#: elements/progress-bar/progress-bar.php:294
|
| 1816 |
+
#: elements/progress-bar/progress-bar.php:346
|
| 1817 |
+
msgid "Height"
|
| 1818 |
+
msgstr ""
|
| 1819 |
+
|
| 1820 |
+
#: elements/image-accordion/image-accordion.php:230
|
| 1821 |
+
#: elements/team-members/team-members.php:271
|
| 1822 |
+
#: elements/post-timeline/post-timeline.php:54
|
| 1823 |
+
msgid "Overlay Color"
|
| 1824 |
+
msgstr ""
|
| 1825 |
+
|
| 1826 |
+
#: elements/image-accordion/image-accordion.php:242
|
| 1827 |
+
msgid "Hover Overlay Color"
|
| 1828 |
+
msgstr ""
|
| 1829 |
+
|
| 1830 |
+
#: elements/image-accordion/image-accordion.php:262
|
| 1831 |
+
#: elements/product-grid/product-grid.php:193
|
| 1832 |
+
#: elements/infobox/infobox.php:1223
|
| 1833 |
+
#: elements/facebook-feed/facebook-feed.php:434
|
| 1834 |
+
#: elements/flipbox/flipbox.php:691
|
| 1835 |
+
#: elements/dual-color-header/dual-color-header.php:306
|
| 1836 |
+
#: elements/team-members/team-members.php:459
|
| 1837 |
+
#: elements/countdown/countdown.php:458
|
| 1838 |
+
#: elements/testimonials/testimonials.php:365
|
| 1839 |
+
#: elements/twitter-feed/twitter-feed.php:445
|
| 1840 |
+
msgid "Color & Typography"
|
| 1841 |
+
msgstr ""
|
| 1842 |
+
|
| 1843 |
+
#: elements/wpforms/wpforms.php:13
|
| 1844 |
+
msgid "EA WPForms"
|
| 1845 |
+
msgstr ""
|
| 1846 |
+
|
| 1847 |
+
#: elements/wpforms/wpforms.php:33
|
| 1848 |
+
#: admin/settings.php:346
|
| 1849 |
+
msgid "WPForms"
|
| 1850 |
+
msgstr ""
|
| 1851 |
+
|
| 1852 |
+
#: elements/wpforms/wpforms.php:40
|
| 1853 |
+
#: elements/gravity-form/gravity-form.php:86
|
| 1854 |
+
#: elements/contact-form-7/contact-form-7.php:86
|
| 1855 |
+
#: elements/ninja-form/ninja-form.php:44
|
| 1856 |
+
#: elements/weforms/weforms.php:31
|
| 1857 |
+
msgid "Select Form"
|
| 1858 |
+
msgstr ""
|
| 1859 |
+
|
| 1860 |
+
#: elements/wpforms/wpforms.php:51
|
| 1861 |
+
#: elements/gravity-form/gravity-form.php:97
|
| 1862 |
+
#: elements/caldera-forms/caldera-forms.php:55
|
| 1863 |
+
#: elements/ninja-form/ninja-form.php:55
|
| 1864 |
+
msgid "Custom Title & Description"
|
| 1865 |
+
msgstr ""
|
| 1866 |
+
|
| 1867 |
+
#: elements/wpforms/wpforms.php:77
|
| 1868 |
+
#: elements/wpforms/wpforms.php:105
|
| 1869 |
+
#: elements/wpforms/wpforms.php:423
|
| 1870 |
+
#: elements/team-members/team-members.php:92
|
| 1871 |
+
#: elements/gravity-form/gravity-form.php:123
|
| 1872 |
+
#: elements/gravity-form/gravity-form.php:151
|
| 1873 |
+
#: elements/gravity-form/gravity-form.php:480
|
| 1874 |
+
#: elements/contact-form-7/contact-form-7.php:132
|
| 1875 |
+
#: elements/contact-form-7/contact-form-7.php:463
|
| 1876 |
+
#: elements/caldera-forms/caldera-forms.php:79
|
| 1877 |
+
#: elements/caldera-forms/caldera-forms.php:260
|
| 1878 |
+
#: elements/ninja-form/ninja-form.php:95
|
| 1879 |
+
#: elements/ninja-form/ninja-form.php:432
|
| 1880 |
+
msgid "Description"
|
| 1881 |
+
msgstr ""
|
| 1882 |
+
|
| 1883 |
+
#: elements/wpforms/wpforms.php:117
|
| 1884 |
+
#: elements/wpforms/wpforms.php:479
|
| 1885 |
+
#: elements/gravity-form/gravity-form.php:163
|
| 1886 |
+
#: elements/gravity-form/gravity-form.php:517
|
| 1887 |
+
#: elements/contact-form-7/contact-form-7.php:144
|
| 1888 |
+
#: elements/contact-form-7/contact-form-7.php:734
|
| 1889 |
+
#: elements/caldera-forms/caldera-forms.php:91
|
| 1890 |
+
#: elements/caldera-forms/caldera-forms.php:482
|
| 1891 |
+
#: elements/ninja-form/ninja-form.php:107
|
| 1892 |
+
#: elements/ninja-form/ninja-form.php:488
|
| 1893 |
+
msgid "Labels"
|
| 1894 |
+
msgstr ""
|
| 1895 |
+
|
| 1896 |
+
#: elements/wpforms/wpforms.php:130
|
| 1897 |
+
#: elements/wpforms/wpforms.php:850
|
| 1898 |
+
#: elements/gravity-form/gravity-form.php:175
|
| 1899 |
+
#: elements/gravity-form/gravity-form.php:1054
|
| 1900 |
+
#: elements/contact-form-7/contact-form-7.php:799
|
| 1901 |
+
#: elements/caldera-forms/caldera-forms.php:104
|
| 1902 |
+
#: elements/caldera-forms/caldera-forms.php:862
|
| 1903 |
+
#: elements/ninja-form/ninja-form.php:120
|
| 1904 |
+
#: elements/ninja-form/ninja-form.php:879
|
| 1905 |
+
msgid "Placeholder"
|
| 1906 |
+
msgstr ""
|
| 1907 |
+
|
| 1908 |
+
#: elements/wpforms/wpforms.php:148
|
| 1909 |
+
#: elements/wpforms/wpforms.php:1315
|
| 1910 |
+
#: elements/gravity-form/gravity-form.php:205
|
| 1911 |
+
#: elements/gravity-form/gravity-form.php:1523
|
| 1912 |
+
#: elements/contact-form-7/contact-form-7.php:162
|
| 1913 |
+
#: elements/contact-form-7/contact-form-7.php:1287
|
| 1914 |
+
#: elements/caldera-forms/caldera-forms.php:122
|
| 1915 |
+
#: elements/caldera-forms/caldera-forms.php:1379
|
| 1916 |
+
#: elements/ninja-form/ninja-form.php:138
|
| 1917 |
+
#: elements/ninja-form/ninja-form.php:1439
|
| 1918 |
+
msgid "Errors"
|
| 1919 |
+
msgstr ""
|
| 1920 |
+
|
| 1921 |
+
#: elements/wpforms/wpforms.php:155
|
| 1922 |
+
#: elements/gravity-form/gravity-form.php:212
|
| 1923 |
+
#: elements/gravity-form/gravity-form.php:1531
|
| 1924 |
+
#: elements/contact-form-7/contact-form-7.php:169
|
| 1925 |
+
#: elements/contact-form-7/contact-form-7.php:1295
|
| 1926 |
+
#: elements/caldera-forms/caldera-forms.php:129
|
| 1927 |
+
#: elements/caldera-forms/caldera-forms.php:1387
|
| 1928 |
+
#: elements/ninja-form/ninja-form.php:145
|
| 1929 |
+
#: elements/ninja-form/ninja-form.php:1447
|
| 1930 |
+
msgid "Error Messages"
|
| 1931 |
+
msgstr ""
|
| 1932 |
+
|
| 1933 |
+
#: elements/wpforms/wpforms.php:185
|
| 1934 |
+
#: elements/gravity-form/gravity-form.php:262
|
| 1935 |
+
#: elements/contact-form-7/contact-form-7.php:240
|
| 1936 |
+
#: elements/caldera-forms/caldera-forms.php:328
|
| 1937 |
+
#: elements/ninja-form/ninja-form.php:191
|
| 1938 |
+
msgid "Form Container"
|
| 1939 |
+
msgstr ""
|
| 1940 |
+
|
| 1941 |
+
#: elements/wpforms/wpforms.php:193
|
| 1942 |
+
#: elements/gravity-form/gravity-form.php:270
|
| 1943 |
+
#: elements/contact-form-7/contact-form-7.php:248
|
| 1944 |
+
#: elements/caldera-forms/caldera-forms.php:336
|
| 1945 |
+
#: elements/ninja-form/ninja-form.php:199
|
| 1946 |
+
#: elements/weforms/weforms.php:88
|
| 1947 |
+
msgid "Form Background Color"
|
| 1948 |
+
msgstr ""
|
| 1949 |
+
|
| 1950 |
+
#: elements/wpforms/wpforms.php:204
|
| 1951 |
+
#: elements/gravity-form/gravity-form.php:281
|
| 1952 |
+
#: elements/contact-form-7/contact-form-7.php:259
|
| 1953 |
+
#: elements/caldera-forms/caldera-forms.php:347
|
| 1954 |
+
#: elements/ninja-form/ninja-form.php:210
|
| 1955 |
+
#: elements/weforms/weforms.php:99
|
| 1956 |
+
msgid "Form Alignment"
|
| 1957 |
+
msgstr ""
|
| 1958 |
+
|
| 1959 |
+
#: elements/wpforms/wpforms.php:232
|
| 1960 |
+
#: elements/gravity-form/gravity-form.php:309
|
| 1961 |
+
#: elements/contact-form-7/contact-form-7.php:287
|
| 1962 |
+
#: elements/caldera-forms/caldera-forms.php:375
|
| 1963 |
+
#: elements/ninja-form/ninja-form.php:238
|
| 1964 |
+
#: elements/weforms/weforms.php:128
|
| 1965 |
+
msgid "Form Width"
|
| 1966 |
+
msgstr ""
|
| 1967 |
+
|
| 1968 |
+
#: elements/wpforms/wpforms.php:254
|
| 1969 |
+
#: elements/gravity-form/gravity-form.php:331
|
| 1970 |
+
#: elements/contact-form-7/contact-form-7.php:309
|
| 1971 |
+
#: elements/caldera-forms/caldera-forms.php:397
|
| 1972 |
+
#: elements/ninja-form/ninja-form.php:260
|
| 1973 |
+
#: elements/weforms/weforms.php:150
|
| 1974 |
+
msgid "Form Max Width"
|
| 1975 |
+
msgstr ""
|
| 1976 |
+
|
| 1977 |
+
#: elements/wpforms/wpforms.php:277
|
| 1978 |
+
#: elements/gravity-form/gravity-form.php:354
|
| 1979 |
+
#: elements/contact-form-7/contact-form-7.php:332
|
| 1980 |
+
#: elements/caldera-forms/caldera-forms.php:420
|
| 1981 |
+
#: elements/ninja-form/ninja-form.php:283
|
| 1982 |
+
#: elements/weforms/weforms.php:173
|
| 1983 |
+
msgid "Form Margin"
|
| 1984 |
+
msgstr ""
|
| 1985 |
+
|
| 1986 |
+
#: elements/wpforms/wpforms.php:289
|
| 1987 |
+
#: elements/gravity-form/gravity-form.php:366
|
| 1988 |
+
#: elements/contact-form-7/contact-form-7.php:344
|
| 1989 |
+
#: elements/caldera-forms/caldera-forms.php:432
|
| 1990 |
+
#: elements/ninja-form/ninja-form.php:295
|
| 1991 |
+
#: elements/weforms/weforms.php:185
|
| 1992 |
+
msgid "Form Padding"
|
| 1993 |
+
msgstr ""
|
| 1994 |
+
|
| 1995 |
+
#: elements/wpforms/wpforms.php:340
|
| 1996 |
+
#: elements/gravity-form/gravity-form.php:415
|
| 1997 |
+
#: elements/contact-form-7/contact-form-7.php:398
|
| 1998 |
+
#: elements/caldera-forms/caldera-forms.php:159
|
| 1999 |
+
#: elements/ninja-form/ninja-form.php:349
|
| 2000 |
+
msgid "Title & Description"
|
| 2001 |
+
msgstr ""
|
| 2002 |
+
|
| 2003 |
+
#: elements/wpforms/wpforms.php:348
|
| 2004 |
+
#: elements/wpforms/wpforms.php:522
|
| 2005 |
+
#: elements/wpforms/wpforms.php:1087
|
| 2006 |
+
#: elements/dual-color-header/dual-color-header.php:114
|
| 2007 |
+
#: elements/gravity-form/gravity-form.php:423
|
| 2008 |
+
#: elements/gravity-form/gravity-form.php:568
|
| 2009 |
+
#: elements/gravity-form/gravity-form.php:1291
|
| 2010 |
+
#: elements/filterable-gallery/filterable-gallery.php:506
|
| 2011 |
+
#: elements/fancy-text/fancy-text.php:145
|
| 2012 |
+
#: elements/progress-bar/progress-bar.php:227
|
| 2013 |
+
#: elements/progress-bar/progress-bar.php:424
|
| 2014 |
+
#: elements/contact-form-7/contact-form-7.php:406
|
| 2015 |
+
#: elements/contact-form-7/contact-form-7.php:1057
|
| 2016 |
+
#: elements/caldera-forms/caldera-forms.php:170
|
| 2017 |
+
#: elements/caldera-forms/caldera-forms.php:524
|
| 2018 |
+
#: elements/caldera-forms/caldera-forms.php:1099
|
| 2019 |
+
#: elements/ninja-form/ninja-form.php:357
|
| 2020 |
+
#: elements/ninja-form/ninja-form.php:539
|
| 2021 |
+
#: elements/ninja-form/ninja-form.php:1119
|
| 2022 |
+
#: elements/data-table/data-table.php:394
|
| 2023 |
+
msgid "Alignment"
|
| 2024 |
+
msgstr ""
|
| 2025 |
+
|
| 2026 |
+
#: elements/wpforms/wpforms.php:396
|
| 2027 |
+
#: elements/wpforms/wpforms.php:445
|
| 2028 |
+
#: elements/wpforms/wpforms.php:499
|
| 2029 |
+
#: elements/wpforms/wpforms.php:739
|
| 2030 |
+
#: elements/wpforms/wpforms.php:817
|
| 2031 |
+
#: elements/wpforms/wpforms.php:1241
|
| 2032 |
+
#: elements/gravity-form/gravity-form.php:471
|
| 2033 |
+
#: elements/gravity-form/gravity-form.php:502
|
| 2034 |
+
#: elements/gravity-form/gravity-form.php:543
|
| 2035 |
+
#: elements/gravity-form/gravity-form.php:783
|
| 2036 |
+
#: elements/gravity-form/gravity-form.php:873
|
| 2037 |
+
#: elements/gravity-form/gravity-form.php:927
|
| 2038 |
+
#: elements/gravity-form/gravity-form.php:1498
|
| 2039 |
+
#: elements/filterable-gallery/filterable-gallery.php:1603
|
| 2040 |
+
#: elements/post-grid/post-grid.php:174
|
| 2041 |
+
#: elements/progress-bar/progress-bar.php:555
|
| 2042 |
+
#: elements/post-timeline/post-timeline.php:152
|
| 2043 |
+
#: elements/post-timeline/post-timeline.php:208
|
| 2044 |
+
#: elements/contact-form-7/contact-form-7.php:454
|
| 2045 |
+
#: elements/contact-form-7/contact-form-7.php:485
|
| 2046 |
+
#: elements/contact-form-7/contact-form-7.php:664
|
| 2047 |
+
#: elements/contact-form-7/contact-form-7.php:782
|
| 2048 |
+
#: elements/contact-form-7/contact-form-7.php:834
|
| 2049 |
+
#: elements/contact-form-7/contact-form-7.php:1214
|
| 2050 |
+
#: elements/contact-form-7/contact-form-7.php:1459
|
| 2051 |
+
#: elements/caldera-forms/caldera-forms.php:227
|
| 2052 |
+
#: elements/caldera-forms/caldera-forms.php:288
|
| 2053 |
+
#: elements/caldera-forms/caldera-forms.php:502
|
| 2054 |
+
#: elements/caldera-forms/caldera-forms.php:740
|
| 2055 |
+
#: elements/caldera-forms/caldera-forms.php:829
|
| 2056 |
+
#: elements/caldera-forms/caldera-forms.php:1250
|
| 2057 |
+
#: elements/caldera-forms/caldera-forms.php:1365
|
| 2058 |
+
#: elements/ninja-form/ninja-form.php:405
|
| 2059 |
+
#: elements/ninja-form/ninja-form.php:454
|
| 2060 |
+
#: elements/ninja-form/ninja-form.php:514
|
| 2061 |
+
#: elements/ninja-form/ninja-form.php:757
|
| 2062 |
+
#: elements/ninja-form/ninja-form.php:846
|
| 2063 |
+
#: elements/ninja-form/ninja-form.php:1325
|
| 2064 |
+
#: elements/ninja-form/ninja-form.php:1370
|
| 2065 |
+
#: elements/ninja-form/ninja-form.php:1424
|
| 2066 |
+
msgid "Typography"
|
| 2067 |
+
msgstr ""
|
| 2068 |
+
|
| 2069 |
+
#: elements/wpforms/wpforms.php:514
|
| 2070 |
+
#: elements/gravity-form/gravity-form.php:560
|
| 2071 |
+
#: elements/contact-form-7/contact-form-7.php:500
|
| 2072 |
+
#: elements/caldera-forms/caldera-forms.php:516
|
| 2073 |
+
#: elements/ninja-form/ninja-form.php:531
|
| 2074 |
+
msgid "Input & Textarea"
|
| 2075 |
+
msgstr ""
|
| 2076 |
+
|
| 2077 |
+
#: elements/wpforms/wpforms.php:605
|
| 2078 |
+
#: elements/gravity-form/gravity-form.php:658
|
| 2079 |
+
#: elements/contact-form-7/contact-form-7.php:577
|
| 2080 |
+
#: elements/caldera-forms/caldera-forms.php:607
|
| 2081 |
+
#: elements/ninja-form/ninja-form.php:622
|
| 2082 |
+
msgid "Text Indent"
|
| 2083 |
+
msgstr ""
|
| 2084 |
+
|
| 2085 |
+
#: elements/wpforms/wpforms.php:630
|
| 2086 |
+
#: elements/gravity-form/gravity-form.php:682
|
| 2087 |
+
#: elements/contact-form-7/contact-form-7.php:601
|
| 2088 |
+
#: elements/caldera-forms/caldera-forms.php:632
|
| 2089 |
+
#: elements/ninja-form/ninja-form.php:647
|
| 2090 |
+
#: elements/weforms/weforms.php:259
|
| 2091 |
+
msgid "Input Width"
|
| 2092 |
+
msgstr ""
|
| 2093 |
+
|
| 2094 |
+
#: elements/wpforms/wpforms.php:649
|
| 2095 |
+
#: elements/gravity-form/gravity-form.php:701
|
| 2096 |
+
#: elements/caldera-forms/caldera-forms.php:651
|
| 2097 |
+
#: elements/ninja-form/ninja-form.php:667
|
| 2098 |
+
msgid "Input Height"
|
| 2099 |
+
msgstr ""
|
| 2100 |
+
|
| 2101 |
+
#: elements/wpforms/wpforms.php:668
|
| 2102 |
+
#: elements/gravity-form/gravity-form.php:720
|
| 2103 |
+
#: elements/contact-form-7/contact-form-7.php:620
|
| 2104 |
+
#: elements/caldera-forms/caldera-forms.php:670
|
| 2105 |
+
#: elements/ninja-form/ninja-form.php:686
|
| 2106 |
+
#: elements/weforms/weforms.php:286
|
| 2107 |
+
msgid "Textarea Width"
|
| 2108 |
+
msgstr ""
|
| 2109 |
+
|
| 2110 |
+
#: elements/wpforms/wpforms.php:687
|
| 2111 |
+
#: elements/gravity-form/gravity-form.php:739
|
| 2112 |
+
#: elements/caldera-forms/caldera-forms.php:689
|
| 2113 |
+
#: elements/ninja-form/ninja-form.php:705
|
| 2114 |
+
msgid "Textarea Height"
|
| 2115 |
+
msgstr ""
|
| 2116 |
+
|
| 2117 |
+
#: elements/wpforms/wpforms.php:719
|
| 2118 |
+
#: elements/wpforms/wpforms.php:825
|
| 2119 |
+
#: elements/gravity-form/gravity-form.php:627
|
| 2120 |
+
#: elements/gravity-form/gravity-form.php:881
|
| 2121 |
+
#: elements/contact-form-7/contact-form-7.php:542
|
| 2122 |
+
#: elements/contact-form-7/contact-form-7.php:759
|
| 2123 |
+
#: elements/contact-form-7/contact-form-7.php:1333
|
| 2124 |
+
#: elements/caldera-forms/caldera-forms.php:720
|
| 2125 |
+
#: elements/caldera-forms/caldera-forms.php:837
|
| 2126 |
+
#: elements/ninja-form/ninja-form.php:737
|
| 2127 |
+
#: elements/ninja-form/ninja-form.php:854
|
| 2128 |
+
#: elements/ninja-form/ninja-form.php:1404
|
| 2129 |
+
msgid "Spacing"
|
| 2130 |
+
msgstr ""
|
| 2131 |
+
|
| 2132 |
+
#: elements/wpforms/wpforms.php:760
|
| 2133 |
+
#: elements/gravity-form/gravity-form.php:804
|
| 2134 |
+
#: elements/contact-form-7/contact-form-7.php:685
|
| 2135 |
+
#: elements/caldera-forms/caldera-forms.php:760
|
| 2136 |
+
#: elements/ninja-form/ninja-form.php:777
|
| 2137 |
+
msgid "Focus"
|
| 2138 |
+
msgstr ""
|
| 2139 |
+
|
| 2140 |
+
#: elements/wpforms/wpforms.php:797
|
| 2141 |
+
#: elements/gravity-form/gravity-form.php:853
|
| 2142 |
+
#: elements/caldera-forms/caldera-forms.php:809
|
| 2143 |
+
#: elements/ninja-form/ninja-form.php:826
|
| 2144 |
+
msgid "Field Description"
|
| 2145 |
+
msgstr ""
|
| 2146 |
+
|
| 2147 |
+
#: elements/wpforms/wpforms.php:881
|
| 2148 |
+
#: elements/gravity-form/gravity-form.php:1085
|
| 2149 |
+
#: elements/contact-form-7/contact-form-7.php:852
|
| 2150 |
+
#: elements/caldera-forms/caldera-forms.php:893
|
| 2151 |
+
#: elements/ninja-form/ninja-form.php:913
|
| 2152 |
+
msgid "Radio & Checkbox"
|
| 2153 |
+
msgstr ""
|
| 2154 |
+
|
| 2155 |
+
#: elements/wpforms/wpforms.php:889
|
| 2156 |
+
#: elements/gravity-form/gravity-form.php:1093
|
| 2157 |
+
#: elements/contact-form-7/contact-form-7.php:860
|
| 2158 |
+
#: elements/caldera-forms/caldera-forms.php:901
|
| 2159 |
+
#: elements/ninja-form/ninja-form.php:921
|
| 2160 |
+
msgid "Custom Styles"
|
| 2161 |
+
msgstr ""
|
| 2162 |
+
|
| 2163 |
+
#: elements/wpforms/wpforms.php:900
|
| 2164 |
+
#: elements/facebook-feed/facebook-feed.php:556
|
| 2165 |
+
#: elements/gravity-form/gravity-form.php:1104
|
| 2166 |
+
#: elements/filterable-gallery/filterable-gallery.php:458
|
| 2167 |
+
#: elements/progress-bar/progress-bar.php:447
|
| 2168 |
+
#: elements/twitter-feed/twitter-feed.php:567
|
| 2169 |
+
#: elements/contact-form-7/contact-form-7.php:871
|
| 2170 |
+
#: elements/caldera-forms/caldera-forms.php:912
|
| 2171 |
+
#: elements/ninja-form/ninja-form.php:932
|
| 2172 |
+
msgid "Size"
|
| 2173 |
+
msgstr ""
|
| 2174 |
+
|
| 2175 |
+
#: elements/wpforms/wpforms.php:953
|
| 2176 |
+
#: elements/gravity-form/gravity-form.php:1157
|
| 2177 |
+
#: elements/contact-form-7/contact-form-7.php:924
|
| 2178 |
+
#: elements/caldera-forms/caldera-forms.php:965
|
| 2179 |
+
#: elements/ninja-form/ninja-form.php:985
|
| 2180 |
+
msgid "Border Width"
|
| 2181 |
+
msgstr ""
|
| 2182 |
+
|
| 2183 |
+
#: elements/wpforms/wpforms.php:990
|
| 2184 |
+
#: elements/gravity-form/gravity-form.php:1194
|
| 2185 |
+
#: elements/contact-form-7/contact-form-7.php:961
|
| 2186 |
+
#: elements/caldera-forms/caldera-forms.php:1002
|
| 2187 |
+
#: elements/ninja-form/ninja-form.php:1022
|
| 2188 |
+
msgid "Checkbox"
|
| 2189 |
+
msgstr ""
|
| 2190 |
+
|
| 2191 |
+
#: elements/wpforms/wpforms.php:1016
|
| 2192 |
+
#: elements/gravity-form/gravity-form.php:1220
|
| 2193 |
+
#: elements/contact-form-7/contact-form-7.php:987
|
| 2194 |
+
#: elements/caldera-forms/caldera-forms.php:1028
|
| 2195 |
+
#: elements/ninja-form/ninja-form.php:1048
|
| 2196 |
+
msgid "Radio Buttons"
|
| 2197 |
+
msgstr ""
|
| 2198 |
+
|
| 2199 |
+
#: elements/wpforms/wpforms.php:1044
|
| 2200 |
+
#: elements/gravity-form/gravity-form.php:1248
|
| 2201 |
+
#: elements/contact-form-7/contact-form-7.php:1015
|
| 2202 |
+
#: elements/caldera-forms/caldera-forms.php:1056
|
| 2203 |
+
#: elements/ninja-form/ninja-form.php:1076
|
| 2204 |
+
msgid "Checked"
|
| 2205 |
+
msgstr ""
|
| 2206 |
+
|
| 2207 |
+
#: elements/wpforms/wpforms.php:1079
|
| 2208 |
+
#: elements/gravity-form/gravity-form.php:1283
|
| 2209 |
+
#: elements/contact-form-7/contact-form-7.php:1049
|
| 2210 |
+
#: elements/caldera-forms/caldera-forms.php:1091
|
| 2211 |
+
#: elements/ninja-form/ninja-form.php:1111
|
| 2212 |
+
msgid "Submit Button"
|
| 2213 |
+
msgstr ""
|
| 2214 |
+
|
| 2215 |
+
#: elements/wpforms/wpforms.php:1117
|
| 2216 |
+
#: elements/wpforms/wpforms.php:1131
|
| 2217 |
+
#: elements/gravity-form/gravity-form.php:1321
|
| 2218 |
+
#: elements/gravity-form/gravity-form.php:1335
|
| 2219 |
+
#: elements/progress-bar/progress-bar.php:266
|
| 2220 |
+
#: elements/contact-form-7/contact-form-7.php:1087
|
| 2221 |
+
#: elements/contact-form-7/contact-form-7.php:1101
|
| 2222 |
+
#: elements/caldera-forms/caldera-forms.php:1126
|
| 2223 |
+
#: elements/caldera-forms/caldera-forms.php:1140
|
| 2224 |
+
#: elements/ninja-form/ninja-form.php:1148
|
| 2225 |
+
#: elements/ninja-form/ninja-form.php:1162
|
| 2226 |
+
#: elements/data-table/data-table.php:368
|
| 2227 |
+
#: elements/data-table/data-table.php:858
|
| 2228 |
+
#: elements/creative-button/creative-button.php:218
|
| 2229 |
+
msgid "Width"
|
| 2230 |
+
msgstr ""
|
| 2231 |
+
|
| 2232 |
+
#: elements/wpforms/wpforms.php:1121
|
| 2233 |
+
#: elements/gravity-form/gravity-form.php:1325
|
| 2234 |
+
#: elements/contact-form-7/contact-form-7.php:1091
|
| 2235 |
+
#: elements/caldera-forms/caldera-forms.php:1130
|
| 2236 |
+
#: elements/ninja-form/ninja-form.php:1152
|
| 2237 |
+
msgid "Full Width"
|
| 2238 |
+
msgstr ""
|
| 2239 |
+
|
| 2240 |
+
#: elements/wpforms/wpforms.php:1122
|
| 2241 |
+
#: elements/gravity-form/gravity-form.php:1326
|
| 2242 |
+
#: elements/content-ticker/content-ticker.php:45
|
| 2243 |
+
#: elements/contact-form-7/contact-form-7.php:1092
|
| 2244 |
+
#: elements/caldera-forms/caldera-forms.php:1131
|
| 2245 |
+
#: elements/ninja-form/ninja-form.php:1153
|
| 2246 |
+
msgid "Custom"
|
| 2247 |
+
msgstr ""
|
| 2248 |
+
|
| 2249 |
+
#: elements/wpforms/wpforms.php:1221
|
| 2250 |
+
#: elements/gravity-form/gravity-form.php:1429
|
| 2251 |
+
#: elements/contact-form-7/contact-form-7.php:1194
|
| 2252 |
+
#: elements/caldera-forms/caldera-forms.php:1230
|
| 2253 |
+
#: elements/ninja-form/ninja-form.php:1256
|
| 2254 |
+
msgid "Margin Top"
|
| 2255 |
+
msgstr ""
|
| 2256 |
+
|
| 2257 |
+
#: elements/wpforms/wpforms.php:1341
|
| 2258 |
+
#: elements/gravity-form/gravity-form.php:1630
|
| 2259 |
+
#: elements/ninja-form/ninja-form.php:1500
|
| 2260 |
+
msgid "Error Field Input Border Color"
|
| 2261 |
+
msgstr ""
|
| 2262 |
+
|
| 2263 |
+
#: elements/wpforms/wpforms.php:1356
|
| 2264 |
+
#: elements/gravity-form/gravity-form.php:1645
|
| 2265 |
+
msgid "Error Field Input Border Width"
|
| 2266 |
+
msgstr ""
|
| 2267 |
+
|
| 2268 |
+
#: elements/product-grid/product-grid.php:16
|
| 2269 |
+
msgid "EA Product Grid"
|
| 2270 |
+
msgstr ""
|
| 2271 |
+
|
| 2272 |
+
#: elements/product-grid/product-grid.php:34
|
| 2273 |
+
msgid "Product Settings"
|
| 2274 |
+
msgstr ""
|
| 2275 |
+
|
| 2276 |
+
#: elements/product-grid/product-grid.php:41
|
| 2277 |
+
msgid "Filter By"
|
| 2278 |
+
msgstr ""
|
| 2279 |
+
|
| 2280 |
+
#: elements/product-grid/product-grid.php:45
|
| 2281 |
+
msgid "Recent Products"
|
| 2282 |
+
msgstr ""
|
| 2283 |
+
|
| 2284 |
+
#: elements/product-grid/product-grid.php:46
|
| 2285 |
+
msgid "Featured Products"
|
| 2286 |
+
msgstr ""
|
| 2287 |
+
|
| 2288 |
+
#: elements/product-grid/product-grid.php:47
|
| 2289 |
+
msgid "Best Selling Products"
|
| 2290 |
+
msgstr ""
|
| 2291 |
+
|
| 2292 |
+
#: elements/product-grid/product-grid.php:48
|
| 2293 |
+
msgid "Sale Products"
|
| 2294 |
+
msgstr ""
|
| 2295 |
+
|
| 2296 |
+
#: elements/product-grid/product-grid.php:49
|
| 2297 |
+
msgid "Top Rated Products"
|
| 2298 |
+
msgstr ""
|
| 2299 |
+
|
| 2300 |
+
#: elements/product-grid/product-grid.php:57
|
| 2301 |
+
#: elements/filterable-gallery/filterable-gallery.php:67
|
| 2302 |
+
msgid "Columns"
|
| 2303 |
+
msgstr ""
|
| 2304 |
+
|
| 2305 |
+
#: elements/product-grid/product-grid.php:61
|
| 2306 |
+
#: elements/testimonials/testimonials.php:129
|
| 2307 |
+
msgid "1"
|
| 2308 |
+
msgstr ""
|
| 2309 |
+
|
| 2310 |
+
#: elements/product-grid/product-grid.php:62
|
| 2311 |
+
#: elements/testimonials/testimonials.php:130
|
| 2312 |
+
msgid "2"
|
| 2313 |
+
msgstr ""
|
| 2314 |
+
|
| 2315 |
+
#: elements/product-grid/product-grid.php:63
|
| 2316 |
+
#: elements/testimonials/testimonials.php:131
|
| 2317 |
+
msgid "3"
|
| 2318 |
+
msgstr ""
|
| 2319 |
+
|
| 2320 |
+
#: elements/product-grid/product-grid.php:64
|
| 2321 |
+
#: elements/testimonials/testimonials.php:132
|
| 2322 |
+
msgid "4"
|
| 2323 |
+
msgstr ""
|
| 2324 |
+
|
| 2325 |
+
#: elements/product-grid/product-grid.php:65
|
| 2326 |
+
#: elements/testimonials/testimonials.php:133
|
| 2327 |
+
msgid "5"
|
| 2328 |
+
msgstr ""
|
| 2329 |
+
|
| 2330 |
+
#: elements/product-grid/product-grid.php:66
|
| 2331 |
+
msgid "6"
|
| 2332 |
+
msgstr ""
|
| 2333 |
+
|
| 2334 |
+
#: elements/product-grid/product-grid.php:74
|
| 2335 |
+
msgid "Products Count"
|
| 2336 |
+
msgstr ""
|
| 2337 |
+
|
| 2338 |
+
#: elements/product-grid/product-grid.php:87
|
| 2339 |
+
msgid "Product Categories"
|
| 2340 |
+
msgstr ""
|
| 2341 |
+
|
| 2342 |
+
#: elements/product-grid/product-grid.php:113
|
| 2343 |
+
msgid "Show Product Rating?"
|
| 2344 |
+
msgstr ""
|
| 2345 |
+
|
| 2346 |
+
#: elements/product-grid/product-grid.php:150
|
| 2347 |
+
msgid "Products Styles"
|
| 2348 |
+
msgstr ""
|
| 2349 |
+
|
| 2350 |
+
#: elements/product-grid/product-grid.php:158
|
| 2351 |
+
#: elements/team-members/team-members.php:286
|
| 2352 |
+
msgid "Content Background Color"
|
| 2353 |
+
msgstr ""
|
| 2354 |
+
|
| 2355 |
+
#: elements/product-grid/product-grid.php:201
|
| 2356 |
+
msgid "Product Title"
|
| 2357 |
+
msgstr ""
|
| 2358 |
+
|
| 2359 |
+
#: elements/product-grid/product-grid.php:209
|
| 2360 |
+
msgid "Product Title Color"
|
| 2361 |
+
msgstr ""
|
| 2362 |
+
|
| 2363 |
+
#: elements/product-grid/product-grid.php:229
|
| 2364 |
+
msgid "Product Price"
|
| 2365 |
+
msgstr ""
|
| 2366 |
+
|
| 2367 |
+
#: elements/product-grid/product-grid.php:238
|
| 2368 |
+
msgid "Product Price Color"
|
| 2369 |
+
msgstr ""
|
| 2370 |
+
|
| 2371 |
+
#: elements/product-grid/product-grid.php:258
|
| 2372 |
+
msgid "Star Rating"
|
| 2373 |
+
msgstr ""
|
| 2374 |
+
|
| 2375 |
+
#: elements/product-grid/product-grid.php:266
|
| 2376 |
+
msgid "Rating Color"
|
| 2377 |
+
msgstr ""
|
| 2378 |
+
|
| 2379 |
+
#: elements/product-grid/product-grid.php:287
|
| 2380 |
+
msgid "Sale Badge"
|
| 2381 |
+
msgstr ""
|
| 2382 |
+
|
| 2383 |
+
#: elements/product-grid/product-grid.php:295
|
| 2384 |
+
msgid "Sale Badge Color"
|
| 2385 |
+
msgstr ""
|
| 2386 |
+
|
| 2387 |
+
#: elements/product-grid/product-grid.php:307
|
| 2388 |
+
msgid "Sale Badge Background"
|
| 2389 |
+
msgstr ""
|
| 2390 |
+
|
| 2391 |
+
#: elements/product-grid/product-grid.php:331
|
| 2392 |
+
msgid "Add to Cart Button Styles"
|
| 2393 |
+
msgstr ""
|
| 2394 |
+
|
| 2395 |
+
#: elements/product-grid/product-grid.php:344
|
| 2396 |
+
#: elements/product-grid/product-grid.php:388
|
| 2397 |
+
msgid "Button Color"
|
| 2398 |
+
msgstr ""
|
| 2399 |
+
|
| 2400 |
+
#: elements/product-grid/product-grid.php:356
|
| 2401 |
+
#: elements/product-grid/product-grid.php:400
|
| 2402 |
+
msgid "Button Background Color"
|
| 2403 |
+
msgstr ""
|
| 2404 |
+
|
| 2405 |
+
#: elements/infobox/infobox.php:13
|
| 2406 |
+
msgid "EA Info Box"
|
| 2407 |
+
msgstr ""
|
| 2408 |
+
|
| 2409 |
+
#: elements/infobox/infobox.php:32
|
| 2410 |
+
#: elements/infobox/infobox.php:119
|
| 2411 |
+
msgid "Infobox Image"
|
| 2412 |
+
msgstr ""
|
| 2413 |
+
|
| 2414 |
+
#: elements/infobox/infobox.php:39
|
| 2415 |
+
msgid "Infobox Type"
|
| 2416 |
+
msgstr ""
|
| 2417 |
+
|
| 2418 |
+
#: elements/infobox/infobox.php:44
|
| 2419 |
+
msgid "Image/Icon On Top"
|
| 2420 |
+
msgstr ""
|
| 2421 |
+
|
| 2422 |
+
#: elements/infobox/infobox.php:45
|
| 2423 |
+
msgid "Image/Icon On Left"
|
| 2424 |
+
msgstr ""
|
| 2425 |
+
|
| 2426 |
+
#: elements/infobox/infobox.php:46
|
| 2427 |
+
msgid "Image/Icon On Right"
|
| 2428 |
+
msgstr ""
|
| 2429 |
+
|
| 2430 |
+
#: elements/infobox/infobox.php:54
|
| 2431 |
+
msgid "Image or Icon"
|
| 2432 |
+
msgstr ""
|
| 2433 |
+
|
| 2434 |
+
#: elements/infobox/infobox.php:59
|
| 2435 |
+
#: elements/infobox/infobox.php:719
|
| 2436 |
+
#: elements/infobox/infobox.php:800
|
| 2437 |
+
#: elements/infobox/infobox.php:935
|
| 2438 |
+
#: elements/infobox/infobox.php:1031
|
| 2439 |
+
#: elements/flipbox/flipbox.php:71
|
| 2440 |
+
#: elements/flipbox/flipbox.php:156
|
| 2441 |
+
#: elements/flipbox/flipbox.php:358
|
| 2442 |
+
#: elements/gravity-form/gravity-form.php:941
|
| 2443 |
+
#: elements/countdown/countdown.php:264
|
| 2444 |
+
#: elements/filterable-gallery/filterable-gallery.php:133
|
| 2445 |
+
#: elements/filterable-gallery/filterable-gallery.php:173
|
| 2446 |
+
#: elements/post-grid/post-grid.php:320
|
| 2447 |
+
#: elements/advance-tabs/advance-tabs.php:114
|
| 2448 |
+
#: elements/data-table/data-table.php:105
|
| 2449 |
+
msgid "None"
|
| 2450 |
+
msgstr ""
|
| 2451 |
+
|
| 2452 |
+
#: elements/infobox/infobox.php:63
|
| 2453 |
+
#: elements/infobox/infobox.php:152
|
| 2454 |
+
msgid "Number"
|
| 2455 |
+
msgstr ""
|
| 2456 |
+
|
| 2457 |
+
#: elements/infobox/infobox.php:94
|
| 2458 |
+
msgid "Middle"
|
| 2459 |
+
msgstr ""
|
| 2460 |
+
|
| 2461 |
+
#: elements/infobox/infobox.php:168
|
| 2462 |
+
#: elements/infobox/infobox.php:210
|
| 2463 |
+
msgid "Infobox Content"
|
| 2464 |
+
msgstr ""
|
| 2465 |
+
|
| 2466 |
+
#: elements/infobox/infobox.php:174
|
| 2467 |
+
msgid "Infobox Title"
|
| 2468 |
+
msgstr ""
|
| 2469 |
+
|
| 2470 |
+
#: elements/infobox/infobox.php:180
|
| 2471 |
+
msgid "This is an icon box"
|
| 2472 |
+
msgstr ""
|
| 2473 |
+
|
| 2474 |
+
#: elements/infobox/infobox.php:186
|
| 2475 |
+
#: elements/tooltip/tooltip.php:37
|
| 2476 |
+
#: elements/call-to-action/call-to-action.php:57
|
| 2477 |
+
#: elements/call-to-action/call-to-action.php:115
|
| 2478 |
+
#: elements/advance-tabs/advance-tabs.php:157
|
| 2479 |
+
#: elements/advance-accordion/advance-accordion.php:144
|
| 2480 |
+
#: elements/data-table/data-table.php:233
|
| 2481 |
+
msgid "Content Type"
|
| 2482 |
+
msgstr ""
|
| 2483 |
+
|
| 2484 |
+
#: elements/infobox/infobox.php:190
|
| 2485 |
+
#: elements/countdown/countdown.php:267
|
| 2486 |
+
#: elements/call-to-action/call-to-action.php:119
|
| 2487 |
+
#: elements/advance-tabs/advance-tabs.php:161
|
| 2488 |
+
#: elements/advance-accordion/advance-accordion.php:148
|
| 2489 |
+
msgid "Saved Templates"
|
| 2490 |
+
msgstr ""
|
| 2491 |
+
|
| 2492 |
+
#: elements/infobox/infobox.php:199
|
| 2493 |
+
#: elements/countdown/countdown.php:312
|
| 2494 |
+
#: elements/call-to-action/call-to-action.php:128
|
| 2495 |
+
#: elements/advance-tabs/advance-tabs.php:167
|
| 2496 |
+
#: elements/advance-accordion/advance-accordion.php:154
|
| 2497 |
+
#: elements/data-table/data-table.php:256
|
| 2498 |
+
msgid "Choose Template"
|
| 2499 |
+
msgstr ""
|
| 2500 |
+
|
| 2501 |
+
#: elements/infobox/infobox.php:216
|
| 2502 |
+
msgid "Write a short description, that will describe the title or something informational and useful."
|
| 2503 |
+
msgstr ""
|
| 2504 |
+
|
| 2505 |
+
#: elements/infobox/infobox.php:225
|
| 2506 |
+
msgid "Show Content"
|
| 2507 |
+
msgstr ""
|
| 2508 |
+
|
| 2509 |
+
#: elements/infobox/infobox.php:270
|
| 2510 |
+
#: elements/flipbox/flipbox.php:347
|
| 2511 |
+
#: elements/flipbox/flipbox.php:369
|
| 2512 |
+
#: elements/team-members/team-members.php:190
|
| 2513 |
+
#: elements/data-table/data-table.php:287
|
| 2514 |
+
msgid "Link"
|
| 2515 |
+
msgstr ""
|
| 2516 |
+
|
| 2517 |
+
#: elements/infobox/infobox.php:277
|
| 2518 |
+
msgid "Show Infobox Button"
|
| 2519 |
+
msgstr ""
|
| 2520 |
+
|
| 2521 |
+
#: elements/infobox/infobox.php:290
|
| 2522 |
+
msgid "Infobox Clickable"
|
| 2523 |
+
msgstr ""
|
| 2524 |
+
|
| 2525 |
+
#: elements/infobox/infobox.php:305
|
| 2526 |
+
msgid "Infobox Link"
|
| 2527 |
+
msgstr ""
|
| 2528 |
+
|
| 2529 |
+
#: elements/infobox/infobox.php:327
|
| 2530 |
+
#: elements/creative-button/creative-button.php:46
|
| 2531 |
+
msgid "Enter button text"
|
| 2532 |
+
msgstr ""
|
| 2533 |
+
|
| 2534 |
+
#: elements/infobox/infobox.php:328
|
| 2535 |
+
#: elements/creative-button/creative-button.php:47
|
| 2536 |
+
msgid "Enter button text here"
|
| 2537 |
+
msgstr ""
|
| 2538 |
+
|
| 2539 |
+
#: elements/infobox/infobox.php:338
|
| 2540 |
+
#: elements/creative-button/creative-button.php:67
|
| 2541 |
+
msgid "Link URL"
|
| 2542 |
+
msgstr ""
|
| 2543 |
+
|
| 2544 |
+
#: elements/infobox/infobox.php:341
|
| 2545 |
+
msgid "Enter link URL for the button"
|
| 2546 |
+
msgstr ""
|
| 2547 |
+
|
| 2548 |
+
#: elements/infobox/infobox.php:346
|
| 2549 |
+
msgid "Enter heading for the button"
|
| 2550 |
+
msgstr ""
|
| 2551 |
+
|
| 2552 |
+
#: elements/infobox/infobox.php:436
|
| 2553 |
+
#: elements/flipbox/flipbox.php:562
|
| 2554 |
+
msgid "Image Style"
|
| 2555 |
+
msgstr ""
|
| 2556 |
+
|
| 2557 |
+
#: elements/infobox/infobox.php:489
|
| 2558 |
+
#: elements/infobox/infobox.php:544
|
| 2559 |
+
msgid "Image Shape"
|
| 2560 |
+
msgstr ""
|
| 2561 |
+
|
| 2562 |
+
#: elements/infobox/infobox.php:494
|
| 2563 |
+
#: elements/infobox/infobox.php:549
|
| 2564 |
+
#: elements/infobox/infobox.php:722
|
| 2565 |
+
#: elements/infobox/infobox.php:803
|
| 2566 |
+
#: elements/infobox/infobox.php:938
|
| 2567 |
+
#: elements/infobox/infobox.php:1034
|
| 2568 |
+
msgid "Square"
|
| 2569 |
+
msgstr ""
|
| 2570 |
+
|
| 2571 |
+
#: elements/infobox/infobox.php:495
|
| 2572 |
+
#: elements/infobox/infobox.php:550
|
| 2573 |
+
#: elements/infobox/infobox.php:720
|
| 2574 |
+
#: elements/infobox/infobox.php:801
|
| 2575 |
+
#: elements/infobox/infobox.php:936
|
| 2576 |
+
#: elements/infobox/infobox.php:1032
|
| 2577 |
+
#: elements/flipbox/flipbox.php:578
|
| 2578 |
+
#: elements/progress-bar/progress-bar.php:50
|
| 2579 |
+
msgid "Circle"
|
| 2580 |
+
msgstr ""
|
| 2581 |
+
|
| 2582 |
+
#: elements/infobox/infobox.php:496
|
| 2583 |
+
#: elements/infobox/infobox.php:551
|
| 2584 |
+
#: elements/infobox/infobox.php:721
|
| 2585 |
+
#: elements/infobox/infobox.php:802
|
| 2586 |
+
#: elements/infobox/infobox.php:937
|
| 2587 |
+
#: elements/infobox/infobox.php:1033
|
| 2588 |
+
#: elements/flipbox/flipbox.php:579
|
| 2589 |
+
msgid "Radius"
|
| 2590 |
+
msgstr ""
|
| 2591 |
+
|
| 2592 |
+
#: elements/infobox/infobox.php:527
|
| 2593 |
+
#: elements/infobox/infobox.php:758
|
| 2594 |
+
#: elements/infobox/infobox.php:989
|
| 2595 |
+
#: elements/post-grid/post-grid.php:316
|
| 2596 |
+
msgid "Animation"
|
| 2597 |
+
msgstr ""
|
| 2598 |
+
|
| 2599 |
+
#: elements/infobox/infobox.php:567
|
| 2600 |
+
#: elements/flipbox/flipbox.php:109
|
| 2601 |
+
#: elements/flipbox/flipbox.php:193
|
| 2602 |
+
msgid "Image Resizer"
|
| 2603 |
+
msgstr ""
|
| 2604 |
+
|
| 2605 |
+
#: elements/infobox/infobox.php:622
|
| 2606 |
+
msgid "Number Icon Style"
|
| 2607 |
+
msgstr ""
|
| 2608 |
+
|
| 2609 |
+
#: elements/infobox/infobox.php:641
|
| 2610 |
+
#: elements/infobox/infobox.php:872
|
| 2611 |
+
msgid "Icon Background Size"
|
| 2612 |
+
msgstr ""
|
| 2613 |
+
|
| 2614 |
+
#: elements/infobox/infobox.php:714
|
| 2615 |
+
#: elements/infobox/infobox.php:795
|
| 2616 |
+
#: elements/infobox/infobox.php:930
|
| 2617 |
+
#: elements/infobox/infobox.php:1026
|
| 2618 |
+
msgid "Background Shape"
|
| 2619 |
+
msgstr ""
|
| 2620 |
+
|
| 2621 |
+
#: elements/infobox/infobox.php:840
|
| 2622 |
+
#: elements/flipbox/flipbox.php:623
|
| 2623 |
+
#: elements/flipbox/flipbox.php:707
|
| 2624 |
+
#: elements/flipbox/flipbox.php:808
|
| 2625 |
+
#: elements/dual-color-header/dual-color-header.php:255
|
| 2626 |
+
#: elements/call-to-action/call-to-action.php:601
|
| 2627 |
+
msgid "Icon Style"
|
| 2628 |
+
msgstr ""
|
| 2629 |
+
|
| 2630 |
+
#: elements/infobox/infobox.php:1071
|
| 2631 |
+
msgid "Button Styles"
|
| 2632 |
+
msgstr ""
|
| 2633 |
+
|
| 2634 |
+
#: elements/infobox/infobox.php:1090
|
| 2635 |
+
#: elements/creative-button/creative-button.php:250
|
| 2636 |
+
msgid "Button Padding"
|
| 2637 |
+
msgstr ""
|
| 2638 |
+
|
| 2639 |
+
#: elements/infobox/infobox.php:1276
|
| 2640 |
+
#: elements/facebook-feed/facebook-feed.php:470
|
| 2641 |
+
#: elements/flipbox/flipbox.php:770
|
| 2642 |
+
#: elements/flipbox/flipbox.php:871
|
| 2643 |
+
#: elements/dual-color-header/dual-color-header.php:39
|
| 2644 |
+
#: elements/countdown/countdown.php:851
|
| 2645 |
+
#: elements/tooltip/tooltip.php:250
|
| 2646 |
+
#: elements/call-to-action/call-to-action.php:39
|
| 2647 |
+
#: elements/call-to-action/call-to-action.php:394
|
| 2648 |
+
#: elements/twitter-feed/twitter-feed.php:481
|
| 2649 |
+
#: elements/advance-accordion/advance-accordion.php:551
|
| 2650 |
+
#: elements/data-table/data-table.php:588
|
| 2651 |
+
msgid "Content Style"
|
| 2652 |
+
msgstr ""
|
| 2653 |
+
|
| 2654 |
+
#: elements/infobox/infobox.php:1285
|
| 2655 |
+
msgid "Content Only Margin"
|
| 2656 |
+
msgstr ""
|
| 2657 |
+
|
| 2658 |
+
#: elements/infobox/infobox.php:1297
|
| 2659 |
+
msgid "Content Only Background"
|
| 2660 |
+
msgstr ""
|
| 2661 |
+
|
| 2662 |
+
#: elements/infobox/infobox.php:1309
|
| 2663 |
+
msgid "Content Only Padding"
|
| 2664 |
+
msgstr ""
|
| 2665 |
+
|
| 2666 |
+
#: elements/infobox/infobox.php:1347
|
| 2667 |
+
#: elements/countdown/countdown.php:812
|
| 2668 |
+
#: elements/post-grid/post-grid.php:122
|
| 2669 |
+
#: elements/progress-bar/progress-bar.php:573
|
| 2670 |
+
#: elements/post-timeline/post-timeline.php:169
|
| 2671 |
+
msgid "Title Color"
|
| 2672 |
+
msgstr ""
|
| 2673 |
+
|
| 2674 |
+
#: elements/infobox/infobox.php:1359
|
| 2675 |
+
msgid "Content Color"
|
| 2676 |
+
msgstr ""
|
| 2677 |
+
|
| 2678 |
+
#: elements/infobox/infobox.php:1371
|
| 2679 |
+
msgid "Transition"
|
| 2680 |
+
msgstr ""
|
| 2681 |
+
|
| 2682 |
+
#: elements/infobox/infobox.php:1372
|
| 2683 |
+
msgid "Transition will applied to ms (ex: 300ms)."
|
| 2684 |
+
msgstr ""
|
| 2685 |
+
|
| 2686 |
+
#: elements/infobox/infobox.php:1394
|
| 2687 |
+
msgid "Info Box Advanced"
|
| 2688 |
+
msgstr ""
|
| 2689 |
+
|
| 2690 |
+
#: elements/facebook-feed/facebook-feed.php:14
|
| 2691 |
+
msgid "EA Facebook Feed"
|
| 2692 |
+
msgstr ""
|
| 2693 |
+
|
| 2694 |
+
#: elements/facebook-feed/facebook-feed.php:30
|
| 2695 |
+
#: elements/twitter-feed/twitter-feed.php:30
|
| 2696 |
+
msgid "Account Settings"
|
| 2697 |
+
msgstr ""
|
| 2698 |
+
|
| 2699 |
+
#: elements/facebook-feed/facebook-feed.php:37
|
| 2700 |
+
#: elements/twitter-feed/twitter-feed.php:37
|
| 2701 |
+
msgid "Account Name"
|
| 2702 |
+
msgstr ""
|
| 2703 |
+
|
| 2704 |
+
#: elements/facebook-feed/facebook-feed.php:41
|
| 2705 |
+
#: elements/twitter-feed/twitter-feed.php:41
|
| 2706 |
+
msgid "Use @ sign with your account name."
|
| 2707 |
+
msgstr ""
|
| 2708 |
+
|
| 2709 |
+
#: elements/facebook-feed/facebook-feed.php:49
|
| 2710 |
+
msgid "App ID"
|
| 2711 |
+
msgstr ""
|
| 2712 |
+
|
| 2713 |
+
#: elements/facebook-feed/facebook-feed.php:60
|
| 2714 |
+
msgid "App Secret"
|
| 2715 |
+
msgstr ""
|
| 2716 |
+
|
| 2717 |
+
#: elements/facebook-feed/facebook-feed.php:80
|
| 2718 |
+
#: elements/twitter-feed/twitter-feed.php:91
|
| 2719 |
+
msgid "Content Layout"
|
| 2720 |
+
msgstr ""
|
| 2721 |
+
|
| 2722 |
+
#: elements/facebook-feed/facebook-feed.php:84
|
| 2723 |
+
#: elements/twitter-feed/twitter-feed.php:95
|
| 2724 |
+
msgid "List"
|
| 2725 |
+
msgstr ""
|
| 2726 |
+
|
| 2727 |
+
#: elements/facebook-feed/facebook-feed.php:85
|
| 2728 |
+
#: elements/filterable-gallery/filterable-gallery.php:93
|
| 2729 |
+
#: elements/twitter-feed/twitter-feed.php:96
|
| 2730 |
+
msgid "Masonry"
|
| 2731 |
+
msgstr ""
|
| 2732 |
+
|
| 2733 |
+
#: elements/facebook-feed/facebook-feed.php:93
|
| 2734 |
+
#: elements/twitter-feed/twitter-feed.php:104
|
| 2735 |
+
msgid "Column Grid"
|
| 2736 |
+
msgstr ""
|
| 2737 |
+
|
| 2738 |
+
#: elements/facebook-feed/facebook-feed.php:111
|
| 2739 |
+
#: elements/twitter-feed/twitter-feed.php:121
|
| 2740 |
+
msgid "Content Length"
|
| 2741 |
+
msgstr ""
|
| 2742 |
+
|
| 2743 |
+
#: elements/facebook-feed/facebook-feed.php:121
|
| 2744 |
+
#: elements/twitter-feed/twitter-feed.php:131
|
| 2745 |
+
msgid "Column spacing"
|
| 2746 |
+
msgstr ""
|
| 2747 |
+
|
| 2748 |
+
#: elements/facebook-feed/facebook-feed.php:141
|
| 2749 |
+
#: elements/twitter-feed/twitter-feed.php:151
|
| 2750 |
+
msgid "Post Limit"
|
| 2751 |
+
msgstr ""
|
| 2752 |
+
|
| 2753 |
+
#: elements/facebook-feed/facebook-feed.php:151
|
| 2754 |
+
#: elements/twitter-feed/twitter-feed.php:161
|
| 2755 |
+
msgid "Show Media Elements"
|
| 2756 |
+
msgstr ""
|
| 2757 |
+
|
| 2758 |
+
#: elements/facebook-feed/facebook-feed.php:153
|
| 2759 |
+
#: elements/facebook-feed/facebook-feed.php:174
|
| 2760 |
+
#: elements/facebook-feed/facebook-feed.php:203
|
| 2761 |
+
#: elements/facebook-feed/facebook-feed.php:215
|
| 2762 |
+
#: elements/facebook-feed/facebook-feed.php:226
|
| 2763 |
+
#: elements/call-to-action/call-to-action.php:242
|
| 2764 |
+
#: elements/twitter-feed/twitter-feed.php:163
|
| 2765 |
+
#: elements/twitter-feed/twitter-feed.php:184
|
| 2766 |
+
#: elements/twitter-feed/twitter-feed.php:213
|
| 2767 |
+
#: elements/twitter-feed/twitter-feed.php:225
|
| 2768 |
+
#: elements/twitter-feed/twitter-feed.php:237
|
| 2769 |
+
#: elements/data-table/data-table.php:94
|
| 2770 |
+
msgid "yes"
|
| 2771 |
+
msgstr ""
|
| 2772 |
+
|
| 2773 |
+
#: elements/facebook-feed/facebook-feed.php:154
|
| 2774 |
+
#: elements/facebook-feed/facebook-feed.php:175
|
| 2775 |
+
#: elements/facebook-feed/facebook-feed.php:204
|
| 2776 |
+
#: elements/facebook-feed/facebook-feed.php:216
|
| 2777 |
+
#: elements/facebook-feed/facebook-feed.php:227
|
| 2778 |
+
#: elements/call-to-action/call-to-action.php:243
|
| 2779 |
+
#: elements/twitter-feed/twitter-feed.php:164
|
| 2780 |
+
#: elements/twitter-feed/twitter-feed.php:185
|
| 2781 |
+
#: elements/twitter-feed/twitter-feed.php:214
|
| 2782 |
+
#: elements/twitter-feed/twitter-feed.php:226
|
| 2783 |
+
#: elements/twitter-feed/twitter-feed.php:238
|
| 2784 |
+
#: elements/data-table/data-table.php:95
|
| 2785 |
+
msgid "no"
|
| 2786 |
+
msgstr ""
|
| 2787 |
+
|
| 2788 |
+
#: elements/facebook-feed/facebook-feed.php:165
|
| 2789 |
+
#: elements/twitter-feed/twitter-feed.php:175
|
| 2790 |
+
msgid "Card Settings"
|
| 2791 |
+
msgstr ""
|
| 2792 |
+
|
| 2793 |
+
#: elements/facebook-feed/facebook-feed.php:172
|
| 2794 |
+
#: elements/twitter-feed/twitter-feed.php:182
|
| 2795 |
+
msgid "Show Avatar"
|
| 2796 |
+
msgstr ""
|
| 2797 |
+
|
| 2798 |
+
#: elements/facebook-feed/facebook-feed.php:184
|
| 2799 |
+
#: elements/twitter-feed/twitter-feed.php:194
|
| 2800 |
+
msgid "Avatar Style"
|
| 2801 |
+
msgstr ""
|
| 2802 |
+
|
| 2803 |
+
#: elements/facebook-feed/facebook-feed.php:201
|
| 2804 |
+
#: elements/twitter-feed/twitter-feed.php:211
|
| 2805 |
+
msgid "Show Date"
|
| 2806 |
+
msgstr ""
|
| 2807 |
+
|
| 2808 |
+
#: elements/facebook-feed/facebook-feed.php:224
|
| 2809 |
+
#: elements/dual-color-header/dual-color-header.php:55
|
| 2810 |
+
#: elements/twitter-feed/twitter-feed.php:235
|
| 2811 |
+
msgid "Show Icon"
|
| 2812 |
+
msgstr ""
|
| 2813 |
+
|
| 2814 |
+
#: elements/facebook-feed/facebook-feed.php:266
|
| 2815 |
+
#: elements/filterable-gallery/filterable-gallery.php:567
|
| 2816 |
+
#: elements/twitter-feed/twitter-feed.php:277
|
| 2817 |
+
#: elements/advance-accordion/advance-accordion.php:211
|
| 2818 |
+
#: elements/data-table/data-table.php:360
|
| 2819 |
+
msgid "General Style"
|
| 2820 |
+
msgstr ""
|
| 2821 |
+
|
| 2822 |
+
#: elements/facebook-feed/facebook-feed.php:350
|
| 2823 |
+
#: elements/twitter-feed/twitter-feed.php:361
|
| 2824 |
+
msgid "Card Style"
|
| 2825 |
+
msgstr ""
|
| 2826 |
+
|
| 2827 |
+
#: elements/facebook-feed/facebook-feed.php:500
|
| 2828 |
+
#: elements/twitter-feed/twitter-feed.php:511
|
| 2829 |
+
msgid "Link Style"
|
| 2830 |
+
msgstr ""
|
| 2831 |
+
|
| 2832 |
+
#: elements/facebook-feed/facebook-feed.php:548
|
| 2833 |
+
#: elements/twitter-feed/twitter-feed.php:559
|
| 2834 |
+
msgid "Preloader Style"
|
| 2835 |
+
msgstr ""
|
| 2836 |
+
|
| 2837 |
+
#: elements/flipbox/flipbox.php:15
|
| 2838 |
+
msgid "EA Flip Box"
|
| 2839 |
+
msgstr ""
|
| 2840 |
+
|
| 2841 |
+
#: elements/flipbox/flipbox.php:34
|
| 2842 |
+
msgid "Flipbox Settings"
|
| 2843 |
+
msgstr ""
|
| 2844 |
+
|
| 2845 |
+
#: elements/flipbox/flipbox.php:41
|
| 2846 |
+
msgid "Flipbox Type"
|
| 2847 |
+
msgstr ""
|
| 2848 |
+
|
| 2849 |
+
#: elements/flipbox/flipbox.php:46
|
| 2850 |
+
msgid "Flip Left"
|
| 2851 |
+
msgstr ""
|
| 2852 |
+
|
| 2853 |
+
#: elements/flipbox/flipbox.php:47
|
| 2854 |
+
msgid "Flip Right"
|
| 2855 |
+
msgstr ""
|
| 2856 |
+
|
| 2857 |
+
#: elements/flipbox/flipbox.php:48
|
| 2858 |
+
msgid "Flip Top"
|
| 2859 |
+
msgstr ""
|
| 2860 |
+
|
| 2861 |
+
#: elements/flipbox/flipbox.php:49
|
| 2862 |
+
msgid "Flip Bottom"
|
| 2863 |
+
msgstr ""
|
| 2864 |
+
|
| 2865 |
+
#: elements/flipbox/flipbox.php:50
|
| 2866 |
+
msgid "Zoom In"
|
| 2867 |
+
msgstr ""
|
| 2868 |
+
|
| 2869 |
+
#: elements/flipbox/flipbox.php:51
|
| 2870 |
+
msgid "Zoom Out"
|
| 2871 |
+
msgstr ""
|
| 2872 |
+
|
| 2873 |
+
#: elements/flipbox/flipbox.php:61
|
| 2874 |
+
msgid "Front"
|
| 2875 |
+
msgstr ""
|
| 2876 |
+
|
| 2877 |
+
#: elements/flipbox/flipbox.php:68
|
| 2878 |
+
#: elements/flipbox/flipbox.php:153
|
| 2879 |
+
#: elements/advance-tabs/advance-tabs.php:109
|
| 2880 |
+
msgid "Icon Type"
|
| 2881 |
+
msgstr ""
|
| 2882 |
+
|
| 2883 |
+
#: elements/flipbox/flipbox.php:82
|
| 2884 |
+
#: elements/flipbox/flipbox.php:167
|
| 2885 |
+
msgid "Flipbox Image"
|
| 2886 |
+
msgstr ""
|
| 2887 |
+
|
| 2888 |
+
#: elements/flipbox/flipbox.php:146
|
| 2889 |
+
msgid "Back"
|
| 2890 |
+
msgstr ""
|
| 2891 |
+
|
| 2892 |
+
#: elements/flipbox/flipbox.php:237
|
| 2893 |
+
msgid "Flipbox Content"
|
| 2894 |
+
msgstr ""
|
| 2895 |
+
|
| 2896 |
+
#: elements/flipbox/flipbox.php:243
|
| 2897 |
+
msgid "Front or Back Content"
|
| 2898 |
+
msgstr ""
|
| 2899 |
+
|
| 2900 |
+
#: elements/flipbox/flipbox.php:248
|
| 2901 |
+
#: elements/flipbox/flipbox.php:698
|
| 2902 |
+
msgid "Front Content"
|
| 2903 |
+
msgstr ""
|
| 2904 |
+
|
| 2905 |
+
#: elements/flipbox/flipbox.php:252
|
| 2906 |
+
#: elements/flipbox/flipbox.php:799
|
| 2907 |
+
msgid "Back Content"
|
| 2908 |
+
msgstr ""
|
| 2909 |
+
|
| 2910 |
+
#: elements/flipbox/flipbox.php:265
|
| 2911 |
+
msgid "Front Title"
|
| 2912 |
+
msgstr ""
|
| 2913 |
+
|
| 2914 |
+
#: elements/flipbox/flipbox.php:268
|
| 2915 |
+
#: elements/flipbox/flipbox.php:295
|
| 2916 |
+
msgid "Elementor Flipbox"
|
| 2917 |
+
msgstr ""
|
| 2918 |
+
|
| 2919 |
+
#: elements/flipbox/flipbox.php:277
|
| 2920 |
+
msgid "Front Text"
|
| 2921 |
+
msgstr ""
|
| 2922 |
+
|
| 2923 |
+
#: elements/flipbox/flipbox.php:280
|
| 2924 |
+
msgid "This is front-end content."
|
| 2925 |
+
msgstr ""
|
| 2926 |
+
|
| 2927 |
+
#: elements/flipbox/flipbox.php:292
|
| 2928 |
+
msgid "Back Title"
|
| 2929 |
+
msgstr ""
|
| 2930 |
+
|
| 2931 |
+
#: elements/flipbox/flipbox.php:304
|
| 2932 |
+
msgid "Back Text"
|
| 2933 |
+
msgstr ""
|
| 2934 |
+
|
| 2935 |
+
#: elements/flipbox/flipbox.php:307
|
| 2936 |
+
msgid "This is back-end content."
|
| 2937 |
+
msgstr ""
|
| 2938 |
+
|
| 2939 |
+
#: elements/flipbox/flipbox.php:354
|
| 2940 |
+
msgid "Link Type"
|
| 2941 |
+
msgstr ""
|
| 2942 |
+
|
| 2943 |
+
#: elements/flipbox/flipbox.php:359
|
| 2944 |
+
msgid "Box"
|
| 2945 |
+
msgstr ""
|
| 2946 |
+
|
| 2947 |
+
#: elements/flipbox/flipbox.php:396
|
| 2948 |
+
msgid "Get Started"
|
| 2949 |
+
msgstr ""
|
| 2950 |
+
|
| 2951 |
+
#: elements/flipbox/flipbox.php:468
|
| 2952 |
+
msgid "Filp Box Style"
|
| 2953 |
+
msgstr ""
|
| 2954 |
+
|
| 2955 |
+
#: elements/flipbox/flipbox.php:476
|
| 2956 |
+
msgid "Front Background Color"
|
| 2957 |
+
msgstr ""
|
| 2958 |
+
|
| 2959 |
+
#: elements/flipbox/flipbox.php:488
|
| 2960 |
+
msgid "Back Background Color"
|
| 2961 |
+
msgstr ""
|
| 2962 |
+
|
| 2963 |
+
#: elements/flipbox/flipbox.php:500
|
| 2964 |
+
msgid "Fornt / Back Content Padding"
|
| 2965 |
+
msgstr ""
|
| 2966 |
+
|
| 2967 |
+
#: elements/flipbox/flipbox.php:514
|
| 2968 |
+
msgid "Border Style"
|
| 2969 |
+
msgstr ""
|
| 2970 |
+
|
| 2971 |
+
#: elements/flipbox/flipbox.php:573
|
| 2972 |
+
msgid "Image Type"
|
| 2973 |
+
msgstr ""
|
| 2974 |
+
|
| 2975 |
+
#: elements/flipbox/flipbox.php:910
|
| 2976 |
+
#: elements/call-to-action/call-to-action.php:430
|
| 2977 |
+
msgid "Button Style"
|
| 2978 |
+
msgstr ""
|
| 2979 |
+
|
| 2980 |
+
#: elements/flipbox/flipbox.php:965
|
| 2981 |
+
#: elements/flipbox/flipbox.php:1023
|
| 2982 |
+
#: elements/fancy-text/fancy-text.php:328
|
| 2983 |
+
#: elements/progress-bar/progress-bar.php:255
|
| 2984 |
+
msgid "Background"
|
| 2985 |
+
msgstr ""
|
| 2986 |
+
|
| 2987 |
+
#: elements/dual-color-header/dual-color-header.php:13
|
| 2988 |
+
msgid "EA Dual Color Heading"
|
| 2989 |
+
msgstr ""
|
| 2990 |
+
|
| 2991 |
+
#: elements/dual-color-header/dual-color-header.php:32
|
| 2992 |
+
#: elements/countdown/countdown.php:87
|
| 2993 |
+
#: elements/tooltip/tooltip.php:31
|
| 2994 |
+
#: elements/call-to-action/call-to-action.php:32
|
| 2995 |
+
#: elements/advance-accordion/advance-accordion.php:98
|
| 2996 |
+
msgid "Content Settings"
|
| 2997 |
+
msgstr ""
|
| 2998 |
+
|
| 2999 |
+
#: elements/dual-color-header/dual-color-header.php:45
|
| 3000 |
+
msgid "Icon on top"
|
| 3001 |
+
msgstr ""
|
| 3002 |
+
|
| 3003 |
+
#: elements/dual-color-header/dual-color-header.php:46
|
| 3004 |
+
msgid "Icon & sub-text on top"
|
| 3005 |
+
msgstr ""
|
| 3006 |
+
|
| 3007 |
+
#: elements/dual-color-header/dual-color-header.php:47
|
| 3008 |
+
msgid "Sub-text on top"
|
| 3009 |
+
msgstr ""
|
| 3010 |
+
|
| 3011 |
+
#: elements/dual-color-header/dual-color-header.php:82
|
| 3012 |
+
msgid "Title ( First Part )"
|
| 3013 |
+
msgstr ""
|
| 3014 |
+
|
| 3015 |
+
#: elements/dual-color-header/dual-color-header.php:85
|
| 3016 |
+
msgid "Dual Heading"
|
| 3017 |
+
msgstr ""
|
| 3018 |
+
|
| 3019 |
+
#: elements/dual-color-header/dual-color-header.php:93
|
| 3020 |
+
msgid "Title ( Last Part )"
|
| 3021 |
+
msgstr ""
|
| 3022 |
+
|
| 3023 |
+
#: elements/dual-color-header/dual-color-header.php:96
|
| 3024 |
+
msgid "Example"
|
| 3025 |
+
msgstr ""
|
| 3026 |
+
|
| 3027 |
+
#: elements/dual-color-header/dual-color-header.php:104
|
| 3028 |
+
msgid "Sub Text"
|
| 3029 |
+
msgstr ""
|
| 3030 |
+
|
| 3031 |
+
#: elements/dual-color-header/dual-color-header.php:107
|
| 3032 |
+
msgid "Insert a meaningful line to evaluate the headline."
|
| 3033 |
+
msgstr ""
|
| 3034 |
+
|
| 3035 |
+
#: elements/dual-color-header/dual-color-header.php:171
|
| 3036 |
+
msgid "Dual Heading Style"
|
| 3037 |
+
msgstr ""
|
| 3038 |
+
|
| 3039 |
+
#: elements/dual-color-header/dual-color-header.php:322
|
| 3040 |
+
msgid "Main Color"
|
| 3041 |
+
msgstr ""
|
| 3042 |
+
|
| 3043 |
+
#: elements/dual-color-header/dual-color-header.php:334
|
| 3044 |
+
msgid "Dual Color"
|
| 3045 |
+
msgstr ""
|
| 3046 |
+
|
| 3047 |
+
#: elements/dual-color-header/dual-color-header.php:354
|
| 3048 |
+
msgid "Sub-title Style "
|
| 3049 |
+
msgstr ""
|
| 3050 |
+
|
| 3051 |
+
#: elements/team-members/team-members.php:14
|
| 3052 |
+
msgid "EA Team Member"
|
| 3053 |
+
msgstr ""
|
| 3054 |
+
|
| 3055 |
+
#: elements/team-members/team-members.php:32
|
| 3056 |
+
msgid "Team Member Image"
|
| 3057 |
+
msgstr ""
|
| 3058 |
+
|
| 3059 |
+
#: elements/team-members/team-members.php:40
|
| 3060 |
+
msgid "Team Member Avatar"
|
| 3061 |
+
msgstr ""
|
| 3062 |
+
|
| 3063 |
+
#: elements/team-members/team-members.php:66
|
| 3064 |
+
msgid "Team Member Content"
|
| 3065 |
+
msgstr ""
|
| 3066 |
+
|
| 3067 |
+
#: elements/team-members/team-members.php:74
|
| 3068 |
+
msgid "Name"
|
| 3069 |
+
msgstr ""
|
| 3070 |
+
|
| 3071 |
+
#: elements/team-members/team-members.php:76
|
| 3072 |
+
#: elements/testimonials/testimonials.php:87
|
| 3073 |
+
msgid "John Doe"
|
| 3074 |
+
msgstr ""
|
| 3075 |
+
|
| 3076 |
+
#: elements/team-members/team-members.php:83
|
| 3077 |
+
msgid "Job Position"
|
| 3078 |
+
msgstr ""
|
| 3079 |
+
|
| 3080 |
+
#: elements/team-members/team-members.php:85
|
| 3081 |
+
msgid "Software Engineer"
|
| 3082 |
+
msgstr ""
|
| 3083 |
+
|
| 3084 |
+
#: elements/team-members/team-members.php:94
|
| 3085 |
+
msgid "Add team member description here. Remove the text if not necessary."
|
| 3086 |
+
msgstr ""
|
| 3087 |
+
|
| 3088 |
+
#: elements/team-members/team-members.php:105
|
| 3089 |
+
msgid "Social Profiles"
|
| 3090 |
+
msgstr ""
|
| 3091 |
+
|
| 3092 |
+
#: elements/team-members/team-members.php:112
|
| 3093 |
+
msgid "Display Social Profiles?"
|
| 3094 |
+
msgstr ""
|
| 3095 |
+
|
| 3096 |
+
#: elements/team-members/team-members.php:197
|
| 3097 |
+
msgid "Place URL here"
|
| 3098 |
+
msgstr ""
|
| 3099 |
+
|
| 3100 |
+
#: elements/team-members/team-members.php:235
|
| 3101 |
+
msgid "Team Member Styles"
|
| 3102 |
+
msgstr ""
|
| 3103 |
+
|
| 3104 |
+
#: elements/team-members/team-members.php:244
|
| 3105 |
+
msgid "Style Preset"
|
| 3106 |
+
msgstr ""
|
| 3107 |
+
|
| 3108 |
+
#: elements/team-members/team-members.php:248
|
| 3109 |
+
msgid "Simple Style"
|
| 3110 |
+
msgstr ""
|
| 3111 |
+
|
| 3112 |
+
#: elements/team-members/team-members.php:249
|
| 3113 |
+
msgid "Overlay Style"
|
| 3114 |
+
msgstr ""
|
| 3115 |
+
|
| 3116 |
+
#: elements/team-members/team-members.php:250
|
| 3117 |
+
msgid "Centered Style"
|
| 3118 |
+
msgstr ""
|
| 3119 |
+
|
| 3120 |
+
#: elements/team-members/team-members.php:251
|
| 3121 |
+
msgid "Circle Style"
|
| 3122 |
+
msgstr ""
|
| 3123 |
+
|
| 3124 |
+
#: elements/team-members/team-members.php:252
|
| 3125 |
+
msgid "Social on Bottom"
|
| 3126 |
+
msgstr ""
|
| 3127 |
+
|
| 3128 |
+
#: elements/team-members/team-members.php:298
|
| 3129 |
+
msgid "Set Alignment"
|
| 3130 |
+
msgstr ""
|
| 3131 |
+
|
| 3132 |
+
#: elements/team-members/team-members.php:327
|
| 3133 |
+
msgid "Content Padding"
|
| 3134 |
+
msgstr ""
|
| 3135 |
+
|
| 3136 |
+
#: elements/team-members/team-members.php:362
|
| 3137 |
+
msgid "Team Member Image Style"
|
| 3138 |
+
msgstr ""
|
| 3139 |
+
|
| 3140 |
+
#: elements/team-members/team-members.php:370
|
| 3141 |
+
#: elements/testimonials/testimonials.php:255
|
| 3142 |
+
msgid "Image Width"
|
| 3143 |
+
msgstr ""
|
| 3144 |
+
|
| 3145 |
+
#: elements/team-members/team-members.php:431
|
| 3146 |
+
#: elements/testimonials/testimonials.php:337
|
| 3147 |
+
msgid "Rounded Avatar?"
|
| 3148 |
+
msgstr ""
|
| 3149 |
+
|
| 3150 |
+
#: elements/team-members/team-members.php:467
|
| 3151 |
+
msgid "Member Name"
|
| 3152 |
+
msgstr ""
|
| 3153 |
+
|
| 3154 |
+
#: elements/team-members/team-members.php:475
|
| 3155 |
+
msgid "Member Name Color"
|
| 3156 |
+
msgstr ""
|
| 3157 |
+
|
| 3158 |
+
#: elements/team-members/team-members.php:495
|
| 3159 |
+
msgid "Member Job Position"
|
| 3160 |
+
msgstr ""
|
| 3161 |
+
|
| 3162 |
+
#: elements/team-members/team-members.php:503
|
| 3163 |
+
msgid "Job Position Color"
|
| 3164 |
+
msgstr ""
|
| 3165 |
+
|
| 3166 |
+
#: elements/team-members/team-members.php:523
|
| 3167 |
+
msgid "Member Description"
|
| 3168 |
+
msgstr ""
|
| 3169 |
+
|
| 3170 |
+
#: elements/team-members/team-members.php:531
|
| 3171 |
+
msgid "Description Color"
|
| 3172 |
+
msgstr ""
|
| 3173 |
+
|
| 3174 |
+
#: elements/team-members/team-members.php:555
|
| 3175 |
+
msgid "Social Profiles Style"
|
| 3176 |
+
msgstr ""
|
| 3177 |
+
|
| 3178 |
+
#: elements/team-members/team-members.php:581
|
| 3179 |
+
msgid "Social Profiles Spacing"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
|
| 3182 |
+
#: elements/team-members/team-members.php:672
|
| 3183 |
+
msgid "Hover Background Color"
|
| 3184 |
+
msgstr ""
|
| 3185 |
+
|
| 3186 |
+
#: elements/team-members/team-members.php:684
|
| 3187 |
+
msgid "Hover Border Color"
|
| 3188 |
+
msgstr ""
|
| 3189 |
+
|
| 3190 |
+
#: elements/gravity-form/gravity-form.php:32
|
| 3191 |
+
msgid "EA Gravity Forms"
|
| 3192 |
+
msgstr ""
|
| 3193 |
+
|
| 3194 |
+
#: elements/gravity-form/gravity-form.php:79
|
| 3195 |
+
msgid "Gravity Forms"
|
| 3196 |
+
msgstr ""
|
| 3197 |
+
|
| 3198 |
+
#: elements/gravity-form/gravity-form.php:187
|
| 3199 |
+
msgid "Use Ajax"
|
| 3200 |
+
msgstr ""
|
| 3201 |
+
|
| 3202 |
+
#: elements/gravity-form/gravity-form.php:189
|
| 3203 |
+
msgid "Use ajax to submit the form"
|
| 3204 |
+
msgstr ""
|
| 3205 |
+
|
| 3206 |
+
#: elements/gravity-form/gravity-form.php:232
|
| 3207 |
+
#: elements/gravity-form/gravity-form.php:1557
|
| 3208 |
+
#: elements/contact-form-7/contact-form-7.php:189
|
| 3209 |
+
#: elements/contact-form-7/contact-form-7.php:1416
|
| 3210 |
+
#: elements/ninja-form/ninja-form.php:165
|
| 3211 |
+
#: elements/ninja-form/ninja-form.php:1473
|
| 3212 |
+
msgid "Validation Errors"
|
| 3213 |
+
msgstr ""
|
| 3214 |
+
|
| 3215 |
+
#: elements/gravity-form/gravity-form.php:906
|
| 3216 |
+
msgid "Section Field"
|
| 3217 |
+
msgstr ""
|
| 3218 |
+
|
| 3219 |
+
#: elements/gravity-form/gravity-form.php:942
|
| 3220 |
+
msgid "Solid"
|
| 3221 |
+
msgstr ""
|
| 3222 |
+
|
| 3223 |
+
#: elements/gravity-form/gravity-form.php:943
|
| 3224 |
+
msgid "Double"
|
| 3225 |
+
msgstr ""
|
| 3226 |
+
|
| 3227 |
+
#: elements/gravity-form/gravity-form.php:944
|
| 3228 |
+
msgid "Dotted"
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
|
| 3231 |
+
#: elements/gravity-form/gravity-form.php:945
|
| 3232 |
+
msgid "Dashed"
|
| 3233 |
+
msgstr ""
|
| 3234 |
+
|
| 3235 |
+
#: elements/gravity-form/gravity-form.php:957
|
| 3236 |
+
msgid "Border Height"
|
| 3237 |
+
msgstr ""
|
| 3238 |
+
|
| 3239 |
+
#: elements/gravity-form/gravity-form.php:1024
|
| 3240 |
+
msgid "Price Label Color"
|
| 3241 |
+
msgstr ""
|
| 3242 |
+
|
| 3243 |
+
#: elements/gravity-form/gravity-form.php:1036
|
| 3244 |
+
msgid "Price Color"
|
| 3245 |
+
msgstr ""
|
| 3246 |
+
|
| 3247 |
+
#: elements/gravity-form/gravity-form.php:1569
|
| 3248 |
+
#: elements/ninja-form/ninja-form.php:1485
|
| 3249 |
+
msgid "Error Description Color"
|
| 3250 |
+
msgstr ""
|
| 3251 |
+
|
| 3252 |
+
#: elements/gravity-form/gravity-form.php:1584
|
| 3253 |
+
msgid "Error Border Color"
|
| 3254 |
+
msgstr ""
|
| 3255 |
+
|
| 3256 |
+
#: elements/gravity-form/gravity-form.php:1600
|
| 3257 |
+
msgid "Error Field Background Color"
|
| 3258 |
+
msgstr ""
|
| 3259 |
+
|
| 3260 |
+
#: elements/gravity-form/gravity-form.php:1615
|
| 3261 |
+
msgid "Error Field Label Color"
|
| 3262 |
+
msgstr ""
|
| 3263 |
+
|
| 3264 |
+
#: elements/gravity-form/gravity-form.php:1669
|
| 3265 |
+
msgid "Thank You Message"
|
| 3266 |
+
msgstr ""
|
| 3267 |
+
|
| 3268 |
+
#: elements/countdown/countdown.php:14
|
| 3269 |
+
msgid "EA Countdown"
|
| 3270 |
+
msgstr ""
|
| 3271 |
+
|
| 3272 |
+
#: elements/countdown/countdown.php:32
|
| 3273 |
+
msgid "Timer Settings"
|
| 3274 |
+
msgstr ""
|
| 3275 |
+
|
| 3276 |
+
#: elements/countdown/countdown.php:39
|
| 3277 |
+
msgid "Countdown Due Date"
|
| 3278 |
+
msgstr ""
|
| 3279 |
+
|
| 3280 |
+
#: elements/countdown/countdown.php:42
|
| 3281 |
+
msgid "Set the due date and time"
|
| 3282 |
+
msgstr ""
|
| 3283 |
+
|
| 3284 |
+
#: elements/countdown/countdown.php:49
|
| 3285 |
+
msgid "Label Position"
|
| 3286 |
+
msgstr ""
|
| 3287 |
+
|
| 3288 |
+
#: elements/countdown/countdown.php:53
|
| 3289 |
+
msgid "Block"
|
| 3290 |
+
msgstr ""
|
| 3291 |
+
|
| 3292 |
+
#: elements/countdown/countdown.php:54
|
| 3293 |
+
#: elements/advance-tabs/advance-tabs.php:71
|
| 3294 |
+
msgid "Inline"
|
| 3295 |
+
msgstr ""
|
| 3296 |
+
|
| 3297 |
+
#: elements/countdown/countdown.php:62
|
| 3298 |
+
msgid "Left spacing for Labels"
|
| 3299 |
+
msgstr ""
|
| 3300 |
+
|
| 3301 |
+
#: elements/countdown/countdown.php:64
|
| 3302 |
+
msgid "Use when you select inline labels"
|
| 3303 |
+
msgstr ""
|
| 3304 |
+
|
| 3305 |
+
#: elements/countdown/countdown.php:94
|
| 3306 |
+
msgid "Countdown Style"
|
| 3307 |
+
msgstr ""
|
| 3308 |
+
|
| 3309 |
+
#: elements/countdown/countdown.php:110
|
| 3310 |
+
msgid "Display Days"
|
| 3311 |
+
msgstr ""
|
| 3312 |
+
|
| 3313 |
+
#: elements/countdown/countdown.php:120
|
| 3314 |
+
msgid "Custom Label for Days"
|
| 3315 |
+
msgstr ""
|
| 3316 |
+
|
| 3317 |
+
#: elements/countdown/countdown.php:122
|
| 3318 |
+
#: elements/countdown/countdown.php:537
|
| 3319 |
+
msgid "Days"
|
| 3320 |
+
msgstr ""
|
| 3321 |
+
|
| 3322 |
+
#: elements/countdown/countdown.php:123
|
| 3323 |
+
#: elements/countdown/countdown.php:147
|
| 3324 |
+
#: elements/countdown/countdown.php:170
|
| 3325 |
+
#: elements/countdown/countdown.php:193
|
| 3326 |
+
msgid "Leave blank to hide"
|
| 3327 |
+
msgstr ""
|
| 3328 |
+
|
| 3329 |
+
#: elements/countdown/countdown.php:134
|
| 3330 |
+
msgid "Display Hours"
|
| 3331 |
+
msgstr ""
|
| 3332 |
+
|
| 3333 |
+
#: elements/countdown/countdown.php:144
|
| 3334 |
+
msgid "Custom Label for Hours"
|
| 3335 |
+
msgstr ""
|
| 3336 |
+
|
| 3337 |
+
#: elements/countdown/countdown.php:146
|
| 3338 |
+
#: elements/countdown/countdown.php:593
|
| 3339 |
+
msgid "Hours"
|
| 3340 |
+
msgstr ""
|
| 3341 |
+
|
| 3342 |
+
#: elements/countdown/countdown.php:157
|
| 3343 |
+
msgid "Display Minutes"
|
| 3344 |
+
msgstr ""
|
| 3345 |
+
|
| 3346 |
+
#: elements/countdown/countdown.php:167
|
| 3347 |
+
msgid "Custom Label for Minutes"
|
| 3348 |
+
msgstr ""
|
| 3349 |
+
|
| 3350 |
+
#: elements/countdown/countdown.php:169
|
| 3351 |
+
#: elements/countdown/countdown.php:649
|
| 3352 |
+
msgid "Minutes"
|
| 3353 |
+
msgstr ""
|
| 3354 |
+
|
| 3355 |
+
#: elements/countdown/countdown.php:180
|
| 3356 |
+
msgid "Display Seconds"
|
| 3357 |
+
msgstr ""
|
| 3358 |
+
|
| 3359 |
+
#: elements/countdown/countdown.php:190
|
| 3360 |
+
msgid "Custom Label for Seconds"
|
| 3361 |
+
msgstr ""
|
| 3362 |
+
|
| 3363 |
+
#: elements/countdown/countdown.php:192
|
| 3364 |
+
#: elements/countdown/countdown.php:705
|
| 3365 |
+
msgid "Seconds"
|
| 3366 |
+
msgstr ""
|
| 3367 |
+
|
| 3368 |
+
#: elements/countdown/countdown.php:203
|
| 3369 |
+
msgid "Countdown Separator"
|
| 3370 |
+
msgstr ""
|
| 3371 |
+
|
| 3372 |
+
#: elements/countdown/countdown.php:211
|
| 3373 |
+
msgid "Display Separator"
|
| 3374 |
+
msgstr ""
|
| 3375 |
+
|
| 3376 |
+
#: elements/countdown/countdown.php:221
|
| 3377 |
+
msgid "Separator Color"
|
| 3378 |
+
msgstr ""
|
| 3379 |
+
|
| 3380 |
+
#: elements/countdown/countdown.php:252
|
| 3381 |
+
msgid "Expire Action"
|
| 3382 |
+
msgstr ""
|
| 3383 |
+
|
| 3384 |
+
#: elements/countdown/countdown.php:259
|
| 3385 |
+
msgid "Expire Type"
|
| 3386 |
+
msgstr ""
|
| 3387 |
+
|
| 3388 |
+
#: elements/countdown/countdown.php:262
|
| 3389 |
+
msgid "Choose whether if you want to set a message or a redirect link"
|
| 3390 |
+
msgstr ""
|
| 3391 |
+
|
| 3392 |
+
#: elements/countdown/countdown.php:265
|
| 3393 |
+
msgid "Message"
|
| 3394 |
+
msgstr ""
|
| 3395 |
+
|
| 3396 |
+
#: elements/countdown/countdown.php:266
|
| 3397 |
+
msgid "Redirection Link"
|
| 3398 |
+
msgstr ""
|
| 3399 |
+
|
| 3400 |
+
#: elements/countdown/countdown.php:276
|
| 3401 |
+
msgid "On Expiry Title"
|
| 3402 |
+
msgstr ""
|
| 3403 |
+
|
| 3404 |
+
#: elements/countdown/countdown.php:278
|
| 3405 |
+
msgid "Countdown is finished!"
|
| 3406 |
+
msgstr ""
|
| 3407 |
+
|
| 3408 |
+
#: elements/countdown/countdown.php:288
|
| 3409 |
+
msgid "On Expiry Content"
|
| 3410 |
+
msgstr ""
|
| 3411 |
+
|
| 3412 |
+
#: elements/countdown/countdown.php:290
|
| 3413 |
+
msgid "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s"
|
| 3414 |
+
msgstr ""
|
| 3415 |
+
|
| 3416 |
+
#: elements/countdown/countdown.php:300
|
| 3417 |
+
msgid "Redirect To (URL)"
|
| 3418 |
+
msgstr ""
|
| 3419 |
+
|
| 3420 |
+
#: elements/countdown/countdown.php:351
|
| 3421 |
+
msgid "Countdown Styles"
|
| 3422 |
+
msgstr ""
|
| 3423 |
+
|
| 3424 |
+
#: elements/countdown/countdown.php:359
|
| 3425 |
+
msgid "Box Background Color"
|
| 3426 |
+
msgstr ""
|
| 3427 |
+
|
| 3428 |
+
#: elements/countdown/countdown.php:371
|
| 3429 |
+
msgid "Space Between Boxes"
|
| 3430 |
+
msgstr ""
|
| 3431 |
+
|
| 3432 |
+
#: elements/countdown/countdown.php:395
|
| 3433 |
+
msgid "Space Below Container"
|
| 3434 |
+
msgstr ""
|
| 3435 |
+
|
| 3436 |
+
#: elements/countdown/countdown.php:466
|
| 3437 |
+
msgid "Countdown Digits"
|
| 3438 |
+
msgstr ""
|
| 3439 |
+
|
| 3440 |
+
#: elements/countdown/countdown.php:474
|
| 3441 |
+
msgid "Digits Color"
|
| 3442 |
+
msgstr ""
|
| 3443 |
+
|
| 3444 |
+
#: elements/countdown/countdown.php:495
|
| 3445 |
+
msgid "Countdown Labels"
|
| 3446 |
+
msgstr ""
|
| 3447 |
+
|
| 3448 |
+
#: elements/countdown/countdown.php:503
|
| 3449 |
+
#: elements/countdown/countdown.php:569
|
| 3450 |
+
#: elements/countdown/countdown.php:625
|
| 3451 |
+
#: elements/countdown/countdown.php:681
|
| 3452 |
+
#: elements/countdown/countdown.php:737
|
| 3453 |
+
#: elements/caldera-forms/caldera-forms.php:1422
|
| 3454 |
+
#: elements/weforms/weforms.php:432
|
| 3455 |
+
msgid "Label Color"
|
| 3456 |
+
msgstr ""
|
| 3457 |
+
|
| 3458 |
+
#: elements/countdown/countdown.php:529
|
| 3459 |
+
msgid "Individual Box Styling"
|
| 3460 |
+
msgstr ""
|
| 3461 |
+
|
| 3462 |
+
#: elements/countdown/countdown.php:557
|
| 3463 |
+
#: elements/countdown/countdown.php:613
|
| 3464 |
+
#: elements/countdown/countdown.php:669
|
| 3465 |
+
#: elements/countdown/countdown.php:725
|
| 3466 |
+
msgid "Digit Color"
|
| 3467 |
+
msgstr ""
|
| 3468 |
+
|
| 3469 |
+
#: elements/countdown/countdown.php:765
|
| 3470 |
+
msgid "Expire Message"
|
| 3471 |
+
msgstr ""
|
| 3472 |
+
|
| 3473 |
+
#: elements/countdown/countdown.php:776
|
| 3474 |
+
msgid "Text Alignment"
|
| 3475 |
+
msgstr ""
|
| 3476 |
+
|
| 3477 |
+
#: elements/filterable-gallery/filterable-gallery.php:13
|
| 3478 |
+
msgid "EA Filterable Gallery"
|
| 3479 |
+
msgstr ""
|
| 3480 |
+
|
| 3481 |
+
#: elements/filterable-gallery/filterable-gallery.php:47
|
| 3482 |
+
msgid "Items to show"
|
| 3483 |
+
msgstr ""
|
| 3484 |
+
|
| 3485 |
+
#: elements/filterable-gallery/filterable-gallery.php:57
|
| 3486 |
+
msgid "Animation Duration (ms)"
|
| 3487 |
+
msgstr ""
|
| 3488 |
+
|
| 3489 |
+
#: elements/filterable-gallery/filterable-gallery.php:88
|
| 3490 |
+
#: elements/progress-bar/progress-bar.php:38
|
| 3491 |
+
#: elements/progress-bar/progress-bar.php:45
|
| 3492 |
+
#: elements/advance-tabs/advance-tabs.php:43
|
| 3493 |
+
msgid "Layout"
|
| 3494 |
+
msgstr ""
|
| 3495 |
+
|
| 3496 |
+
#: elements/filterable-gallery/filterable-gallery.php:92
|
| 3497 |
+
msgid "Grid"
|
| 3498 |
+
msgstr ""
|
| 3499 |
+
|
| 3500 |
+
#: elements/filterable-gallery/filterable-gallery.php:101
|
| 3501 |
+
msgid "Image Height"
|
| 3502 |
+
msgstr ""
|
| 3503 |
+
|
| 3504 |
+
#: elements/filterable-gallery/filterable-gallery.php:116
|
| 3505 |
+
msgid "Caption Style"
|
| 3506 |
+
msgstr ""
|
| 3507 |
+
|
| 3508 |
+
#: elements/filterable-gallery/filterable-gallery.php:121
|
| 3509 |
+
msgid "Card"
|
| 3510 |
+
msgstr ""
|
| 3511 |
+
|
| 3512 |
+
#: elements/filterable-gallery/filterable-gallery.php:129
|
| 3513 |
+
msgid "Hover Style"
|
| 3514 |
+
msgstr ""
|
| 3515 |
+
|
| 3516 |
+
#: elements/filterable-gallery/filterable-gallery.php:134
|
| 3517 |
+
msgid "Slide In Up"
|
| 3518 |
+
msgstr ""
|
| 3519 |
+
|
| 3520 |
+
#: elements/filterable-gallery/filterable-gallery.php:135
|
| 3521 |
+
msgid "Fade In"
|
| 3522 |
+
msgstr ""
|
| 3523 |
+
|
| 3524 |
+
#: elements/filterable-gallery/filterable-gallery.php:136
|
| 3525 |
+
msgid "Zoom In "
|
| 3526 |
+
msgstr ""
|
| 3527 |
+
|
| 3528 |
+
#: elements/filterable-gallery/filterable-gallery.php:147
|
| 3529 |
+
msgid "Hover Transition"
|
| 3530 |
+
msgstr ""
|
| 3531 |
+
|
| 3532 |
+
#: elements/filterable-gallery/filterable-gallery.php:169
|
| 3533 |
+
msgid "Link to"
|
| 3534 |
+
msgstr ""
|
| 3535 |
+
|
| 3536 |
+
#: elements/filterable-gallery/filterable-gallery.php:174
|
| 3537 |
+
msgid "Media"
|
| 3538 |
+
msgstr ""
|
| 3539 |
+
|
| 3540 |
+
#: elements/filterable-gallery/filterable-gallery.php:175
|
| 3541 |
+
msgid "Buttons"
|
| 3542 |
+
msgstr ""
|
| 3543 |
+
|
| 3544 |
+
#: elements/filterable-gallery/filterable-gallery.php:183
|
| 3545 |
+
msgid "Lightbox Icon"
|
| 3546 |
+
msgstr ""
|
| 3547 |
+
|
| 3548 |
+
#: elements/filterable-gallery/filterable-gallery.php:195
|
| 3549 |
+
msgid "Link Icon"
|
| 3550 |
+
msgstr ""
|
| 3551 |
+
|
| 3552 |
+
#: elements/filterable-gallery/filterable-gallery.php:212
|
| 3553 |
+
msgid "Filterable Controls"
|
| 3554 |
+
msgstr ""
|
| 3555 |
+
|
| 3556 |
+
#: elements/filterable-gallery/filterable-gallery.php:219
|
| 3557 |
+
msgid "Enable Filter"
|
| 3558 |
+
msgstr ""
|
| 3559 |
+
|
| 3560 |
+
#: elements/filterable-gallery/filterable-gallery.php:228
|
| 3561 |
+
msgid "Gallery All Label"
|
| 3562 |
+
msgstr ""
|
| 3563 |
+
|
| 3564 |
+
#: elements/filterable-gallery/filterable-gallery.php:251
|
| 3565 |
+
msgid "Gallery Item"
|
| 3566 |
+
msgstr ""
|
| 3567 |
+
|
| 3568 |
+
#: elements/filterable-gallery/filterable-gallery.php:266
|
| 3569 |
+
msgid "Gallery Items"
|
| 3570 |
+
msgstr ""
|
| 3571 |
+
|
| 3572 |
+
#: elements/filterable-gallery/filterable-gallery.php:273
|
| 3573 |
+
msgid "Enable Photo Gallery"
|
| 3574 |
+
msgstr ""
|
| 3575 |
+
|
| 3576 |
+
#: elements/filterable-gallery/filterable-gallery.php:296
|
| 3577 |
+
msgid "Video Gallery?"
|
| 3578 |
+
msgstr ""
|
| 3579 |
+
|
| 3580 |
+
#: elements/filterable-gallery/filterable-gallery.php:305
|
| 3581 |
+
msgid "Video Link"
|
| 3582 |
+
msgstr ""
|
| 3583 |
+
|
| 3584 |
+
#: elements/filterable-gallery/filterable-gallery.php:315
|
| 3585 |
+
msgid "Control Name"
|
| 3586 |
+
msgstr ""
|
| 3587 |
+
|
| 3588 |
+
#: elements/filterable-gallery/filterable-gallery.php:319
|
| 3589 |
+
msgid "Use the gallery control name from Control Settings. Separate multiple items with comma (e.g. <strong>Gallery Item, Gallery Item 2</strong>)"
|
| 3590 |
+
msgstr ""
|
| 3591 |
+
|
| 3592 |
+
#: elements/filterable-gallery/filterable-gallery.php:323
|
| 3593 |
+
msgid "Item Name"
|
| 3594 |
+
msgstr ""
|
| 3595 |
+
|
| 3596 |
+
#: elements/filterable-gallery/filterable-gallery.php:326
|
| 3597 |
+
msgid "Gallery item name"
|
| 3598 |
+
msgstr ""
|
| 3599 |
+
|
| 3600 |
+
#: elements/filterable-gallery/filterable-gallery.php:330
|
| 3601 |
+
msgid "Item Content"
|
| 3602 |
+
msgstr ""
|
| 3603 |
+
|
| 3604 |
+
#: elements/filterable-gallery/filterable-gallery.php:333
|
| 3605 |
+
msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident."
|
| 3606 |
+
msgstr ""
|
| 3607 |
+
|
| 3608 |
+
#: elements/filterable-gallery/filterable-gallery.php:345
|
| 3609 |
+
msgid "Video play icon"
|
| 3610 |
+
msgstr ""
|
| 3611 |
+
|
| 3612 |
+
#: elements/filterable-gallery/filterable-gallery.php:356
|
| 3613 |
+
msgid "Gallery Lightbox Button?"
|
| 3614 |
+
msgstr ""
|
| 3615 |
+
|
| 3616 |
+
#: elements/filterable-gallery/filterable-gallery.php:368
|
| 3617 |
+
msgid "Gallery Link Button?"
|
| 3618 |
+
msgstr ""
|
| 3619 |
+
|
| 3620 |
+
#: elements/filterable-gallery/filterable-gallery.php:405
|
| 3621 |
+
#: elements/filterable-gallery/filterable-gallery.php:412
|
| 3622 |
+
#: elements/filterable-gallery/filterable-gallery.php:1495
|
| 3623 |
+
msgid "Load More Button"
|
| 3624 |
+
msgstr ""
|
| 3625 |
+
|
| 3626 |
+
#: elements/filterable-gallery/filterable-gallery.php:422
|
| 3627 |
+
msgid "Images Per Page"
|
| 3628 |
+
msgstr ""
|
| 3629 |
+
|
| 3630 |
+
#: elements/filterable-gallery/filterable-gallery.php:446
|
| 3631 |
+
msgid "No More Items Text"
|
| 3632 |
+
msgstr ""
|
| 3633 |
+
|
| 3634 |
+
#: elements/filterable-gallery/filterable-gallery.php:448
|
| 3635 |
+
msgid "No more items!"
|
| 3636 |
+
msgstr ""
|
| 3637 |
+
|
| 3638 |
+
#: elements/filterable-gallery/filterable-gallery.php:462
|
| 3639 |
+
msgid "Extra Small"
|
| 3640 |
+
msgstr ""
|
| 3641 |
+
|
| 3642 |
+
#: elements/filterable-gallery/filterable-gallery.php:463
|
| 3643 |
+
msgid "Small"
|
| 3644 |
+
msgstr ""
|
| 3645 |
+
|
| 3646 |
+
#: elements/filterable-gallery/filterable-gallery.php:464
|
| 3647 |
+
msgid "Medium"
|
| 3648 |
+
msgstr ""
|
| 3649 |
+
|
| 3650 |
+
#: elements/filterable-gallery/filterable-gallery.php:465
|
| 3651 |
+
msgid "Large"
|
| 3652 |
+
msgstr ""
|
| 3653 |
+
|
| 3654 |
+
#: elements/filterable-gallery/filterable-gallery.php:466
|
| 3655 |
+
msgid "Extra Large"
|
| 3656 |
+
msgstr ""
|
| 3657 |
+
|
| 3658 |
+
#: elements/filterable-gallery/filterable-gallery.php:654
|
| 3659 |
+
msgid "Control Style"
|
| 3660 |
+
msgstr ""
|
| 3661 |
+
|
| 3662 |
+
#: elements/filterable-gallery/filterable-gallery.php:758
|
| 3663 |
+
#: elements/advance-tabs/advance-tabs.php:507
|
| 3664 |
+
#: elements/advance-accordion/advance-accordion.php:480
|
| 3665 |
+
msgid "Active"
|
| 3666 |
+
msgstr ""
|
| 3667 |
+
|
| 3668 |
+
#: elements/filterable-gallery/filterable-gallery.php:836
|
| 3669 |
+
msgid "Item Style"
|
| 3670 |
+
msgstr ""
|
| 3671 |
+
|
| 3672 |
+
#: elements/filterable-gallery/filterable-gallery.php:911
|
| 3673 |
+
#: elements/filterable-gallery/filterable-gallery.php:1065
|
| 3674 |
+
msgid "Item Hover Style"
|
| 3675 |
+
msgstr ""
|
| 3676 |
+
|
| 3677 |
+
#: elements/filterable-gallery/filterable-gallery.php:946
|
| 3678 |
+
#: elements/filterable-gallery/filterable-gallery.php:1250
|
| 3679 |
+
msgid "Title Typography"
|
| 3680 |
+
msgstr ""
|
| 3681 |
+
|
| 3682 |
+
#: elements/filterable-gallery/filterable-gallery.php:986
|
| 3683 |
+
#: elements/filterable-gallery/filterable-gallery.php:1291
|
| 3684 |
+
msgid "Content Typography"
|
| 3685 |
+
msgstr ""
|
| 3686 |
+
|
| 3687 |
+
#: elements/filterable-gallery/filterable-gallery.php:1095
|
| 3688 |
+
msgid "Video item hover"
|
| 3689 |
+
msgstr ""
|
| 3690 |
+
|
| 3691 |
+
#: elements/filterable-gallery/filterable-gallery.php:1115
|
| 3692 |
+
msgid "Background transition"
|
| 3693 |
+
msgstr ""
|
| 3694 |
+
|
| 3695 |
+
#: elements/filterable-gallery/filterable-gallery.php:1135
|
| 3696 |
+
msgid "Icon size"
|
| 3697 |
+
msgstr ""
|
| 3698 |
+
|
| 3699 |
+
#: elements/filterable-gallery/filterable-gallery.php:1158
|
| 3700 |
+
msgid "Hover icon scale"
|
| 3701 |
+
msgstr ""
|
| 3702 |
+
|
| 3703 |
+
#: elements/filterable-gallery/filterable-gallery.php:1170
|
| 3704 |
+
msgid "Icon transition"
|
| 3705 |
+
msgstr ""
|
| 3706 |
+
|
| 3707 |
+
#: elements/filterable-gallery/filterable-gallery.php:1198
|
| 3708 |
+
msgid "Item Card Style"
|
| 3709 |
+
msgstr ""
|
| 3710 |
+
|
| 3711 |
+
#: elements/filterable-gallery/filterable-gallery.php:1354
|
| 3712 |
+
msgid "Icons Style"
|
| 3713 |
+
msgstr ""
|
| 3714 |
+
|
| 3715 |
+
#: elements/filterable-gallery/filterable-gallery.php:1436
|
| 3716 |
+
msgid "Icon Font Size"
|
| 3717 |
+
msgstr ""
|
| 3718 |
+
|
| 3719 |
+
#: elements/filterable-gallery/filterable-gallery.php:1507
|
| 3720 |
+
msgid "Top Spacing"
|
| 3721 |
+
msgstr ""
|
| 3722 |
+
|
| 3723 |
+
#: elements/filterable-gallery/filterable-gallery.php:1767
|
| 3724 |
+
msgid "All"
|
| 3725 |
+
msgstr ""
|
| 3726 |
+
|
| 3727 |
+
#: elements/post-grid/post-grid.php:15
|
| 3728 |
+
msgid "EA Post Grid"
|
| 3729 |
+
msgstr ""
|
| 3730 |
+
|
| 3731 |
+
#: elements/post-grid/post-grid.php:41
|
| 3732 |
+
msgid "Post Grid Style"
|
| 3733 |
+
msgstr ""
|
| 3734 |
+
|
| 3735 |
+
#: elements/post-grid/post-grid.php:49
|
| 3736 |
+
msgid "Post Background Color"
|
| 3737 |
+
msgstr ""
|
| 3738 |
+
|
| 3739 |
+
#: elements/post-grid/post-grid.php:62
|
| 3740 |
+
msgid "Spacing Between Items"
|
| 3741 |
+
msgstr ""
|
| 3742 |
+
|
| 3743 |
+
#: elements/post-grid/post-grid.php:105
|
| 3744 |
+
#: elements/weforms/weforms.php:423
|
| 3745 |
+
msgid "Color & Typography"
|
| 3746 |
+
msgstr ""
|
| 3747 |
+
|
| 3748 |
+
#: elements/post-grid/post-grid.php:135
|
| 3749 |
+
msgid "Title Hover Color"
|
| 3750 |
+
msgstr ""
|
| 3751 |
+
|
| 3752 |
+
#: elements/post-grid/post-grid.php:148
|
| 3753 |
+
#: elements/post-timeline/post-timeline.php:182
|
| 3754 |
+
#: elements/data-table/data-table.php:556
|
| 3755 |
+
msgid "Title Alignment"
|
| 3756 |
+
msgstr ""
|
| 3757 |
+
|
| 3758 |
+
#: elements/post-grid/post-grid.php:183
|
| 3759 |
+
#: elements/post-timeline/post-timeline.php:217
|
| 3760 |
+
msgid "Excerpt Style"
|
| 3761 |
+
msgstr ""
|
| 3762 |
+
|
| 3763 |
+
#: elements/post-grid/post-grid.php:192
|
| 3764 |
+
#: elements/post-timeline/post-timeline.php:226
|
| 3765 |
+
msgid "Excerpt Color"
|
| 3766 |
+
msgstr ""
|
| 3767 |
+
|
| 3768 |
+
#: elements/post-grid/post-grid.php:204
|
| 3769 |
+
#: elements/post-timeline/post-timeline.php:238
|
| 3770 |
+
msgid "Excerpt Alignment"
|
| 3771 |
+
msgstr ""
|
| 3772 |
+
|
| 3773 |
+
#: elements/post-grid/post-grid.php:220
|
| 3774 |
+
#: elements/post-grid/post-grid.php:281
|
| 3775 |
+
#: elements/tooltip/tooltip.php:153
|
| 3776 |
+
#: elements/post-timeline/post-timeline.php:254
|
| 3777 |
+
msgid "Justified"
|
| 3778 |
+
msgstr ""
|
| 3779 |
+
|
| 3780 |
+
#: elements/post-grid/post-grid.php:234
|
| 3781 |
+
msgid "Excerpt Typography"
|
| 3782 |
+
msgstr ""
|
| 3783 |
+
|
| 3784 |
+
#: elements/post-grid/post-grid.php:244
|
| 3785 |
+
msgid "Meta Style"
|
| 3786 |
+
msgstr ""
|
| 3787 |
+
|
| 3788 |
+
#: elements/post-grid/post-grid.php:253
|
| 3789 |
+
msgid "Meta Color"
|
| 3790 |
+
msgstr ""
|
| 3791 |
+
|
| 3792 |
+
#: elements/post-grid/post-grid.php:265
|
| 3793 |
+
msgid "Meta Alignment"
|
| 3794 |
+
msgstr ""
|
| 3795 |
+
|
| 3796 |
+
#: elements/post-grid/post-grid.php:296
|
| 3797 |
+
msgid "Meta Typography"
|
| 3798 |
+
msgstr ""
|
| 3799 |
+
|
| 3800 |
+
#: elements/post-grid/post-grid.php:308
|
| 3801 |
+
msgid "Hover Card Style"
|
| 3802 |
+
msgstr ""
|
| 3803 |
+
|
| 3804 |
+
#: elements/post-grid/post-grid.php:321
|
| 3805 |
+
msgid "FadeIn"
|
| 3806 |
+
msgstr ""
|
| 3807 |
+
|
| 3808 |
+
#: elements/post-grid/post-grid.php:322
|
| 3809 |
+
msgid "ZoomIn"
|
| 3810 |
+
msgstr ""
|
| 3811 |
+
|
| 3812 |
+
#: elements/post-grid/post-grid.php:323
|
| 3813 |
+
msgid "SlideUp"
|
| 3814 |
+
msgstr ""
|
| 3815 |
+
|
| 3816 |
+
#: elements/post-grid/post-grid.php:331
|
| 3817 |
+
msgid "Post Hover Icon"
|
| 3818 |
+
msgstr ""
|
| 3819 |
+
|
| 3820 |
+
#: elements/post-grid/post-grid.php:369
|
| 3821 |
+
msgid "Icon font size"
|
| 3822 |
+
msgstr ""
|
| 3823 |
+
|
| 3824 |
+
#: elements/tooltip/tooltip.php:13
|
| 3825 |
+
msgid "EA Tooltip"
|
| 3826 |
+
msgstr ""
|
| 3827 |
+
|
| 3828 |
+
#: elements/tooltip/tooltip.php:46
|
| 3829 |
+
msgid "Text"
|
| 3830 |
+
msgstr ""
|
| 3831 |
+
|
| 3832 |
+
#: elements/tooltip/tooltip.php:54
|
| 3833 |
+
#: elements/tooltip/tooltip.php:100
|
| 3834 |
+
msgid "Shortcode"
|
| 3835 |
+
msgstr ""
|
| 3836 |
+
|
| 3837 |
+
#: elements/tooltip/tooltip.php:67
|
| 3838 |
+
msgid "Hover Me!"
|
| 3839 |
+
msgstr ""
|
| 3840 |
+
|
| 3841 |
+
#: elements/tooltip/tooltip.php:77
|
| 3842 |
+
msgid "Content Tag"
|
| 3843 |
+
msgstr ""
|
| 3844 |
+
|
| 3845 |
+
#: elements/tooltip/tooltip.php:82
|
| 3846 |
+
#: elements/progress-bar/progress-bar.php:87
|
| 3847 |
+
msgid "H1"
|
| 3848 |
+
msgstr ""
|
| 3849 |
+
|
| 3850 |
+
#: elements/tooltip/tooltip.php:83
|
| 3851 |
+
#: elements/progress-bar/progress-bar.php:88
|
| 3852 |
+
msgid "H2"
|
| 3853 |
+
msgstr ""
|
| 3854 |
+
|
| 3855 |
+
#: elements/tooltip/tooltip.php:84
|
| 3856 |
+
#: elements/progress-bar/progress-bar.php:89
|
| 3857 |
+
msgid "H3"
|
| 3858 |
+
msgstr ""
|
| 3859 |
+
|
| 3860 |
+
#: elements/tooltip/tooltip.php:85
|
| 3861 |
+
#: elements/progress-bar/progress-bar.php:90
|
| 3862 |
+
msgid "H4"
|
| 3863 |
+
msgstr ""
|
| 3864 |
+
|
| 3865 |
+
#: elements/tooltip/tooltip.php:86
|
| 3866 |
+
#: elements/progress-bar/progress-bar.php:91
|
| 3867 |
+
msgid "H5"
|
| 3868 |
+
msgstr ""
|
| 3869 |
+
|
| 3870 |
+
#: elements/tooltip/tooltip.php:87
|
| 3871 |
+
#: elements/progress-bar/progress-bar.php:92
|
| 3872 |
+
msgid "H6"
|
| 3873 |
+
msgstr ""
|
| 3874 |
+
|
| 3875 |
+
#: elements/tooltip/tooltip.php:88
|
| 3876 |
+
msgid "DIV"
|
| 3877 |
+
msgstr ""
|
| 3878 |
+
|
| 3879 |
+
#: elements/tooltip/tooltip.php:89
|
| 3880 |
+
msgid "SPAN"
|
| 3881 |
+
msgstr ""
|
| 3882 |
+
|
| 3883 |
+
#: elements/tooltip/tooltip.php:90
|
| 3884 |
+
msgid "P"
|
| 3885 |
+
msgstr ""
|
| 3886 |
+
|
| 3887 |
+
#: elements/tooltip/tooltip.php:103
|
| 3888 |
+
msgid "[shortcode-here]"
|
| 3889 |
+
msgstr ""
|
| 3890 |
+
|
| 3891 |
+
#: elements/tooltip/tooltip.php:164
|
| 3892 |
+
msgid "Enable Link"
|
| 3893 |
+
msgstr ""
|
| 3894 |
+
|
| 3895 |
+
#: elements/tooltip/tooltip.php:197
|
| 3896 |
+
msgid "Tooltip Settings"
|
| 3897 |
+
msgstr ""
|
| 3898 |
+
|
| 3899 |
+
#: elements/tooltip/tooltip.php:206
|
| 3900 |
+
msgid "Tooltip content"
|
| 3901 |
+
msgstr ""
|
| 3902 |
+
|
| 3903 |
+
#: elements/tooltip/tooltip.php:213
|
| 3904 |
+
msgid "Hover Direction"
|
| 3905 |
+
msgstr ""
|
| 3906 |
+
|
| 3907 |
+
#: elements/tooltip/tooltip.php:228
|
| 3908 |
+
msgid "Hover Speed"
|
| 3909 |
+
msgstr ""
|
| 3910 |
+
|
| 3911 |
+
#: elements/tooltip/tooltip.php:231
|
| 3912 |
+
msgid "300"
|
| 3913 |
+
msgstr ""
|
| 3914 |
+
|
| 3915 |
+
#: elements/tooltip/tooltip.php:257
|
| 3916 |
+
msgid "Content Max Width"
|
| 3917 |
+
msgstr ""
|
| 3918 |
+
|
| 3919 |
+
#: elements/tooltip/tooltip.php:439
|
| 3920 |
+
msgid "Tooltip Style"
|
| 3921 |
+
msgstr ""
|
| 3922 |
+
|
| 3923 |
+
#: elements/tooltip/tooltip.php:446
|
| 3924 |
+
msgid "Tooltip Width"
|
| 3925 |
+
msgstr ""
|
| 3926 |
+
|
| 3927 |
+
#: elements/tooltip/tooltip.php:471
|
| 3928 |
+
msgid "Tooltip Max Width"
|
| 3929 |
+
msgstr ""
|
| 3930 |
+
|
| 3931 |
+
#: elements/tooltip/tooltip.php:580
|
| 3932 |
+
msgid "Arrow Color"
|
| 3933 |
+
msgstr ""
|
| 3934 |
+
|
| 3935 |
+
#: elements/fancy-text/fancy-text.php:16
|
| 3936 |
+
msgid "EA Fancy Text"
|
| 3937 |
+
msgstr ""
|
| 3938 |
+
|
| 3939 |
+
#: elements/fancy-text/fancy-text.php:49
|
| 3940 |
+
#: admin/settings.php:271
|
| 3941 |
+
msgid "Fancy Text"
|
| 3942 |
+
msgstr ""
|
| 3943 |
+
|
| 3944 |
+
#: elements/fancy-text/fancy-text.php:57
|
| 3945 |
+
msgid "Prefix Text"
|
| 3946 |
+
msgstr ""
|
| 3947 |
+
|
| 3948 |
+
#: elements/fancy-text/fancy-text.php:58
|
| 3949 |
+
msgid "Place your prefix text"
|
| 3950 |
+
msgstr ""
|
| 3951 |
+
|
| 3952 |
+
#: elements/fancy-text/fancy-text.php:60
|
| 3953 |
+
msgid "This is the "
|
| 3954 |
+
msgstr ""
|
| 3955 |
+
|
| 3956 |
+
#: elements/fancy-text/fancy-text.php:68
|
| 3957 |
+
msgid "Fancy Text Strings"
|
| 3958 |
+
msgstr ""
|
| 3959 |
+
|
| 3960 |
+
#: elements/fancy-text/fancy-text.php:72
|
| 3961 |
+
msgid "first string"
|
| 3962 |
+
msgstr ""
|
| 3963 |
+
|
| 3964 |
+
#: elements/fancy-text/fancy-text.php:75
|
| 3965 |
+
msgid "second string"
|
| 3966 |
+
msgstr ""
|
| 3967 |
+
|
| 3968 |
+
#: elements/fancy-text/fancy-text.php:78
|
| 3969 |
+
msgid "third string"
|
| 3970 |
+
msgstr ""
|
| 3971 |
+
|
| 3972 |
+
#: elements/fancy-text/fancy-text.php:84
|
| 3973 |
+
msgid "Fancy String"
|
| 3974 |
+
msgstr ""
|
| 3975 |
+
|
| 3976 |
+
#: elements/fancy-text/fancy-text.php:98
|
| 3977 |
+
msgid "Suffix Text"
|
| 3978 |
+
msgstr ""
|
| 3979 |
+
|
| 3980 |
+
#: elements/fancy-text/fancy-text.php:99
|
| 3981 |
+
msgid "Place your suffix text"
|
| 3982 |
+
msgstr ""
|
| 3983 |
+
|
| 3984 |
+
#: elements/fancy-text/fancy-text.php:101
|
| 3985 |
+
msgid " of the sentence."
|
| 3986 |
+
msgstr ""
|
| 3987 |
+
|
| 3988 |
+
#: elements/fancy-text/fancy-text.php:114
|
| 3989 |
+
msgid "Fancy Text Settings"
|
| 3990 |
+
msgstr ""
|
| 3991 |
+
|
| 3992 |
+
#: elements/fancy-text/fancy-text.php:121
|
| 3993 |
+
msgid "Style Type"
|
| 3994 |
+
msgstr ""
|
| 3995 |
+
|
| 3996 |
+
#: elements/fancy-text/fancy-text.php:171
|
| 3997 |
+
msgid "Animation Type"
|
| 3998 |
+
msgstr ""
|
| 3999 |
+
|
| 4000 |
+
#: elements/fancy-text/fancy-text.php:175
|
| 4001 |
+
msgid "Typing"
|
| 4002 |
+
msgstr ""
|
| 4003 |
+
|
| 4004 |
+
#: elements/fancy-text/fancy-text.php:177
|
| 4005 |
+
msgid "Fade Up"
|
| 4006 |
+
msgstr ""
|
| 4007 |
+
|
| 4008 |
+
#: elements/fancy-text/fancy-text.php:178
|
| 4009 |
+
msgid "Fade Down"
|
| 4010 |
+
msgstr ""
|
| 4011 |
+
|
| 4012 |
+
#: elements/fancy-text/fancy-text.php:179
|
| 4013 |
+
msgid "Fade Left"
|
| 4014 |
+
msgstr ""
|
| 4015 |
+
|
| 4016 |
+
#: elements/fancy-text/fancy-text.php:180
|
| 4017 |
+
msgid "Fade Right"
|
| 4018 |
+
msgstr ""
|
| 4019 |
+
|
| 4020 |
+
#: elements/fancy-text/fancy-text.php:181
|
| 4021 |
+
msgid "Zoom"
|
| 4022 |
+
msgstr ""
|
| 4023 |
+
|
| 4024 |
+
#: elements/fancy-text/fancy-text.php:182
|
| 4025 |
+
msgid "Bounce"
|
| 4026 |
+
msgstr ""
|
| 4027 |
+
|
| 4028 |
+
#: elements/fancy-text/fancy-text.php:192
|
| 4029 |
+
msgid "Typing Speed"
|
| 4030 |
+
msgstr ""
|
| 4031 |
+
|
| 4032 |
+
#: elements/fancy-text/fancy-text.php:204
|
| 4033 |
+
msgid "Delay on Change"
|
| 4034 |
+
msgstr ""
|
| 4035 |
+
|
| 4036 |
+
#: elements/fancy-text/fancy-text.php:213
|
| 4037 |
+
msgid "Loop the Typing"
|
| 4038 |
+
msgstr ""
|
| 4039 |
+
|
| 4040 |
+
#: elements/fancy-text/fancy-text.php:226
|
| 4041 |
+
msgid "Display Type Cursor"
|
| 4042 |
+
msgstr ""
|
| 4043 |
+
|
| 4044 |
+
#: elements/fancy-text/fancy-text.php:267
|
| 4045 |
+
msgid "Prefix Text Styles"
|
| 4046 |
+
msgstr ""
|
| 4047 |
+
|
| 4048 |
+
#: elements/fancy-text/fancy-text.php:275
|
| 4049 |
+
msgid "Prefix Text Color"
|
| 4050 |
+
msgstr ""
|
| 4051 |
+
|
| 4052 |
+
#: elements/fancy-text/fancy-text.php:300
|
| 4053 |
+
msgid "Fancy Text Styles"
|
| 4054 |
+
msgstr ""
|
| 4055 |
+
|
| 4056 |
+
#: elements/fancy-text/fancy-text.php:308
|
| 4057 |
+
msgid "Fancy Text Color"
|
| 4058 |
+
msgstr ""
|
| 4059 |
+
|
| 4060 |
+
#: elements/fancy-text/fancy-text.php:340
|
| 4061 |
+
msgid "Typing Cursor Color"
|
| 4062 |
+
msgstr ""
|
| 4063 |
+
|
| 4064 |
+
#: elements/fancy-text/fancy-text.php:411
|
| 4065 |
+
msgid "Suffix Text Styles"
|
| 4066 |
+
msgstr ""
|
| 4067 |
+
|
| 4068 |
+
#: elements/fancy-text/fancy-text.php:419
|
| 4069 |
+
msgid "Suffix Text Color"
|
| 4070 |
+
msgstr ""
|
| 4071 |
+
|
| 4072 |
+
#: elements/progress-bar/progress-bar.php:15
|
| 4073 |
+
msgid "EA Progress Bar"
|
| 4074 |
+
msgstr ""
|
| 4075 |
+
|
| 4076 |
+
#: elements/progress-bar/progress-bar.php:48
|
| 4077 |
+
msgid "Line"
|
| 4078 |
+
msgstr ""
|
| 4079 |
+
|
| 4080 |
+
#: elements/progress-bar/progress-bar.php:49
|
| 4081 |
+
msgid "Line Rainbow (Pro)"
|
| 4082 |
+
msgstr ""
|
| 4083 |
+
|
| 4084 |
+
#: elements/progress-bar/progress-bar.php:51
|
| 4085 |
+
msgid "Circle Fill (Pro)"
|
| 4086 |
+
msgstr ""
|
| 4087 |
+
|
| 4088 |
+
#: elements/progress-bar/progress-bar.php:52
|
| 4089 |
+
msgid "Half Circle"
|
| 4090 |
+
msgstr ""
|
| 4091 |
+
|
| 4092 |
+
#: elements/progress-bar/progress-bar.php:53
|
| 4093 |
+
msgid "Half Circle Fill (Pro)"
|
| 4094 |
+
msgstr ""
|
| 4095 |
+
|
| 4096 |
+
#: elements/progress-bar/progress-bar.php:54
|
| 4097 |
+
msgid "Box (Pro)"
|
| 4098 |
+
msgstr ""
|
| 4099 |
+
|
| 4100 |
+
#: elements/progress-bar/progress-bar.php:63
|
| 4101 |
+
msgid "Only Available in Pro Version!"
|
| 4102 |
+
msgstr ""
|
| 4103 |
+
|
| 4104 |
+
#: elements/progress-bar/progress-bar.php:76
|
| 4105 |
+
#: admin/settings.php:396
|
| 4106 |
+
msgid "Progress Bar"
|
| 4107 |
+
msgstr ""
|
| 4108 |
+
|
| 4109 |
+
#: elements/progress-bar/progress-bar.php:84
|
| 4110 |
+
msgid "Title HTML Tag"
|
| 4111 |
+
msgstr ""
|
| 4112 |
+
|
| 4113 |
+
#: elements/progress-bar/progress-bar.php:93
|
| 4114 |
+
msgid "div"
|
| 4115 |
+
msgstr ""
|
| 4116 |
+
|
| 4117 |
+
#: elements/progress-bar/progress-bar.php:94
|
| 4118 |
+
msgid "span"
|
| 4119 |
+
msgstr ""
|
| 4120 |
+
|
| 4121 |
+
#: elements/progress-bar/progress-bar.php:95
|
| 4122 |
+
msgid "p"
|
| 4123 |
+
msgstr ""
|
| 4124 |
+
|
| 4125 |
+
#: elements/progress-bar/progress-bar.php:104
|
| 4126 |
+
msgid "Counter Value"
|
| 4127 |
+
msgstr ""
|
| 4128 |
+
|
| 4129 |
+
#: elements/progress-bar/progress-bar.php:125
|
| 4130 |
+
msgid "Display Count"
|
| 4131 |
+
msgstr ""
|
| 4132 |
+
|
| 4133 |
+
#: elements/progress-bar/progress-bar.php:156
|
| 4134 |
+
msgid "Prefix Label"
|
| 4135 |
+
msgstr ""
|
| 4136 |
+
|
| 4137 |
+
#: elements/progress-bar/progress-bar.php:158
|
| 4138 |
+
msgid "Prefix"
|
| 4139 |
+
msgstr ""
|
| 4140 |
+
|
| 4141 |
+
#: elements/progress-bar/progress-bar.php:169
|
| 4142 |
+
msgid "Postfix Label"
|
| 4143 |
+
msgstr ""
|
| 4144 |
+
|
| 4145 |
+
#: elements/progress-bar/progress-bar.php:171
|
| 4146 |
+
msgid "Postfix"
|
| 4147 |
+
msgstr ""
|
| 4148 |
+
|
| 4149 |
+
#: elements/progress-bar/progress-bar.php:216
|
| 4150 |
+
#: elements/progress-bar/progress-bar.php:413
|
| 4151 |
+
#: elements/advance-tabs/advance-tabs.php:222
|
| 4152 |
+
msgid "General"
|
| 4153 |
+
msgstr ""
|
| 4154 |
+
|
| 4155 |
+
#: elements/progress-bar/progress-bar.php:335
|
| 4156 |
+
msgid "Fill"
|
| 4157 |
+
msgstr ""
|
| 4158 |
+
|
| 4159 |
+
#: elements/progress-bar/progress-bar.php:380
|
| 4160 |
+
msgid "Show Stripe"
|
| 4161 |
+
msgstr ""
|
| 4162 |
+
|
| 4163 |
+
#: elements/progress-bar/progress-bar.php:391
|
| 4164 |
+
msgid "Stripe Animation"
|
| 4165 |
+
msgstr ""
|
| 4166 |
+
|
| 4167 |
+
#: elements/progress-bar/progress-bar.php:394
|
| 4168 |
+
msgid "Left To Right"
|
| 4169 |
+
msgstr ""
|
| 4170 |
+
|
| 4171 |
+
#: elements/progress-bar/progress-bar.php:395
|
| 4172 |
+
msgid "Right To Left"
|
| 4173 |
+
msgstr ""
|
| 4174 |
+
|
| 4175 |
+
#: elements/progress-bar/progress-bar.php:396
|
| 4176 |
+
msgid "Disabled"
|
| 4177 |
+
msgstr ""
|
| 4178 |
+
|
| 4179 |
+
#: elements/progress-bar/progress-bar.php:487
|
| 4180 |
+
msgid "Stroke Width"
|
| 4181 |
+
msgstr ""
|
| 4182 |
+
|
| 4183 |
+
#: elements/progress-bar/progress-bar.php:512
|
| 4184 |
+
msgid "Stroke Color"
|
| 4185 |
+
msgstr ""
|
| 4186 |
+
|
| 4187 |
+
#: elements/progress-bar/progress-bar.php:524
|
| 4188 |
+
msgid "Fill Color"
|
| 4189 |
+
msgstr ""
|
| 4190 |
+
|
| 4191 |
+
#: elements/progress-bar/progress-bar.php:538
|
| 4192 |
+
msgid "Box Shadow"
|
| 4193 |
+
msgstr ""
|
| 4194 |
+
|
| 4195 |
+
#: elements/progress-bar/progress-bar.php:587
|
| 4196 |
+
#: admin/settings.php:557
|
| 4197 |
+
msgid "Counter"
|
| 4198 |
+
msgstr ""
|
| 4199 |
+
|
| 4200 |
+
#: elements/progress-bar/progress-bar.php:596
|
| 4201 |
+
msgid "Counter Color"
|
| 4202 |
+
msgstr ""
|
| 4203 |
+
|
| 4204 |
+
#: elements/progress-bar/progress-bar.php:610
|
| 4205 |
+
msgid "Prefix/Postfix"
|
| 4206 |
+
msgstr ""
|
| 4207 |
+
|
| 4208 |
+
#: elements/progress-bar/progress-bar.php:622
|
| 4209 |
+
msgid "Prefix/Postfix Color"
|
| 4210 |
+
msgstr ""
|
| 4211 |
+
|
| 4212 |
+
#: elements/call-to-action/call-to-action.php:13
|
| 4213 |
+
msgid "EA Call to Action"
|
| 4214 |
+
msgstr ""
|
| 4215 |
+
|
| 4216 |
+
#: elements/call-to-action/call-to-action.php:44
|
| 4217 |
+
msgid "Basic"
|
| 4218 |
+
msgstr ""
|
| 4219 |
+
|
| 4220 |
+
#: elements/call-to-action/call-to-action.php:45
|
| 4221 |
+
msgid "Flex Grid"
|
| 4222 |
+
msgstr ""
|
| 4223 |
+
|
| 4224 |
+
#: elements/call-to-action/call-to-action.php:46
|
| 4225 |
+
msgid "Flex Grid with Icon"
|
| 4226 |
+
msgstr ""
|
| 4227 |
+
|
| 4228 |
+
#: elements/call-to-action/call-to-action.php:75
|
| 4229 |
+
msgid "Color Style"
|
| 4230 |
+
msgstr ""
|
| 4231 |
+
|
| 4232 |
+
#: elements/call-to-action/call-to-action.php:82
|
| 4233 |
+
msgid "Background Fixed Image"
|
| 4234 |
+
msgstr ""
|
| 4235 |
+
|
| 4236 |
+
#: elements/call-to-action/call-to-action.php:108
|
| 4237 |
+
msgid "The Ultimate Addons For Elementor"
|
| 4238 |
+
msgstr ""
|
| 4239 |
+
|
| 4240 |
+
#: elements/call-to-action/call-to-action.php:142
|
| 4241 |
+
msgid "Add a strong one liner supporting the heading above and giving users a reason to click on the button below."
|
| 4242 |
+
msgstr ""
|
| 4243 |
+
|
| 4244 |
+
#: elements/call-to-action/call-to-action.php:232
|
| 4245 |
+
msgid "Call to Action Style"
|
| 4246 |
+
msgstr ""
|
| 4247 |
+
|
| 4248 |
+
#: elements/call-to-action/call-to-action.php:240
|
| 4249 |
+
msgid "Set max width for the container?"
|
| 4250 |
+
msgstr ""
|
| 4251 |
+
|
| 4252 |
+
#: elements/call-to-action/call-to-action.php:251
|
| 4253 |
+
msgid "Container Max Width (% or px)"
|
| 4254 |
+
msgstr ""
|
| 4255 |
+
|
| 4256 |
+
#: elements/call-to-action/call-to-action.php:358
|
| 4257 |
+
msgid "Color & Typography "
|
| 4258 |
+
msgstr ""
|
| 4259 |
+
|
| 4260 |
+
#: elements/call-to-action/call-to-action.php:438
|
| 4261 |
+
#: elements/content-ticker/content-ticker.php:94
|
| 4262 |
+
msgid "Effect"
|
| 4263 |
+
msgstr ""
|
| 4264 |
+
|
| 4265 |
+
#: elements/call-to-action/call-to-action.php:444
|
| 4266 |
+
msgid "Top to Bottom"
|
| 4267 |
+
msgstr ""
|
| 4268 |
+
|
| 4269 |
+
#: elements/call-to-action/call-to-action.php:445
|
| 4270 |
+
msgid "Left to Right"
|
| 4271 |
+
msgstr ""
|
| 4272 |
+
|
| 4273 |
+
#: elements/advance-tabs/advance-tabs.php:13
|
| 4274 |
+
msgid "EA Advanced Tabs"
|
| 4275 |
+
msgstr ""
|
| 4276 |
+
|
| 4277 |
+
#: elements/advance-tabs/advance-tabs.php:37
|
| 4278 |
+
#: elements/advance-accordion/advance-accordion.php:37
|
| 4279 |
+
msgid "General Settings"
|
| 4280 |
+
msgstr ""
|
| 4281 |
+
|
| 4282 |
+
#: elements/advance-tabs/advance-tabs.php:48
|
| 4283 |
+
msgid "Horizontal"
|
| 4284 |
+
msgstr ""
|
| 4285 |
+
|
| 4286 |
+
#: elements/advance-tabs/advance-tabs.php:49
|
| 4287 |
+
msgid "Vertical"
|
| 4288 |
+
msgstr ""
|
| 4289 |
+
|
| 4290 |
+
#: elements/advance-tabs/advance-tabs.php:56
|
| 4291 |
+
msgid "Enable Icon"
|
| 4292 |
+
msgstr ""
|
| 4293 |
+
|
| 4294 |
+
#: elements/advance-tabs/advance-tabs.php:70
|
| 4295 |
+
msgid "Stacked"
|
| 4296 |
+
msgstr ""
|
| 4297 |
+
|
| 4298 |
+
#: elements/advance-tabs/advance-tabs.php:95
|
| 4299 |
+
msgid "Tab Title 1"
|
| 4300 |
+
msgstr ""
|
| 4301 |
+
|
| 4302 |
+
#: elements/advance-tabs/advance-tabs.php:96
|
| 4303 |
+
msgid "Tab Title 2"
|
| 4304 |
+
msgstr ""
|
| 4305 |
+
|
| 4306 |
+
#: elements/advance-tabs/advance-tabs.php:97
|
| 4307 |
+
msgid "Tab Title 3"
|
| 4308 |
+
msgstr ""
|
| 4309 |
+
|
| 4310 |
+
#: elements/advance-tabs/advance-tabs.php:102
|
| 4311 |
+
msgid "Set as Default"
|
| 4312 |
+
msgstr ""
|
| 4313 |
+
|
| 4314 |
+
#: elements/advance-tabs/advance-tabs.php:150
|
| 4315 |
+
#: elements/advance-tabs/advance-tabs.php:152
|
| 4316 |
+
#: elements/advance-tabs/advance-tabs.php:283
|
| 4317 |
+
#: elements/advance-accordion/advance-accordion.php:137
|
| 4318 |
+
#: elements/advance-accordion/advance-accordion.php:139
|
| 4319 |
+
msgid "Tab Title"
|
| 4320 |
+
msgstr ""
|
| 4321 |
+
|
| 4322 |
+
#: elements/advance-tabs/advance-tabs.php:176
|
| 4323 |
+
#: elements/advance-accordion/advance-accordion.php:163
|
| 4324 |
+
msgid "Tab Content"
|
| 4325 |
+
msgstr ""
|
| 4326 |
+
|
| 4327 |
+
#: elements/advance-tabs/advance-tabs.php:178
|
| 4328 |
+
#: elements/advance-accordion/advance-accordion.php:165
|
| 4329 |
+
msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
|
| 4330 |
+
msgstr ""
|
| 4331 |
+
|
| 4332 |
+
#: elements/advance-tabs/advance-tabs.php:297
|
| 4333 |
+
msgid "Title Min Width"
|
| 4334 |
+
msgstr ""
|
| 4335 |
+
|
| 4336 |
+
#: elements/advance-tabs/advance-tabs.php:346
|
| 4337 |
+
#: elements/advance-accordion/advance-accordion.php:309
|
| 4338 |
+
msgid "Icon Gap"
|
| 4339 |
+
msgstr ""
|
| 4340 |
+
|
| 4341 |
+
#: elements/advance-tabs/advance-tabs.php:395
|
| 4342 |
+
#: elements/advance-tabs/advance-tabs.php:453
|
| 4343 |
+
#: elements/advance-tabs/advance-tabs.php:511
|
| 4344 |
+
#: elements/advance-accordion/advance-accordion.php:357
|
| 4345 |
+
#: elements/advance-accordion/advance-accordion.php:422
|
| 4346 |
+
#: elements/advance-accordion/advance-accordion.php:487
|
| 4347 |
+
msgid "Tab Background Color"
|
| 4348 |
+
msgstr ""
|
| 4349 |
+
|
| 4350 |
+
#: elements/advance-tabs/advance-tabs.php:660
|
| 4351 |
+
msgid "Caret"
|
| 4352 |
+
msgstr ""
|
| 4353 |
+
|
| 4354 |
+
#: elements/advance-tabs/advance-tabs.php:667
|
| 4355 |
+
msgid "Show Caret on Active Tab"
|
| 4356 |
+
msgstr ""
|
| 4357 |
+
|
| 4358 |
+
#: elements/advance-tabs/advance-tabs.php:676
|
| 4359 |
+
msgid "Caret Size"
|
| 4360 |
+
msgstr ""
|
| 4361 |
+
|
| 4362 |
+
#: elements/advance-tabs/advance-tabs.php:698
|
| 4363 |
+
#: elements/advance-accordion/advance-accordion.php:665
|
| 4364 |
+
msgid "Caret Color"
|
| 4365 |
+
msgstr ""
|
| 4366 |
+
|
| 4367 |
+
#: elements/testimonials/testimonials.php:14
|
| 4368 |
+
msgid "EA Testimonial"
|
| 4369 |
+
msgstr ""
|
| 4370 |
+
|
| 4371 |
+
#: elements/testimonials/testimonials.php:32
|
| 4372 |
+
msgid "Testimonial Image"
|
| 4373 |
+
msgstr ""
|
| 4374 |
+
|
| 4375 |
+
#: elements/testimonials/testimonials.php:39
|
| 4376 |
+
msgid "Display Avatar?"
|
| 4377 |
+
msgstr ""
|
| 4378 |
+
|
| 4379 |
+
#: elements/testimonials/testimonials.php:48
|
| 4380 |
+
msgid "Testimonial Avatar"
|
| 4381 |
+
msgstr ""
|
| 4382 |
+
|
| 4383 |
+
#: elements/testimonials/testimonials.php:78
|
| 4384 |
+
msgid "Testimonial Content"
|
| 4385 |
+
msgstr ""
|
| 4386 |
+
|
| 4387 |
+
#: elements/testimonials/testimonials.php:85
|
| 4388 |
+
#: elements/testimonials/testimonials.php:373
|
| 4389 |
+
msgid "User Name"
|
| 4390 |
+
msgstr ""
|
| 4391 |
+
|
| 4392 |
+
#: elements/testimonials/testimonials.php:95
|
| 4393 |
+
#: elements/testimonials/testimonials.php:401
|
| 4394 |
+
msgid "Company Name"
|
| 4395 |
+
msgstr ""
|
| 4396 |
+
|
| 4397 |
+
#: elements/testimonials/testimonials.php:97
|
| 4398 |
+
msgid "Codetic"
|
| 4399 |
+
msgstr ""
|
| 4400 |
+
|
| 4401 |
+
#: elements/testimonials/testimonials.php:105
|
| 4402 |
+
msgid "Testimonial Description"
|
| 4403 |
+
msgstr ""
|
| 4404 |
+
|
| 4405 |
+
#: elements/testimonials/testimonials.php:107
|
| 4406 |
+
msgid "Add testimonial description here. Edit and place your own text."
|
| 4407 |
+
msgstr ""
|
| 4408 |
+
|
| 4409 |
+
#: elements/testimonials/testimonials.php:115
|
| 4410 |
+
msgid "Display Rating?"
|
| 4411 |
+
msgstr ""
|
| 4412 |
+
|
| 4413 |
+
#: elements/testimonials/testimonials.php:125
|
| 4414 |
+
msgid "Rating Number"
|
| 4415 |
+
msgstr ""
|
| 4416 |
+
|
| 4417 |
+
#: elements/testimonials/testimonials.php:173
|
| 4418 |
+
msgid "Testimonial Styles"
|
| 4419 |
+
msgstr ""
|
| 4420 |
+
|
| 4421 |
+
#: elements/testimonials/testimonials.php:181
|
| 4422 |
+
msgid "Select Style"
|
| 4423 |
+
msgstr ""
|
| 4424 |
+
|
| 4425 |
+
#: elements/testimonials/testimonials.php:186
|
| 4426 |
+
msgid "Classic"
|
| 4427 |
+
msgstr ""
|
| 4428 |
+
|
| 4429 |
+
#: elements/testimonials/testimonials.php:187
|
| 4430 |
+
msgid "Content | Icon/Image | Bio"
|
| 4431 |
+
msgstr ""
|
| 4432 |
+
|
| 4433 |
+
#: elements/testimonials/testimonials.php:188
|
| 4434 |
+
msgid "Icon/Image | Content"
|
| 4435 |
+
msgstr ""
|
| 4436 |
+
|
| 4437 |
+
#: elements/testimonials/testimonials.php:189
|
| 4438 |
+
msgid "Content | Icon/Image"
|
| 4439 |
+
msgstr ""
|
| 4440 |
+
|
| 4441 |
+
#: elements/testimonials/testimonials.php:190
|
| 4442 |
+
msgid "Content Top | Icon Title Inline"
|
| 4443 |
+
msgstr ""
|
| 4444 |
+
|
| 4445 |
+
#: elements/testimonials/testimonials.php:191
|
| 4446 |
+
msgid "Content Bottom | Icon Title Inline"
|
| 4447 |
+
msgstr ""
|
| 4448 |
+
|
| 4449 |
+
#: elements/testimonials/testimonials.php:199
|
| 4450 |
+
msgid "Layout Alignment"
|
| 4451 |
+
msgstr ""
|
| 4452 |
+
|
| 4453 |
+
#: elements/testimonials/testimonials.php:231
|
| 4454 |
+
msgid "Display User & Company Block?"
|
| 4455 |
+
msgstr ""
|
| 4456 |
+
|
| 4457 |
+
#: elements/testimonials/testimonials.php:244
|
| 4458 |
+
msgid "Testimonial Image Style"
|
| 4459 |
+
msgstr ""
|
| 4460 |
+
|
| 4461 |
+
#: elements/testimonials/testimonials.php:281
|
| 4462 |
+
msgid "Image Max Width"
|
| 4463 |
+
msgstr ""
|
| 4464 |
+
|
| 4465 |
+
#: elements/testimonials/testimonials.php:381
|
| 4466 |
+
msgid "User Name Color"
|
| 4467 |
+
msgstr ""
|
| 4468 |
+
|
| 4469 |
+
#: elements/testimonials/testimonials.php:410
|
| 4470 |
+
msgid "Company Color"
|
| 4471 |
+
msgstr ""
|
| 4472 |
+
|
| 4473 |
+
#: elements/testimonials/testimonials.php:430
|
| 4474 |
+
msgid "Testimonial Text"
|
| 4475 |
+
msgstr ""
|
| 4476 |
+
|
| 4477 |
+
#: elements/testimonials/testimonials.php:439
|
| 4478 |
+
msgid "Testimonial Text Color"
|
| 4479 |
+
msgstr ""
|
| 4480 |
+
|
| 4481 |
+
#: elements/testimonials/testimonials.php:461
|
| 4482 |
+
msgid "Quotation Style"
|
| 4483 |
+
msgstr ""
|
| 4484 |
+
|
| 4485 |
+
#: elements/testimonials/testimonials.php:469
|
| 4486 |
+
msgid "Quotation Mark Color"
|
| 4487 |
+
msgstr ""
|
| 4488 |
+
|
| 4489 |
+
#: elements/testimonials/testimonials.php:489
|
| 4490 |
+
msgid "Quotation Postion From Top"
|
| 4491 |
+
msgstr ""
|
| 4492 |
+
|
| 4493 |
+
#: elements/testimonials/testimonials.php:511
|
| 4494 |
+
msgid "Quotation Postion From Right"
|
| 4495 |
+
msgstr ""
|
| 4496 |
+
|
| 4497 |
+
#: elements/post-timeline/post-timeline.php:15
|
| 4498 |
+
msgid "EA Post Timeline"
|
| 4499 |
+
msgstr ""
|
| 4500 |
+
|
| 4501 |
+
#: elements/post-timeline/post-timeline.php:46
|
| 4502 |
+
msgid "Timeline Style"
|
| 4503 |
+
msgstr ""
|
| 4504 |
+
|
| 4505 |
+
#: elements/post-timeline/post-timeline.php:56
|
| 4506 |
+
msgid "Leave blank or Clear to use default gradient overlay"
|
| 4507 |
+
msgstr ""
|
| 4508 |
+
|
| 4509 |
+
#: elements/post-timeline/post-timeline.php:68
|
| 4510 |
+
msgid "Timeline Bullet Color"
|
| 4511 |
+
msgstr ""
|
| 4512 |
+
|
| 4513 |
+
#: elements/post-timeline/post-timeline.php:81
|
| 4514 |
+
msgid "Timeline Bullet Border Color"
|
| 4515 |
+
msgstr ""
|
| 4516 |
+
|
| 4517 |
+
#: elements/post-timeline/post-timeline.php:94
|
| 4518 |
+
msgid "Timeline Vertical Line Color"
|
| 4519 |
+
msgstr ""
|
| 4520 |
+
|
| 4521 |
+
#: elements/post-timeline/post-timeline.php:107
|
| 4522 |
+
msgid "Border & Arrow Color"
|
| 4523 |
+
msgstr ""
|
| 4524 |
+
|
| 4525 |
+
#: elements/post-timeline/post-timeline.php:122
|
| 4526 |
+
msgid "Date Background Color"
|
| 4527 |
+
msgstr ""
|
| 4528 |
+
|
| 4529 |
+
#: elements/post-timeline/post-timeline.php:136
|
| 4530 |
+
msgid "Date Text Color"
|
| 4531 |
+
msgstr ""
|
| 4532 |
+
|
| 4533 |
+
#: elements/post-timeline/post-timeline.php:268
|
| 4534 |
+
msgid "excerpt Typography"
|
| 4535 |
+
msgstr ""
|
| 4536 |
+
|
| 4537 |
+
#: elements/twitter-feed/twitter-feed.php:14
|
| 4538 |
+
msgid "EA Twitter Feed"
|
| 4539 |
+
msgstr ""
|
| 4540 |
+
|
| 4541 |
+
#: elements/twitter-feed/twitter-feed.php:49
|
| 4542 |
+
msgid "Hashtag Name"
|
| 4543 |
+
msgstr ""
|
| 4544 |
+
|
| 4545 |
+
#: elements/twitter-feed/twitter-feed.php:52
|
| 4546 |
+
msgid "Use # sign with your hashtag name."
|
| 4547 |
+
msgstr ""
|
| 4548 |
+
|
| 4549 |
+
#: elements/twitter-feed/twitter-feed.php:60
|
| 4550 |
+
msgid "Consumer Key"
|
| 4551 |
+
msgstr ""
|
| 4552 |
+
|
| 4553 |
+
#: elements/twitter-feed/twitter-feed.php:71
|
| 4554 |
+
msgid "Consumer Secret"
|
| 4555 |
+
msgstr ""
|
| 4556 |
+
|
| 4557 |
+
#: elements/content-ticker/content-ticker.php:15
|
| 4558 |
+
msgid "EA Content Ticker"
|
| 4559 |
+
msgstr ""
|
| 4560 |
+
|
| 4561 |
+
#: elements/content-ticker/content-ticker.php:33
|
| 4562 |
+
msgid "Ticker Settings"
|
| 4563 |
+
msgstr ""
|
| 4564 |
+
|
| 4565 |
+
#: elements/content-ticker/content-ticker.php:39
|
| 4566 |
+
msgid "Ticker Type"
|
| 4567 |
+
msgstr ""
|
| 4568 |
+
|
| 4569 |
+
#: elements/content-ticker/content-ticker.php:44
|
| 4570 |
+
msgid "Dynamic"
|
| 4571 |
+
msgstr ""
|
| 4572 |
+
|
| 4573 |
+
#: elements/content-ticker/content-ticker.php:53
|
| 4574 |
+
msgid "Custom Content available in pro version only!"
|
| 4575 |
+
msgstr ""
|
| 4576 |
+
|
| 4577 |
+
#: elements/content-ticker/content-ticker.php:64
|
| 4578 |
+
msgid "Tag Text"
|
| 4579 |
+
msgstr ""
|
| 4580 |
+
|
| 4581 |
+
#: elements/content-ticker/content-ticker.php:67
|
| 4582 |
+
msgid "Trending Today"
|
| 4583 |
+
msgstr ""
|
| 4584 |
+
|
| 4585 |
+
#: elements/content-ticker/content-ticker.php:87
|
| 4586 |
+
msgid "Animation Settings"
|
| 4587 |
+
msgstr ""
|
| 4588 |
+
|
| 4589 |
+
#: elements/content-ticker/content-ticker.php:95
|
| 4590 |
+
msgid "Sets transition effect"
|
| 4591 |
+
msgstr ""
|
| 4592 |
+
|
| 4593 |
+
#: elements/content-ticker/content-ticker.php:108
|
| 4594 |
+
msgid "Visible Items"
|
| 4595 |
+
msgstr ""
|
| 4596 |
+
|
| 4597 |
+
#: elements/content-ticker/content-ticker.php:131
|
| 4598 |
+
msgid "Items Gap"
|
| 4599 |
+
msgstr ""
|
| 4600 |
+
|
| 4601 |
+
#: elements/content-ticker/content-ticker.php:151
|
| 4602 |
+
msgid "Slider Speed"
|
| 4603 |
+
msgstr ""
|
| 4604 |
+
|
| 4605 |
+
#: elements/content-ticker/content-ticker.php:152
|
| 4606 |
+
msgid "Duration of transition between slides (in ms)"
|
| 4607 |
+
msgstr ""
|
| 4608 |
+
|
| 4609 |
+
#: elements/content-ticker/content-ticker.php:170
|
| 4610 |
+
msgid "Autoplay"
|
| 4611 |
+
msgstr ""
|
| 4612 |
+
|
| 4613 |
+
#: elements/content-ticker/content-ticker.php:183
|
| 4614 |
+
msgid "Autoplay Speed"
|
| 4615 |
+
msgstr ""
|
| 4616 |
+
|
| 4617 |
+
#: elements/content-ticker/content-ticker.php:203
|
| 4618 |
+
msgid "Infinite Loop"
|
| 4619 |
+
msgstr ""
|
| 4620 |
+
|
| 4621 |
+
#: elements/content-ticker/content-ticker.php:215
|
| 4622 |
+
msgid "Grab Cursor"
|
| 4623 |
+
msgstr ""
|
| 4624 |
+
|
| 4625 |
+
#: elements/content-ticker/content-ticker.php:216
|
| 4626 |
+
msgid "Shows grab cursor when you hover over the slider"
|
| 4627 |
+
msgstr ""
|
| 4628 |
+
|
| 4629 |
+
#: elements/content-ticker/content-ticker.php:229
|
| 4630 |
+
msgid "Navigation"
|
| 4631 |
+
msgstr ""
|
| 4632 |
+
|
| 4633 |
+
#: elements/content-ticker/content-ticker.php:238
|
| 4634 |
+
#: elements/content-ticker/content-ticker.php:441
|
| 4635 |
+
msgid "Arrows"
|
| 4636 |
+
msgstr ""
|
| 4637 |
+
|
| 4638 |
+
#: elements/content-ticker/content-ticker.php:250
|
| 4639 |
+
msgid "Direction"
|
| 4640 |
+
msgstr ""
|
| 4641 |
+
|
| 4642 |
+
#: elements/content-ticker/content-ticker.php:299
|
| 4643 |
+
msgid "Ticker Content"
|
| 4644 |
+
msgstr ""
|
| 4645 |
+
|
| 4646 |
+
#: elements/content-ticker/content-ticker.php:330
|
| 4647 |
+
msgid "Text Hover Color"
|
| 4648 |
+
msgstr ""
|
| 4649 |
+
|
| 4650 |
+
#: elements/content-ticker/content-ticker.php:365
|
| 4651 |
+
msgid "Tag Style"
|
| 4652 |
+
msgstr ""
|
| 4653 |
+
|
| 4654 |
+
#: elements/content-ticker/content-ticker.php:452
|
| 4655 |
+
msgid "Choose Arrow"
|
| 4656 |
+
msgstr ""
|
| 4657 |
+
|
| 4658 |
+
#: elements/content-ticker/content-ticker.php:476
|
| 4659 |
+
msgid "Arrows Size"
|
| 4660 |
+
msgstr ""
|
| 4661 |
+
|
| 4662 |
+
#: elements/content-ticker/content-ticker.php:496
|
| 4663 |
+
msgid "Align Left Arrow"
|
| 4664 |
+
msgstr ""
|
| 4665 |
+
|
| 4666 |
+
#: elements/content-ticker/content-ticker.php:515
|
| 4667 |
+
msgid "Align Right Arrow"
|
| 4668 |
+
msgstr ""
|
| 4669 |
+
|
| 4670 |
+
#: elements/content-ticker/content-ticker.php:738
|
| 4671 |
+
msgid "Something went wrong!"
|
| 4672 |
+
msgstr ""
|
| 4673 |
+
|
| 4674 |
+
#: elements/contact-form-7/contact-form-7.php:32
|
| 4675 |
+
msgid "EA Contact Form 7"
|
| 4676 |
+
msgstr ""
|
| 4677 |
+
|
| 4678 |
+
#: elements/contact-form-7/contact-form-7.php:79
|
| 4679 |
+
msgid "Contact Form"
|
| 4680 |
+
msgstr ""
|
| 4681 |
+
|
| 4682 |
+
#: elements/contact-form-7/contact-form-7.php:97
|
| 4683 |
+
msgid "Form Title"
|
| 4684 |
+
msgstr ""
|
| 4685 |
+
|
| 4686 |
+
#: elements/contact-form-7/contact-form-7.php:99
|
| 4687 |
+
#: elements/contact-form-7/contact-form-7.php:123
|
| 4688 |
+
msgid "On"
|
| 4689 |
+
msgstr ""
|
| 4690 |
+
|
| 4691 |
+
#: elements/contact-form-7/contact-form-7.php:100
|
| 4692 |
+
#: elements/contact-form-7/contact-form-7.php:124
|
| 4693 |
+
msgid "Off"
|
| 4694 |
+
msgstr ""
|
| 4695 |
+
|
| 4696 |
+
#: elements/contact-form-7/contact-form-7.php:121
|
| 4697 |
+
msgid "Form Description"
|
| 4698 |
+
msgstr ""
|
| 4699 |
+
|
| 4700 |
+
#: elements/contact-form-7/contact-form-7.php:807
|
| 4701 |
+
msgid "Show Placeholder"
|
| 4702 |
+
msgstr ""
|
| 4703 |
+
|
| 4704 |
+
#: elements/contact-form-7/contact-form-7.php:1308
|
| 4705 |
+
msgid "Alert"
|
| 4706 |
+
msgstr ""
|
| 4707 |
+
|
| 4708 |
+
#: elements/contact-form-7/contact-form-7.php:1357
|
| 4709 |
+
msgid "Fields"
|
| 4710 |
+
msgstr ""
|
| 4711 |
+
|
| 4712 |
+
#: elements/caldera-forms/caldera-forms.php:13
|
| 4713 |
+
msgid "EA Caldera Forms"
|
| 4714 |
+
msgstr ""
|
| 4715 |
+
|
| 4716 |
+
#: elements/caldera-forms/caldera-forms.php:37
|
| 4717 |
+
msgid "Caldera Forms"
|
| 4718 |
+
msgstr ""
|
| 4719 |
+
|
| 4720 |
+
#: elements/caldera-forms/caldera-forms.php:44
|
| 4721 |
+
#: admin/settings.php:341
|
| 4722 |
+
msgid "Caldera Form"
|
| 4723 |
+
msgstr ""
|
| 4724 |
+
|
| 4725 |
+
#: elements/caldera-forms/caldera-forms.php:1323
|
| 4726 |
+
#: elements/ninja-form/ninja-form.php:1350
|
| 4727 |
+
msgid "Success Message"
|
| 4728 |
+
msgstr ""
|
| 4729 |
+
|
| 4730 |
+
#: elements/caldera-forms/caldera-forms.php:1413
|
| 4731 |
+
msgid "Error Fields"
|
| 4732 |
+
msgstr ""
|
| 4733 |
+
|
| 4734 |
+
#: elements/caldera-forms/caldera-forms.php:1435
|
| 4735 |
+
msgid "Input Border"
|
| 4736 |
+
msgstr ""
|
| 4737 |
+
|
| 4738 |
+
#: elements/ninja-form/ninja-form.php:13
|
| 4739 |
+
msgid "EA Ninja Forms"
|
| 4740 |
+
msgstr ""
|
| 4741 |
+
|
| 4742 |
+
#: elements/ninja-form/ninja-form.php:37
|
| 4743 |
+
msgid "Ninja Forms"
|
| 4744 |
+
msgstr ""
|
| 4745 |
+
|
| 4746 |
+
#: elements/ninja-form/ninja-form.php:1384
|
| 4747 |
+
msgid "Required Fields Notice"
|
| 4748 |
+
msgstr ""
|
| 4749 |
+
|
| 4750 |
+
#: elements/weforms/weforms.php:14
|
| 4751 |
+
msgid "EA weForm"
|
| 4752 |
+
msgstr ""
|
| 4753 |
+
|
| 4754 |
+
#: elements/weforms/weforms.php:41
|
| 4755 |
+
msgid "Please save and refresh the page after selecting the form"
|
| 4756 |
+
msgstr ""
|
| 4757 |
+
|
| 4758 |
+
#: elements/weforms/weforms.php:80
|
| 4759 |
+
msgid "Form Container Styles"
|
| 4760 |
+
msgstr ""
|
| 4761 |
+
|
| 4762 |
+
#: elements/weforms/weforms.php:233
|
| 4763 |
+
msgid "Form Fields Styles"
|
| 4764 |
+
msgstr ""
|
| 4765 |
+
|
| 4766 |
+
#: elements/weforms/weforms.php:241
|
| 4767 |
+
msgid "Input Field Background"
|
| 4768 |
+
msgstr ""
|
| 4769 |
+
|
| 4770 |
+
#: elements/weforms/weforms.php:308
|
| 4771 |
+
msgid "Fields Padding"
|
| 4772 |
+
msgstr ""
|
| 4773 |
+
|
| 4774 |
+
#: elements/weforms/weforms.php:378
|
| 4775 |
+
msgid "Focus State Style"
|
| 4776 |
+
msgstr ""
|
| 4777 |
+
|
| 4778 |
+
#: elements/weforms/weforms.php:443
|
| 4779 |
+
msgid "Field Font Color"
|
| 4780 |
+
msgstr ""
|
| 4781 |
+
|
| 4782 |
+
#: elements/weforms/weforms.php:460
|
| 4783 |
+
msgid "Placeholder Font Color"
|
| 4784 |
+
msgstr ""
|
| 4785 |
+
|
| 4786 |
+
#: elements/weforms/weforms.php:475
|
| 4787 |
+
msgid "Label Typography"
|
| 4788 |
+
msgstr ""
|
| 4789 |
+
|
| 4790 |
+
#: elements/weforms/weforms.php:493
|
| 4791 |
+
msgid "Input Fields Typography"
|
| 4792 |
+
msgstr ""
|
| 4793 |
+
|
| 4794 |
+
#: elements/weforms/weforms.php:519
|
| 4795 |
+
msgid "Submit Button Styles"
|
| 4796 |
+
msgstr ""
|
| 4797 |
+
|
| 4798 |
+
#: elements/weforms/weforms.php:527
|
| 4799 |
+
msgid "Button Width"
|
| 4800 |
+
msgstr ""
|
| 4801 |
+
|
| 4802 |
+
#: elements/advance-accordion/advance-accordion.php:13
|
| 4803 |
+
msgid "EA Advanced Accordion"
|
| 4804 |
+
msgstr ""
|
| 4805 |
+
|
| 4806 |
+
#: elements/advance-accordion/advance-accordion.php:43
|
| 4807 |
+
msgid "Accordion Type"
|
| 4808 |
+
msgstr ""
|
| 4809 |
+
|
| 4810 |
+
#: elements/advance-accordion/advance-accordion.php:48
|
| 4811 |
+
msgid "Accordion"
|
| 4812 |
+
msgstr ""
|
| 4813 |
+
|
| 4814 |
+
#: elements/advance-accordion/advance-accordion.php:49
|
| 4815 |
+
msgid "Toggle"
|
| 4816 |
+
msgstr ""
|
| 4817 |
+
|
| 4818 |
+
#: elements/advance-accordion/advance-accordion.php:56
|
| 4819 |
+
msgid "Enable Toggle Icon"
|
| 4820 |
+
msgstr ""
|
| 4821 |
+
|
| 4822 |
+
#: elements/advance-accordion/advance-accordion.php:65
|
| 4823 |
+
msgid "Toggle Icon"
|
| 4824 |
+
msgstr ""
|
| 4825 |
+
|
| 4826 |
+
#: elements/advance-accordion/advance-accordion.php:84
|
| 4827 |
+
msgid "Toggle Speed (ms)"
|
| 4828 |
+
msgstr ""
|
| 4829 |
+
|
| 4830 |
+
#: elements/advance-accordion/advance-accordion.php:107
|
| 4831 |
+
msgid "Accordion Tab Title 1"
|
| 4832 |
+
msgstr ""
|
| 4833 |
+
|
| 4834 |
+
#: elements/advance-accordion/advance-accordion.php:108
|
| 4835 |
+
msgid "Accordion Tab Title 2"
|
| 4836 |
+
msgstr ""
|
| 4837 |
+
|
| 4838 |
+
#: elements/advance-accordion/advance-accordion.php:109
|
| 4839 |
+
msgid "Accordion Tab Title 3"
|
| 4840 |
+
msgstr ""
|
| 4841 |
+
|
| 4842 |
+
#: elements/advance-accordion/advance-accordion.php:114
|
| 4843 |
+
msgid "Active as Default"
|
| 4844 |
+
msgstr ""
|
| 4845 |
+
|
| 4846 |
+
#: elements/advance-accordion/advance-accordion.php:121
|
| 4847 |
+
msgid "Enable Tab Icon"
|
| 4848 |
+
msgstr ""
|
| 4849 |
+
|
| 4850 |
+
#: elements/advance-accordion/advance-accordion.php:273
|
| 4851 |
+
msgid "Tab Style"
|
| 4852 |
+
msgstr ""
|
| 4853 |
+
|
| 4854 |
+
#: elements/advance-accordion/advance-accordion.php:632
|
| 4855 |
+
msgid "Toggle Caret Style"
|
| 4856 |
+
msgstr ""
|
| 4857 |
+
|
| 4858 |
+
#: elements/advance-accordion/advance-accordion.php:679
|
| 4859 |
+
msgid "Caret Color (Active)"
|
| 4860 |
+
msgstr ""
|
| 4861 |
+
|
| 4862 |
+
#: elements/data-table/data-table.php:13
|
| 4863 |
+
msgid "EA Data Table"
|
| 4864 |
+
msgstr ""
|
| 4865 |
+
|
| 4866 |
+
#: elements/data-table/data-table.php:45
|
| 4867 |
+
msgid "Enable Table Sorting"
|
| 4868 |
+
msgstr ""
|
| 4869 |
+
|
| 4870 |
+
#: elements/data-table/data-table.php:56
|
| 4871 |
+
msgid "Sorting feature is available in pro version!"
|
| 4872 |
+
msgstr ""
|
| 4873 |
+
|
| 4874 |
+
#: elements/data-table/data-table.php:78
|
| 4875 |
+
msgid "Column Name"
|
| 4876 |
+
msgstr ""
|
| 4877 |
+
|
| 4878 |
+
#: elements/data-table/data-table.php:85
|
| 4879 |
+
msgid "Column Span"
|
| 4880 |
+
msgstr ""
|
| 4881 |
+
|
| 4882 |
+
#: elements/data-table/data-table.php:92
|
| 4883 |
+
msgid "Enable Header Icon"
|
| 4884 |
+
msgstr ""
|
| 4885 |
+
|
| 4886 |
+
#: elements/data-table/data-table.php:101
|
| 4887 |
+
msgid "Header Icon Type"
|
| 4888 |
+
msgstr ""
|
| 4889 |
+
|
| 4890 |
+
#: elements/data-table/data-table.php:145
|
| 4891 |
+
msgid "Image Size(px)"
|
| 4892 |
+
msgstr ""
|
| 4893 |
+
|
| 4894 |
+
#: elements/data-table/data-table.php:155
|
| 4895 |
+
#: elements/data-table/data-table.php:303
|
| 4896 |
+
msgid "CSS Class"
|
| 4897 |
+
msgstr ""
|
| 4898 |
+
|
| 4899 |
+
#: elements/data-table/data-table.php:161
|
| 4900 |
+
#: elements/data-table/data-table.php:312
|
| 4901 |
+
msgid "CSS ID"
|
| 4902 |
+
msgstr ""
|
| 4903 |
+
|
| 4904 |
+
#: elements/data-table/data-table.php:198
|
| 4905 |
+
msgid "Row Type"
|
| 4906 |
+
msgstr ""
|
| 4907 |
+
|
| 4908 |
+
#: elements/data-table/data-table.php:203
|
| 4909 |
+
msgid "Row"
|
| 4910 |
+
msgstr ""
|
| 4911 |
+
|
| 4912 |
+
#: elements/data-table/data-table.php:204
|
| 4913 |
+
msgid "Column"
|
| 4914 |
+
msgstr ""
|
| 4915 |
+
|
| 4916 |
+
#: elements/data-table/data-table.php:209
|
| 4917 |
+
msgid "Col Span"
|
| 4918 |
+
msgstr ""
|
| 4919 |
+
|
| 4920 |
+
#: elements/data-table/data-table.php:221
|
| 4921 |
+
msgid "Row Span"
|
| 4922 |
+
msgstr ""
|
| 4923 |
+
|
| 4924 |
+
#: elements/data-table/data-table.php:237
|
| 4925 |
+
msgid "Textarea"
|
| 4926 |
+
msgstr ""
|
| 4927 |
+
|
| 4928 |
+
#: elements/data-table/data-table.php:241
|
| 4929 |
+
msgid "Editor"
|
| 4930 |
+
msgstr ""
|
| 4931 |
+
|
| 4932 |
+
#: elements/data-table/data-table.php:245
|
| 4933 |
+
msgid "Templates"
|
| 4934 |
+
msgstr ""
|
| 4935 |
+
|
| 4936 |
+
#: elements/data-table/data-table.php:265
|
| 4937 |
+
#: elements/data-table/data-table.php:276
|
| 4938 |
+
msgid "Cell Text"
|
| 4939 |
+
msgstr ""
|
| 4940 |
+
|
| 4941 |
+
#: elements/data-table/data-table.php:426
|
| 4942 |
+
msgid "Header Style"
|
| 4943 |
+
msgstr ""
|
| 4944 |
+
|
| 4945 |
+
#: elements/data-table/data-table.php:435
|
| 4946 |
+
msgid "Header Border Radius"
|
| 4947 |
+
msgstr ""
|
| 4948 |
+
|
| 4949 |
+
#: elements/data-table/data-table.php:600
|
| 4950 |
+
msgid "ODD Cell"
|
| 4951 |
+
msgstr ""
|
| 4952 |
+
|
| 4953 |
+
#: elements/data-table/data-table.php:608
|
| 4954 |
+
#: elements/data-table/data-table.php:691
|
| 4955 |
+
msgid "Color ( Odd Row )"
|
| 4956 |
+
msgstr ""
|
| 4957 |
+
|
| 4958 |
+
#: elements/data-table/data-table.php:620
|
| 4959 |
+
#: elements/data-table/data-table.php:702
|
| 4960 |
+
msgid "Background ( Odd Row )"
|
| 4961 |
+
msgstr ""
|
| 4962 |
+
|
| 4963 |
+
#: elements/data-table/data-table.php:632
|
| 4964 |
+
#: elements/data-table/data-table.php:713
|
| 4965 |
+
msgid "Even Cell"
|
| 4966 |
+
msgstr ""
|
| 4967 |
+
|
| 4968 |
+
#: elements/data-table/data-table.php:641
|
| 4969 |
+
#: elements/data-table/data-table.php:721
|
| 4970 |
+
msgid "Color ( Even Row )"
|
| 4971 |
+
msgstr ""
|
| 4972 |
+
|
| 4973 |
+
#: elements/data-table/data-table.php:653
|
| 4974 |
+
#: elements/data-table/data-table.php:733
|
| 4975 |
+
msgid "Background Color (Even Row)"
|
| 4976 |
+
msgstr ""
|
| 4977 |
+
|
| 4978 |
+
#: elements/data-table/data-table.php:757
|
| 4979 |
+
msgid "Link Color"
|
| 4980 |
+
msgstr ""
|
| 4981 |
+
|
| 4982 |
+
#: elements/data-table/data-table.php:837
|
| 4983 |
+
msgid "Responsive Options"
|
| 4984 |
+
msgstr ""
|
| 4985 |
+
|
| 4986 |
+
#: elements/data-table/data-table.php:846
|
| 4987 |
+
msgid "Enable Responsive Table"
|
| 4988 |
+
msgstr ""
|
| 4989 |
+
|
| 4990 |
+
#: elements/data-table/data-table.php:847
|
| 4991 |
+
msgid "If enabled, table header will be automatically responsive for mobile."
|
| 4992 |
+
msgstr ""
|
| 4993 |
+
|
| 4994 |
+
#: elements/creative-button/creative-button.php:16
|
| 4995 |
+
msgid "EA Creative Button"
|
| 4996 |
+
msgstr ""
|
| 4997 |
+
|
| 4998 |
+
#: elements/creative-button/creative-button.php:34
|
| 4999 |
+
msgid "Button Content"
|
| 5000 |
+
msgstr ""
|
| 5001 |
+
|
| 5002 |
+
#: elements/creative-button/creative-button.php:54
|
| 5003 |
+
msgid "Button Secondary Text"
|
| 5004 |
+
msgstr ""
|
| 5005 |
+
|
| 5006 |
+
#: elements/creative-button/creative-button.php:58
|
| 5007 |
+
msgid "Enter button secondary text"
|
| 5008 |
+
msgstr ""
|
| 5009 |
+
|
| 5010 |
+
#: elements/creative-button/creative-button.php:59
|
| 5011 |
+
msgid "Enter button secondary text here"
|
| 5012 |
+
msgstr ""
|
| 5013 |
+
|
| 5014 |
+
#: elements/creative-button/creative-button.php:155
|
| 5015 |
+
msgid "Button Effects & Styles"
|
| 5016 |
+
msgstr ""
|
| 5017 |
+
|
| 5018 |
+
#: elements/creative-button/creative-button.php:163
|
| 5019 |
+
msgid "Set Button Effect"
|
| 5020 |
+
msgstr ""
|
| 5021 |
+
|
| 5022 |
+
#: elements/creative-button/creative-button.php:168
|
| 5023 |
+
msgid "Winona"
|
| 5024 |
+
msgstr ""
|
| 5025 |
+
|
| 5026 |
+
#: elements/creative-button/creative-button.php:169
|
| 5027 |
+
msgid "Ujarak"
|
| 5028 |
+
msgstr ""
|
| 5029 |
+
|
| 5030 |
+
#: elements/creative-button/creative-button.php:170
|
| 5031 |
+
msgid "Wayra"
|
| 5032 |
+
msgstr ""
|
| 5033 |
+
|
| 5034 |
+
#: elements/creative-button/creative-button.php:171
|
| 5035 |
+
msgid "Tamaya"
|
| 5036 |
+
msgstr ""
|
| 5037 |
+
|
| 5038 |
+
#: elements/creative-button/creative-button.php:172
|
| 5039 |
+
msgid "Rayen"
|
| 5040 |
+
msgstr ""
|
| 5041 |
+
|
| 5042 |
+
#: elements/creative-button/creative-button.php:173
|
| 5043 |
+
msgid "Pipaluk (Pro)"
|
| 5044 |
+
msgstr ""
|
| 5045 |
+
|
| 5046 |
+
#: elements/creative-button/creative-button.php:174
|
| 5047 |
+
msgid "Moema (Pro)"
|
| 5048 |
+
msgstr ""
|
| 5049 |
+
|
| 5050 |
+
#: elements/creative-button/creative-button.php:175
|
| 5051 |
+
msgid "Wave (Pro)"
|
| 5052 |
+
msgstr ""
|
| 5053 |
+
|
| 5054 |
+
#: elements/creative-button/creative-button.php:176
|
| 5055 |
+
msgid "Aylen (Pro)"
|
| 5056 |
+
msgstr ""
|
| 5057 |
+
|
| 5058 |
+
#: elements/creative-button/creative-button.php:177
|
| 5059 |
+
msgid "Saqui (Pro)"
|
| 5060 |
+
msgstr ""
|
| 5061 |
+
|
| 5062 |
+
#: elements/creative-button/creative-button.php:178
|
| 5063 |
+
msgid "Wapasha (Pro)"
|
| 5064 |
+
msgstr ""
|
| 5065 |
+
|
| 5066 |
+
#: elements/creative-button/creative-button.php:179
|
| 5067 |
+
msgid "Nuka (Pro)"
|
| 5068 |
+
msgstr ""
|
| 5069 |
+
|
| 5070 |
+
#: elements/creative-button/creative-button.php:180
|
| 5071 |
+
msgid "Antiman (Pro)"
|
| 5072 |
+
msgstr ""
|
| 5073 |
+
|
| 5074 |
+
#: elements/creative-button/creative-button.php:181
|
| 5075 |
+
msgid "Quidel (Pro)"
|
| 5076 |
+
msgstr ""
|
| 5077 |
+
|
| 5078 |
+
#: elements/creative-button/creative-button.php:182
|
| 5079 |
+
msgid "Shikoba (Pro)"
|
| 5080 |
+
msgstr ""
|
| 5081 |
+
|
| 5082 |
+
#: admin/settings.php:162
|
| 5083 |
+
msgid "Essential Addons Settings"
|
| 5084 |
+
msgstr ""
|
| 5085 |
+
|
| 5086 |
+
#: admin/settings.php:165
|
| 5087 |
+
#: admin/settings.php:597
|
| 5088 |
+
msgid "Save settings"
|
| 5089 |
+
msgstr ""
|
| 5090 |
+
|
| 5091 |
+
#: admin/settings.php:241
|
| 5092 |
+
msgid "<a href=\"%s\" target=\"_blank\">Upgrade to Pro</a>"
|
| 5093 |
+
msgstr ""
|
| 5094 |
+
|
| 5095 |
+
#: admin/settings.php:255
|
| 5096 |
+
msgid "Contact Form 7"
|
| 5097 |
+
msgstr ""
|
| 5098 |
+
|
| 5099 |
+
#: admin/settings.php:261
|
| 5100 |
+
msgid "Count Down"
|
| 5101 |
+
msgstr ""
|
| 5102 |
+
|
| 5103 |
+
#: admin/settings.php:266
|
| 5104 |
+
msgid "Creative Button"
|
| 5105 |
+
msgstr ""
|
| 5106 |
+
|
| 5107 |
+
#: admin/settings.php:276
|
| 5108 |
+
msgid "Post Grid"
|
| 5109 |
+
msgstr ""
|
| 5110 |
+
|
| 5111 |
+
#: admin/settings.php:281
|
| 5112 |
+
msgid "Post Timeline"
|
| 5113 |
+
msgstr ""
|
| 5114 |
+
|
| 5115 |
+
#: admin/settings.php:286
|
| 5116 |
+
msgid "Product Grid"
|
| 5117 |
+
msgstr ""
|
| 5118 |
+
|
| 5119 |
+
#: admin/settings.php:291
|
| 5120 |
+
msgid "Team Member"
|
| 5121 |
+
msgstr ""
|
| 5122 |
+
|
| 5123 |
+
#: admin/settings.php:296
|
| 5124 |
+
msgid "Testimonials"
|
| 5125 |
+
msgstr ""
|
| 5126 |
+
|
| 5127 |
+
#: admin/settings.php:301
|
| 5128 |
+
msgid "weForms"
|
| 5129 |
+
msgstr ""
|
| 5130 |
+
|
| 5131 |
+
#: admin/settings.php:306
|
| 5132 |
+
msgid "Call To Action"
|
| 5133 |
+
msgstr ""
|
| 5134 |
+
|
| 5135 |
+
#: admin/settings.php:311
|
| 5136 |
+
msgid "Flip Box"
|
| 5137 |
+
msgstr ""
|
| 5138 |
+
|
| 5139 |
+
#: admin/settings.php:316
|
| 5140 |
+
msgid "Info Box"
|
| 5141 |
+
msgstr ""
|
| 5142 |
+
|
| 5143 |
+
#: admin/settings.php:321
|
| 5144 |
+
msgid "Dual Color Header"
|
| 5145 |
+
msgstr ""
|
| 5146 |
+
|
| 5147 |
+
#: admin/settings.php:326
|
| 5148 |
+
msgid "Pricing Table"
|
| 5149 |
+
msgstr ""
|
| 5150 |
+
|
| 5151 |
+
#: admin/settings.php:331
|
| 5152 |
+
msgid "Ninja Form"
|
| 5153 |
+
msgstr ""
|
| 5154 |
+
|
| 5155 |
+
#: admin/settings.php:336
|
| 5156 |
+
msgid "Gravity Form"
|
| 5157 |
+
msgstr ""
|
| 5158 |
+
|
| 5159 |
+
#: admin/settings.php:351
|
| 5160 |
+
msgid "Twitter Feed"
|
| 5161 |
+
msgstr ""
|
| 5162 |
+
|
| 5163 |
+
#: admin/settings.php:356
|
| 5164 |
+
msgid "Facebook Feed"
|
| 5165 |
+
msgstr ""
|
| 5166 |
+
|
| 5167 |
+
#: admin/settings.php:361
|
| 5168 |
+
msgid "Filterable Gallery"
|
| 5169 |
+
msgstr ""
|
| 5170 |
+
|
| 5171 |
+
#: admin/settings.php:366
|
| 5172 |
+
msgid "Data Table"
|
| 5173 |
+
msgstr ""
|
| 5174 |
+
|
| 5175 |
+
#: admin/settings.php:371
|
| 5176 |
+
msgid "Image Accordion"
|
| 5177 |
+
msgstr ""
|
| 5178 |
+
|
| 5179 |
+
#: admin/settings.php:376
|
| 5180 |
+
msgid "Content Ticker"
|
| 5181 |
+
msgstr ""
|
| 5182 |
+
|
| 5183 |
+
#: admin/settings.php:386
|
| 5184 |
+
msgid "Advanced Accordion"
|
| 5185 |
+
msgstr ""
|
| 5186 |
+
|
| 5187 |
+
#: admin/settings.php:391
|
| 5188 |
+
msgid "Advanced Tabs"
|
| 5189 |
+
msgstr ""
|
| 5190 |
+
|
| 5191 |
+
#: admin/settings.php:410
|
| 5192 |
+
msgid "Image Comparison"
|
| 5193 |
+
msgstr ""
|
| 5194 |
+
|
| 5195 |
+
#: admin/settings.php:417
|
| 5196 |
+
msgid "Instagram Gallery"
|
| 5197 |
+
msgstr ""
|
| 5198 |
+
|
| 5199 |
+
#: admin/settings.php:424
|
| 5200 |
+
msgid "Interactive Promo"
|
| 5201 |
+
msgstr ""
|
| 5202 |
+
|
| 5203 |
+
#: admin/settings.php:431
|
| 5204 |
+
msgid "Lightbox"
|
| 5205 |
+
msgstr ""
|
| 5206 |
+
|
| 5207 |
+
#: admin/settings.php:438
|
| 5208 |
+
msgid "Post Block"
|
| 5209 |
+
msgstr ""
|
| 5210 |
+
|
| 5211 |
+
#: admin/settings.php:445
|
| 5212 |
+
msgid "Testimonial Slider"
|
| 5213 |
+
msgstr ""
|
| 5214 |
+
|
| 5215 |
+
#: admin/settings.php:452
|
| 5216 |
+
msgid "Static Product"
|
| 5217 |
+
msgstr ""
|
| 5218 |
+
|
| 5219 |
+
#: admin/settings.php:459
|
| 5220 |
+
msgid "Flip Carousel"
|
| 5221 |
+
msgstr ""
|
| 5222 |
+
|
| 5223 |
+
#: admin/settings.php:466
|
| 5224 |
+
msgid "Interactive Cards"
|
| 5225 |
+
msgstr ""
|
| 5226 |
+
|
| 5227 |
+
#: admin/settings.php:473
|
| 5228 |
+
msgid "Content Timeline"
|
| 5229 |
+
msgstr ""
|
| 5230 |
+
|
| 5231 |
+
#: admin/settings.php:480
|
| 5232 |
+
msgid "Twitter Feed Carousel"
|
| 5233 |
+
msgstr ""
|
| 5234 |
+
|
| 5235 |
+
#: admin/settings.php:487
|
| 5236 |
+
msgid "Facebook Feed Carousel"
|
| 5237 |
+
msgstr ""
|
| 5238 |
+
|
| 5239 |
+
#: admin/settings.php:494
|
| 5240 |
+
msgid "Dynamic Filter Gallery"
|
| 5241 |
+
msgstr ""
|
| 5242 |
+
|
| 5243 |
+
#: admin/settings.php:501
|
| 5244 |
+
msgid "Smart Post List"
|
| 5245 |
+
msgstr ""
|
| 5246 |
+
|
| 5247 |
+
#: admin/settings.php:508
|
| 5248 |
+
msgid "Advanced Google Map"
|
| 5249 |
+
msgstr ""
|
| 5250 |
+
|
| 5251 |
+
#: admin/settings.php:515
|
| 5252 |
+
msgid "Content Toggle"
|
| 5253 |
+
msgstr ""
|
| 5254 |
+
|
| 5255 |
+
#: admin/settings.php:522
|
| 5256 |
+
msgid "Mailchimp"
|
| 5257 |
+
msgstr ""
|
| 5258 |
+
|
| 5259 |
+
#: admin/settings.php:529
|
| 5260 |
+
msgid "Divider"
|
| 5261 |
+
msgstr ""
|
| 5262 |
+
|
| 5263 |
+
#: admin/settings.php:536
|
| 5264 |
+
msgid "Price Menu"
|
| 5265 |
+
msgstr ""
|
| 5266 |
+
|
| 5267 |
+
#: admin/settings.php:543
|
| 5268 |
+
msgid "Image Hotspots"
|
| 5269 |
+
msgstr ""
|
| 5270 |
+
|
| 5271 |
+
#: admin/settings.php:550
|
| 5272 |
+
msgid "One Page Navigation"
|
| 5273 |
+
msgstr ""
|
| 5274 |
+
|
| 5275 |
+
#: admin/settings.php:564
|
| 5276 |
+
msgid "Post Carousel"
|
| 5277 |
+
msgstr ""
|
| 5278 |
+
|
| 5279 |
+
#: admin/settings.php:571
|
| 5280 |
+
msgid "Team Member Carousel"
|
| 5281 |
+
msgstr ""
|
| 5282 |
+
|
| 5283 |
+
#: admin/settings.php:578
|
| 5284 |
+
msgid "Logo Carousel"
|
| 5285 |
+
msgstr ""
|
| 5286 |
+
|
| 5287 |
+
#: admin/settings.php:585
|
| 5288 |
+
msgid "Protected Content"
|
| 5289 |
+
msgstr ""
|
| 5290 |
+
|
| 5291 |
+
#: admin/settings.php:592
|
| 5292 |
+
msgid "Offcanvas Content"
|
| 5293 |
+
msgstr ""
|
readme.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
=== Essential Addons for Elementor ===
|
| 2 |
-
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, robicse11128, priyomukul, mahfuz01, manik08cse
|
| 3 |
Tags: elementor, elements, addons, elementor addon, elementor widget, page builder, builder, visual editor, wordpress page builder, elementor form
|
| 4 |
Requires at least: 4.0
|
| 5 |
-
Tested up to: 5.0.
|
| 6 |
Requires PHP: 5.4
|
| 7 |
-
Stable tag: 2.8.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
|
@@ -12,7 +12,7 @@ Ultimate elements library for Elementor WordPress Page Builder. 54+ Premium elem
|
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
| 15 |
-
Enhance your [Elementor](https://wordpress.org/plugins/elementor/) page building experience with
|
| 16 |
|
| 17 |
|
| 18 |
[Check the Demos](https://essential-addons.com/elementor/)
|
|
@@ -53,13 +53,13 @@ We have designed 29 of the most useful widgets to enhance your Elementor Page Bu
|
|
| 53 |
11. [Ninja Forms](https://essential-addons.com/elementor/ninja-forms/) - Easily create your form style just the way you want
|
| 54 |
12. [Caldera Forms](https://essential-addons.com/elementor/caldera-forms/) - Design effective mobile-friendly forms
|
| 55 |
13. [WPForms](https://essential-addons.com/elementor/wpforms/) - Create powerful WordPress forms in minutes
|
| 56 |
-
14 [weForms](https://essential-addons.com/elementor/weforms/) - Get the fastest form building experience
|
| 57 |
15. [Info Box](https://essential-addons.com/elementor/info-box/) - Design beautiful info box from predefined styles
|
| 58 |
16. [Flip Box](https://essential-addons.com/elementor/flip-box/) - Use animated Flip Boxes to highlight any content inside your page in a great way
|
| 59 |
17. [Dual Color Headline](https://essential-addons.com/elementor/dual-color-headline/) - Emphasize on a single word in a sentence by highlighting it with a different color
|
| 60 |
18. [Call to Action](https://essential-addons.com/elementor/call-to-action/) - Design call-to-action buttons before a blink
|
| 61 |
19. [Pricing Table](https://essential-addons.com/elementor/pricing-table/) - Create Pricing Tables within minutes that converts
|
| 62 |
-
20 [Facebook Feed](https://essential-addons.com/elementor/facebook-feed/) - Display Facebook posts from your page or group to improve engagement
|
| 63 |
21. [Twitter Feed](https://essential-addons.com/elementor/twitter-feed/) - Showcase your latest tweets to your visitor
|
| 64 |
22. [Data Table](https://essential-addons.com/elementor/table/) - Insert visually attractive data table anywhere you want
|
| 65 |
23. [Filterable Gallery](https://essential-addons.com/elementor/filterable-gallery/) - Easily display custom content in any pages
|
|
@@ -71,7 +71,7 @@ We have designed 29 of the most useful widgets to enhance your Elementor Page Bu
|
|
| 71 |
29. [Progress Bar](https://essential-addons.com/elementor/progress-bar/) - Display progress bars with 4+ different styles
|
| 72 |
|
| 73 |
|
| 74 |
-
### More elements (
|
| 75 |
|
| 76 |
1. [Post Block (Flex)](https://essential-addons.com/elementor/post-block/) - Display your blog posts with variety of styles with the power of modern CSS Flexbox
|
| 77 |
2. [Lightbox & Modal](https://essential-addons.com/elementor/lightbox-modal/) - Create Modal Popup which opens after certain actions.
|
|
@@ -100,7 +100,7 @@ We have designed 29 of the most useful widgets to enhance your Elementor Page Bu
|
|
| 100 |
25. [Post Carousel](https://essential-addons.com/elementor/post-carousel/) - Even you can create carousel from your posts
|
| 101 |
26. [Logo Carousel](https://essential-addons.com/elementor/logo-carousel/) - Highlight brands/product logos in carousel
|
| 102 |
27. [Protected Content](https://essential-addons.com/elementor/protected-content/) - Lock your content with password and allow only selected people to see it
|
| 103 |
-
|
| 104 |
|
| 105 |
More coming soon (weekly update) ...
|
| 106 |
|
|
@@ -158,6 +158,17 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
| 158 |
|
| 159 |
== Changelog ==
|
| 160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
= 2.8.6 =
|
| 162 |
|
| 163 |
- Progress Bar revamped with faster and better script and styles
|
| 1 |
=== Essential Addons for Elementor ===
|
| 2 |
+
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, robicse11128, priyomukul, mahfuz01, mdsabuz, manik08cse
|
| 3 |
Tags: elementor, elements, addons, elementor addon, elementor widget, page builder, builder, visual editor, wordpress page builder, elementor form
|
| 4 |
Requires at least: 4.0
|
| 5 |
+
Tested up to: 5.0.2
|
| 6 |
Requires PHP: 5.4
|
| 7 |
+
Stable tag: 2.8.7
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
| 15 |
+
Enhance your [Elementor](https://wordpress.org/plugins/elementor/) page building experience with 57+ creative elements. Add powers to your page builder using our easy-to-use elements those were designed to make your next WordPress page and posts design easier and prettier than ever before.
|
| 16 |
|
| 17 |
|
| 18 |
[Check the Demos](https://essential-addons.com/elementor/)
|
| 53 |
11. [Ninja Forms](https://essential-addons.com/elementor/ninja-forms/) - Easily create your form style just the way you want
|
| 54 |
12. [Caldera Forms](https://essential-addons.com/elementor/caldera-forms/) - Design effective mobile-friendly forms
|
| 55 |
13. [WPForms](https://essential-addons.com/elementor/wpforms/) - Create powerful WordPress forms in minutes
|
| 56 |
+
14. [weForms](https://essential-addons.com/elementor/weforms/) - Get the fastest form building experience
|
| 57 |
15. [Info Box](https://essential-addons.com/elementor/info-box/) - Design beautiful info box from predefined styles
|
| 58 |
16. [Flip Box](https://essential-addons.com/elementor/flip-box/) - Use animated Flip Boxes to highlight any content inside your page in a great way
|
| 59 |
17. [Dual Color Headline](https://essential-addons.com/elementor/dual-color-headline/) - Emphasize on a single word in a sentence by highlighting it with a different color
|
| 60 |
18. [Call to Action](https://essential-addons.com/elementor/call-to-action/) - Design call-to-action buttons before a blink
|
| 61 |
19. [Pricing Table](https://essential-addons.com/elementor/pricing-table/) - Create Pricing Tables within minutes that converts
|
| 62 |
+
20. [Facebook Feed](https://essential-addons.com/elementor/facebook-feed/) - Display Facebook posts from your page or group to improve engagement
|
| 63 |
21. [Twitter Feed](https://essential-addons.com/elementor/twitter-feed/) - Showcase your latest tweets to your visitor
|
| 64 |
22. [Data Table](https://essential-addons.com/elementor/table/) - Insert visually attractive data table anywhere you want
|
| 65 |
23. [Filterable Gallery](https://essential-addons.com/elementor/filterable-gallery/) - Easily display custom content in any pages
|
| 71 |
29. [Progress Bar](https://essential-addons.com/elementor/progress-bar/) - Display progress bars with 4+ different styles
|
| 72 |
|
| 73 |
|
| 74 |
+
### More elements (28+) on [Premium Version](https://essential-addons.com/elementor/buy.php)
|
| 75 |
|
| 76 |
1. [Post Block (Flex)](https://essential-addons.com/elementor/post-block/) - Display your blog posts with variety of styles with the power of modern CSS Flexbox
|
| 77 |
2. [Lightbox & Modal](https://essential-addons.com/elementor/lightbox-modal/) - Create Modal Popup which opens after certain actions.
|
| 100 |
25. [Post Carousel](https://essential-addons.com/elementor/post-carousel/) - Even you can create carousel from your posts
|
| 101 |
26. [Logo Carousel](https://essential-addons.com/elementor/logo-carousel/) - Highlight brands/product logos in carousel
|
| 102 |
27. [Protected Content](https://essential-addons.com/elementor/protected-content/) - Lock your content with password and allow only selected people to see it
|
| 103 |
+
28. [Offcanvas Content](https://essential-addons.com/elementor/offcanvas-content/) - Display content in off canvas and show them with button/element click
|
| 104 |
|
| 105 |
More coming soon (weekly update) ...
|
| 106 |
|
| 158 |
|
| 159 |
== Changelog ==
|
| 160 |
|
| 161 |
+
= 2.8.7 =
|
| 162 |
+
|
| 163 |
+
- Added : Version rollback option
|
| 164 |
+
- Fixed : Data Table border issue
|
| 165 |
+
- Fixed : EA Flipbox font color doesn't change for the rear one
|
| 166 |
+
- Fixed : EA Fancy text loop settings not working
|
| 167 |
+
- Fixed : Filterable gallery layout issue
|
| 168 |
+
- Fixed : Filterable Gallery newly added items video not playing
|
| 169 |
+
- Fixed : Twitter feed masonry layout issue
|
| 170 |
+
- Few minor bugfix and improvements
|
| 171 |
+
|
| 172 |
= 2.8.6 =
|
| 173 |
|
| 174 |
- Progress Bar revamped with faster and better script and styles
|
