Version Description
- 13/09/2020 =
- Fixed: get_elements_data on bool error
- Fixed: PHP error notice for 'Search & Filter' option in EA Filterable Gallery
- Fixed: Unable to format quiz field in EA Contact Form 7
- Fixed: EA Sticky Video not working when it's used multiple times on a page
- Fixed: Sale badge and Overlay issues with EA Product Grid
- Improved: New Design and Style controls for EA Dual Color Heading
- Improved: Styling controls for EA Product Grid
- Few minor bugfix and improvements
Download this release
Release Info
| Developer | re_enter_rupok |
| Plugin | |
| Version | 4.2.4 |
| Comparing to | |
| See all releases | |
Code changes from version 4.2.3 to 4.2.4
- assets/front-end/css/view/advanced-accordion.css +2 -1
- assets/front-end/css/view/advanced-accordion.min.css +1 -1
- assets/front-end/css/view/advanced-tabs.css +4 -4
- assets/front-end/css/view/advanced-tabs.min.css +1 -1
- assets/front-end/css/view/content-ticker.css +4 -0
- assets/front-end/css/view/content-ticker.min.css +1 -1
- assets/front-end/css/view/data-table.css +1 -1
- assets/front-end/css/view/data-table.min.css +1 -1
- assets/front-end/css/view/dual-header.css +52 -0
- assets/front-end/css/view/dual-header.min.css +1 -1
- assets/front-end/css/view/facebook-feed.css +21 -0
- assets/front-end/css/view/facebook-feed.min.css +1 -1
- assets/front-end/css/view/filterable-gallery.css +1 -0
- assets/front-end/css/view/filterable-gallery.min.css +1 -1
- assets/front-end/css/view/image-accordion.css +1 -0
- assets/front-end/css/view/image-accordion.min.css +1 -1
- assets/front-end/css/view/post-grid.css +1 -0
- assets/front-end/css/view/post-grid.min.css +1 -1
- assets/front-end/css/view/post-timeline.css +1 -0
- assets/front-end/css/view/post-timeline.min.css +1 -1
- assets/front-end/css/view/product-grid.css +35 -1
- assets/front-end/css/view/product-grid.min.css +1 -1
- assets/front-end/css/view/twitter-feed.css +53 -1
- assets/front-end/css/view/twitter-feed.min.css +1 -1
- assets/front-end/css/view/view.css +11663 -0
- assets/front-end/css/view/view.min.css +43 -0
- assets/front-end/css/view/weforms.css +4 -0
- assets/front-end/css/view/weforms.min.css +1 -1
- assets/front-end/js/view/count-down.js +1 -1
- assets/front-end/js/view/count-down.min.js +1 -1
- assets/front-end/js/view/filterable-gallery.js +1 -1
- assets/front-end/js/view/filterable-gallery.min.js +1 -1
- assets/front-end/js/view/sticky-video.js +1 -1
- assets/front-end/js/view/sticky-video.min.js +1 -1
- assets/front-end/js/view/table-of-content.js +1 -1
- assets/front-end/js/view/view.js +510 -0
assets/front-end/css/view/advanced-accordion.css
CHANGED
|
@@ -27,10 +27,11 @@
|
|
| 27 |
cursor: pointer;
|
| 28 |
}
|
| 29 |
|
| 30 |
-
.eael-adv-accordion .eael-accordion-list .eael-accordion-header >
|
| 31 |
-webkit-box-flex: 1;
|
| 32 |
-ms-flex-positive: 1;
|
| 33 |
flex-grow: 1;
|
|
|
|
| 34 |
}
|
| 35 |
|
| 36 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header > i {
|
| 27 |
cursor: pointer;
|
| 28 |
}
|
| 29 |
|
| 30 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header > .eael-accordion-tab-title {
|
| 31 |
-webkit-box-flex: 1;
|
| 32 |
-ms-flex-positive: 1;
|
| 33 |
flex-grow: 1;
|
| 34 |
+
margin: 0;
|
| 35 |
}
|
| 36 |
|
| 37 |
.eael-adv-accordion .eael-accordion-list .eael-accordion-header > i {
|
assets/front-end/css/view/advanced-accordion.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-adv-accordion{width:auto;height:auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-adv-accordion .eael-accordion-list .eael-accordion-header{padding:15px;border:1px solid rgba(0,0,0,.02);font-size:1rem;font-weight:600;line-height:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.eael-adv-accordion .eael-accordion-list .eael-accordion-header
|
| 1 |
+
.eael-adv-accordion{width:auto;height:auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-adv-accordion .eael-accordion-list .eael-accordion-header{padding:15px;border:1px solid rgba(0,0,0,.02);font-size:1rem;font-weight:600;line-height:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.eael-adv-accordion .eael-accordion-list .eael-accordion-header>.eael-accordion-tab-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0}.eael-adv-accordion .eael-accordion-list .eael-accordion-header>i{margin-right:10px}.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);z-index:10;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);z-index:10;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fa-accordion-icon{display:inline-block;margin-right:10px}.eael-adv-accordion .eael-accordion-list .eael-accordion-content{display:none;border:1px solid #eee;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1rem;line-height:1.7}.eael-adv-accordion .eael-accordion-list .eael-accordion-content p{margin:0}.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active{display:block}@-webkit-keyframes rotate-90{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes rotate-90{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@-webkit-keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}100%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}100%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}
|
assets/front-end/css/view/advanced-tabs.css
CHANGED
|
@@ -142,27 +142,27 @@
|
|
| 142 |
display: flex;
|
| 143 |
}
|
| 144 |
|
| 145 |
-
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
|
| 146 |
-webkit-box-flex: 0;
|
| 147 |
-ms-flex: 0 0 auto;
|
| 148 |
flex: 0 0 auto;
|
| 149 |
}
|
| 150 |
|
| 151 |
-
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
|
| 152 |
-webkit-box-orient: vertical;
|
| 153 |
-webkit-box-direction: normal;
|
| 154 |
-ms-flex-flow: column wrap;
|
| 155 |
flex-flow: column wrap;
|
| 156 |
}
|
| 157 |
|
| 158 |
-
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
|
| 159 |
width: 100%;
|
| 160 |
-webkit-box-pack: start;
|
| 161 |
-ms-flex-pack: start;
|
| 162 |
justify-content: start;
|
| 163 |
}
|
| 164 |
|
| 165 |
-
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
|
| 166 |
bottom: auto !important;
|
| 167 |
right: -10px;
|
| 168 |
top: calc(50% - 10px);
|
| 142 |
display: flex;
|
| 143 |
}
|
| 144 |
|
| 145 |
+
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav {
|
| 146 |
-webkit-box-flex: 0;
|
| 147 |
-ms-flex: 0 0 auto;
|
| 148 |
flex: 0 0 auto;
|
| 149 |
}
|
| 150 |
|
| 151 |
+
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul {
|
| 152 |
-webkit-box-orient: vertical;
|
| 153 |
-webkit-box-direction: normal;
|
| 154 |
-ms-flex-flow: column wrap;
|
| 155 |
flex-flow: column wrap;
|
| 156 |
}
|
| 157 |
|
| 158 |
+
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul > li {
|
| 159 |
width: 100%;
|
| 160 |
-webkit-box-pack: start;
|
| 161 |
-ms-flex-pack: start;
|
| 162 |
justify-content: start;
|
| 163 |
}
|
| 164 |
|
| 165 |
+
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul li::after {
|
| 166 |
bottom: auto !important;
|
| 167 |
right: -10px;
|
| 168 |
top: calc(50% - 10px);
|
assets/front-end/css/view/advanced-tabs.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0px;margin:0px;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0px;right:0px;margin:0 auto;z-index:1;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0px;display:none}.eael-advance-tabs .eael-tabs-nav>ul li:hover,.eael-advance-tabs .eael-tabs-nav>ul li.active,.eael-advance-tabs .eael-tabs-nav>ul li.active-default{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after,.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active:after,.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after{display:block}.eael-tabs-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active,.eael-advance-tabs .eael-tabs-content>div.active-default{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .fa,.eael-tab-top-icon li .eael-tab-title{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-advance-tabs.eael-tabs-vertical
|
| 1 |
+
.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0px;margin:0px;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0px;right:0px;margin:0 auto;z-index:1;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0px;display:none}.eael-advance-tabs .eael-tabs-nav>ul li:hover,.eael-advance-tabs .eael-tabs-nav>ul li.active,.eael-advance-tabs .eael-tabs-nav>ul li.active-default{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after,.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active:after,.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after{display:block}.eael-tabs-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active,.eael-advance-tabs .eael-tabs-content>div.active-default{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .fa,.eael-tab-top-icon li .eael-tab-title{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after{bottom:auto !important;right:-10px;top:calc(50% - 10px);left:auto !important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width: 767px){.eael-advance-tabs .eael-tabs-nav>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.eael-advance-tabs.eael-tabs-vertical{-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after{border-left-color:transparent !important;bottom:-20px !important;left:0 !important;right:0 !important;top:auto !important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444 !important}}
|
assets/front-end/css/view/content-ticker.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
.eael-ticker-wrap {
|
|
|
|
| 2 |
overflow: hidden;
|
| 3 |
display: -webkit-box;
|
| 4 |
display: -ms-flexbox;
|
|
@@ -80,4 +81,7 @@
|
|
| 80 |
-webkit-box-pack: center;
|
| 81 |
-ms-flex-pack: center;
|
| 82 |
justify-content: center;
|
|
|
|
|
|
|
|
|
|
| 83 |
}
|
| 1 |
.eael-ticker-wrap {
|
| 2 |
+
position: relative;
|
| 3 |
overflow: hidden;
|
| 4 |
display: -webkit-box;
|
| 5 |
display: -ms-flexbox;
|
| 81 |
-webkit-box-pack: center;
|
| 82 |
-ms-flex-pack: center;
|
| 83 |
justify-content: center;
|
| 84 |
+
-webkit-transition: all 0.3s ease;
|
| 85 |
+
-o-transition: all 0.3s ease;
|
| 86 |
+
transition: all 0.3s ease;
|
| 87 |
}
|
assets/front-end/css/view/content-ticker.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-ticker-wrap{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.eael-ticker-wrap .ticker-badge{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 12px}.eael-ticker-wrap .eael-ticker{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.eael-ticker-wrap .eael-ticker .ticker-content{padding:8px 12px;line-height:1.8}.eael-ticker-wrap .eael-ticker .ticker-content p{margin:0}.eael-ticker-wrap .swiper-button-prev{left:auto !important;right:25px}.eael-ticker-wrap div.swiper-slide,.eael-ticker-wrap div.swiper-slide.swiper-slide-prev,.eael-ticker-wrap div.swiper-slide.swiper-slide-next{opacity:0 !important}.eael-ticker-wrap div.swiper-slide.swiper-slide-active{opacity:1 !important}.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide{text-align:left}@media only screen and (max-width: 767px){.eael-ticker-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.content-ticker-pagination{display:none}}.eael-ticker-wrap .swiper-button-next,.eael-ticker-wrap .swiper-button-prev{background-image:none;outline:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
| 1 |
+
.eael-ticker-wrap{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.eael-ticker-wrap .ticker-badge{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 12px}.eael-ticker-wrap .eael-ticker{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.eael-ticker-wrap .eael-ticker .ticker-content{padding:8px 12px;line-height:1.8}.eael-ticker-wrap .eael-ticker .ticker-content p{margin:0}.eael-ticker-wrap .swiper-button-prev{left:auto !important;right:25px}.eael-ticker-wrap div.swiper-slide,.eael-ticker-wrap div.swiper-slide.swiper-slide-prev,.eael-ticker-wrap div.swiper-slide.swiper-slide-next{opacity:0 !important}.eael-ticker-wrap div.swiper-slide.swiper-slide-active{opacity:1 !important}.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide{text-align:left}@media only screen and (max-width: 767px){.eael-ticker-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.content-ticker-pagination{display:none}}.eael-ticker-wrap .swiper-button-next,.eael-ticker-wrap .swiper-button-prev{background-image:none;outline:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
|
assets/front-end/css/view/data-table.css
CHANGED
|
@@ -13,7 +13,7 @@ table.eael-data-table thead .sorting:after {
|
|
| 13 |
position: absolute;
|
| 14 |
top: 50%;
|
| 15 |
right: 10px;
|
| 16 |
-
font-family: "
|
| 17 |
color: #fff;
|
| 18 |
z-index: 1;
|
| 19 |
-webkit-transform: translateY(-50%);
|
| 13 |
position: absolute;
|
| 14 |
top: 50%;
|
| 15 |
right: 10px;
|
| 16 |
+
font-family: "Font Awesome 5 Free";
|
| 17 |
color: #fff;
|
| 18 |
z-index: 1;
|
| 19 |
-webkit-transform: translateY(-50%);
|
assets/front-end/css/view/data-table.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc,table.eael-data-table thead .sorting{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after,table.eael-data-table thead .sorting:after{position:absolute;top:50%;right:10px;font-family:"
|
| 1 |
+
table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc,table.eael-data-table thead .sorting{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after,table.eael-data-table thead .sorting:after{position:absolute;top:50%;right:10px;font-family:"Font Awesome 5 Free";color:#fff;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-data-table-wrap .eael-data-tables_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.eael-data-table-wrap .eael-data-tables_filter{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_filter label{font-weight:700}.eael-data-table-wrap .eael-data-tables_filter label input[type=search]{height:40px;border:1px solid rgba(0,0,0,.09);outline:0;padding:10px;margin-left:10px}.eael-data-table-wrap .eael-data-tables_length{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_length select{width:auto;max-width:120px;height:40px;border:1px solid rgba(0,0,0,.09);outline:0;margin-left:10px;margin-right:10px}.eael-data-table-wrap .eael-data-tables_length label{font-weight:700}.eael-data-table-wrap .eael-data-tables_info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;font-weight:700}.eael-data-table-wrap .eael-data-tables_paginate{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button{padding:10px 15px;background:#f2f2f2;margin-right:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled{cursor:no-drop;background:#f2f2f2;opacity:.5;color:#888}.data-header-icon{margin-right:10px;position:relative;top:2px}.eael-data-table{width:100%;height:auto;margin:0;border-collapse:collapse;border:none}.eael-data-table tr{border-style:none}.eael-data-table thead tr{text-align:left}.eael-data-table thead tr th{padding:20px 15px;background:#4a4893;font-size:16px;font-weight:600;font-family:"Montserrat","sans-serif";line-height:1;color:#fff;border-color:#000;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table thead tr th:hover{border-color:#000}.eael-data-table tbody tr.even{-webkit-transition:background .4s ease-in-out;-o-transition:background .4s ease-in-out;transition:background .4s ease-in-out}.eael-data-table tbody tr.even:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.even:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr.odd{background:rgba(242,242,242,.5);-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.eael-data-table tbody tr.odd:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.odd:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr td{padding:20px 15px;font-size:14px;font-family:"Montserrat","sans-serif";line-height:1;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table-th-img{display:inline-block;margin:0 15px 0 0;line-height:1}.th-mobile-screen{display:none}@media(max-width: 767px){.eael-data-table-wrap{overflow-x:scroll !important;padding-bottom:5px}.th-mobile-screen{display:inline-block;padding:0 .6em;margin-right:10px;text-align:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100px;flex-basis:100px}.th-mobile-screen .eael-data-table-th-img{margin:0 auto 15px auto;display:block}.th-mobile-screen .data-header-icon{margin:0 auto 15px auto;display:block}.td-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.td-content{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.td-content>p{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-responsive-option-enable .eael-data-table thead{display:none}.custom-responsive-option-enable .eael-data-table tbody tr td{float:none;clear:left;width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-data-table .td-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}table.eael-data-table thead .sorting:after{content:""}table.eael-data-table thead .headerSortDown:after{content:""}table.eael-data-table thead .headerSortUp:after{content:""}table.eael-data-table thead .sorting_disabled.sorting:after{display:none}table.eael-data-table .sorting.sorting-none:after{display:none}table.eael-data-table .sorting_desc.sorting-none:after{display:none}table.eael-data-table .sorting_asc.sorting-none:after{display:none}.eael-table-align-left table.eael-data-table{float:left}.eael-table-align-center table.eael-data-table{margin:0 auto}.eael-table-align-right table.eael-data-table{float:right}.eael-hide-elements .eael-data-tables_info{display:none}.eael-dt-th-align-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-center .eael-data-table thead tr th{text-align:center}.eael-dt-td-align-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-right .eael-data-table tbody tr td{text-align:right;padding-right:30px}.eael-dt-td-align-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-td-align-center .eael-data-table .th-mobile-screen{text-align:center}.eael-dt-td-align-right .eael-data-table .th-mobile-screen{text-align:right}@media(max-width: 1024px){.eael-dt-td-align-tablet-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-tablet-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-tablet-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-tablet-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-tablet-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-th-align-tablet-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-tablet-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-tablet-center .eael-data-table thead tr th{text-align:center}.eael-dt-th-align-tablet-center .eael-data-table .th-mobile-screen{text-align:center}}@media(max-width: 767px){.eael-dt-td-align-mobile-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-mobile-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-mobile-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-mobile-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-mobile-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-th-align-mobile-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-mobile-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-mobile-center .eael-data-table thead tr th{text-align:center}.eael-dt-th-align-mobile-center .eael-data-table .th-mobile-screen{text-align:center}}
|
assets/front-end/css/view/dual-header.css
CHANGED
|
@@ -41,3 +41,55 @@
|
|
| 41 |
.eael-dual-header-content-align-right {
|
| 42 |
text-align: right;
|
| 43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
.eael-dual-header-content-align-right {
|
| 42 |
text-align: right;
|
| 43 |
}
|
| 44 |
+
|
| 45 |
+
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
| 46 |
+
.eael-dual-header-content-tablet-align-center {
|
| 47 |
+
text-align: center;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.eael-dual-header-content-tablet-align-left {
|
| 51 |
+
text-align: left;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.eael-dual-header-content-tablet-align-right {
|
| 55 |
+
text-align: right;
|
| 56 |
+
}
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
@media screen and (max-width: 767px) {
|
| 60 |
+
.eael-dual-header-content-mobile-align-center {
|
| 61 |
+
text-align: center;
|
| 62 |
+
}
|
| 63 |
+
|
| 64 |
+
.eael-dual-header-content-mobile-align-left {
|
| 65 |
+
text-align: left;
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.eael-dual-header-content-mobile-align-right {
|
| 69 |
+
text-align: right;
|
| 70 |
+
}
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.eael-dch-separator-wrap {
|
| 74 |
+
display: -webkit-box;
|
| 75 |
+
display: -ms-flexbox;
|
| 76 |
+
display: flex;
|
| 77 |
+
-webkit-box-pack: center;
|
| 78 |
+
-ms-flex-pack: center;
|
| 79 |
+
justify-content: center;
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.eael-dch-separator-wrap .separator-one,
|
| 83 |
+
.eael-dch-separator-wrap .separator-two {
|
| 84 |
+
display: inline-block;
|
| 85 |
+
width: 15%;
|
| 86 |
+
height: 5px;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.eael-dch-separator-wrap .separator-one {
|
| 90 |
+
background: #207eff;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
.eael-dch-separator-wrap .separator-two {
|
| 94 |
+
background: #4f6592;
|
| 95 |
+
}
|
assets/front-end/css/view/dual-header.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-dual-header{display:block;margin-bottom:50px}.eael-dual-header .title,.eael-dual-header .title span{font-size:36px;font-weight:700;text-transform:uppercase;line-height:48px;margin:10px 0px}.eael-dual-header .subtext{font-size:16px;display:block}.eael-dual-header i{display:block;padding:0px;margin:20px 0px 10px 0px;font-size:36px}.eael-dual-header .title span.lead{color:#1abc9c}.eael-dual-header-content-align-center{text-align:center}.eael-dual-header-content-align-left{text-align:left}.eael-dual-header-content-align-right{text-align:right}
|
| 1 |
+
.eael-dual-header{display:block;margin-bottom:50px}.eael-dual-header .title,.eael-dual-header .title span{font-size:36px;font-weight:700;text-transform:uppercase;line-height:48px;margin:10px 0px}.eael-dual-header .subtext{font-size:16px;display:block}.eael-dual-header i{display:block;padding:0px;margin:20px 0px 10px 0px;font-size:36px}.eael-dual-header .title span.lead{color:#1abc9c}.eael-dual-header-content-align-center{text-align:center}.eael-dual-header-content-align-left{text-align:left}.eael-dual-header-content-align-right{text-align:right}@media screen and (max-width: 1024px)and (min-width: 768px){.eael-dual-header-content-tablet-align-center{text-align:center}.eael-dual-header-content-tablet-align-left{text-align:left}.eael-dual-header-content-tablet-align-right{text-align:right}}@media screen and (max-width: 767px){.eael-dual-header-content-mobile-align-center{text-align:center}.eael-dual-header-content-mobile-align-left{text-align:left}.eael-dual-header-content-mobile-align-right{text-align:right}}.eael-dch-separator-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-dch-separator-wrap .separator-one,.eael-dch-separator-wrap .separator-two{display:inline-block;width:15%;height:5px}.eael-dch-separator-wrap .separator-one{background:#207eff}.eael-dch-separator-wrap .separator-two{background:#4f6592}
|
assets/front-end/css/view/facebook-feed.css
CHANGED
|
@@ -93,6 +93,7 @@
|
|
| 93 |
.eael-facebook-feed .eael-facebook-feed-item,
|
| 94 |
.eael-facebook-feed .eael-facebook-feed-item-inner {
|
| 95 |
position: relative;
|
|
|
|
| 96 |
}
|
| 97 |
.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay {
|
| 98 |
display: -webkit-box;
|
|
@@ -136,7 +137,11 @@
|
|
| 136 |
margin: 0 15px;
|
| 137 |
}
|
| 138 |
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner {
|
|
|
|
|
|
|
|
|
|
| 139 |
margin: 10px;
|
|
|
|
| 140 |
}
|
| 141 |
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header {
|
| 142 |
padding: 8px 12px;
|
|
@@ -250,3 +255,19 @@
|
|
| 250 |
.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap.no-pagination {
|
| 251 |
display: none;
|
| 252 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
.eael-facebook-feed .eael-facebook-feed-item,
|
| 94 |
.eael-facebook-feed .eael-facebook-feed-item-inner {
|
| 95 |
position: relative;
|
| 96 |
+
overflow: hidden;
|
| 97 |
}
|
| 98 |
.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay {
|
| 99 |
display: -webkit-box;
|
| 137 |
margin: 0 15px;
|
| 138 |
}
|
| 139 |
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner {
|
| 140 |
+
-webkit-transition: all 0.3s ease;
|
| 141 |
+
-o-transition: all 0.3s ease;
|
| 142 |
+
transition: all 0.3s ease;
|
| 143 |
margin: 10px;
|
| 144 |
+
overflow: hidden;
|
| 145 |
}
|
| 146 |
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header {
|
| 147 |
padding: 8px 12px;
|
| 255 |
.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap.no-pagination {
|
| 256 |
display: none;
|
| 257 |
}
|
| 258 |
+
.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user {
|
| 259 |
+
display: -webkit-box;
|
| 260 |
+
display: -ms-flexbox;
|
| 261 |
+
display: flex;
|
| 262 |
+
-webkit-box-align: center;
|
| 263 |
+
-ms-flex-align: center;
|
| 264 |
+
align-items: center;
|
| 265 |
+
}
|
| 266 |
+
.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-username {
|
| 267 |
+
display: block !important;
|
| 268 |
+
float: none !important;
|
| 269 |
+
line-height: 20px !important;
|
| 270 |
+
}
|
| 271 |
+
.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-post-time {
|
| 272 |
+
line-height: 20px !important;
|
| 273 |
+
}
|
assets/front-end/css/view/facebook-feed.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-facebook-feed{width:100%;margin:auto}.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{float:none;width:100%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{float:left;width:50%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{float:left;width:33.3333%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{float:left;width:25%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{float:left;width:20%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{float:left;width:16.6666%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed .eael-facebook-feed-item{display:inline-block;line-height:0}.eael-facebook-feed .eael-facebook-feed-item,.eael-facebook-feed .eael-facebook-feed-item-inner{position:relative}.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;font-size:12px;line-height:1;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms}.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay .eael-facebook-feed-item-overlay-inner{position:relative;-ms-flex-item-align:center;align-self:center}.eael-facebook-feed-overlay .eael-facebook-feed-item:hover .eael-facebook-feed-item-overlay{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.eael-facebook-feed-overlay .eael-facebook-feed-meta{margin-bottom:0}.eael-facebook-feed-overlay .eael-facebook-feed-meta span{display:inline-block;margin:0 15px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner{margin:10px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header{padding:8px 12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user{float:left}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-avatar{float:left;display:inline-block;width:32px;height:32px;border-radius:50%;margin-right:10px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-username{float:left;display:inline-block;font-size:14px;font-weight:400;line-height:32px;margin:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-post-time{float:right;font-size:11px;font-weight:400;line-height:32px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content{position:relative;display:block;padding:12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content .eael-facebook-feed-message{font-size:14px;font-weight:400;line-height:1.3;margin:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap{padding:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-img{display:block;position:relative;margin-bottom:12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay i{font-size:48px;color:#fff}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview{padding:0 12px 15px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-host{font-size:12px;font-weight:400;line-height:1;text-transform:uppercase;margin-bottom:5px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-title{font-size:15px;font-weight:700;line-height:1.4;margin-top:0;margin-bottom:6px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-description{font-size:14px;font-weight:400;line-height:1.2;margin-bottom:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer{font-size:13px;font-weight:400;line-height:30px;padding:8px 12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span{display:inline-block}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span.eael-facebook-feed-post-likes{margin-right:15px}.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap.no-pagination{display:none}
|
| 1 |
+
.eael-facebook-feed{width:100%;margin:auto}.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{float:none;width:100%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{float:left;width:50%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{float:left;width:33.3333%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{float:left;width:25%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{float:left;width:20%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{float:left;width:16.6666%}@media only screen and (max-width: 979px){.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width: 480px){.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed .eael-facebook-feed-item{display:inline-block;line-height:0}.eael-facebook-feed .eael-facebook-feed-item,.eael-facebook-feed .eael-facebook-feed-item-inner{position:relative;overflow:hidden}.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;font-size:12px;line-height:1;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms}.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay .eael-facebook-feed-item-overlay-inner{position:relative;-ms-flex-item-align:center;align-self:center}.eael-facebook-feed-overlay .eael-facebook-feed-item:hover .eael-facebook-feed-item-overlay{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.eael-facebook-feed-overlay .eael-facebook-feed-meta{margin-bottom:0}.eael-facebook-feed-overlay .eael-facebook-feed-meta span{display:inline-block;margin:0 15px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;margin:10px;overflow:hidden}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header{padding:8px 12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user{float:left}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-avatar{float:left;display:inline-block;width:32px;height:32px;border-radius:50%;margin-right:10px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-username{float:left;display:inline-block;font-size:14px;font-weight:400;line-height:32px;margin:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-post-time{float:right;font-size:11px;font-weight:400;line-height:32px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content{position:relative;display:block;padding:12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content .eael-facebook-feed-message{font-size:14px;font-weight:400;line-height:1.3;margin:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap{padding:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-img{display:block;position:relative;margin-bottom:12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay i{font-size:48px;color:#fff}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview{padding:0 12px 15px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-host{font-size:12px;font-weight:400;line-height:1;text-transform:uppercase;margin-bottom:5px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-title{font-size:15px;font-weight:700;line-height:1.4;margin-top:0;margin-bottom:6px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-description{font-size:14px;font-weight:400;line-height:1.2;margin-bottom:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer{font-size:13px;font-weight:400;line-height:30px;padding:8px 12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span{display:inline-block}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span.eael-facebook-feed-post-likes{margin-right:15px}.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap.no-pagination{display:none}.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-username{display:block !important;float:none !important;line-height:20px !important}.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-post-time{line-height:20px !important}
|
assets/front-end/css/view/filterable-gallery.css
CHANGED
|
@@ -359,6 +359,7 @@ a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
|
|
| 359 |
margin-right: calc(20px/2);
|
| 360 |
margin-bottom: 20px;
|
| 361 |
position: relative;
|
|
|
|
| 362 |
}
|
| 363 |
|
| 364 |
.gallery-item-caption-wrap,
|
| 359 |
margin-right: calc(20px/2);
|
| 360 |
margin-bottom: 20px;
|
| 361 |
position: relative;
|
| 362 |
+
overflow: hidden;
|
| 363 |
}
|
| 364 |
|
| 365 |
.gallery-item-caption-wrap,
|
assets/front-end/css/view/filterable-gallery.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-filter-gallery-control{width:100%}.eael-filter-gallery-control ul,.eael-filter-gallery-control ul li{text-align:center}.eael-filter-gallery-control ul{margin:0px 0px 20px 0px;padding:0px;text-align:center}.eael-filter-gallery-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 auto;flex-flow:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0px;margin:0px}.eael-filter-gallery-control ul li{list-style:none;font-size:24px;display:inline-block;text-align:center}.eael-filter-gallery-control ul li a.control{font-family:"Montserrat",sans-serif;font-size:16px;font-weight:600;padding:10px 25px;margin:10px 6px}.eael-filter-gallery-container{text-align:justify;font-size:.1px}.eael-filter-gallery-container:after{content:"";display:inline-block;width:100%}.eael-filter-gallery-container:not(.eael-cards) .item:before{content:"";display:inline-block;padding-top:56.25%}.eael-filter-gallery-container .item .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.eael-filter-gallery-container.eael-cards .item .caption{display:none}.eael-filter-gallery-container.eael-cards .item .item-img .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.gallery-item-caption-over{width:100%;height:auto}a.eael-gallery-load-more,a.eael-gallery-load-more:hover{text-decoration:none}.eael-filter-gallery-container .item .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-filter-gallery-container .item .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption a{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;border-radius:50%;margin:0 5px;font-size:20px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container .item .caption a:nth-child(1),.eael-container .item .caption a:nth-child(2){-webkit-transition:.6s;-o-transition:.6s;transition:.6s;opacity:0}.eael-filter-gallery-container .item .caption a:nth-child(1){-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item .caption a:nth-child(2){-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item .caption:hover a:nth-child(1),.eael-filter-gallery-container .item .caption:hover a:nth-child(2){-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);opacity:1}.eael-filter-gallery-container .item .caption .eael-popup-link{outline:0}.eael-filter-gallery-container.eael-cards .item:before{padding-top:0px}.eael-filter-gallery-container.eael-cards .item-img{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;height:220px;z-index:0;overflow:hidden}.eael-filter-gallery-container.eael-cards .item-content{padding:15px}.eael-filter-gallery-container.eael-cards .item-content .title,.eael-filter-gallery-container.eael-cards .item-content .title a{font-size:20px;line-height:1;margin-bottom:0px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container.eael-cards .item-content p{font-size:14px;line-height:26px}.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-content-align-left .eael-cards .item .item-content{text-align:left}.eael-fg-content-align-center .eael-cards .item .item-content{text-align:center}.eael-fg-content-align-right .eael-cards .item .item-content{text-align:right}.mfp-wrap~div.dialog-widget{display:none !important}.eael-filterable-gallery-item-wrap{float:left;width:33.33%}.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap{width:100%}.eael-filter-gallery-control>ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:normal}.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap{width:50%}.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap{width:25%}.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap{width:20%}.eael-gallery-grid-item{margin-left:calc(20px/2);margin-right:calc(20px/2);margin-bottom:20px;position:relative}.gallery-item-caption-wrap,.media-content-wrap{font-size:14px;text-align:left}.gallery-item-thumbnail-wrap.caption-style-card img{max-height:100%;width:100%}.gallery-item-caption-wrap.caption-style-hoverer{position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.fg-item-title,.fg-item-content{color:#fff;font-family:inherit}.gallery-item-caption-wrap.caption-style-card .fg-item-title{font-size:18px;margin:15px 0 15px;line-height:1}.gallery-item-caption-wrap.caption-style-card{background:#f7f7f7}.gallery-item-caption-wrap.caption-style-card .fg-item-title{margin:10px 0 15px;color:#000}.gallery-item-caption-wrap.caption-style-card .fg-item-content{color:#212529;line-height:1.5;font-weight:normal}.gallery-item-buttons>a{display:inline-block;font-size:16px;color:#000;margin-right:15px}.gallery-item-buttons>a:visited{color:#000}.gallery-item-caption-wrap.caption-style-card{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.gallery-item-caption-wrap .gallery-item-hoverer-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";background:#000;z-index:-1;opacity:.7}.gallery-item-caption-wrap.caption-style-hoverer{visibility:hidden;opacity:0;-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer{opacity:1;visibility:visible}.gallery-item-caption-wrap.caption-style-hoverer h5{font-size:20px;margin-bottom:5px;line-height:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer p{margin-bottom:5px}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap .gallery-item-buttons>a span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;outline:none;text-decoration:none;display:inline-block;text-align:center}.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);visibility:visible;opacity:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-none{-webkit-transition:none;-o-transition:none;transition:none}.gallery-item-thumbnail-wrap{position:relative}.video-popup,.video-popup-bg{position:absolute;left:0;top:0;height:100%;width:100%}.video-popup>img{width:62px;position:relative;z-index:1;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.video-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-popup:hover>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video-popup-bg{visibility:hidden;opacity:0;-webkit-transition:350ms;-o-transition:350ms;transition:350ms}.eael-gallery-grid-item:hover .video-popup-bg{visibility:visible;opacity:1}.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap{position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery-item-caption-wrap.card-hover-bg{visibility:hidden;opacity:0;-webkit-transition:800ms;-o-transition:800ms;transition:800ms}.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg{visibility:visible;opacity:1}.gallery-item-caption-wrap .gallery-item-buttons>a>i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width: 1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .pp-logo-grid{margin-right:-5px}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 1024px)and (min-width: 766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}.fg-layout-3-filter-controls{margin:0;padding:0;list-style:none}.fg-layout-3-item-content{text-align:center}.fg-layout-3-item-content .fg-item-title{font-size:18px;line-height:1;font-weight:500;margin:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item-content .fg-item-content p{font-size:13px;font-weight:400}.fg-filter-wrap{position:relative;-ms-flex-preferred-size:30%;flex-basis:30%}.fg-layout-3-filter-controls{position:absolute;left:0;background:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;width:100%;border-radius:5px;padding-top:7px}.fg-layout-3-filter-controls.open-filters{visibility:visible;opacity:1}.fg-layout-3-filter-controls li.control{padding:5px 5px 5px 10px;cursor:pointer;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;font-size:14px;color:#7f8995;font-weight:normal}.fg-layout-3-filter-controls li.control:hover{color:#2d425a}.fg-layout-3-filter-controls li.control:first-child{border-top:0px solid}.fg-layout-3-filter-controls li.control:last-child{border-bottom:0px solid}.fg-layout-3-filters-wrap{max-width:600px;margin:15px auto 50px}.fg-filter-wrap button{width:100%;border:0px solid;border-radius:0px;padding:17px 13px;font-size:14px;color:#2d425a;background:#f7f8ff;height:55px;border-right:1px solid #abb5ff;border-radius:10px 0px 0 10px;outline:none;text-align:center;position:relative}.fg-filter-wrap button>i{font-size:18px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:10px}.fg-layout-3-search-box{-ms-flex-preferred-size:70%;flex-basis:70%;height:100%}.fg-layout-3-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;border:0px solid;outline:none;background:none}.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]::-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-ms-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-filters-wrap{height:55px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fg-layout-3-filters-wrap .fg-layout-3-search-box{background:#f7f8ff;border-radius:0 10px 10px 0}.fg-layout-3-item-thumb{position:relative;overflow:hidden}.fg-layout-3-item-thumb .gallery-item-buttons{text-align:center;position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:4}.fg-layout-3-item-content{padding:27px 27px 30px;text-align:center}.eael-fg-card-content-align-left .fg-layout-3-item-content{text-align:left}.eael-fg-card-content-align-center .fg-layout-3-item-content{text-align:center}.eael-fg-card-content-align-right .fg-layout-3-item-content{text-align:right}.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item{-webkit-box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);border-radius:5px}.fg-caption-head{position:absolute;left:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 35px;z-index:3;color:#fff;font-size:18px;font-weight:700}.fg-item-category>span{font-size:12px;color:#fff;background:#fa9196;padding:10px 12px;display:inline-block}.fg-layout-3-item-content{position:relative}.fg-item-category{position:absolute;left:0;top:0;text-align:center;width:100%;height:30px;margin-top:-15px;z-index:11}.fg-item-category span{border-radius:5px;line-height:1;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span{visibility:visible;opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{width:auto}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{text-decoration:none}button.mfp-close:not(.toggle),button.mfp-arrow:not(.toggle){background:transparent}
|
| 1 |
+
.eael-filter-gallery-control{width:100%}.eael-filter-gallery-control ul,.eael-filter-gallery-control ul li{text-align:center}.eael-filter-gallery-control ul{margin:0px 0px 20px 0px;padding:0px;text-align:center}.eael-filter-gallery-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 auto;flex-flow:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0px;margin:0px}.eael-filter-gallery-control ul li{list-style:none;font-size:24px;display:inline-block;text-align:center}.eael-filter-gallery-control ul li a.control{font-family:"Montserrat",sans-serif;font-size:16px;font-weight:600;padding:10px 25px;margin:10px 6px}.eael-filter-gallery-container{text-align:justify;font-size:.1px}.eael-filter-gallery-container:after{content:"";display:inline-block;width:100%}.eael-filter-gallery-container:not(.eael-cards) .item:before{content:"";display:inline-block;padding-top:56.25%}.eael-filter-gallery-container .item .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.eael-filter-gallery-container.eael-cards .item .caption{display:none}.eael-filter-gallery-container.eael-cards .item .item-img .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.gallery-item-caption-over{width:100%;height:auto}a.eael-gallery-load-more,a.eael-gallery-load-more:hover{text-decoration:none}.eael-filter-gallery-container .item .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-filter-gallery-container .item .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption a{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;border-radius:50%;margin:0 5px;font-size:20px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container .item .caption a:nth-child(1),.eael-container .item .caption a:nth-child(2){-webkit-transition:.6s;-o-transition:.6s;transition:.6s;opacity:0}.eael-filter-gallery-container .item .caption a:nth-child(1){-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item .caption a:nth-child(2){-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item .caption:hover a:nth-child(1),.eael-filter-gallery-container .item .caption:hover a:nth-child(2){-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);opacity:1}.eael-filter-gallery-container .item .caption .eael-popup-link{outline:0}.eael-filter-gallery-container.eael-cards .item:before{padding-top:0px}.eael-filter-gallery-container.eael-cards .item-img{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;height:220px;z-index:0;overflow:hidden}.eael-filter-gallery-container.eael-cards .item-content{padding:15px}.eael-filter-gallery-container.eael-cards .item-content .title,.eael-filter-gallery-container.eael-cards .item-content .title a{font-size:20px;line-height:1;margin-bottom:0px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container.eael-cards .item-content p{font-size:14px;line-height:26px}.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-content-align-left .eael-cards .item .item-content{text-align:left}.eael-fg-content-align-center .eael-cards .item .item-content{text-align:center}.eael-fg-content-align-right .eael-cards .item .item-content{text-align:right}.mfp-wrap~div.dialog-widget{display:none !important}.eael-filterable-gallery-item-wrap{float:left;width:33.33%}.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap{width:100%}.eael-filter-gallery-control>ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:normal}.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap{width:50%}.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap{width:25%}.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap{width:20%}.eael-gallery-grid-item{margin-left:calc(20px/2);margin-right:calc(20px/2);margin-bottom:20px;position:relative;overflow:hidden}.gallery-item-caption-wrap,.media-content-wrap{font-size:14px;text-align:left}.gallery-item-thumbnail-wrap.caption-style-card img{max-height:100%;width:100%}.gallery-item-caption-wrap.caption-style-hoverer{position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.fg-item-title,.fg-item-content{color:#fff;font-family:inherit}.gallery-item-caption-wrap.caption-style-card .fg-item-title{font-size:18px;margin:15px 0 15px;line-height:1}.gallery-item-caption-wrap.caption-style-card{background:#f7f7f7}.gallery-item-caption-wrap.caption-style-card .fg-item-title{margin:10px 0 15px;color:#000}.gallery-item-caption-wrap.caption-style-card .fg-item-content{color:#212529;line-height:1.5;font-weight:normal}.gallery-item-buttons>a{display:inline-block;font-size:16px;color:#000;margin-right:15px}.gallery-item-buttons>a:visited{color:#000}.gallery-item-caption-wrap.caption-style-card{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.gallery-item-caption-wrap .gallery-item-hoverer-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";background:#000;z-index:-1;opacity:.7}.gallery-item-caption-wrap.caption-style-hoverer{visibility:hidden;opacity:0;-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer{opacity:1;visibility:visible}.gallery-item-caption-wrap.caption-style-hoverer h5{font-size:20px;margin-bottom:5px;line-height:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer p{margin-bottom:5px}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap .gallery-item-buttons>a span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;outline:none;text-decoration:none;display:inline-block;text-align:center}.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);visibility:visible;opacity:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-none{-webkit-transition:none;-o-transition:none;transition:none}.gallery-item-thumbnail-wrap{position:relative}.video-popup,.video-popup-bg{position:absolute;left:0;top:0;height:100%;width:100%}.video-popup>img{width:62px;position:relative;z-index:1;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.video-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-popup:hover>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video-popup-bg{visibility:hidden;opacity:0;-webkit-transition:350ms;-o-transition:350ms;transition:350ms}.eael-gallery-grid-item:hover .video-popup-bg{visibility:visible;opacity:1}.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap{position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery-item-caption-wrap.card-hover-bg{visibility:hidden;opacity:0;-webkit-transition:800ms;-o-transition:800ms;transition:800ms}.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg{visibility:visible;opacity:1}.gallery-item-caption-wrap .gallery-item-buttons>a>i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width: 1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .pp-logo-grid{margin-right:-5px}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 1024px)and (min-width: 766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}.fg-layout-3-filter-controls{margin:0;padding:0;list-style:none}.fg-layout-3-item-content{text-align:center}.fg-layout-3-item-content .fg-item-title{font-size:18px;line-height:1;font-weight:500;margin:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item-content .fg-item-content p{font-size:13px;font-weight:400}.fg-filter-wrap{position:relative;-ms-flex-preferred-size:30%;flex-basis:30%}.fg-layout-3-filter-controls{position:absolute;left:0;background:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;width:100%;border-radius:5px;padding-top:7px}.fg-layout-3-filter-controls.open-filters{visibility:visible;opacity:1}.fg-layout-3-filter-controls li.control{padding:5px 5px 5px 10px;cursor:pointer;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;font-size:14px;color:#7f8995;font-weight:normal}.fg-layout-3-filter-controls li.control:hover{color:#2d425a}.fg-layout-3-filter-controls li.control:first-child{border-top:0px solid}.fg-layout-3-filter-controls li.control:last-child{border-bottom:0px solid}.fg-layout-3-filters-wrap{max-width:600px;margin:15px auto 50px}.fg-filter-wrap button{width:100%;border:0px solid;border-radius:0px;padding:17px 13px;font-size:14px;color:#2d425a;background:#f7f8ff;height:55px;border-right:1px solid #abb5ff;border-radius:10px 0px 0 10px;outline:none;text-align:center;position:relative}.fg-filter-wrap button>i{font-size:18px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:10px}.fg-layout-3-search-box{-ms-flex-preferred-size:70%;flex-basis:70%;height:100%}.fg-layout-3-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;border:0px solid;outline:none;background:none}.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]::-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-ms-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-filters-wrap{height:55px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fg-layout-3-filters-wrap .fg-layout-3-search-box{background:#f7f8ff;border-radius:0 10px 10px 0}.fg-layout-3-item-thumb{position:relative;overflow:hidden}.fg-layout-3-item-thumb .gallery-item-buttons{text-align:center;position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:4}.fg-layout-3-item-content{padding:27px 27px 30px;text-align:center}.eael-fg-card-content-align-left .fg-layout-3-item-content{text-align:left}.eael-fg-card-content-align-center .fg-layout-3-item-content{text-align:center}.eael-fg-card-content-align-right .fg-layout-3-item-content{text-align:right}.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item{-webkit-box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);border-radius:5px}.fg-caption-head{position:absolute;left:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 35px;z-index:3;color:#fff;font-size:18px;font-weight:700}.fg-item-category>span{font-size:12px;color:#fff;background:#fa9196;padding:10px 12px;display:inline-block}.fg-layout-3-item-content{position:relative}.fg-item-category{position:absolute;left:0;top:0;text-align:center;width:100%;height:30px;margin-top:-15px;z-index:11}.fg-item-category span{border-radius:5px;line-height:1;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span{visibility:visible;opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{width:auto}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{text-decoration:none}button.mfp-close:not(.toggle),button.mfp-arrow:not(.toggle){background:transparent}
|
assets/front-end/css/view/image-accordion.css
CHANGED
|
@@ -120,6 +120,7 @@
|
|
| 120 |
-webkit-transform: translate3d(0, 60px, 0);
|
| 121 |
transform: translate3d(0, 60px, 0);
|
| 122 |
}
|
|
|
|
| 123 |
.eael-img-accordion .overlay-inner-show * {
|
| 124 |
opacity: 1;
|
| 125 |
visibility: visible;
|
| 120 |
-webkit-transform: translate3d(0, 60px, 0);
|
| 121 |
transform: translate3d(0, 60px, 0);
|
| 122 |
}
|
| 123 |
+
.eael-img-accordion a.overlay-active .overlay-inner *,
|
| 124 |
.eael-img-accordion .overlay-inner-show * {
|
| 125 |
opacity: 1;
|
| 126 |
visibility: visible;
|
assets/front-end/css/view/image-accordion.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-img-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;height:50vh}.eael-img-accordion.accordion-direction-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s;transition:-webkit-box-flex .4s;-o-transition:flex .4s;transition:flex .4s;transition:flex .4s, -webkit-box-flex .4s, -ms-flex .4s;overflow:hidden}.eael-grow-accordion{-webkit-box-flex:3;-ms-flex:3;flex:3}.eael-img-accordion .overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion-horizontal-align-left .overlay{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.eael-img-accordion-horizontal-align-center .overlay{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.eael-img-accordion-horizontal-align-right .overlay{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.eael-img-accordion-vertical-align-top .overlay{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.eael-img-accordion-vertical-align-center .overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-img-accordion-vertical-align-bottom .overlay{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion a:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0px;left:0px;bottom:0px;right:0px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)}.eael-img-accordion .overlay p{color:#fff;margin-bottom:0;-webkit-transform:translate3d(0, 60px, 0);transform:translate3d(0, 60px, 0)}.eael-img-accordion .overlay-inner-show *{opacity:1;visibility:visible;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;-webkit-transition:all .3s .3s;-o-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width: 800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a:hover{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-img-accordion a:hover .overlay{background-color:transparent}}
|
| 1 |
+
.eael-img-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;height:50vh}.eael-img-accordion.accordion-direction-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s;transition:-webkit-box-flex .4s;-o-transition:flex .4s;transition:flex .4s;transition:flex .4s, -webkit-box-flex .4s, -ms-flex .4s;overflow:hidden}.eael-grow-accordion{-webkit-box-flex:3;-ms-flex:3;flex:3}.eael-img-accordion .overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion-horizontal-align-left .overlay{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.eael-img-accordion-horizontal-align-center .overlay{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.eael-img-accordion-horizontal-align-right .overlay{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.eael-img-accordion-vertical-align-top .overlay{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.eael-img-accordion-vertical-align-center .overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-img-accordion-vertical-align-bottom .overlay{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion a:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0px;left:0px;bottom:0px;right:0px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)}.eael-img-accordion .overlay p{color:#fff;margin-bottom:0;-webkit-transform:translate3d(0, 60px, 0);transform:translate3d(0, 60px, 0)}.eael-img-accordion a.overlay-active .overlay-inner *,.eael-img-accordion .overlay-inner-show *{opacity:1;visibility:visible;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;-webkit-transition:all .3s .3s;-o-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width: 800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a:hover{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-img-accordion a:hover .overlay{background-color:transparent}}
|
assets/front-end/css/view/post-grid.css
CHANGED
|
@@ -645,6 +645,7 @@
|
|
| 645 |
-ms-flex-flow: wrap;
|
| 646 |
flex-flow: wrap;
|
| 647 |
margin: 0;
|
|
|
|
| 648 |
}
|
| 649 |
.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
|
| 650 |
font-size: 12px;
|
| 645 |
-ms-flex-flow: wrap;
|
| 646 |
flex-flow: wrap;
|
| 647 |
margin: 0;
|
| 648 |
+
padding-left: 0;
|
| 649 |
}
|
| 650 |
.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
|
| 651 |
font-size: 12px;
|
assets/front-end/css/view/post-grid.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-post-grid-container .eael-post-grid{margin:0 -10px}.eael-post-grid-container .eael-post-grid .eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-media{position:relative}.eael-entry-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);-o-transition:opacity .2s ease-in-out,transform .25s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1)}.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;white-space:nowrap}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-entry-meta>div{font-size:12px;line-height:1.2;padding-bottom:5px}.eael-grid-post-excerpt p{margin:0;font-size:14px}.eael-entry-meta .eael-entry-footer .eael-posted-by{display:block}.eael-grid-post .eael-entry-wrapper,.eael-grid-post .eael-entry-footer{padding:15px}.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on{padding-left:5px}.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before{content:"";font-family:"Font Awesome 5 Free";font-weight:700;color:inherit;opacity:.4;font-size:.8em;padding-right:7px}.eael-entry-media{position:relative}.eael-entry-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-entry-overlay>i{color:#fff}.eael-entry-overlay.fade-in{visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.eael-entry-media:hover .eael-entry-overlay.fade-in{visibility:visible;opacity:1}.eael-entry-media:hover .eael-entry-overlay.fade-in>i{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);opacity:1}.eael-entry-overlay.zoom-in{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.eael-entry-media:hover .eael-entry-overlay.zoom-in{visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-entry-overlay.slide-up{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.eael-entry-media:hover .eael-entry-overlay.slide-up{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.eael-entry-media{overflow:hidden}.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay{opacity:0}.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay{opacity:1}.eael-entry-media.grid-hover-style-none .eael-entry-overlay{display:none}.eael-entry-overlay.none{opacity:0}.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay{-webkit-transform:scale(0.4);-ms-transform:scale(0.4);transform:scale(0.4);opacity:0}.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition-delay:100ms;-o-transition-delay:100ms;transition-delay:100ms;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i{-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px);-webkit-transition-delay:100ms;-o-transition-delay:100ms;transition-delay:100ms;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);visibility:visible;opacity:1}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width: 1025px){.elementor-element.elementor-grid-eael-col-1{position:relative}.elementor-element.elementor-grid-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-eael-col-2{position:relative}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n + 1){clear:left}.elementor-element.elementor-grid-eael-col-3{position:relative}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n + 1){clear:left}.elementor-element.elementor-grid-eael-col-4{position:relative}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n + 1){clear:left}.elementor-element.elementor-grid-eael-col-5{position:relative}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n + 1){clear:left}.elementor-element.elementor-grid-eael-col-6{position:relative}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n + 1){clear:left}}@media only screen and (max-width: 1024px)and (min-width: 766px){.elementor-element.elementor-grid-tablet-eael-col-1{position:relative}.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2{position:relative}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-3{position:relative}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-4{position:relative}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-5{position:relative}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-6{position:relative}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n + 1){clear:left}}@media only screen and (max-width: 767px){.elementor-element.elementor-grid-mobile-eael-col-1{position:relative}.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2{position:relative}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-3{position:relative}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-4{position:relative}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-5{position:relative}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-6{position:relative}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n + 1){clear:left}}.eael-author-avatar>a{display:block}.eael-entry-footer{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.eael-entry-footer>div{display:inline-block;float:left}.post-carousel-categories{position:absolute;left:0;top:0;z-index:11;width:100%;margin:0;padding:15px;text-align:left;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.post-carousel-categories li{display:inline-block;text-transform:capitalize;margin-right:5px;position:relative}.post-carousel-categories li:after{content:",";color:#fff}.post-carousel-categories li:last-child:after{display:none}.post-carousel-categories li a{color:#fff}.eael-entry-media:hover .post-carousel-categories{visibility:visible;opacity:1}.eael-post-grid-style-three .eael-meta-posted-on{min-width:60px;height:50px;padding:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.5);box-shadow:0px 0px 10px 0px rgba(0,0,0,.5);text-align:center;font-size:16px;line-height:18px;margin-top:12px;margin-left:12px}.eael-post-grid-style-three .eael-meta-posted-on span{display:block}.eael-post-grid-style-two .eael-entry-meta{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on{padding:0;font-size:12px;margin-right:15px;color:#929292}.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i{margin-right:7px}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories{list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li{font-size:12px;margin-right:7px;color:#929292}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child{margin-right:0}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a{color:#929292}
|
| 1 |
+
.eael-post-grid-container .eael-post-grid{margin:0 -10px}.eael-post-grid-container .eael-post-grid .eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-media{position:relative}.eael-entry-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);-o-transition:opacity .2s ease-in-out,transform .25s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1)}.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;white-space:nowrap}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-entry-meta>div{font-size:12px;line-height:1.2;padding-bottom:5px}.eael-grid-post-excerpt p{margin:0;font-size:14px}.eael-entry-meta .eael-entry-footer .eael-posted-by{display:block}.eael-grid-post .eael-entry-wrapper,.eael-grid-post .eael-entry-footer{padding:15px}.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on{padding-left:5px}.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before{content:"";font-family:"Font Awesome 5 Free";font-weight:700;color:inherit;opacity:.4;font-size:.8em;padding-right:7px}.eael-entry-media{position:relative}.eael-entry-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-entry-overlay>i{color:#fff}.eael-entry-overlay.fade-in{visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.eael-entry-media:hover .eael-entry-overlay.fade-in{visibility:visible;opacity:1}.eael-entry-media:hover .eael-entry-overlay.fade-in>i{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);opacity:1}.eael-entry-overlay.zoom-in{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.eael-entry-media:hover .eael-entry-overlay.zoom-in{visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-entry-overlay.slide-up{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.eael-entry-media:hover .eael-entry-overlay.slide-up{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.eael-entry-media{overflow:hidden}.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay{opacity:0}.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay{opacity:1}.eael-entry-media.grid-hover-style-none .eael-entry-overlay{display:none}.eael-entry-overlay.none{opacity:0}.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay{-webkit-transform:scale(0.4);-ms-transform:scale(0.4);transform:scale(0.4);opacity:0}.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition-delay:100ms;-o-transition-delay:100ms;transition-delay:100ms;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i{-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px);-webkit-transition-delay:100ms;-o-transition-delay:100ms;transition-delay:100ms;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);visibility:visible;opacity:1}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width: 1025px){.elementor-element.elementor-grid-eael-col-1{position:relative}.elementor-element.elementor-grid-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-eael-col-2{position:relative}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n + 1){clear:left}.elementor-element.elementor-grid-eael-col-3{position:relative}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n + 1){clear:left}.elementor-element.elementor-grid-eael-col-4{position:relative}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n + 1){clear:left}.elementor-element.elementor-grid-eael-col-5{position:relative}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n + 1){clear:left}.elementor-element.elementor-grid-eael-col-6{position:relative}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n + 1){clear:left}}@media only screen and (max-width: 1024px)and (min-width: 766px){.elementor-element.elementor-grid-tablet-eael-col-1{position:relative}.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2{position:relative}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-3{position:relative}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-4{position:relative}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-5{position:relative}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n + 1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-6{position:relative}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n + 1){clear:left}}@media only screen and (max-width: 767px){.elementor-element.elementor-grid-mobile-eael-col-1{position:relative}.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2{position:relative}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-3{position:relative}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-4{position:relative}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-5{position:relative}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n + 1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-6{position:relative}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n + 1){clear:left}}.eael-author-avatar>a{display:block}.eael-entry-footer{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.eael-entry-footer>div{display:inline-block;float:left}.post-carousel-categories{position:absolute;left:0;top:0;z-index:11;width:100%;margin:0;padding:15px;text-align:left;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.post-carousel-categories li{display:inline-block;text-transform:capitalize;margin-right:5px;position:relative}.post-carousel-categories li:after{content:",";color:#fff}.post-carousel-categories li:last-child:after{display:none}.post-carousel-categories li a{color:#fff}.eael-entry-media:hover .post-carousel-categories{visibility:visible;opacity:1}.eael-post-grid-style-three .eael-meta-posted-on{min-width:60px;height:50px;padding:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.5);box-shadow:0px 0px 10px 0px rgba(0,0,0,.5);text-align:center;font-size:16px;line-height:18px;margin-top:12px;margin-left:12px}.eael-post-grid-style-three .eael-meta-posted-on span{display:block}.eael-post-grid-style-two .eael-entry-meta{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on{padding:0;font-size:12px;margin-right:15px;color:#929292}.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i{margin-right:7px}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories{list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0;padding-left:0}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li{font-size:12px;margin-right:7px;color:#929292}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child{margin-right:0}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a{color:#929292}
|
assets/front-end/css/view/post-timeline.css
CHANGED
|
@@ -148,6 +148,7 @@
|
|
| 148 |
position: absolute;
|
| 149 |
top: 0;
|
| 150 |
left: 0;
|
|
|
|
| 151 |
-webkit-transition: all 0.3s;
|
| 152 |
-o-transition: all 0.3s;
|
| 153 |
transition: all 0.3s;
|
| 148 |
position: absolute;
|
| 149 |
top: 0;
|
| 150 |
left: 0;
|
| 151 |
+
right: 0;
|
| 152 |
-webkit-transition: all 0.3s;
|
| 153 |
-o-transition: all 0.3s;
|
| 154 |
transition: all 0.3s;
|
assets/front-end/css/view/post-timeline.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-post-timeline{margin-bottom:0;min-height:100%;overflow:hidden;position:relative}.eael-timeline-column{width:50%;margin-left:0;float:left;margin-top:0 !important}.eael-timeline-post{position:relative}.eael-timeline-post:after{background-color:rgba(83,85,86,.2);content:"";width:2px;height:245px;position:absolute;right:0;top:70px}.eael-timeline-post:nth-child(2n):after{display:none}.eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.1);box-shadow:0 1px 0 1px rgba(0,0,0,.1);content:"";height:20px;position:absolute;right:-9px;top:60px;width:20px;z-index:3;cursor:pointer}.eael-timeline-post:nth-child(2n) .eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;bottom:36px;content:"";height:20px;left:-11px;position:absolute;top:300px;width:20px;z-index:3}.eael-timeline-post-inner{background:-o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0,0,0,0);background:linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0,0,0,0);border:8px solid #e5eaed;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15);float:right;margin:30px 40px 30px auto;position:relative;height:320px;width:calc(100% - 40px)}.eael-timeline-post:nth-child(even) .eael-timeline-post-inner{float:left;margin-left:40px}.eael-timeline-post-inner:after{border-color:transparent transparent transparent #e5eaed;border-style:solid;border-width:15px;content:"";height:0;position:absolute;right:-36px;top:17px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after{border-color:transparent #e5eaed transparent transparent;border-style:solid;border-width:15px;content:"";height:0;left:-36px;position:absolute;top:257px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after{border-left-color:transparent !important}.eael-timeline-post p{margin:1.6rem 0 0 0;font-size:.9em;line-height:1.6em}.eael-timeline-post-image{background-size:cover;background-position:center center;background-repeat:no-repeat;display:block;height:100%;overflow:hidden;position:relative;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-timeline-post-title{bottom:40px;position:absolute;width:100%}.eael-timeline-post-title h2{color:#fff;font-size:20px;font-weight:bold;letter-spacing:1px;line-height:24px;padding:0 25px;text-align:left;text-transform:uppercase}.eael-timeline-post-excerpt{opacity:0;position:absolute;top:0;left:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-timeline-post-excerpt p{color:#fff;font-size:14px;padding:25px}.eael-timeline-post-inner:hover .eael-timeline-post-excerpt{opacity:1;top:10px}.eael-timeline-post-inner:hover .eael-timeline-post-image{opacity:.3}.eael-timeline-post time{opacity:0;background-color:rgba(0,0,0,.7);color:#fff;font-size:10px;border-radius:20px;position:absolute;right:-97px;width:100px;height:30px;line-height:30px;text-align:center;top:50px;z-index:4;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.eael-timeline-post:nth-child(2n) time{background-color:rgba(0,0,0,.7);border-radius:20px;color:#fff;font-size:10px;height:30px;left:-99px;line-height:30px;position:absolute;text-align:center;top:290px;width:100px;z-index:4}.eael-timeline-post time:before{border-bottom:5px solid rgba(0,0,0,.7);border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:45px;position:absolute;top:-5px;width:0}.eael-timeline-post:hover time{opacity:1}.eael-timeline-post::after{height:100%}.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after{height:245px}.eael-post-timeline .eael-timeline-post:last-child::after{display:none}.eael-load-more-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 1366px){.eael-timeline-post-title h2{font-size:.8em}.eael-timeline-post-excerpt p{font-size:13px}}@media only screen and (max-width: 1169px){.eael-timeline-post-inner{height:320px}}@media only screen and (max-width: 992px){.eael-post-timeline{margin-left:0}.eael-timeline-bullet,.eael-timeline-post:after,.eael-timeline-post:before,.eael-timeline-post-inner:after{display:none}.eael-timeline-post{display:inline-block;float:left !important;width:50% !important;margin:15px auto}.eael-timeline-post-inner{height:320px;padding-bottom:30px}.eael-timeline-post-title{bottom:50px}.eael-timeline-post-title h2{font-size:.8em;line-height:1.2em}.eael-timeline-post .eael-timeline-post-inner{margin:0 10px auto 0;width:90%}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{margin:0 auto 0 10px;width:90%}.eael-timeline-post-excerpt{opacity:0 !important}.eael-timeline-post-image{opacity:.3}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{background-color:#fff;border-radius:0;color:#444;font-size:12px;text-transform:uppercase;left:0;opacity:1;padding-top:3px;top:275px;width:100%}time:before{display:none}}@media only screen and (max-width: 767px){.eael-timeline-post{display:block;float:none !important;margin:20px auto;width:100% !important}.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{display:block;float:none;margin:0 auto}}@media only screen and (max-width: 479px){.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{height:250px;margin:0 auto;width:95%}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{top:205px}}
|
| 1 |
+
.eael-post-timeline{margin-bottom:0;min-height:100%;overflow:hidden;position:relative}.eael-timeline-column{width:50%;margin-left:0;float:left;margin-top:0 !important}.eael-timeline-post{position:relative}.eael-timeline-post:after{background-color:rgba(83,85,86,.2);content:"";width:2px;height:245px;position:absolute;right:0;top:70px}.eael-timeline-post:nth-child(2n):after{display:none}.eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.1);box-shadow:0 1px 0 1px rgba(0,0,0,.1);content:"";height:20px;position:absolute;right:-9px;top:60px;width:20px;z-index:3;cursor:pointer}.eael-timeline-post:nth-child(2n) .eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;bottom:36px;content:"";height:20px;left:-11px;position:absolute;top:300px;width:20px;z-index:3}.eael-timeline-post-inner{background:-o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0,0,0,0);background:linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0,0,0,0);border:8px solid #e5eaed;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15);float:right;margin:30px 40px 30px auto;position:relative;height:320px;width:calc(100% - 40px)}.eael-timeline-post:nth-child(even) .eael-timeline-post-inner{float:left;margin-left:40px}.eael-timeline-post-inner:after{border-color:transparent transparent transparent #e5eaed;border-style:solid;border-width:15px;content:"";height:0;position:absolute;right:-36px;top:17px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after{border-color:transparent #e5eaed transparent transparent;border-style:solid;border-width:15px;content:"";height:0;left:-36px;position:absolute;top:257px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after{border-left-color:transparent !important}.eael-timeline-post p{margin:1.6rem 0 0 0;font-size:.9em;line-height:1.6em}.eael-timeline-post-image{background-size:cover;background-position:center center;background-repeat:no-repeat;display:block;height:100%;overflow:hidden;position:relative;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-timeline-post-title{bottom:40px;position:absolute;width:100%}.eael-timeline-post-title h2{color:#fff;font-size:20px;font-weight:bold;letter-spacing:1px;line-height:24px;padding:0 25px;text-align:left;text-transform:uppercase}.eael-timeline-post-excerpt{opacity:0;position:absolute;top:0;left:0;right:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-timeline-post-excerpt p{color:#fff;font-size:14px;padding:25px}.eael-timeline-post-inner:hover .eael-timeline-post-excerpt{opacity:1;top:10px}.eael-timeline-post-inner:hover .eael-timeline-post-image{opacity:.3}.eael-timeline-post time{opacity:0;background-color:rgba(0,0,0,.7);color:#fff;font-size:10px;border-radius:20px;position:absolute;right:-97px;width:100px;height:30px;line-height:30px;text-align:center;top:50px;z-index:4;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.eael-timeline-post:nth-child(2n) time{background-color:rgba(0,0,0,.7);border-radius:20px;color:#fff;font-size:10px;height:30px;left:-99px;line-height:30px;position:absolute;text-align:center;top:290px;width:100px;z-index:4}.eael-timeline-post time:before{border-bottom:5px solid rgba(0,0,0,.7);border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:45px;position:absolute;top:-5px;width:0}.eael-timeline-post:hover time{opacity:1}.eael-timeline-post::after{height:100%}.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after{height:245px}.eael-post-timeline .eael-timeline-post:last-child::after{display:none}.eael-load-more-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 1366px){.eael-timeline-post-title h2{font-size:.8em}.eael-timeline-post-excerpt p{font-size:13px}}@media only screen and (max-width: 1169px){.eael-timeline-post-inner{height:320px}}@media only screen and (max-width: 992px){.eael-post-timeline{margin-left:0}.eael-timeline-bullet,.eael-timeline-post:after,.eael-timeline-post:before,.eael-timeline-post-inner:after{display:none}.eael-timeline-post{display:inline-block;float:left !important;width:50% !important;margin:15px auto}.eael-timeline-post-inner{height:320px;padding-bottom:30px}.eael-timeline-post-title{bottom:50px}.eael-timeline-post-title h2{font-size:.8em;line-height:1.2em}.eael-timeline-post .eael-timeline-post-inner{margin:0 10px auto 0;width:90%}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{margin:0 auto 0 10px;width:90%}.eael-timeline-post-excerpt{opacity:0 !important}.eael-timeline-post-image{opacity:.3}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{background-color:#fff;border-radius:0;color:#444;font-size:12px;text-transform:uppercase;left:0;opacity:1;padding-top:3px;top:275px;width:100%}time:before{display:none}}@media only screen and (max-width: 767px){.eael-timeline-post{display:block;float:none !important;margin:20px auto;width:100% !important}.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{display:block;float:none;margin:0 auto}}@media only screen and (max-width: 479px){.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{height:250px;margin:0 auto;width:95%}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{top:205px}}
|
assets/front-end/css/view/product-grid.css
CHANGED
|
@@ -17,6 +17,15 @@
|
|
| 17 |
margin: 0;
|
| 18 |
padding: 0;
|
| 19 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,
|
| 21 |
.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product {
|
| 22 |
width: 100%;
|
|
@@ -276,7 +285,15 @@
|
|
| 276 |
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
|
| 277 |
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
|
| 278 |
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
|
| 279 |
-
display: inline-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 280 |
font-size: 14px;
|
| 281 |
line-height: 38px;
|
| 282 |
text-align: center;
|
|
@@ -435,6 +452,23 @@
|
|
| 435 |
-ms-transform: translateY(0);
|
| 436 |
transform: translateY(0);
|
| 437 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 438 |
.eael-product-grid.eael-product-default .button.add_to_cart_button::before,
|
| 439 |
.eael-post-grid.eael-product-default .button.add_to_cart_button::before {
|
| 440 |
content: "";
|
| 17 |
margin: 0;
|
| 18 |
padding: 0;
|
| 19 |
}
|
| 20 |
+
.eael-product-grid .woocommerce ul.products .product a.add_to_cart_button,
|
| 21 |
+
.eael-product-grid .woocommerce ul.products .product span.price,
|
| 22 |
+
.eael-product-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title,
|
| 23 |
+
.eael-post-grid .woocommerce ul.products .product a.add_to_cart_button,
|
| 24 |
+
.eael-post-grid .woocommerce ul.products .product span.price,
|
| 25 |
+
.eael-post-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title {
|
| 26 |
+
margin-left: 10px !important;
|
| 27 |
+
margin-right: 10px !important;
|
| 28 |
+
}
|
| 29 |
.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,
|
| 30 |
.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product {
|
| 31 |
width: 100%;
|
| 285 |
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
|
| 286 |
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
|
| 287 |
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
|
| 288 |
+
display: -webkit-inline-box;
|
| 289 |
+
display: -ms-inline-flexbox;
|
| 290 |
+
display: inline-flex;
|
| 291 |
+
-webkit-box-pack: center;
|
| 292 |
+
-ms-flex-pack: center;
|
| 293 |
+
justify-content: center;
|
| 294 |
+
-webkit-box-align: center;
|
| 295 |
+
-ms-flex-align: center;
|
| 296 |
+
align-items: center;
|
| 297 |
font-size: 14px;
|
| 298 |
line-height: 38px;
|
| 299 |
text-align: center;
|
| 452 |
-ms-transform: translateY(0);
|
| 453 |
transform: translateY(0);
|
| 454 |
}
|
| 455 |
+
.eael-product-grid.eael-product-default .woocommerce ul.products li.product,
|
| 456 |
+
.eael-post-grid.eael-product-default .woocommerce ul.products li.product {
|
| 457 |
+
overflow: visible !important;
|
| 458 |
+
}
|
| 459 |
+
.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,
|
| 460 |
+
.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale {
|
| 461 |
+
line-height: inherit;
|
| 462 |
+
display: -webkit-box;
|
| 463 |
+
display: -ms-flexbox;
|
| 464 |
+
display: flex;
|
| 465 |
+
-webkit-box-pack: center;
|
| 466 |
+
-ms-flex-pack: center;
|
| 467 |
+
justify-content: center;
|
| 468 |
+
-webkit-box-align: center;
|
| 469 |
+
-ms-flex-align: center;
|
| 470 |
+
align-items: center;
|
| 471 |
+
}
|
| 472 |
.eael-product-grid.eael-product-default .button.add_to_cart_button::before,
|
| 473 |
.eael-post-grid.eael-product-default .button.add_to_cart_button::before {
|
| 474 |
content: "";
|
assets/front-end/css/view/product-grid.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-product-grid .woocommerce ul.products,.eael-post-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0;padding:0 !important}.eael-product-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-post-grid .woocommerce ul.products:after{display:none}.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img{width:100%;height:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;-o-transition:none;transition:none}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img{width:100%;height:auto;margin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{display:inline-block;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity 300ms,-webkit-transform 200ms;transition:opacity 300ms,-webkit-transform 200ms;-o-transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms,-webkit-transform 200ms}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus{outline:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"";font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0;font-family:"Font Awesome 5 Free"}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"";display:inline-block;font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"";font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-product-grid.eael-product-default .button.add_to_cart_button::before,.eael-post-grid.eael-product-default .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}}
|
| 1 |
+
.eael-product-grid .woocommerce ul.products,.eael-post-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0;padding:0 !important}.eael-product-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-post-grid .woocommerce ul.products:after{display:none}.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-grid .woocommerce ul.products .product a.add_to_cart_button,.eael-product-grid .woocommerce ul.products .product span.price,.eael-product-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title,.eael-post-grid .woocommerce ul.products .product a.add_to_cart_button,.eael-post-grid .woocommerce ul.products .product span.price,.eael-post-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title{margin-left:10px !important;margin-right:10px !important}.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img{width:100%;height:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;-o-transition:none;transition:none}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img{width:100%;height:auto;margin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity 300ms,-webkit-transform 200ms;transition:opacity 300ms,-webkit-transform 200ms;-o-transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms,-webkit-transform 200ms}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus{outline:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"";font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0;font-family:"Font Awesome 5 Free"}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"";display:inline-block;font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"";font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-product-grid.eael-product-default .woocommerce ul.products li.product,.eael-post-grid.eael-product-default .woocommerce ul.products li.product{overflow:visible !important}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale{line-height:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.eael-product-default .button.add_to_cart_button::before,.eael-post-grid.eael-product-default .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}}
|
assets/front-end/css/view/twitter-feed.css
CHANGED
|
@@ -28,6 +28,21 @@
|
|
| 28 |
.eael-twitter-feed-item .eael-twitter-feed-item-inner {
|
| 29 |
background: #fff;
|
| 30 |
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
}
|
| 32 |
|
| 33 |
.eael-twitter-feed-item a {
|
|
@@ -56,7 +71,7 @@
|
|
| 56 |
}
|
| 57 |
|
| 58 |
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img {
|
| 59 |
-
max-width:
|
| 60 |
height: auto;
|
| 61 |
-o-object-fit: cover;
|
| 62 |
object-fit: cover;
|
|
@@ -102,8 +117,45 @@
|
|
| 102 |
-webkit-box-orient: vertical;
|
| 103 |
}
|
| 104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
.eael-twitter-feed.swiper-container .swiper-button-next,
|
| 106 |
.eael-twitter-feed.swiper-container .swiper-button-prev {
|
| 107 |
background-image: none;
|
| 108 |
outline: none;
|
| 109 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
.eael-twitter-feed-item .eael-twitter-feed-item-inner {
|
| 29 |
background: #fff;
|
| 30 |
border: 1px solid rgba(0, 0, 0, 0.1);
|
| 31 |
+
-webkit-transition: all 0.3s ease;
|
| 32 |
+
-o-transition: all 0.3s ease;
|
| 33 |
+
transition: all 0.3s ease;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-inner.has-media {
|
| 37 |
+
overflow: hidden;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-inner.has-media .eael-twitter-feed-entry-contentwrap {
|
| 41 |
+
overflow: hidden;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-inner .eael-twitter-feed-item-avatar.avatar-circle img {
|
| 45 |
+
border-radius: 50%;
|
| 46 |
}
|
| 47 |
|
| 48 |
.eael-twitter-feed-item a {
|
| 71 |
}
|
| 72 |
|
| 73 |
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img {
|
| 74 |
+
max-width: initial;
|
| 75 |
height: auto;
|
| 76 |
-o-object-fit: cover;
|
| 77 |
object-fit: cover;
|
| 117 |
-webkit-box-orient: vertical;
|
| 118 |
}
|
| 119 |
|
| 120 |
+
.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner {
|
| 121 |
+
display: -webkit-box;
|
| 122 |
+
display: -ms-flexbox;
|
| 123 |
+
display: flex;
|
| 124 |
+
padding: 20px 15px;
|
| 125 |
+
}
|
| 126 |
+
|
| 127 |
+
.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-content,
|
| 128 |
+
.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-header {
|
| 129 |
+
padding: 0;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
.eael-twitter-feed-item-style-two .eael-twitter-feed-item-icon {
|
| 133 |
+
float: right;
|
| 134 |
+
margin-top: 5px;
|
| 135 |
+
}
|
| 136 |
+
|
| 137 |
.eael-twitter-feed.swiper-container .swiper-button-next,
|
| 138 |
.eael-twitter-feed.swiper-container .swiper-button-prev {
|
| 139 |
background-image: none;
|
| 140 |
outline: none;
|
| 141 |
}
|
| 142 |
+
|
| 143 |
+
.eael-twitter-feed-carousel.swiper-container-flip .swiper-slide:not(.swiper-slide-active) {
|
| 144 |
+
opacity: 0 !important;
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
+
.eael-twitter-feed-carousel .swiper-button-next,
|
| 148 |
+
.eael-twitter-feed-carousel .swiper-button-prev {
|
| 149 |
+
display: -webkit-box;
|
| 150 |
+
display: -ms-flexbox;
|
| 151 |
+
display: flex;
|
| 152 |
+
-webkit-box-pack: center;
|
| 153 |
+
-ms-flex-pack: center;
|
| 154 |
+
justify-content: center;
|
| 155 |
+
-webkit-box-align: center;
|
| 156 |
+
-ms-flex-align: center;
|
| 157 |
+
align-items: center;
|
| 158 |
+
-webkit-transition: all 0.3s ease;
|
| 159 |
+
-o-transition: all 0.3s ease;
|
| 160 |
+
transition: all 0.3s ease;
|
| 161 |
+
}
|
assets/front-end/css/view/twitter-feed.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-twitter-feed::before,.eael-twitter-feed::after{content:"";clear:both}.eael-twitter-feed-masonry .eael-twitter-feed-item{float:left}@media only screen and (max-width: 480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-2 .eael-twitter-feed-item{width:100% !important}}@media only screen and (max-width: 480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item{width:100% !important}}@media only screen and (max-width: 480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item{width:100% !important}}.eael-twitter-feed-item .eael-twitter-feed-item-inner{background:#fff;border:1px solid rgba(0,0,0,.1)}.eael-twitter-feed-item a{color:#08c;text-decoration:none}.eael-twitter-feed-item a:hover{outline:0;color:#005580}.eael-twitter-feed-item a:focus{outline:none}.eael-twitter-feed-item .eael-twitter-feed-item-header{padding:20px 15px 0;margin-bottom:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar{float:left;width:38px;margin-right:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img{max-width:
|
| 1 |
+
.eael-twitter-feed::before,.eael-twitter-feed::after{content:"";clear:both}.eael-twitter-feed-masonry .eael-twitter-feed-item{float:left}@media only screen and (max-width: 480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-2 .eael-twitter-feed-item{width:100% !important}}@media only screen and (max-width: 480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item{width:100% !important}}@media only screen and (max-width: 480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item{width:100% !important}}.eael-twitter-feed-item .eael-twitter-feed-item-inner{background:#fff;border:1px solid rgba(0,0,0,.1);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.eael-twitter-feed-item .eael-twitter-feed-item-inner.has-media{overflow:hidden}.eael-twitter-feed-item .eael-twitter-feed-item-inner.has-media .eael-twitter-feed-entry-contentwrap{overflow:hidden}.eael-twitter-feed-item .eael-twitter-feed-item-inner .eael-twitter-feed-item-avatar.avatar-circle img{border-radius:50%}.eael-twitter-feed-item a{color:#08c;text-decoration:none}.eael-twitter-feed-item a:hover{outline:0;color:#005580}.eael-twitter-feed-item a:focus{outline:none}.eael-twitter-feed-item .eael-twitter-feed-item-header{padding:20px 15px 0;margin-bottom:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar{float:left;width:38px;margin-right:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img{max-width:initial;height:auto;-o-object-fit:cover;object-fit:cover}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar.avatar-circle img{border-radius:50%}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta{float:left}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-icon{color:#1da1f2;margin-right:5px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-author{color:#444;line-height:1.5em;font-weight:700}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-date{float:right;margin-right:10px;font-size:90%;color:#999}.eael-twitter-feed-item .eael-twitter-feed-item-content{padding:0 15px 15px}.eael-twitter-feed-item .eael-twitter-feed-item-content p{color:#666;margin:0 0 5px;min-height:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 15px}.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-content,.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-header{padding:0}.eael-twitter-feed-item-style-two .eael-twitter-feed-item-icon{float:right;margin-top:5px}.eael-twitter-feed.swiper-container .swiper-button-next,.eael-twitter-feed.swiper-container .swiper-button-prev{background-image:none;outline:none}.eael-twitter-feed-carousel.swiper-container-flip .swiper-slide:not(.swiper-slide-active){opacity:0 !important}.eael-twitter-feed-carousel .swiper-button-next,.eael-twitter-feed-carousel .swiper-button-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
|
assets/front-end/css/view/view.css
ADDED
|
@@ -0,0 +1,11663 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.clearfix::before,
|
| 2 |
+
.clearfix::after {
|
| 3 |
+
content: " ";
|
| 4 |
+
display: table;
|
| 5 |
+
clear: both;
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
.eael-testimonial-slider.nav-top-left,
|
| 9 |
+
.eael-testimonial-slider.nav-top-right,
|
| 10 |
+
.eael-team-slider.nav-top-left,
|
| 11 |
+
.eael-team-slider.nav-top-right,
|
| 12 |
+
.eael-logo-carousel.nav-top-left,
|
| 13 |
+
.eael-logo-carousel.nav-top-right,
|
| 14 |
+
.eael-post-carousel.nav-top-left,
|
| 15 |
+
.eael-post-carousel.nav-top-right,
|
| 16 |
+
.eael-product-carousel.nav-top-left,
|
| 17 |
+
.eael-product-carousel.nav-top-right {
|
| 18 |
+
padding-top: 40px;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
.eael-contact-form input[type=text],
|
| 22 |
+
.eael-contact-form input[type=email],
|
| 23 |
+
.eael-contact-form input[type=url],
|
| 24 |
+
.eael-contact-form input[type=tel],
|
| 25 |
+
.eael-contact-form input[type=date],
|
| 26 |
+
.eael-contact-form input[type=number],
|
| 27 |
+
.eael-contact-form textarea {
|
| 28 |
+
background: #fff;
|
| 29 |
+
box-shadow: none;
|
| 30 |
+
-webkit-box-shadow: none;
|
| 31 |
+
float: none;
|
| 32 |
+
height: auto;
|
| 33 |
+
margin: 0;
|
| 34 |
+
outline: 0;
|
| 35 |
+
width: 100%;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.eael-contact-form input[type=submit] {
|
| 39 |
+
border: 0;
|
| 40 |
+
float: none;
|
| 41 |
+
height: auto;
|
| 42 |
+
margin: 0;
|
| 43 |
+
padding: 10px 20px;
|
| 44 |
+
width: auto;
|
| 45 |
+
-webkit-transition: all 0.25s linear 0s;
|
| 46 |
+
-o-transition: all 0.25s linear 0s;
|
| 47 |
+
transition: all 0.25s linear 0s;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
|
| 51 |
+
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
|
| 52 |
+
opacity: 0;
|
| 53 |
+
visibility: hidden;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.eael-contact-form.placeholder-hide input::-moz-placeholder,
|
| 57 |
+
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
|
| 58 |
+
opacity: 0;
|
| 59 |
+
visibility: hidden;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
|
| 63 |
+
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
|
| 64 |
+
opacity: 0;
|
| 65 |
+
visibility: hidden;
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.eael-contact-form.placeholder-hide input:-moz-placeholder,
|
| 69 |
+
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
|
| 70 |
+
opacity: 0;
|
| 71 |
+
visibility: hidden;
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.eael-custom-radio-checkbox input[type=checkbox],
|
| 75 |
+
.eael-custom-radio-checkbox input[type=radio] {
|
| 76 |
+
-webkit-appearance: none;
|
| 77 |
+
-moz-appearance: none;
|
| 78 |
+
border-style: solid;
|
| 79 |
+
border-width: 0;
|
| 80 |
+
outline: none;
|
| 81 |
+
min-width: 1px;
|
| 82 |
+
width: 15px;
|
| 83 |
+
height: 15px;
|
| 84 |
+
background: #ddd;
|
| 85 |
+
padding: 3px;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.eael-custom-radio-checkbox input[type=checkbox]:before,
|
| 89 |
+
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 90 |
+
content: "";
|
| 91 |
+
width: 100%;
|
| 92 |
+
height: 100%;
|
| 93 |
+
padding: 0;
|
| 94 |
+
margin: 0;
|
| 95 |
+
display: block;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
|
| 99 |
+
.eael-custom-radio-checkbox input[type=radio]:checked:before {
|
| 100 |
+
background: #999;
|
| 101 |
+
-webkit-transition: all 0.25s linear 0s;
|
| 102 |
+
-o-transition: all 0.25s linear 0s;
|
| 103 |
+
transition: all 0.25s linear 0s;
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
.eael-custom-radio-checkbox input[type=radio] {
|
| 107 |
+
-webkit-border-radius: 50%;
|
| 108 |
+
border-radius: 50%;
|
| 109 |
+
}
|
| 110 |
+
|
| 111 |
+
.eael-custom-radio-checkbox input[type=radio]:before {
|
| 112 |
+
-webkit-border-radius: 50%;
|
| 113 |
+
border-radius: 50%;
|
| 114 |
+
}
|
| 115 |
+
|
| 116 |
+
.eael-post-elements-readmore-btn {
|
| 117 |
+
font-size: 12px;
|
| 118 |
+
font-weight: 500;
|
| 119 |
+
-webkit-transition: all 300ms ease-in-out;
|
| 120 |
+
-o-transition: all 300ms ease-in-out;
|
| 121 |
+
transition: all 300ms ease-in-out;
|
| 122 |
+
display: inline-block;
|
| 123 |
+
}
|
| 124 |
+
|
| 125 |
+
.elementor-lightbox .dialog-widget-content {
|
| 126 |
+
width: 100%;
|
| 127 |
+
height: 100%;
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
.eael-contact-form-align-left,
|
| 131 |
+
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
|
| 132 |
+
margin: 0 auto 0 0;
|
| 133 |
+
}
|
| 134 |
+
|
| 135 |
+
.eael-contact-form-align-center,
|
| 136 |
+
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
|
| 137 |
+
float: none;
|
| 138 |
+
margin: 0 auto;
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
.eael-contact-form-align-right,
|
| 142 |
+
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
|
| 143 |
+
margin: 0 0 0 auto;
|
| 144 |
+
}
|
| 145 |
+
/*------------------------------*/
|
| 146 |
+
/* 31. Advance Accordion
|
| 147 |
+
/*------------------------------*/
|
| 148 |
+
.eael-adv-accordion {
|
| 149 |
+
width: auto;
|
| 150 |
+
height: auto;
|
| 151 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 152 |
+
-o-transition: all 0.3s ease-in-out;
|
| 153 |
+
transition: all 0.3s ease-in-out;
|
| 154 |
+
}
|
| 155 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
|
| 156 |
+
padding: 15px;
|
| 157 |
+
border: 1px solid rgba(0, 0, 0, 0.02);
|
| 158 |
+
font-size: 1rem;
|
| 159 |
+
font-weight: 600;
|
| 160 |
+
line-height: 1;
|
| 161 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 162 |
+
-o-transition: all 0.3s ease-in-out;
|
| 163 |
+
transition: all 0.3s ease-in-out;
|
| 164 |
+
display: -webkit-box;
|
| 165 |
+
display: -webkit-flex;
|
| 166 |
+
display: -ms-flexbox;
|
| 167 |
+
display: flex;
|
| 168 |
+
-webkit-box-pack: justify;
|
| 169 |
+
-webkit-justify-content: space-between;
|
| 170 |
+
-ms-flex-pack: justify;
|
| 171 |
+
justify-content: space-between;
|
| 172 |
+
-webkit-box-align: center;
|
| 173 |
+
-webkit-align-items: center;
|
| 174 |
+
-ms-flex-align: center;
|
| 175 |
+
align-items: center;
|
| 176 |
+
cursor: pointer;
|
| 177 |
+
}
|
| 178 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header > .eael-accordion-tab-title {
|
| 179 |
+
-webkit-box-flex: 1;
|
| 180 |
+
-webkit-flex-grow: 1;
|
| 181 |
+
-ms-flex-positive: 1;
|
| 182 |
+
flex-grow: 1;
|
| 183 |
+
margin: 0;
|
| 184 |
+
}
|
| 185 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header > i {
|
| 186 |
+
margin-right: 10px;
|
| 187 |
+
}
|
| 188 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
|
| 189 |
+
-webkit-transform: rotate(0deg);
|
| 190 |
+
-ms-transform: rotate(0deg);
|
| 191 |
+
transform: rotate(0deg);
|
| 192 |
+
z-index: 10;
|
| 193 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 194 |
+
-o-transition: all 0.3s ease-in-out;
|
| 195 |
+
transition: all 0.3s ease-in-out;
|
| 196 |
+
}
|
| 197 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
|
| 198 |
+
-webkit-transform: rotate(90deg);
|
| 199 |
+
-ms-transform: rotate(90deg);
|
| 200 |
+
transform: rotate(90deg);
|
| 201 |
+
z-index: 10;
|
| 202 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 203 |
+
-o-transition: all 0.3s ease-in-out;
|
| 204 |
+
transition: all 0.3s ease-in-out;
|
| 205 |
+
}
|
| 206 |
+
.fa-accordion-icon {
|
| 207 |
+
display: inline-block;
|
| 208 |
+
margin-right: 10px;
|
| 209 |
+
}
|
| 210 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
|
| 211 |
+
display: none;
|
| 212 |
+
border: 1px solid #eee;
|
| 213 |
+
padding: 15px;
|
| 214 |
+
-webkit-box-sizing: border-box;
|
| 215 |
+
box-sizing: border-box;
|
| 216 |
+
font-size: 1rem;
|
| 217 |
+
line-height: 1.7;
|
| 218 |
+
}
|
| 219 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
|
| 220 |
+
margin: 0;
|
| 221 |
+
}
|
| 222 |
+
.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
|
| 223 |
+
display: block;
|
| 224 |
+
}
|
| 225 |
+
@-webkit-keyframes rotate-90 {
|
| 226 |
+
0% {
|
| 227 |
+
-webkit-transform: rotateY(0deg);
|
| 228 |
+
transform: rotateY(0deg);
|
| 229 |
+
}
|
| 230 |
+
100% {
|
| 231 |
+
-webkit-transform: rotateY(-180deg);
|
| 232 |
+
transform: rotateY(-180deg);
|
| 233 |
+
}
|
| 234 |
+
}
|
| 235 |
+
@keyframes rotate-90 {
|
| 236 |
+
0% {
|
| 237 |
+
-webkit-transform: rotateY(0deg);
|
| 238 |
+
transform: rotateY(0deg);
|
| 239 |
+
}
|
| 240 |
+
100% {
|
| 241 |
+
-webkit-transform: rotateY(-180deg);
|
| 242 |
+
transform: rotateY(-180deg);
|
| 243 |
+
}
|
| 244 |
+
}
|
| 245 |
+
@-webkit-keyframes fadeIn {
|
| 246 |
+
0% {
|
| 247 |
+
opacity: 1;
|
| 248 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 249 |
+
-o-transition: all 0.3s ease-in-out;
|
| 250 |
+
transition: all 0.3s ease-in-out;
|
| 251 |
+
}
|
| 252 |
+
100% {
|
| 253 |
+
opacity: 1;
|
| 254 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 255 |
+
-o-transition: all 0.3s ease-in-out;
|
| 256 |
+
transition: all 0.3s ease-in-out;
|
| 257 |
+
}
|
| 258 |
+
}
|
| 259 |
+
@keyframes fadeIn {
|
| 260 |
+
0% {
|
| 261 |
+
opacity: 1;
|
| 262 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 263 |
+
-o-transition: all 0.3s ease-in-out;
|
| 264 |
+
transition: all 0.3s ease-in-out;
|
| 265 |
+
}
|
| 266 |
+
100% {
|
| 267 |
+
opacity: 1;
|
| 268 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 269 |
+
-o-transition: all 0.3s ease-in-out;
|
| 270 |
+
transition: all 0.3s ease-in-out;
|
| 271 |
+
}
|
| 272 |
+
}
|
| 273 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-wrap-inner {
|
| 274 |
+
width: 100%;
|
| 275 |
+
overflow-y: auto;
|
| 276 |
+
}
|
| 277 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table {
|
| 278 |
+
width: 100%;
|
| 279 |
+
border-collapse: collapse;
|
| 280 |
+
}
|
| 281 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table th,
|
| 282 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table td {
|
| 283 |
+
background-color: transparent !important;
|
| 284 |
+
}
|
| 285 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table th .inline-editor.ql-container,
|
| 286 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table td .inline-editor.ql-container {
|
| 287 |
+
font-family: inherit;
|
| 288 |
+
font-size: inherit;
|
| 289 |
+
}
|
| 290 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table th .inline-editor .ql-editor,
|
| 291 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table td .inline-editor .ql-editor {
|
| 292 |
+
line-height: inherit;
|
| 293 |
+
padding: 0;
|
| 294 |
+
}
|
| 295 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table th .inline-editor .ql-tooltip,
|
| 296 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table td .inline-editor .ql-tooltip {
|
| 297 |
+
z-index: 9999;
|
| 298 |
+
}
|
| 299 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table th p,
|
| 300 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table td p {
|
| 301 |
+
margin-top: 0;
|
| 302 |
+
margin-bottom: 0;
|
| 303 |
+
}
|
| 304 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th {
|
| 305 |
+
position: relative;
|
| 306 |
+
cursor: pointer;
|
| 307 |
+
}
|
| 308 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:before {
|
| 309 |
+
content: "";
|
| 310 |
+
border-left: 4px solid transparent;
|
| 311 |
+
border-right: 4px solid transparent;
|
| 312 |
+
border-bottom: 5px solid #4d4d4d;
|
| 313 |
+
position: absolute;
|
| 314 |
+
top: 50%;
|
| 315 |
+
right: 15px;
|
| 316 |
+
margin-top: -6px;
|
| 317 |
+
}
|
| 318 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:after {
|
| 319 |
+
content: "";
|
| 320 |
+
border-left: 4px solid transparent;
|
| 321 |
+
border-right: 4px solid transparent;
|
| 322 |
+
border-top: 5px solid #4d4d4d;
|
| 323 |
+
position: absolute;
|
| 324 |
+
top: 50%;
|
| 325 |
+
right: 15px;
|
| 326 |
+
margin-top: 1px;
|
| 327 |
+
}
|
| 328 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:before {
|
| 329 |
+
display: none;
|
| 330 |
+
}
|
| 331 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:after {
|
| 332 |
+
margin-top: -3px;
|
| 333 |
+
}
|
| 334 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:before {
|
| 335 |
+
margin-top: -3px;
|
| 336 |
+
}
|
| 337 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:after {
|
| 338 |
+
display: none;
|
| 339 |
+
}
|
| 340 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th {
|
| 341 |
+
pointer-events: none;
|
| 342 |
+
}
|
| 343 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:before, .ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:after {
|
| 344 |
+
display: none;
|
| 345 |
+
}
|
| 346 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-paginated tbody tr {
|
| 347 |
+
display: none;
|
| 348 |
+
}
|
| 349 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th {
|
| 350 |
+
position: relative;
|
| 351 |
+
}
|
| 352 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:before {
|
| 353 |
+
border: none;
|
| 354 |
+
}
|
| 355 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:after {
|
| 356 |
+
content: "";
|
| 357 |
+
display: block;
|
| 358 |
+
height: 100%;
|
| 359 |
+
position: absolute;
|
| 360 |
+
right: 0;
|
| 361 |
+
top: 0;
|
| 362 |
+
width: 10px;
|
| 363 |
+
border: none;
|
| 364 |
+
cursor: col-resize;
|
| 365 |
+
}
|
| 366 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable.ea-advanced-data-table-paginated tbody tr {
|
| 367 |
+
display: table-row;
|
| 368 |
+
}
|
| 369 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table .nt_add_cart_wrapper {
|
| 370 |
+
text-align: center;
|
| 371 |
+
}
|
| 372 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table .button {
|
| 373 |
+
display: block;
|
| 374 |
+
white-space: nowrap;
|
| 375 |
+
}
|
| 376 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-center {
|
| 377 |
+
text-align: center;
|
| 378 |
+
}
|
| 379 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-right {
|
| 380 |
+
text-align: right;
|
| 381 |
+
}
|
| 382 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-pagination a {
|
| 383 |
+
display: inline-block;
|
| 384 |
+
}
|
| 385 |
+
.eael-advance-tabs {
|
| 386 |
+
display: block;
|
| 387 |
+
}
|
| 388 |
+
|
| 389 |
+
.eael-advance-tabs .eael-tabs-nav > ul {
|
| 390 |
+
position: relative;
|
| 391 |
+
padding: 0px;
|
| 392 |
+
margin: 0px;
|
| 393 |
+
list-style-type: none;
|
| 394 |
+
display: -webkit-box;
|
| 395 |
+
display: -webkit-flex;
|
| 396 |
+
display: -ms-flexbox;
|
| 397 |
+
display: flex;
|
| 398 |
+
-webkit-box-pack: start;
|
| 399 |
+
-webkit-justify-content: flex-start;
|
| 400 |
+
-ms-flex-pack: start;
|
| 401 |
+
justify-content: flex-start;
|
| 402 |
+
-webkit-box-align: center;
|
| 403 |
+
-webkit-align-items: center;
|
| 404 |
+
-ms-flex-align: center;
|
| 405 |
+
align-items: center;
|
| 406 |
+
z-index: 1;
|
| 407 |
+
}
|
| 408 |
+
|
| 409 |
+
.eael-advance-tabs .eael-tabs-nav > ul li {
|
| 410 |
+
position: relative;
|
| 411 |
+
padding: 1em 1.5em;
|
| 412 |
+
-webkit-box-flex: 1;
|
| 413 |
+
-webkit-flex: 1 1 auto;
|
| 414 |
+
-ms-flex: 1 1 auto;
|
| 415 |
+
flex: 1 1 auto;
|
| 416 |
+
cursor: pointer;
|
| 417 |
+
display: -webkit-box;
|
| 418 |
+
display: -webkit-flex;
|
| 419 |
+
display: -ms-flexbox;
|
| 420 |
+
display: flex;
|
| 421 |
+
-webkit-box-pack: center;
|
| 422 |
+
-webkit-justify-content: center;
|
| 423 |
+
-ms-flex-pack: center;
|
| 424 |
+
justify-content: center;
|
| 425 |
+
-webkit-box-align: center;
|
| 426 |
+
-webkit-align-items: center;
|
| 427 |
+
-ms-flex-align: center;
|
| 428 |
+
align-items: center;
|
| 429 |
+
text-align: center;
|
| 430 |
+
background-color: #f1f1f1;
|
| 431 |
+
}
|
| 432 |
+
|
| 433 |
+
.eael-advance-tabs .eael-tabs-nav > ul li:after {
|
| 434 |
+
content: "";
|
| 435 |
+
position: absolute;
|
| 436 |
+
bottom: -10px;
|
| 437 |
+
left: 0px;
|
| 438 |
+
right: 0px;
|
| 439 |
+
margin: 0 auto;
|
| 440 |
+
z-index: 1;
|
| 441 |
+
width: 0px;
|
| 442 |
+
height: 0px;
|
| 443 |
+
border-left: 10px solid transparent;
|
| 444 |
+
border-right: 10px solid transparent;
|
| 445 |
+
border-top: 10px solid #444;
|
| 446 |
+
border-bottom: 0px;
|
| 447 |
+
display: none;
|
| 448 |
+
}
|
| 449 |
+
|
| 450 |
+
.eael-advance-tabs .eael-tabs-nav > ul li:hover,
|
| 451 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active,
|
| 452 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active-default {
|
| 453 |
+
background-color: #444;
|
| 454 |
+
}
|
| 455 |
+
|
| 456 |
+
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
|
| 457 |
+
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
|
| 458 |
+
display: none;
|
| 459 |
+
}
|
| 460 |
+
|
| 461 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active:after,
|
| 462 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
|
| 463 |
+
display: block;
|
| 464 |
+
}
|
| 465 |
+
|
| 466 |
+
.eael-tabs-content {
|
| 467 |
+
display: -webkit-box;
|
| 468 |
+
display: -webkit-flex;
|
| 469 |
+
display: -ms-flexbox;
|
| 470 |
+
display: flex;
|
| 471 |
+
-webkit-box-flex: 1;
|
| 472 |
+
-webkit-flex: 1 1 auto;
|
| 473 |
+
-ms-flex: 1 1 auto;
|
| 474 |
+
flex: 1 1 auto;
|
| 475 |
+
overflow: hidden;
|
| 476 |
+
}
|
| 477 |
+
|
| 478 |
+
.eael-advance-tabs .eael-tabs-content > div {
|
| 479 |
+
display: none;
|
| 480 |
+
opacity: 0;
|
| 481 |
+
}
|
| 482 |
+
|
| 483 |
+
.eael-advance-tabs .eael-tabs-content > div.active,
|
| 484 |
+
.eael-advance-tabs .eael-tabs-content > div.active-default {
|
| 485 |
+
display: block;
|
| 486 |
+
width: 100%;
|
| 487 |
+
padding: 1em;
|
| 488 |
+
opacity: 1;
|
| 489 |
+
-webkit-animation: fadeIn linear 0.3s;
|
| 490 |
+
animation: fadeIn linear 0.3s;
|
| 491 |
+
}
|
| 492 |
+
|
| 493 |
+
/*--- Inline Icon ---*/
|
| 494 |
+
|
| 495 |
+
.eael-tab-inline-icon li a .fa {
|
| 496 |
+
margin-right: 10px;
|
| 497 |
+
line-height: 1;
|
| 498 |
+
}
|
| 499 |
+
|
| 500 |
+
.eael-tab-top-icon li {
|
| 501 |
+
display: -webkit-box;
|
| 502 |
+
display: -webkit-flex;
|
| 503 |
+
display: -ms-flexbox;
|
| 504 |
+
display: flex;
|
| 505 |
+
-webkit-flex-wrap: wrap;
|
| 506 |
+
-ms-flex-wrap: wrap;
|
| 507 |
+
flex-wrap: wrap;
|
| 508 |
+
text-align: center;
|
| 509 |
+
}
|
| 510 |
+
|
| 511 |
+
.eael-tab-top-icon li a {
|
| 512 |
+
display: -webkit-box;
|
| 513 |
+
display: -webkit-flex;
|
| 514 |
+
display: -ms-flexbox;
|
| 515 |
+
display: flex;
|
| 516 |
+
-webkit-flex-wrap: wrap;
|
| 517 |
+
-ms-flex-wrap: wrap;
|
| 518 |
+
flex-wrap: wrap;
|
| 519 |
+
text-align: center;
|
| 520 |
+
}
|
| 521 |
+
|
| 522 |
+
.eael-tab-top-icon li .fa,
|
| 523 |
+
.eael-tab-top-icon li .eael-tab-title {
|
| 524 |
+
-webkit-box-flex: 1;
|
| 525 |
+
-webkit-flex: 1 1 100%;
|
| 526 |
+
-ms-flex: 1 1 100%;
|
| 527 |
+
flex: 1 1 100%;
|
| 528 |
+
line-height: 1;
|
| 529 |
+
}
|
| 530 |
+
|
| 531 |
+
.eael-tab-top-icon li a .eael-tab-title {
|
| 532 |
+
margin-top: 10px;
|
| 533 |
+
}
|
| 534 |
+
|
| 535 |
+
/*--- Vertical Tabs ---*/
|
| 536 |
+
|
| 537 |
+
.eael-advance-tabs.eael-tabs-vertical {
|
| 538 |
+
display: -webkit-box;
|
| 539 |
+
display: -webkit-flex;
|
| 540 |
+
display: -ms-flexbox;
|
| 541 |
+
display: flex;
|
| 542 |
+
}
|
| 543 |
+
|
| 544 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
|
| 545 |
+
-webkit-box-flex: 0;
|
| 546 |
+
-webkit-flex: 0 0 auto;
|
| 547 |
+
-ms-flex: 0 0 auto;
|
| 548 |
+
flex: 0 0 auto;
|
| 549 |
+
}
|
| 550 |
+
|
| 551 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
|
| 552 |
+
-webkit-box-orient: vertical;
|
| 553 |
+
-webkit-box-direction: normal;
|
| 554 |
+
-webkit-flex-flow: column wrap;
|
| 555 |
+
-ms-flex-flow: column wrap;
|
| 556 |
+
flex-flow: column wrap;
|
| 557 |
+
}
|
| 558 |
+
|
| 559 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
|
| 560 |
+
width: 100%;
|
| 561 |
+
-webkit-box-pack: start;
|
| 562 |
+
-webkit-justify-content: start;
|
| 563 |
+
-ms-flex-pack: start;
|
| 564 |
+
justify-content: start;
|
| 565 |
+
}
|
| 566 |
+
|
| 567 |
+
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
|
| 568 |
+
bottom: auto !important;
|
| 569 |
+
right: -10px;
|
| 570 |
+
top: -webkit-calc(50% - 10px);
|
| 571 |
+
top: calc(50% - 10px);
|
| 572 |
+
left: auto !important;
|
| 573 |
+
border-left: 10px solid #444;
|
| 574 |
+
border-right: 0;
|
| 575 |
+
border-top: 10px solid transparent;
|
| 576 |
+
border-bottom: 10px solid transparent;
|
| 577 |
+
}
|
| 578 |
+
|
| 579 |
+
@media only screen and (max-width: 767px) {
|
| 580 |
+
.eael-advance-tabs .eael-tabs-nav > ul {
|
| 581 |
+
-webkit-flex-wrap: wrap;
|
| 582 |
+
-ms-flex-wrap: wrap;
|
| 583 |
+
flex-wrap: wrap;
|
| 584 |
+
-webkit-box-orient: horizontal;
|
| 585 |
+
-webkit-box-direction: normal;
|
| 586 |
+
-webkit-flex-flow: row wrap;
|
| 587 |
+
-ms-flex-flow: row wrap;
|
| 588 |
+
flex-flow: row wrap;
|
| 589 |
+
}
|
| 590 |
+
|
| 591 |
+
.eael-advance-tabs .eael-tabs-nav > ul li {
|
| 592 |
+
-webkit-box-flex: 1;
|
| 593 |
+
-webkit-flex: 1 1 auto;
|
| 594 |
+
-ms-flex: 1 1 auto;
|
| 595 |
+
flex: 1 1 auto;
|
| 596 |
+
}
|
| 597 |
+
|
| 598 |
+
.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav > ul li {
|
| 599 |
+
-webkit-box-flex: 1;
|
| 600 |
+
-webkit-flex: 1 1 100%;
|
| 601 |
+
-ms-flex: 1 1 100%;
|
| 602 |
+
flex: 1 1 100%;
|
| 603 |
+
}
|
| 604 |
+
|
| 605 |
+
.eael-advance-tabs.eael-tabs-vertical {
|
| 606 |
+
-webkit-flex-wrap: wrap;
|
| 607 |
+
-ms-flex-wrap: wrap;
|
| 608 |
+
flex-wrap: wrap;
|
| 609 |
+
}
|
| 610 |
+
|
| 611 |
+
.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
|
| 612 |
+
-webkit-box-flex: 1;
|
| 613 |
+
-webkit-flex: 1 100%;
|
| 614 |
+
-ms-flex: 1 100%;
|
| 615 |
+
flex: 1 100%;
|
| 616 |
+
}
|
| 617 |
+
|
| 618 |
+
.eael-advance-tabs.eael-tabs-vertical ul {
|
| 619 |
+
-webkit-box-flex: 1;
|
| 620 |
+
-webkit-flex: 1 100%;
|
| 621 |
+
-ms-flex: 1 100%;
|
| 622 |
+
flex: 1 100%;
|
| 623 |
+
}
|
| 624 |
+
|
| 625 |
+
.eael-advance-tabs.eael-tabs-vertical ul li {
|
| 626 |
+
-webkit-box-flex: 1;
|
| 627 |
+
-webkit-flex: 1 100%;
|
| 628 |
+
-ms-flex: 1 100%;
|
| 629 |
+
flex: 1 100%;
|
| 630 |
+
}
|
| 631 |
+
|
| 632 |
+
div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li::after {
|
| 633 |
+
border-left-color: transparent !important;
|
| 634 |
+
bottom: -20px !important;
|
| 635 |
+
left: 0 !important;
|
| 636 |
+
right: 0 !important;
|
| 637 |
+
top: auto !important;
|
| 638 |
+
border-left: 10px solid transparent;
|
| 639 |
+
border-right: 10px solid transparent;
|
| 640 |
+
border-top-color: #444 !important;
|
| 641 |
+
}
|
| 642 |
+
}
|
| 643 |
+
/* ===================================== */
|
| 644 |
+
/* Default Style and for Default Layout
|
| 645 |
+
/* ===================================== */
|
| 646 |
+
.eael-better-docs-category-box-post .eael-bd-cb-inner {
|
| 647 |
+
background: #f8f8fc;
|
| 648 |
+
padding: 20px;
|
| 649 |
+
border: 1px solid #efffff;
|
| 650 |
+
text-align: center;
|
| 651 |
+
margin: 7.5px;
|
| 652 |
+
-webkit-transition: 300ms;
|
| 653 |
+
-o-transition: 300ms;
|
| 654 |
+
transition: 300ms;
|
| 655 |
+
}
|
| 656 |
+
.eael-better-docs-category-box-post .eael-bd-cb-inner:hover {
|
| 657 |
+
background: #fff;
|
| 658 |
+
-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 9, 78, 0.1);
|
| 659 |
+
box-shadow: 0px 20px 50px 0px rgba(0, 9, 78, 0.1);
|
| 660 |
+
}
|
| 661 |
+
.eael-better-docs-category-box-post .eael-bd-cb-cat-icon {
|
| 662 |
+
height: 80px;
|
| 663 |
+
width: 80px;
|
| 664 |
+
margin: 0 auto 20px auto;
|
| 665 |
+
display: -webkit-box;
|
| 666 |
+
display: -webkit-flex;
|
| 667 |
+
display: -ms-flexbox;
|
| 668 |
+
display: flex;
|
| 669 |
+
-webkit-box-align: center;
|
| 670 |
+
-webkit-align-items: center;
|
| 671 |
+
-ms-flex-align: center;
|
| 672 |
+
align-items: center;
|
| 673 |
+
-webkit-box-pack: center;
|
| 674 |
+
-webkit-justify-content: center;
|
| 675 |
+
-ms-flex-pack: center;
|
| 676 |
+
justify-content: center;
|
| 677 |
+
}
|
| 678 |
+
.eael-better-docs-category-box-post .eael-bd-cb-cat-icon img {
|
| 679 |
+
max-height: 100%;
|
| 680 |
+
max-width: 100%;
|
| 681 |
+
}
|
| 682 |
+
.eael-better-docs-category-box-post .eael-bd-cb-cat-title {
|
| 683 |
+
color: #3f5876;
|
| 684 |
+
font-size: 18px;
|
| 685 |
+
line-height: 1.3;
|
| 686 |
+
font-weight: 700;
|
| 687 |
+
margin-bottom: 15px;
|
| 688 |
+
}
|
| 689 |
+
.eael-better-docs-category-box-post .eael-bd-cb-cat-count {
|
| 690 |
+
color: #707070;
|
| 691 |
+
font-size: 15px;
|
| 692 |
+
}
|
| 693 |
+
.eael-better-docs-category-box-post .eael-bd-cb-cat-count .count-suffix {
|
| 694 |
+
margin-left: 5px;
|
| 695 |
+
}
|
| 696 |
+
.eael-better-docs-category-box-post .eael-bd-cb-cat-count .count-prefix {
|
| 697 |
+
margin-right: 5px;
|
| 698 |
+
}
|
| 699 |
+
/* ============================================= */
|
| 700 |
+
/* Only Layout 2 modification from Default Layout
|
| 701 |
+
/* ============================================= */
|
| 702 |
+
.layout__2 .eael-bd-cb-inner {
|
| 703 |
+
display: -webkit-box;
|
| 704 |
+
display: -webkit-flex;
|
| 705 |
+
display: -ms-flexbox;
|
| 706 |
+
display: flex;
|
| 707 |
+
-webkit-box-orient: horizontal;
|
| 708 |
+
-webkit-box-direction: normal;
|
| 709 |
+
-webkit-flex-direction: row;
|
| 710 |
+
-ms-flex-direction: row;
|
| 711 |
+
flex-direction: row;
|
| 712 |
+
padding: 0px;
|
| 713 |
+
-webkit-box-shadow: 0px 1px 5px 0px rgba(101, 99, 233, 0.18);
|
| 714 |
+
box-shadow: 0px 1px 5px 0px rgba(101, 99, 233, 0.18);
|
| 715 |
+
background: #fff;
|
| 716 |
+
}
|
| 717 |
+
.layout__2 .eael-bd-cb-inner:hover {
|
| 718 |
+
-webkit-box-shadow: 0px 8px 15px 0px rgba(101, 99, 233, 0.09);
|
| 719 |
+
box-shadow: 0px 8px 15px 0px rgba(101, 99, 233, 0.09);
|
| 720 |
+
}
|
| 721 |
+
.layout__2 .eael-bd-cb-cat-icon__layout-2 {
|
| 722 |
+
-webkit-flex-basis: 20%;
|
| 723 |
+
-ms-flex-preferred-size: 20%;
|
| 724 |
+
flex-basis: 20%;
|
| 725 |
+
border-right: 1px solid #e4e4f9;
|
| 726 |
+
display: -webkit-box;
|
| 727 |
+
display: -webkit-flex;
|
| 728 |
+
display: -ms-flexbox;
|
| 729 |
+
display: flex;
|
| 730 |
+
-webkit-box-align: center;
|
| 731 |
+
-webkit-align-items: center;
|
| 732 |
+
-ms-flex-align: center;
|
| 733 |
+
align-items: center;
|
| 734 |
+
-webkit-box-pack: center;
|
| 735 |
+
-webkit-justify-content: center;
|
| 736 |
+
-ms-flex-pack: center;
|
| 737 |
+
justify-content: center;
|
| 738 |
+
}
|
| 739 |
+
.layout__2 .eael-bd-cb-cat-icon__layout-2 img {
|
| 740 |
+
width: 50px;
|
| 741 |
+
}
|
| 742 |
+
.layout__2 .eael-bd-cb-cat-title__layout-2 {
|
| 743 |
+
-webkit-flex-basis: 60%;
|
| 744 |
+
-ms-flex-preferred-size: 60%;
|
| 745 |
+
flex-basis: 60%;
|
| 746 |
+
display: -webkit-box;
|
| 747 |
+
display: -webkit-flex;
|
| 748 |
+
display: -ms-flexbox;
|
| 749 |
+
display: flex;
|
| 750 |
+
-webkit-box-align: center;
|
| 751 |
+
-webkit-align-items: center;
|
| 752 |
+
-ms-flex-align: center;
|
| 753 |
+
align-items: center;
|
| 754 |
+
margin: 0;
|
| 755 |
+
line-height: 1;
|
| 756 |
+
font-size: 20px;
|
| 757 |
+
color: #333333;
|
| 758 |
+
font-weight: 500;
|
| 759 |
+
}
|
| 760 |
+
.layout__2 .eael-bd-cb-cat-title__layout-2 span {
|
| 761 |
+
padding: 45px 0px 45px 30px;
|
| 762 |
+
}
|
| 763 |
+
.layout__2 .eael-bd-cb-cat-count__layout-2 {
|
| 764 |
+
-webkit-flex-basis: 20%;
|
| 765 |
+
-ms-flex-preferred-size: 20%;
|
| 766 |
+
flex-basis: 20%;
|
| 767 |
+
display: -webkit-box;
|
| 768 |
+
display: -webkit-flex;
|
| 769 |
+
display: -ms-flexbox;
|
| 770 |
+
display: flex;
|
| 771 |
+
-webkit-box-align: center;
|
| 772 |
+
-webkit-align-items: center;
|
| 773 |
+
-ms-flex-align: center;
|
| 774 |
+
align-items: center;
|
| 775 |
+
-webkit-box-pack: center;
|
| 776 |
+
-webkit-justify-content: center;
|
| 777 |
+
-ms-flex-pack: center;
|
| 778 |
+
justify-content: center;
|
| 779 |
+
}
|
| 780 |
+
.layout__2 .eael-bd-cb-cat-count__layout-2 .count-inner__layout-2 {
|
| 781 |
+
height: 60px;
|
| 782 |
+
width: 60px;
|
| 783 |
+
background: #ffffff;
|
| 784 |
+
display: -webkit-box;
|
| 785 |
+
display: -webkit-flex;
|
| 786 |
+
display: -ms-flexbox;
|
| 787 |
+
display: flex;
|
| 788 |
+
margin: 0;
|
| 789 |
+
-webkit-box-align: center;
|
| 790 |
+
-webkit-align-items: center;
|
| 791 |
+
-ms-flex-align: center;
|
| 792 |
+
align-items: center;
|
| 793 |
+
-webkit-box-pack: center;
|
| 794 |
+
-webkit-justify-content: center;
|
| 795 |
+
-ms-flex-pack: center;
|
| 796 |
+
justify-content: center;
|
| 797 |
+
-webkit-border-radius: 5px;
|
| 798 |
+
border-radius: 5px;
|
| 799 |
+
-webkit-box-shadow: 0px 8px 15px 0px rgba(101, 99, 233, 0.09);
|
| 800 |
+
box-shadow: 0px 8px 15px 0px rgba(101, 99, 233, 0.09);
|
| 801 |
+
font-size: 20px;
|
| 802 |
+
color: #7E7CFF;
|
| 803 |
+
}
|
| 804 |
+
/* ===================================== */
|
| 805 |
+
/* Column CSS
|
| 806 |
+
/* ===================================== */
|
| 807 |
+
@media only screen and (min-width: 1025px) {
|
| 808 |
+
.elementor-element.elementor-grid-1 {
|
| 809 |
+
position: relative;
|
| 810 |
+
}
|
| 811 |
+
|
| 812 |
+
.elementor-element.elementor-grid-1 .eael-better-docs-category-box-post {
|
| 813 |
+
width: 100%;
|
| 814 |
+
float: left;
|
| 815 |
+
}
|
| 816 |
+
|
| 817 |
+
.elementor-element.elementor-grid-2 {
|
| 818 |
+
position: relative;
|
| 819 |
+
}
|
| 820 |
+
|
| 821 |
+
.elementor-element.elementor-grid-2 .eael-better-docs-category-box-post {
|
| 822 |
+
width: 50%;
|
| 823 |
+
float: left;
|
| 824 |
+
}
|
| 825 |
+
|
| 826 |
+
.elementor-element.elementor-grid-2 .eael-better-docs-category-box-post:nth-of-type(2n) {
|
| 827 |
+
margin-right: 0 !important;
|
| 828 |
+
}
|
| 829 |
+
|
| 830 |
+
.elementor-element.elementor-grid-2 .eael-better-docs-category-box-post:nth-of-type(2n + 1) {
|
| 831 |
+
clear: left;
|
| 832 |
+
}
|
| 833 |
+
|
| 834 |
+
.elementor-element.elementor-grid-3 {
|
| 835 |
+
position: relative;
|
| 836 |
+
}
|
| 837 |
+
|
| 838 |
+
.elementor-element.elementor-grid-3 .eael-better-docs-category-box-post {
|
| 839 |
+
width: 33.3333%;
|
| 840 |
+
float: left;
|
| 841 |
+
}
|
| 842 |
+
|
| 843 |
+
.elementor-element.elementor-grid-3 .eael-better-docs-category-box-post:nth-of-type(3n) {
|
| 844 |
+
margin-right: 0 !important;
|
| 845 |
+
}
|
| 846 |
+
|
| 847 |
+
.elementor-element.elementor-grid-3 .eael-better-docs-category-box-post:nth-of-type(3n + 1) {
|
| 848 |
+
clear: left;
|
| 849 |
+
}
|
| 850 |
+
|
| 851 |
+
.elementor-element.elementor-grid-4 {
|
| 852 |
+
position: relative;
|
| 853 |
+
}
|
| 854 |
+
|
| 855 |
+
.elementor-element.elementor-grid-4 .eael-better-docs-category-box-post {
|
| 856 |
+
width: 25%;
|
| 857 |
+
float: left;
|
| 858 |
+
}
|
| 859 |
+
|
| 860 |
+
.elementor-element.elementor-grid-4 .eael-better-docs-category-box-post:nth-of-type(4n) {
|
| 861 |
+
margin-right: 0 !important;
|
| 862 |
+
}
|
| 863 |
+
|
| 864 |
+
.elementor-element.elementor-grid-4 .eael-better-docs-category-box-post:nth-of-type(4n + 1) {
|
| 865 |
+
clear: left;
|
| 866 |
+
}
|
| 867 |
+
|
| 868 |
+
.elementor-element.elementor-grid-5 {
|
| 869 |
+
position: relative;
|
| 870 |
+
}
|
| 871 |
+
|
| 872 |
+
.elementor-element.elementor-grid-5 .eael-better-docs-category-box-post {
|
| 873 |
+
width: 20%;
|
| 874 |
+
float: left;
|
| 875 |
+
}
|
| 876 |
+
|
| 877 |
+
.elementor-element.elementor-grid-5 .eael-better-docs-category-box-post:nth-of-type(5n) {
|
| 878 |
+
margin-right: 0 !important;
|
| 879 |
+
}
|
| 880 |
+
|
| 881 |
+
.elementor-element.elementor-grid-5 .eael-better-docs-category-box-post:nth-of-type(5n + 1) {
|
| 882 |
+
clear: left;
|
| 883 |
+
}
|
| 884 |
+
|
| 885 |
+
.elementor-element.elementor-grid-6 {
|
| 886 |
+
position: relative;
|
| 887 |
+
}
|
| 888 |
+
|
| 889 |
+
.elementor-element.elementor-grid-6 .eael-better-docs-category-box-post {
|
| 890 |
+
width: 16%;
|
| 891 |
+
float: left;
|
| 892 |
+
}
|
| 893 |
+
|
| 894 |
+
.elementor-element.elementor-grid-6 .eael-better-docs-category-box-post:nth-of-type(6n) {
|
| 895 |
+
margin-right: 0 !important;
|
| 896 |
+
}
|
| 897 |
+
|
| 898 |
+
.elementor-element.elementor-grid-6 .eael-better-docs-category-box-post:nth-of-type(6n + 1) {
|
| 899 |
+
clear: left;
|
| 900 |
+
}
|
| 901 |
+
}
|
| 902 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
| 903 |
+
.elementor-element.elementor-grid-tablet-1 {
|
| 904 |
+
position: relative;
|
| 905 |
+
}
|
| 906 |
+
|
| 907 |
+
.elementor-element.elementor-grid-tablet-1 .eael-better-docs-category-box-post {
|
| 908 |
+
width: 100%;
|
| 909 |
+
float: left;
|
| 910 |
+
}
|
| 911 |
+
|
| 912 |
+
.elementor-element.elementor-grid-tablet-2 {
|
| 913 |
+
position: relative;
|
| 914 |
+
}
|
| 915 |
+
|
| 916 |
+
.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-box-post {
|
| 917 |
+
width: 50%;
|
| 918 |
+
float: left;
|
| 919 |
+
}
|
| 920 |
+
|
| 921 |
+
.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-box-post:nth-of-type(2n) {
|
| 922 |
+
margin-right: 0 !important;
|
| 923 |
+
}
|
| 924 |
+
|
| 925 |
+
.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-box-post:nth-of-type(2n + 1) {
|
| 926 |
+
clear: left;
|
| 927 |
+
}
|
| 928 |
+
|
| 929 |
+
.elementor-element.elementor-grid-tablet-3 {
|
| 930 |
+
position: relative;
|
| 931 |
+
}
|
| 932 |
+
|
| 933 |
+
.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-box-post {
|
| 934 |
+
width: 33.3333%;
|
| 935 |
+
float: left;
|
| 936 |
+
}
|
| 937 |
+
|
| 938 |
+
.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-box-post:nth-of-type(3n) {
|
| 939 |
+
margin-right: 0 !important;
|
| 940 |
+
}
|
| 941 |
+
|
| 942 |
+
.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-box-post:nth-of-type(3n + 1) {
|
| 943 |
+
clear: left;
|
| 944 |
+
}
|
| 945 |
+
|
| 946 |
+
.elementor-element.elementor-grid-tablet-4 {
|
| 947 |
+
position: relative;
|
| 948 |
+
}
|
| 949 |
+
|
| 950 |
+
.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-box-post {
|
| 951 |
+
width: 25%;
|
| 952 |
+
float: left;
|
| 953 |
+
}
|
| 954 |
+
|
| 955 |
+
.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-box-post:nth-of-type(4n) {
|
| 956 |
+
margin-right: 0 !important;
|
| 957 |
+
}
|
| 958 |
+
|
| 959 |
+
.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-box-post:nth-of-type(4n + 1) {
|
| 960 |
+
clear: left;
|
| 961 |
+
}
|
| 962 |
+
|
| 963 |
+
.elementor-element.elementor-grid-tablet-5 {
|
| 964 |
+
position: relative;
|
| 965 |
+
}
|
| 966 |
+
|
| 967 |
+
.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-box-post {
|
| 968 |
+
width: 20%;
|
| 969 |
+
float: left;
|
| 970 |
+
}
|
| 971 |
+
|
| 972 |
+
.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-box-post:nth-of-type(5n) {
|
| 973 |
+
margin-right: 0 !important;
|
| 974 |
+
}
|
| 975 |
+
|
| 976 |
+
.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-box-post:nth-of-type(5n + 1) {
|
| 977 |
+
clear: left;
|
| 978 |
+
}
|
| 979 |
+
|
| 980 |
+
.elementor-element.elementor-grid-tablet-6 {
|
| 981 |
+
position: relative;
|
| 982 |
+
}
|
| 983 |
+
|
| 984 |
+
.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-box-post {
|
| 985 |
+
width: 16%;
|
| 986 |
+
float: left;
|
| 987 |
+
}
|
| 988 |
+
|
| 989 |
+
.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-box-post:nth-of-type(6n) {
|
| 990 |
+
margin-right: 0 !important;
|
| 991 |
+
}
|
| 992 |
+
|
| 993 |
+
.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-box-post:nth-of-type(6n + 1) {
|
| 994 |
+
clear: left;
|
| 995 |
+
}
|
| 996 |
+
}
|
| 997 |
+
@media only screen and (max-width: 767px) {
|
| 998 |
+
.elementor-element.elementor-grid-mobile-1 {
|
| 999 |
+
position: relative;
|
| 1000 |
+
}
|
| 1001 |
+
|
| 1002 |
+
.elementor-element.elementor-grid-mobile-1 .eael-better-docs-category-box-post {
|
| 1003 |
+
width: 100%;
|
| 1004 |
+
float: left;
|
| 1005 |
+
}
|
| 1006 |
+
|
| 1007 |
+
.elementor-element.elementor-grid-mobile-2 {
|
| 1008 |
+
position: relative;
|
| 1009 |
+
}
|
| 1010 |
+
|
| 1011 |
+
.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-box-post {
|
| 1012 |
+
width: 50%;
|
| 1013 |
+
float: left;
|
| 1014 |
+
}
|
| 1015 |
+
|
| 1016 |
+
.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-box-post:nth-of-type(2n) {
|
| 1017 |
+
margin-right: 0 !important;
|
| 1018 |
+
}
|
| 1019 |
+
|
| 1020 |
+
.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-box-post:nth-of-type(2n + 1) {
|
| 1021 |
+
clear: left;
|
| 1022 |
+
}
|
| 1023 |
+
|
| 1024 |
+
.elementor-element.elementor-grid-mobile-3 {
|
| 1025 |
+
position: relative;
|
| 1026 |
+
}
|
| 1027 |
+
|
| 1028 |
+
.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-box-post {
|
| 1029 |
+
width: 33.3333%;
|
| 1030 |
+
float: left;
|
| 1031 |
+
}
|
| 1032 |
+
|
| 1033 |
+
.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-box-post:nth-of-type(3n) {
|
| 1034 |
+
margin-right: 0 !important;
|
| 1035 |
+
}
|
| 1036 |
+
|
| 1037 |
+
.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-box-post:nth-of-type(3n + 1) {
|
| 1038 |
+
clear: left;
|
| 1039 |
+
}
|
| 1040 |
+
|
| 1041 |
+
.elementor-element.elementor-grid-mobile-4 {
|
| 1042 |
+
position: relative;
|
| 1043 |
+
}
|
| 1044 |
+
|
| 1045 |
+
.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-box-post {
|
| 1046 |
+
width: 25%;
|
| 1047 |
+
float: left;
|
| 1048 |
+
}
|
| 1049 |
+
|
| 1050 |
+
.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-box-post:nth-of-type(4n) {
|
| 1051 |
+
margin-right: 0 !important;
|
| 1052 |
+
}
|
| 1053 |
+
|
| 1054 |
+
.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-box-post:nth-of-type(4n + 1) {
|
| 1055 |
+
clear: left;
|
| 1056 |
+
}
|
| 1057 |
+
|
| 1058 |
+
.elementor-element.elementor-grid-mobile-5 {
|
| 1059 |
+
position: relative;
|
| 1060 |
+
}
|
| 1061 |
+
|
| 1062 |
+
.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-box-post {
|
| 1063 |
+
width: 20%;
|
| 1064 |
+
float: left;
|
| 1065 |
+
}
|
| 1066 |
+
|
| 1067 |
+
.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-box-post:nth-of-type(5n) {
|
| 1068 |
+
margin-right: 0 !important;
|
| 1069 |
+
}
|
| 1070 |
+
|
| 1071 |
+
.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-box-post:nth-of-type(5n + 1) {
|
| 1072 |
+
clear: left;
|
| 1073 |
+
}
|
| 1074 |
+
|
| 1075 |
+
.elementor-element.elementor-grid-mobile-6 {
|
| 1076 |
+
position: relative;
|
| 1077 |
+
}
|
| 1078 |
+
|
| 1079 |
+
.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-box-post {
|
| 1080 |
+
width: 16%;
|
| 1081 |
+
float: left;
|
| 1082 |
+
}
|
| 1083 |
+
|
| 1084 |
+
.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-box-post:nth-of-type(6n) {
|
| 1085 |
+
margin-right: 0 !important;
|
| 1086 |
+
}
|
| 1087 |
+
|
| 1088 |
+
.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-box-post:nth-of-type(6n + 1) {
|
| 1089 |
+
clear: left;
|
| 1090 |
+
}
|
| 1091 |
+
}
|
| 1092 |
+
/* ===================================== */
|
| 1093 |
+
/* Default Style and for Default Layout
|
| 1094 |
+
/* ===================================== */
|
| 1095 |
+
.eael-better-docs-category-grid-wrapper {
|
| 1096 |
+
margin: 0 -7.5px;
|
| 1097 |
+
}
|
| 1098 |
+
.eael-better-docs-category-grid-wrapper .eael-better-docs-category-grid.fit-to-screen {
|
| 1099 |
+
display: -webkit-box;
|
| 1100 |
+
display: -webkit-flex;
|
| 1101 |
+
display: -ms-flexbox;
|
| 1102 |
+
display: flex;
|
| 1103 |
+
-webkit-flex-wrap: wrap;
|
| 1104 |
+
-ms-flex-wrap: wrap;
|
| 1105 |
+
flex-wrap: wrap;
|
| 1106 |
+
}
|
| 1107 |
+
.eael-better-docs-category-grid-wrapper .eael-better-docs-category-grid.fit-to-screen .eael-better-docs-category-grid-post {
|
| 1108 |
+
display: -webkit-box;
|
| 1109 |
+
display: -webkit-flex;
|
| 1110 |
+
display: -ms-flexbox;
|
| 1111 |
+
display: flex;
|
| 1112 |
+
}
|
| 1113 |
+
.eael-better-docs-category-grid-wrapper .eael-better-docs-category-grid.fit-to-screen .eael-better-docs-category-grid-post .eael-bd-cg-inner {
|
| 1114 |
+
width: 100%;
|
| 1115 |
+
}
|
| 1116 |
+
.eael-better-docs-category-grid-post .eael-bd-cg-inner {
|
| 1117 |
+
background: #ffffff;
|
| 1118 |
+
-webkit-box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.08);
|
| 1119 |
+
box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.08);
|
| 1120 |
+
margin: 0 7.5px 15px 7.5px;
|
| 1121 |
+
}
|
| 1122 |
+
.eael-bd-cg-body {
|
| 1123 |
+
padding: 0px 20px 0px 20px;
|
| 1124 |
+
}
|
| 1125 |
+
.eael-bd-cg-body ul {
|
| 1126 |
+
margin: 0;
|
| 1127 |
+
padding: 0;
|
| 1128 |
+
list-style: none;
|
| 1129 |
+
}
|
| 1130 |
+
.eael-bd-cg-body ul li {
|
| 1131 |
+
margin: 10px;
|
| 1132 |
+
display: -webkit-box;
|
| 1133 |
+
display: -webkit-flex;
|
| 1134 |
+
display: -ms-flexbox;
|
| 1135 |
+
display: flex;
|
| 1136 |
+
-webkit-box-align: start;
|
| 1137 |
+
-webkit-align-items: flex-start;
|
| 1138 |
+
-ms-flex-align: start;
|
| 1139 |
+
align-items: flex-start;
|
| 1140 |
+
color: #566E8B;
|
| 1141 |
+
}
|
| 1142 |
+
.eael-bd-cg-body ul li a {
|
| 1143 |
+
color: #566E8B;
|
| 1144 |
+
line-height: 1.8;
|
| 1145 |
+
}
|
| 1146 |
+
.eael-bd-cg-body ul li .eael-bd-cg-post-list-icon {
|
| 1147 |
+
line-height: 1.8;
|
| 1148 |
+
margin-right: 10px;
|
| 1149 |
+
width: 22px;
|
| 1150 |
+
}
|
| 1151 |
+
.eael-bd-cg-header {
|
| 1152 |
+
padding: 20px;
|
| 1153 |
+
}
|
| 1154 |
+
.eael-bd-cg-header .eael-bd-cg-header-inner {
|
| 1155 |
+
border-bottom: 2px solid;
|
| 1156 |
+
display: -webkit-box;
|
| 1157 |
+
display: -webkit-flex;
|
| 1158 |
+
display: -ms-flexbox;
|
| 1159 |
+
display: flex;
|
| 1160 |
+
-webkit-box-orient: horizontal;
|
| 1161 |
+
-webkit-box-direction: normal;
|
| 1162 |
+
-webkit-flex-direction: row;
|
| 1163 |
+
-ms-flex-direction: row;
|
| 1164 |
+
flex-direction: row;
|
| 1165 |
+
-webkit-box-align: center;
|
| 1166 |
+
-webkit-align-items: center;
|
| 1167 |
+
-ms-flex-align: center;
|
| 1168 |
+
align-items: center;
|
| 1169 |
+
padding-bottom: 20px;
|
| 1170 |
+
border-color: #528ffe;
|
| 1171 |
+
}
|
| 1172 |
+
.eael-bd-cg-header .eael-docs-cat-title {
|
| 1173 |
+
color: #528ffe;
|
| 1174 |
+
font-size: 20px;
|
| 1175 |
+
position: relative;
|
| 1176 |
+
margin: 0;
|
| 1177 |
+
}
|
| 1178 |
+
.eael-bd-cg-header .eael-docs-cat-icon {
|
| 1179 |
+
height: 32px;
|
| 1180 |
+
width: 32px;
|
| 1181 |
+
margin-right: 30px;
|
| 1182 |
+
-webkit-transition: 300ms;
|
| 1183 |
+
-o-transition: 300ms;
|
| 1184 |
+
transition: 300ms;
|
| 1185 |
+
}
|
| 1186 |
+
.eael-bd-cg-header .eael-docs-cat-icon img {
|
| 1187 |
+
max-width: 100%;
|
| 1188 |
+
max-height: 100%;
|
| 1189 |
+
}
|
| 1190 |
+
.eael-bd-cg-header .eael-docs-item-count {
|
| 1191 |
+
height: 35px;
|
| 1192 |
+
width: 35px;
|
| 1193 |
+
background: #528ffe;
|
| 1194 |
+
display: -webkit-box;
|
| 1195 |
+
display: -webkit-flex;
|
| 1196 |
+
display: -ms-flexbox;
|
| 1197 |
+
display: flex;
|
| 1198 |
+
-webkit-box-align: center;
|
| 1199 |
+
-webkit-align-items: center;
|
| 1200 |
+
-ms-flex-align: center;
|
| 1201 |
+
align-items: center;
|
| 1202 |
+
-webkit-box-pack: center;
|
| 1203 |
+
-webkit-justify-content: center;
|
| 1204 |
+
-ms-flex-pack: center;
|
| 1205 |
+
justify-content: center;
|
| 1206 |
+
-webkit-border-radius: 50%;
|
| 1207 |
+
border-radius: 50%;
|
| 1208 |
+
margin-left: auto;
|
| 1209 |
+
color: #ffffff;
|
| 1210 |
+
font-size: 15px;
|
| 1211 |
+
}
|
| 1212 |
+
.eael-bd-grid-sub-cat-title {
|
| 1213 |
+
display: block;
|
| 1214 |
+
cursor: pointer;
|
| 1215 |
+
}
|
| 1216 |
+
.eael-bd-grid-sub-cat-title .toggle-arrow {
|
| 1217 |
+
margin-right: 5px;
|
| 1218 |
+
}
|
| 1219 |
+
.docs-sub-cat-list,
|
| 1220 |
+
.eael-bd-grid-sub-cat-title .arrow-down {
|
| 1221 |
+
display: none;
|
| 1222 |
+
}
|
| 1223 |
+
.eael-bd-cg-button {
|
| 1224 |
+
display: inline-block;
|
| 1225 |
+
background-color: #ffffff;
|
| 1226 |
+
font-size: 16px;
|
| 1227 |
+
color: #528ffe;
|
| 1228 |
+
border: 1px solid #528ffe;
|
| 1229 |
+
-webkit-border-radius: 50px;
|
| 1230 |
+
border-radius: 50px;
|
| 1231 |
+
line-height: 1;
|
| 1232 |
+
padding: 15px 20px;
|
| 1233 |
+
margin: 0px 0px 20px 20px;
|
| 1234 |
+
}
|
| 1235 |
+
.eael-bd-cg-button .eael-bd-cg-button-icon {
|
| 1236 |
+
position: relative;
|
| 1237 |
+
top: 1px;
|
| 1238 |
+
}
|
| 1239 |
+
.eael-bd-cg-button .eael-bd-cg-button-icon.eael-bd-cg-button-icon-left {
|
| 1240 |
+
margin-right: 5px;
|
| 1241 |
+
}
|
| 1242 |
+
.eael-bd-cg-button .eael-bd-cg-button-icon.eael-bd-cg-button-icon-right {
|
| 1243 |
+
margin-left: 5px;
|
| 1244 |
+
}
|
| 1245 |
+
/* ============================================= */
|
| 1246 |
+
/* Only Layout 2 modification from Default Layout
|
| 1247 |
+
/* ============================================= */
|
| 1248 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-header {
|
| 1249 |
+
padding: 0px 20px;
|
| 1250 |
+
}
|
| 1251 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-docs-cat-title {
|
| 1252 |
+
-webkit-transition: 300ms;
|
| 1253 |
+
-o-transition: 300ms;
|
| 1254 |
+
transition: 300ms;
|
| 1255 |
+
}
|
| 1256 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-docs-item-count {
|
| 1257 |
+
margin: 0;
|
| 1258 |
+
-webkit-border-radius: 0;
|
| 1259 |
+
border-radius: 0;
|
| 1260 |
+
position: relative;
|
| 1261 |
+
display: block;
|
| 1262 |
+
width: auto;
|
| 1263 |
+
background: none;
|
| 1264 |
+
height: 45px;
|
| 1265 |
+
width: 40px;
|
| 1266 |
+
}
|
| 1267 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-docs-item-count:before {
|
| 1268 |
+
content: attr(data-content);
|
| 1269 |
+
position: absolute;
|
| 1270 |
+
left: 0;
|
| 1271 |
+
top: -1px;
|
| 1272 |
+
height: 45px;
|
| 1273 |
+
width: 40px;
|
| 1274 |
+
background: #fc8c91;
|
| 1275 |
+
-webkit-box-align: center;
|
| 1276 |
+
-webkit-align-items: center;
|
| 1277 |
+
-ms-flex-align: center;
|
| 1278 |
+
align-items: center;
|
| 1279 |
+
display: -webkit-box;
|
| 1280 |
+
display: -webkit-flex;
|
| 1281 |
+
display: -ms-flexbox;
|
| 1282 |
+
display: flex;
|
| 1283 |
+
-webkit-box-pack: center;
|
| 1284 |
+
-webkit-justify-content: center;
|
| 1285 |
+
-ms-flex-pack: center;
|
| 1286 |
+
justify-content: center;
|
| 1287 |
+
}
|
| 1288 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-docs-item-count:after {
|
| 1289 |
+
position: absolute;
|
| 1290 |
+
left: 40px;
|
| 1291 |
+
top: -1px;
|
| 1292 |
+
content: "";
|
| 1293 |
+
border-top: 6px solid #ad5e62;
|
| 1294 |
+
border-right: 6px solid transparent;
|
| 1295 |
+
opacity: 0.9;
|
| 1296 |
+
}
|
| 1297 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-docs-cat-title {
|
| 1298 |
+
margin-top: 30px;
|
| 1299 |
+
color: #000000;
|
| 1300 |
+
font-size: 18px;
|
| 1301 |
+
font-weight: 500;
|
| 1302 |
+
}
|
| 1303 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-body ul li {
|
| 1304 |
+
font-size: 15px;
|
| 1305 |
+
}
|
| 1306 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-body ul li a {
|
| 1307 |
+
color: #707070;
|
| 1308 |
+
}
|
| 1309 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-inner {
|
| 1310 |
+
-webkit-transition: 300ms;
|
| 1311 |
+
-o-transition: 300ms;
|
| 1312 |
+
transition: 300ms;
|
| 1313 |
+
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 9, 78, 0.1);
|
| 1314 |
+
box-shadow: 0px 1px 5px 0px rgba(0, 9, 78, 0.1);
|
| 1315 |
+
-webkit-border-radius: 5px;
|
| 1316 |
+
border-radius: 5px;
|
| 1317 |
+
}
|
| 1318 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-inner:hover {
|
| 1319 |
+
-webkit-box-shadow: 0px 15px 40px 0px rgba(0, 9, 78, 0.1);
|
| 1320 |
+
box-shadow: 0px 15px 40px 0px rgba(0, 9, 78, 0.1);
|
| 1321 |
+
}
|
| 1322 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-button {
|
| 1323 |
+
font-size: 15px;
|
| 1324 |
+
border: 0px solid;
|
| 1325 |
+
-webkit-border-radius: 0;
|
| 1326 |
+
border-radius: 0;
|
| 1327 |
+
color: #333333;
|
| 1328 |
+
-webkit-transition: 300ms;
|
| 1329 |
+
-o-transition: 300ms;
|
| 1330 |
+
transition: 300ms;
|
| 1331 |
+
}
|
| 1332 |
+
.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-button:hover {
|
| 1333 |
+
color: #fc8c91;
|
| 1334 |
+
}
|
| 1335 |
+
/* ===================================== */
|
| 1336 |
+
/* Column CSS
|
| 1337 |
+
/* ===================================== */
|
| 1338 |
+
@media only screen and (min-width: 1025px) {
|
| 1339 |
+
.elementor-element.elementor-grid-1 {
|
| 1340 |
+
position: relative;
|
| 1341 |
+
}
|
| 1342 |
+
|
| 1343 |
+
.elementor-element.elementor-grid-1 .eael-better-docs-category-grid-post {
|
| 1344 |
+
width: 100%;
|
| 1345 |
+
float: left;
|
| 1346 |
+
}
|
| 1347 |
+
|
| 1348 |
+
.elementor-element.elementor-grid-2 {
|
| 1349 |
+
position: relative;
|
| 1350 |
+
}
|
| 1351 |
+
|
| 1352 |
+
.elementor-element.elementor-grid-2 .eael-better-docs-category-grid-post {
|
| 1353 |
+
width: 50%;
|
| 1354 |
+
float: left;
|
| 1355 |
+
}
|
| 1356 |
+
|
| 1357 |
+
.elementor-element.elementor-grid-2 .eael-better-docs-category-grid-post:nth-of-type(2n) {
|
| 1358 |
+
margin-right: 0 !important;
|
| 1359 |
+
}
|
| 1360 |
+
|
| 1361 |
+
.elementor-element.elementor-grid-2 .eael-better-docs-category-grid-post:nth-of-type(2n + 1) {
|
| 1362 |
+
clear: left;
|
| 1363 |
+
}
|
| 1364 |
+
|
| 1365 |
+
.elementor-element.elementor-grid-3 {
|
| 1366 |
+
position: relative;
|
| 1367 |
+
}
|
| 1368 |
+
|
| 1369 |
+
.elementor-element.elementor-grid-3 .eael-better-docs-category-grid-post {
|
| 1370 |
+
width: 33.3333%;
|
| 1371 |
+
float: left;
|
| 1372 |
+
}
|
| 1373 |
+
|
| 1374 |
+
.elementor-element.elementor-grid-3 .eael-better-docs-category-grid-post:nth-of-type(3n) {
|
| 1375 |
+
margin-right: 0 !important;
|
| 1376 |
+
}
|
| 1377 |
+
|
| 1378 |
+
.elementor-element.elementor-grid-3 .eael-better-docs-category-grid-post:nth-of-type(3n + 1) {
|
| 1379 |
+
clear: left;
|
| 1380 |
+
}
|
| 1381 |
+
|
| 1382 |
+
.elementor-element.elementor-grid-4 {
|
| 1383 |
+
position: relative;
|
| 1384 |
+
}
|
| 1385 |
+
|
| 1386 |
+
.elementor-element.elementor-grid-4 .eael-better-docs-category-grid-post {
|
| 1387 |
+
width: 25%;
|
| 1388 |
+
float: left;
|
| 1389 |
+
}
|
| 1390 |
+
|
| 1391 |
+
.elementor-element.elementor-grid-4 .eael-better-docs-category-grid-post:nth-of-type(4n) {
|
| 1392 |
+
margin-right: 0 !important;
|
| 1393 |
+
}
|
| 1394 |
+
|
| 1395 |
+
.elementor-element.elementor-grid-4 .eael-better-docs-category-grid-post:nth-of-type(4n + 1) {
|
| 1396 |
+
clear: left;
|
| 1397 |
+
}
|
| 1398 |
+
|
| 1399 |
+
.elementor-element.elementor-grid-5 {
|
| 1400 |
+
position: relative;
|
| 1401 |
+
}
|
| 1402 |
+
|
| 1403 |
+
.elementor-element.elementor-grid-5 .eael-better-docs-category-grid-post {
|
| 1404 |
+
width: 20%;
|
| 1405 |
+
float: left;
|
| 1406 |
+
}
|
| 1407 |
+
|
| 1408 |
+
.elementor-element.elementor-grid-5 .eael-better-docs-category-grid-post:nth-of-type(5n) {
|
| 1409 |
+
margin-right: 0 !important;
|
| 1410 |
+
}
|
| 1411 |
+
|
| 1412 |
+
.elementor-element.elementor-grid-5 .eael-better-docs-category-grid-post:nth-of-type(5n + 1) {
|
| 1413 |
+
clear: left;
|
| 1414 |
+
}
|
| 1415 |
+
|
| 1416 |
+
.elementor-element.elementor-grid-6 {
|
| 1417 |
+
position: relative;
|
| 1418 |
+
}
|
| 1419 |
+
|
| 1420 |
+
.elementor-element.elementor-grid-6 .eael-better-docs-category-grid-post {
|
| 1421 |
+
width: 16%;
|
| 1422 |
+
float: left;
|
| 1423 |
+
}
|
| 1424 |
+
|
| 1425 |
+
.elementor-element.elementor-grid-6 .eael-better-docs-category-grid-post:nth-of-type(6n) {
|
| 1426 |
+
margin-right: 0 !important;
|
| 1427 |
+
}
|
| 1428 |
+
|
| 1429 |
+
.elementor-element.elementor-grid-6 .eael-better-docs-category-grid-post:nth-of-type(6n + 1) {
|
| 1430 |
+
clear: left;
|
| 1431 |
+
}
|
| 1432 |
+
}
|
| 1433 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
| 1434 |
+
.elementor-element.elementor-grid-tablet-1 {
|
| 1435 |
+
position: relative;
|
| 1436 |
+
}
|
| 1437 |
+
|
| 1438 |
+
.elementor-element.elementor-grid-tablet-1 .eael-better-docs-category-grid-post {
|
| 1439 |
+
width: 100%;
|
| 1440 |
+
float: left;
|
| 1441 |
+
}
|
| 1442 |
+
|
| 1443 |
+
.elementor-element.elementor-grid-tablet-2 {
|
| 1444 |
+
position: relative;
|
| 1445 |
+
}
|
| 1446 |
+
|
| 1447 |
+
.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-grid-post {
|
| 1448 |
+
width: 50%;
|
| 1449 |
+
float: left;
|
| 1450 |
+
}
|
| 1451 |
+
|
| 1452 |
+
.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-grid-post:nth-of-type(2n) {
|
| 1453 |
+
margin-right: 0 !important;
|
| 1454 |
+
}
|
| 1455 |
+
|
| 1456 |
+
.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-grid-post:nth-of-type(2n + 1) {
|
| 1457 |
+
clear: left;
|
| 1458 |
+
}
|
| 1459 |
+
|
| 1460 |
+
.elementor-element.elementor-grid-tablet-3 {
|
| 1461 |
+
position: relative;
|
| 1462 |
+
}
|
| 1463 |
+
|
| 1464 |
+
.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-grid-post {
|
| 1465 |
+
width: 33.3333%;
|
| 1466 |
+
float: left;
|
| 1467 |
+
}
|
| 1468 |
+
|
| 1469 |
+
.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-grid-post:nth-of-type(3n) {
|
| 1470 |
+
margin-right: 0 !important;
|
| 1471 |
+
}
|
| 1472 |
+
|
| 1473 |
+
.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-grid-post:nth-of-type(3n + 1) {
|
| 1474 |
+
clear: left;
|
| 1475 |
+
}
|
| 1476 |
+
|
| 1477 |
+
.elementor-element.elementor-grid-tablet-4 {
|
| 1478 |
+
position: relative;
|
| 1479 |
+
}
|
| 1480 |
+
|
| 1481 |
+
.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-grid-post {
|
| 1482 |
+
width: 25%;
|
| 1483 |
+
float: left;
|
| 1484 |
+
}
|
| 1485 |
+
|
| 1486 |
+
.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-grid-post:nth-of-type(4n) {
|
| 1487 |
+
margin-right: 0 !important;
|
| 1488 |
+
}
|
| 1489 |
+
|
| 1490 |
+
.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-grid-post:nth-of-type(4n + 1) {
|
| 1491 |
+
clear: left;
|
| 1492 |
+
}
|
| 1493 |
+
|
| 1494 |
+
.elementor-element.elementor-grid-tablet-5 {
|
| 1495 |
+
position: relative;
|
| 1496 |
+
}
|
| 1497 |
+
|
| 1498 |
+
.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-grid-post {
|
| 1499 |
+
width: 20%;
|
| 1500 |
+
float: left;
|
| 1501 |
+
}
|
| 1502 |
+
|
| 1503 |
+
.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-grid-post:nth-of-type(5n) {
|
| 1504 |
+
margin-right: 0 !important;
|
| 1505 |
+
}
|
| 1506 |
+
|
| 1507 |
+
.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-grid-post:nth-of-type(5n + 1) {
|
| 1508 |
+
clear: left;
|
| 1509 |
+
}
|
| 1510 |
+
|
| 1511 |
+
.elementor-element.elementor-grid-tablet-6 {
|
| 1512 |
+
position: relative;
|
| 1513 |
+
}
|
| 1514 |
+
|
| 1515 |
+
.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-grid-post {
|
| 1516 |
+
width: 16%;
|
| 1517 |
+
float: left;
|
| 1518 |
+
}
|
| 1519 |
+
|
| 1520 |
+
.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-grid-post:nth-of-type(6n) {
|
| 1521 |
+
margin-right: 0 !important;
|
| 1522 |
+
}
|
| 1523 |
+
|
| 1524 |
+
.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-grid-post:nth-of-type(6n + 1) {
|
| 1525 |
+
clear: left;
|
| 1526 |
+
}
|
| 1527 |
+
}
|
| 1528 |
+
@media only screen and (max-width: 767px) {
|
| 1529 |
+
.elementor-element.elementor-grid-mobile-1 {
|
| 1530 |
+
position: relative;
|
| 1531 |
+
}
|
| 1532 |
+
|
| 1533 |
+
.elementor-element.elementor-grid-mobile-1 .eael-better-docs-category-grid-post {
|
| 1534 |
+
width: 100%;
|
| 1535 |
+
float: left;
|
| 1536 |
+
}
|
| 1537 |
+
|
| 1538 |
+
.elementor-element.elementor-grid-mobile-2 {
|
| 1539 |
+
position: relative;
|
| 1540 |
+
}
|
| 1541 |
+
|
| 1542 |
+
.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-grid-post {
|
| 1543 |
+
width: 50%;
|
| 1544 |
+
float: left;
|
| 1545 |
+
}
|
| 1546 |
+
|
| 1547 |
+
.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-grid-post:nth-of-type(2n) {
|
| 1548 |
+
margin-right: 0 !important;
|
| 1549 |
+
}
|
| 1550 |
+
|
| 1551 |
+
.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-grid-post:nth-of-type(2n + 1) {
|
| 1552 |
+
clear: left;
|
| 1553 |
+
}
|
| 1554 |
+
|
| 1555 |
+
.elementor-element.elementor-grid-mobile-3 {
|
| 1556 |
+
position: relative;
|
| 1557 |
+
}
|
| 1558 |
+
|
| 1559 |
+
.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-grid-post {
|
| 1560 |
+
width: 33.3333%;
|
| 1561 |
+
float: left;
|
| 1562 |
+
}
|
| 1563 |
+
|
| 1564 |
+
.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-grid-post:nth-of-type(3n) {
|
| 1565 |
+
margin-right: 0 !important;
|
| 1566 |
+
}
|
| 1567 |
+
|
| 1568 |
+
.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-grid-post:nth-of-type(3n + 1) {
|
| 1569 |
+
clear: left;
|
| 1570 |
+
}
|
| 1571 |
+
|
| 1572 |
+
.elementor-element.elementor-grid-mobile-4 {
|
| 1573 |
+
position: relative;
|
| 1574 |
+
}
|
| 1575 |
+
|
| 1576 |
+
.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-grid-post {
|
| 1577 |
+
width: 25%;
|
| 1578 |
+
float: left;
|
| 1579 |
+
}
|
| 1580 |
+
|
| 1581 |
+
.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-grid-post:nth-of-type(4n) {
|
| 1582 |
+
margin-right: 0 !important;
|
| 1583 |
+
}
|
| 1584 |
+
|
| 1585 |
+
.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-grid-post:nth-of-type(4n + 1) {
|
| 1586 |
+
clear: left;
|
| 1587 |
+
}
|
| 1588 |
+
|
| 1589 |
+
.elementor-element.elementor-grid-mobile-5 {
|
| 1590 |
+
position: relative;
|
| 1591 |
+
}
|
| 1592 |
+
|
| 1593 |
+
.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-grid-post {
|
| 1594 |
+
width: 20%;
|
| 1595 |
+
float: left;
|
| 1596 |
+
}
|
| 1597 |
+
|
| 1598 |
+
.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-grid-post:nth-of-type(5n) {
|
| 1599 |
+
margin-right: 0 !important;
|
| 1600 |
+
}
|
| 1601 |
+
|
| 1602 |
+
.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-grid-post:nth-of-type(5n + 1) {
|
| 1603 |
+
clear: left;
|
| 1604 |
+
}
|
| 1605 |
+
|
| 1606 |
+
.elementor-element.elementor-grid-mobile-6 {
|
| 1607 |
+
position: relative;
|
| 1608 |
+
}
|
| 1609 |
+
|
| 1610 |
+
.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-grid-post {
|
| 1611 |
+
width: 16%;
|
| 1612 |
+
float: left;
|
| 1613 |
+
}
|
| 1614 |
+
|
| 1615 |
+
.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-grid-post:nth-of-type(6n) {
|
| 1616 |
+
margin-right: 0 !important;
|
| 1617 |
+
}
|
| 1618 |
+
|
| 1619 |
+
.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-grid-post:nth-of-type(6n + 1) {
|
| 1620 |
+
clear: left;
|
| 1621 |
+
}
|
| 1622 |
+
}
|
| 1623 |
+
.eael-caldera-form-align-left,
|
| 1624 |
+
.eael-caldera-form-btn-align-left {
|
| 1625 |
+
text-align: left;
|
| 1626 |
+
}
|
| 1627 |
+
|
| 1628 |
+
.eael-caldera-form-align-right,
|
| 1629 |
+
.eael-caldera-form-btn-align-right {
|
| 1630 |
+
text-align: right;
|
| 1631 |
+
}
|
| 1632 |
+
|
| 1633 |
+
.eael-caldera-form-align-center,
|
| 1634 |
+
.eael-caldera-form-btn-align-center {
|
| 1635 |
+
text-align: center;
|
| 1636 |
+
}
|
| 1637 |
+
|
| 1638 |
+
.eael-caldera-form .control-label {
|
| 1639 |
+
display: none;
|
| 1640 |
+
}
|
| 1641 |
+
|
| 1642 |
+
.eael-caldera-form-labels-yes .control-label {
|
| 1643 |
+
display: block;
|
| 1644 |
+
}
|
| 1645 |
+
|
| 1646 |
+
.eael-caldera-form-button-center .form-group input[type=button],
|
| 1647 |
+
.eael-caldera-form-button-center .form-group input[type=submit] {
|
| 1648 |
+
display: block;
|
| 1649 |
+
margin: 0 auto;
|
| 1650 |
+
}
|
| 1651 |
+
|
| 1652 |
+
.eael-caldera-form-button-right .form-group input[type=button],
|
| 1653 |
+
.eael-caldera-form-button-right .form-group input[type=submit] {
|
| 1654 |
+
float: right;
|
| 1655 |
+
}
|
| 1656 |
+
|
| 1657 |
+
.eael-caldera-form .intl-tel-input {
|
| 1658 |
+
display: inherit;
|
| 1659 |
+
}
|
| 1660 |
+
|
| 1661 |
+
.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
|
| 1662 |
+
.eael-custom-radio-checkbox .caldera-grid input[type=radio] {
|
| 1663 |
+
border-style: solid;
|
| 1664 |
+
border-width: 0;
|
| 1665 |
+
padding: 3px;
|
| 1666 |
+
-webkit-appearance: none;
|
| 1667 |
+
}
|
| 1668 |
+
|
| 1669 |
+
.eael-caldera-form-button-full-width .form-group input[type=submit],
|
| 1670 |
+
.eael-caldera-form-button-full-width .form-group input[type=button] {
|
| 1671 |
+
width: 100%;
|
| 1672 |
+
}
|
| 1673 |
+
.eael-call-to-action {
|
| 1674 |
+
width: 100%;
|
| 1675 |
+
height: auto;
|
| 1676 |
+
display: block;
|
| 1677 |
+
padding: 30px;
|
| 1678 |
+
font-size: 16px;
|
| 1679 |
+
color: #4d4d4d;
|
| 1680 |
+
font-weight: 400;
|
| 1681 |
+
line-height: 27px;
|
| 1682 |
+
margin: 0 auto;
|
| 1683 |
+
}
|
| 1684 |
+
|
| 1685 |
+
.eael-call-to-action p {
|
| 1686 |
+
margin-bottom: 10px;
|
| 1687 |
+
}
|
| 1688 |
+
|
| 1689 |
+
.eael-call-to-action .title {
|
| 1690 |
+
font-size: 36px;
|
| 1691 |
+
font-weight: 600;
|
| 1692 |
+
line-height: 36px;
|
| 1693 |
+
margin-bottom: 10px;
|
| 1694 |
+
text-transform: capitalize;
|
| 1695 |
+
font-style: normal;
|
| 1696 |
+
}
|
| 1697 |
+
|
| 1698 |
+
.elementor-widget-eael-cta-box.content-align-cta-default {
|
| 1699 |
+
text-align: left;
|
| 1700 |
+
}
|
| 1701 |
+
|
| 1702 |
+
.elementor-widget-eael-cta-box.content-align-cta-center {
|
| 1703 |
+
text-align: center;
|
| 1704 |
+
}
|
| 1705 |
+
|
| 1706 |
+
.elementor-widget-eael-cta-box.content-align-cta-right {
|
| 1707 |
+
text-align: right;
|
| 1708 |
+
}
|
| 1709 |
+
|
| 1710 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 1711 |
+
.elementor-widget-eael-cta-box.content-align--tabletcta-right {
|
| 1712 |
+
text-align: right;
|
| 1713 |
+
}
|
| 1714 |
+
|
| 1715 |
+
.elementor-widget-eael-cta-box.content-align--tabletcta-center {
|
| 1716 |
+
text-align: center;
|
| 1717 |
+
}
|
| 1718 |
+
|
| 1719 |
+
.elementor-widget-eael-cta-box.content-align--tabletcta-default {
|
| 1720 |
+
text-align: left;
|
| 1721 |
+
}
|
| 1722 |
+
}
|
| 1723 |
+
|
| 1724 |
+
@media all and (max-width: 767px) {
|
| 1725 |
+
.elementor-widget-eael-cta-box.content-align--mobilecta-center {
|
| 1726 |
+
text-align: center;
|
| 1727 |
+
}
|
| 1728 |
+
|
| 1729 |
+
.elementor-widget-eael-cta-box.content-align--mobilecta-right {
|
| 1730 |
+
text-align: right;
|
| 1731 |
+
}
|
| 1732 |
+
|
| 1733 |
+
.elementor-widget-eael-cta-box.content-align--mobilecta-default {
|
| 1734 |
+
text-align: left;
|
| 1735 |
+
}
|
| 1736 |
+
}
|
| 1737 |
+
|
| 1738 |
+
.eael-call-to-action.bg-lite {
|
| 1739 |
+
background: #f4f4f4;
|
| 1740 |
+
}
|
| 1741 |
+
|
| 1742 |
+
.eael-call-to-action.bg-img {
|
| 1743 |
+
background-image: url("../img/bg.jpg");
|
| 1744 |
+
background-repeat: no-repeat;
|
| 1745 |
+
background-position: center;
|
| 1746 |
+
background-size: cover;
|
| 1747 |
+
position: relative;
|
| 1748 |
+
z-index: 0;
|
| 1749 |
+
color: rgba(255, 255, 255, 0.7);
|
| 1750 |
+
}
|
| 1751 |
+
|
| 1752 |
+
.eael-call-to-action.bg-img .icon {
|
| 1753 |
+
color: #fff;
|
| 1754 |
+
}
|
| 1755 |
+
|
| 1756 |
+
.eael-cta-overlay-yes .eael-call-to-action.bg-img:after {
|
| 1757 |
+
content: "";
|
| 1758 |
+
position: absolute;
|
| 1759 |
+
width: 100%;
|
| 1760 |
+
height: 100%;
|
| 1761 |
+
top: 0px;
|
| 1762 |
+
left: 0px;
|
| 1763 |
+
z-index: -1;
|
| 1764 |
+
background: rgba(0, 0, 0, 0.8);
|
| 1765 |
+
}
|
| 1766 |
+
|
| 1767 |
+
.eael-call-to-action.bg-img.bg-fixed {
|
| 1768 |
+
background-attachment: fixed;
|
| 1769 |
+
background-position: center center;
|
| 1770 |
+
}
|
| 1771 |
+
|
| 1772 |
+
.eael-call-to-action.bg-img .title {
|
| 1773 |
+
color: rgba(255, 255, 255, 0.9);
|
| 1774 |
+
}
|
| 1775 |
+
|
| 1776 |
+
/*--- Cta Flex ---*/
|
| 1777 |
+
|
| 1778 |
+
.eael-call-to-action.cta-flex,
|
| 1779 |
+
.eael-call-to-action.cta-icon-flex {
|
| 1780 |
+
display: -webkit-box;
|
| 1781 |
+
display: -webkit-flex;
|
| 1782 |
+
display: -ms-flexbox;
|
| 1783 |
+
display: flex;
|
| 1784 |
+
-webkit-box-pack: justify;
|
| 1785 |
+
-webkit-justify-content: space-between;
|
| 1786 |
+
-ms-flex-pack: justify;
|
| 1787 |
+
justify-content: space-between;
|
| 1788 |
+
-webkit-box-align: start;
|
| 1789 |
+
-webkit-align-items: flex-start;
|
| 1790 |
+
-ms-flex-align: start;
|
| 1791 |
+
align-items: flex-start;
|
| 1792 |
+
}
|
| 1793 |
+
|
| 1794 |
+
/*--- Cta Icon Flex ---*/
|
| 1795 |
+
|
| 1796 |
+
.eael-call-to-action.cta-icon-flex .icon {
|
| 1797 |
+
-webkit-box-flex: 1;
|
| 1798 |
+
-webkit-flex-grow: 1;
|
| 1799 |
+
-ms-flex-positive: 1;
|
| 1800 |
+
flex-grow: 1;
|
| 1801 |
+
font-size: 80px;
|
| 1802 |
+
text-align: left;
|
| 1803 |
+
line-height: 130px;
|
| 1804 |
+
}
|
| 1805 |
+
|
| 1806 |
+
.eael-call-to-action.cta-icon-flex .action {
|
| 1807 |
+
-webkit-box-flex: 1;
|
| 1808 |
+
-webkit-flex-grow: 1;
|
| 1809 |
+
-ms-flex-positive: 1;
|
| 1810 |
+
flex-grow: 1;
|
| 1811 |
+
text-align: right;
|
| 1812 |
+
padding-top: 22px;
|
| 1813 |
+
-webkit-flex-basis: 22%;
|
| 1814 |
+
-ms-flex-preferred-size: 22%;
|
| 1815 |
+
flex-basis: 22%;
|
| 1816 |
+
}
|
| 1817 |
+
|
| 1818 |
+
.eael-call-to-action.cta-icon-flex .content {
|
| 1819 |
+
-webkit-box-flex: 1;
|
| 1820 |
+
-webkit-flex-grow: 1;
|
| 1821 |
+
-ms-flex-positive: 1;
|
| 1822 |
+
flex-grow: 1;
|
| 1823 |
+
padding: 0px 30px;
|
| 1824 |
+
}
|
| 1825 |
+
|
| 1826 |
+
/*--- Cta Flex ---*/
|
| 1827 |
+
|
| 1828 |
+
.eael-call-to-action.cta-flex .content {
|
| 1829 |
+
padding: 0px 15px;
|
| 1830 |
+
-webkit-box-flex: 1;
|
| 1831 |
+
-webkit-flex-grow: 1;
|
| 1832 |
+
-ms-flex-positive: 1;
|
| 1833 |
+
flex-grow: 1;
|
| 1834 |
+
}
|
| 1835 |
+
|
| 1836 |
+
.eael-call-to-action.cta-flex .action {
|
| 1837 |
+
-webkit-box-flex: 1;
|
| 1838 |
+
-webkit-flex-grow: 1;
|
| 1839 |
+
-ms-flex-positive: 1;
|
| 1840 |
+
flex-grow: 1;
|
| 1841 |
+
text-align: right;
|
| 1842 |
+
padding-top: 25px;
|
| 1843 |
+
-webkit-flex-basis: 23%;
|
| 1844 |
+
-ms-flex-preferred-size: 23%;
|
| 1845 |
+
flex-basis: 23%;
|
| 1846 |
+
}
|
| 1847 |
+
|
| 1848 |
+
/*--- Cta Button ---*/
|
| 1849 |
+
|
| 1850 |
+
.eael-call-to-action .cta-button {
|
| 1851 |
+
position: relative;
|
| 1852 |
+
display: inline-block;
|
| 1853 |
+
padding: 12px 30px;
|
| 1854 |
+
background: #f9f9f9;
|
| 1855 |
+
font-size: 16px;
|
| 1856 |
+
text-decoration: none;
|
| 1857 |
+
color: #4d4d4d;
|
| 1858 |
+
-webkit-transition: 0.5s;
|
| 1859 |
+
-o-transition: 0.5s;
|
| 1860 |
+
transition: 0.5s;
|
| 1861 |
+
-webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 1862 |
+
-ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 1863 |
+
box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
|
| 1864 |
+
margin-right: 10px;
|
| 1865 |
+
margin-top: 10px;
|
| 1866 |
+
z-index: 0;
|
| 1867 |
+
overflow: hidden;
|
| 1868 |
+
}
|
| 1869 |
+
|
| 1870 |
+
.eael-call-to-action .cta-button:last-child {
|
| 1871 |
+
margin-right: 0px;
|
| 1872 |
+
}
|
| 1873 |
+
|
| 1874 |
+
.eael-call-to-action .cta-button:focus {
|
| 1875 |
+
outline: none;
|
| 1876 |
+
}
|
| 1877 |
+
|
| 1878 |
+
/*--- Hover ---*/
|
| 1879 |
+
|
| 1880 |
+
.eael-call-to-action .cta-button:hover {
|
| 1881 |
+
color: #fff;
|
| 1882 |
+
background: #3f51b5;
|
| 1883 |
+
-webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 1884 |
+
-ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 1885 |
+
box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
|
| 1886 |
+
}
|
| 1887 |
+
|
| 1888 |
+
/*--- Cta Button effect 1 ---*/
|
| 1889 |
+
|
| 1890 |
+
.eael-call-to-action .cta-button.effect-1:after {
|
| 1891 |
+
content: "";
|
| 1892 |
+
position: absolute;
|
| 1893 |
+
width: 100%;
|
| 1894 |
+
height: 100%;
|
| 1895 |
+
background: #3f51b5;
|
| 1896 |
+
top: 0px;
|
| 1897 |
+
left: 0px;
|
| 1898 |
+
transform: translateY(-100%);
|
| 1899 |
+
-webkit-transform: translateY(-100%);
|
| 1900 |
+
-ms-transform: translateY(-100%);
|
| 1901 |
+
z-index: -1;
|
| 1902 |
+
-webkit-transition: 0.5s;
|
| 1903 |
+
-o-transition: 0.5s;
|
| 1904 |
+
transition: 0.5s;
|
| 1905 |
+
color: #fff;
|
| 1906 |
+
}
|
| 1907 |
+
|
| 1908 |
+
.eael-call-to-action .cta-button.effect-1:hover::after {
|
| 1909 |
+
-webkit-transform: translateY(0);
|
| 1910 |
+
-ms-transform: translateY(0);
|
| 1911 |
+
transform: translateY(0);
|
| 1912 |
+
}
|
| 1913 |
+
|
| 1914 |
+
/*--- Cta Button effect 2 ---*/
|
| 1915 |
+
|
| 1916 |
+
.eael-call-to-action .cta-button.effect-2:after {
|
| 1917 |
+
content: "";
|
| 1918 |
+
position: absolute;
|
| 1919 |
+
width: 100%;
|
| 1920 |
+
height: 100%;
|
| 1921 |
+
background: #3f51b5;
|
| 1922 |
+
top: 0px;
|
| 1923 |
+
left: 0px;
|
| 1924 |
+
z-index: -1;
|
| 1925 |
+
-webkit-transition: 0.5s;
|
| 1926 |
+
-o-transition: 0.5s;
|
| 1927 |
+
transition: 0.5s;
|
| 1928 |
+
color: #fff;
|
| 1929 |
+
-webkit-transform: translateX(-100%);
|
| 1930 |
+
-ms-transform: translateX(-100%);
|
| 1931 |
+
transform: translateX(-100%);
|
| 1932 |
+
}
|
| 1933 |
+
|
| 1934 |
+
.eael-call-to-action .cta-button.effect-2:hover::after {
|
| 1935 |
+
-webkit-transform: translateX(0);
|
| 1936 |
+
-ms-transform: translateX(0);
|
| 1937 |
+
transform: translateX(0);
|
| 1938 |
+
}
|
| 1939 |
+
|
| 1940 |
+
/*--- Media Queries ---*/
|
| 1941 |
+
|
| 1942 |
+
@media only screen and (max-width: 768px) {
|
| 1943 |
+
.eael-call-to-action.cta-flex,
|
| 1944 |
+
.eael-call-to-action.cta-icon-flex {
|
| 1945 |
+
-webkit-flex-wrap: wrap;
|
| 1946 |
+
-ms-flex-wrap: wrap;
|
| 1947 |
+
flex-wrap: wrap;
|
| 1948 |
+
}
|
| 1949 |
+
|
| 1950 |
+
.eael-call-to-action .title {
|
| 1951 |
+
font-size: 28px;
|
| 1952 |
+
line-height: 36px;
|
| 1953 |
+
margin-top: 0px;
|
| 1954 |
+
}
|
| 1955 |
+
|
| 1956 |
+
.eael-call-to-action.cta-icon-flex .icon {
|
| 1957 |
+
-webkit-box-flex: 1;
|
| 1958 |
+
-webkit-flex-grow: 1;
|
| 1959 |
+
-ms-flex-positive: 1;
|
| 1960 |
+
flex-grow: 1;
|
| 1961 |
+
font-size: 48px;
|
| 1962 |
+
line-height: 90px;
|
| 1963 |
+
text-align: center;
|
| 1964 |
+
}
|
| 1965 |
+
|
| 1966 |
+
.eael-call-to-action.cta-flex .content,
|
| 1967 |
+
.eael-call-to-action.cta-icon-flex .content {
|
| 1968 |
+
-webkit-box-flex: 1;
|
| 1969 |
+
-webkit-flex-grow: 1;
|
| 1970 |
+
-ms-flex-positive: 1;
|
| 1971 |
+
flex-grow: 1;
|
| 1972 |
+
text-align: center;
|
| 1973 |
+
padding: 0px;
|
| 1974 |
+
}
|
| 1975 |
+
|
| 1976 |
+
.eael-call-to-action.cta-flex .action,
|
| 1977 |
+
.eael-call-to-action.cta-icon-flex .action {
|
| 1978 |
+
text-align: center;
|
| 1979 |
+
padding-top: 0px;
|
| 1980 |
+
}
|
| 1981 |
+
|
| 1982 |
+
.eael-call-to-action .cta-button {
|
| 1983 |
+
padding: 12px 25px;
|
| 1984 |
+
}
|
| 1985 |
+
}
|
| 1986 |
+
|
| 1987 |
+
@media only screen and (max-width: 360px) {
|
| 1988 |
+
.eael-call-to-action {
|
| 1989 |
+
font-size: 14px;
|
| 1990 |
+
line-height: 26px;
|
| 1991 |
+
}
|
| 1992 |
+
|
| 1993 |
+
.eael-call-to-action .cta-button {
|
| 1994 |
+
padding: 4px 20px;
|
| 1995 |
+
font-size: 12px;
|
| 1996 |
+
}
|
| 1997 |
+
|
| 1998 |
+
.eael-call-to-action .title {
|
| 1999 |
+
font-size: 20px;
|
| 2000 |
+
line-height: 30px;
|
| 2001 |
+
}
|
| 2002 |
+
}
|
| 2003 |
+
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
|
| 2004 |
+
margin-left: auto !important;
|
| 2005 |
+
margin-right: auto !important;
|
| 2006 |
+
display: block;
|
| 2007 |
+
float: none;
|
| 2008 |
+
}
|
| 2009 |
+
|
| 2010 |
+
.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
|
| 2011 |
+
float: left;
|
| 2012 |
+
width: auto;
|
| 2013 |
+
}
|
| 2014 |
+
|
| 2015 |
+
.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
|
| 2016 |
+
float: right;
|
| 2017 |
+
width: auto;
|
| 2018 |
+
}
|
| 2019 |
+
|
| 2020 |
+
.eael-contact-form-7 textarea,
|
| 2021 |
+
.eael-contact-form-7 input[type=text],
|
| 2022 |
+
.eael-contact-form-7 input[type=password],
|
| 2023 |
+
.eael-contact-form-7 input[type=datetime],
|
| 2024 |
+
.eael-contact-form-7 input[type=datetime-local],
|
| 2025 |
+
.eael-contact-form-7 input[type=date],
|
| 2026 |
+
.eael-contact-form-7 input[type=month],
|
| 2027 |
+
.eael-contact-form-7 input[type=time],
|
| 2028 |
+
.eael-contact-form-7 input[type=week],
|
| 2029 |
+
.eael-contact-form-7 input[type=number],
|
| 2030 |
+
.eael-contact-form-7 input[type=email],
|
| 2031 |
+
.eael-contact-form-7 input[type=url],
|
| 2032 |
+
.eael-contact-form-7 input[type=search],
|
| 2033 |
+
.eael-contact-form-7 input[type=tel],
|
| 2034 |
+
.eael-contact-form-7 input[type=color],
|
| 2035 |
+
.eael-contact-form-7 .uneditable-input {
|
| 2036 |
+
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 2037 |
+
-webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
|
| 2038 |
+
transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
|
| 2039 |
+
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 2040 |
+
transition: border linear 0.2s, box-shadow linear 0.2s;
|
| 2041 |
+
transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
|
| 2042 |
+
}
|
| 2043 |
+
|
| 2044 |
+
.eael-contact-form-7 .wpcf7-form::before,
|
| 2045 |
+
.eael-contact-form-7 .wpcf7-form::after {
|
| 2046 |
+
content: " ";
|
| 2047 |
+
clear: both;
|
| 2048 |
+
display: table;
|
| 2049 |
+
}
|
| 2050 |
+
|
| 2051 |
+
.eael-contact-form-7 .wpcf7-form:after {
|
| 2052 |
+
clear: both;
|
| 2053 |
+
content: "";
|
| 2054 |
+
font-size: 0;
|
| 2055 |
+
height: 0;
|
| 2056 |
+
display: block;
|
| 2057 |
+
visibility: hidden;
|
| 2058 |
+
}
|
| 2059 |
+
|
| 2060 |
+
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
| 2061 |
+
display: none;
|
| 2062 |
+
}
|
| 2063 |
+
|
| 2064 |
+
.eael-contact-form-7-title {
|
| 2065 |
+
margin-bottom: 10px;
|
| 2066 |
+
}
|
| 2067 |
+
|
| 2068 |
+
.eael-contact-form-7-description {
|
| 2069 |
+
margin-bottom: 20px;
|
| 2070 |
+
}
|
| 2071 |
+
|
| 2072 |
+
.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
|
| 2073 |
+
width: 100%;
|
| 2074 |
+
}
|
| 2075 |
+
|
| 2076 |
+
.wpcf7 form > div,
|
| 2077 |
+
.wpcf7 form > p {
|
| 2078 |
+
margin-bottom: 20px;
|
| 2079 |
+
}
|
| 2080 |
+
|
| 2081 |
+
.eael-contact-form-7 .wpcf7-form p {
|
| 2082 |
+
margin-bottom: 20px;
|
| 2083 |
+
}
|
| 2084 |
+
|
| 2085 |
+
.eael-contact-form-7 .wpcf7-form p span.wpcf7-form-control-wrap {
|
| 2086 |
+
margin-bottom: 0px;
|
| 2087 |
+
}
|
| 2088 |
+
|
| 2089 |
+
.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label {
|
| 2090 |
+
font-family: inherit;
|
| 2091 |
+
font-weight: normal;
|
| 2092 |
+
}
|
| 2093 |
+
|
| 2094 |
+
.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit {
|
| 2095 |
+
font-family: inherit;
|
| 2096 |
+
font-weight: normal;
|
| 2097 |
+
}
|
| 2098 |
+
.eael-ticker-wrap {
|
| 2099 |
+
position: relative;
|
| 2100 |
+
overflow: hidden;
|
| 2101 |
+
display: -webkit-box;
|
| 2102 |
+
display: -webkit-flex;
|
| 2103 |
+
display: -ms-flexbox;
|
| 2104 |
+
display: flex;
|
| 2105 |
+
-webkit-box-orient: horizontal;
|
| 2106 |
+
-webkit-box-direction: normal;
|
| 2107 |
+
-webkit-flex-flow: row nowrap;
|
| 2108 |
+
-ms-flex-flow: row nowrap;
|
| 2109 |
+
flex-flow: row nowrap;
|
| 2110 |
+
-webkit-box-align: center;
|
| 2111 |
+
-webkit-align-items: center;
|
| 2112 |
+
-ms-flex-align: center;
|
| 2113 |
+
align-items: center;
|
| 2114 |
+
width: 100%;
|
| 2115 |
+
}
|
| 2116 |
+
|
| 2117 |
+
.eael-ticker-wrap .ticker-badge {
|
| 2118 |
+
-webkit-box-flex: 0;
|
| 2119 |
+
-webkit-flex: 0 0 auto;
|
| 2120 |
+
-ms-flex: 0 0 auto;
|
| 2121 |
+
flex: 0 0 auto;
|
| 2122 |
+
padding: 8px 12px;
|
| 2123 |
+
}
|
| 2124 |
+
|
| 2125 |
+
.eael-ticker-wrap .eael-ticker {
|
| 2126 |
+
overflow: hidden;
|
| 2127 |
+
-webkit-box-flex: 1;
|
| 2128 |
+
-webkit-flex: 1 1 auto;
|
| 2129 |
+
-ms-flex: 1 1 auto;
|
| 2130 |
+
flex: 1 1 auto;
|
| 2131 |
+
}
|
| 2132 |
+
|
| 2133 |
+
.eael-ticker-wrap .eael-ticker .ticker-content {
|
| 2134 |
+
padding: 8px 12px;
|
| 2135 |
+
line-height: 1.8;
|
| 2136 |
+
}
|
| 2137 |
+
|
| 2138 |
+
.eael-ticker-wrap .eael-ticker .ticker-content p {
|
| 2139 |
+
margin: 0;
|
| 2140 |
+
}
|
| 2141 |
+
|
| 2142 |
+
.eael-ticker-wrap .swiper-button-prev {
|
| 2143 |
+
left: auto !important;
|
| 2144 |
+
right: 25px;
|
| 2145 |
+
}
|
| 2146 |
+
|
| 2147 |
+
.eael-ticker-wrap div.swiper-slide,
|
| 2148 |
+
.eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
|
| 2149 |
+
.eael-ticker-wrap div.swiper-slide.swiper-slide-next {
|
| 2150 |
+
opacity: 0 !important;
|
| 2151 |
+
}
|
| 2152 |
+
|
| 2153 |
+
.eael-ticker-wrap div.swiper-slide.swiper-slide-active {
|
| 2154 |
+
opacity: 1 !important;
|
| 2155 |
+
}
|
| 2156 |
+
|
| 2157 |
+
.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
|
| 2158 |
+
text-align: left;
|
| 2159 |
+
}
|
| 2160 |
+
|
| 2161 |
+
@media only screen and (max-width: 767px) {
|
| 2162 |
+
.eael-ticker-wrap {
|
| 2163 |
+
-webkit-box-orient: horizontal;
|
| 2164 |
+
-webkit-box-direction: normal;
|
| 2165 |
+
-webkit-flex-flow: row wrap;
|
| 2166 |
+
-ms-flex-flow: row wrap;
|
| 2167 |
+
flex-flow: row wrap;
|
| 2168 |
+
}
|
| 2169 |
+
|
| 2170 |
+
.content-ticker-pagination {
|
| 2171 |
+
display: none;
|
| 2172 |
+
}
|
| 2173 |
+
}
|
| 2174 |
+
|
| 2175 |
+
.eael-ticker-wrap .swiper-button-next, .eael-ticker-wrap .swiper-button-prev {
|
| 2176 |
+
background-image: none;
|
| 2177 |
+
outline: none;
|
| 2178 |
+
display: -webkit-box;
|
| 2179 |
+
display: -webkit-flex;
|
| 2180 |
+
display: -ms-flexbox;
|
| 2181 |
+
display: flex;
|
| 2182 |
+
-webkit-box-align: center;
|
| 2183 |
+
-webkit-align-items: center;
|
| 2184 |
+
-ms-flex-align: center;
|
| 2185 |
+
align-items: center;
|
| 2186 |
+
-webkit-box-pack: center;
|
| 2187 |
+
-webkit-justify-content: center;
|
| 2188 |
+
-ms-flex-pack: center;
|
| 2189 |
+
justify-content: center;
|
| 2190 |
+
-webkit-transition: all 0.3s ease;
|
| 2191 |
+
-o-transition: all 0.3s ease;
|
| 2192 |
+
transition: all 0.3s ease;
|
| 2193 |
+
}
|
| 2194 |
+
/*--- General ---*/
|
| 2195 |
+
.eael-countdown-items {
|
| 2196 |
+
list-style: none;
|
| 2197 |
+
margin: 0;
|
| 2198 |
+
padding: 0;
|
| 2199 |
+
display: table;
|
| 2200 |
+
table-layout: fixed;
|
| 2201 |
+
width: 100%;
|
| 2202 |
+
}
|
| 2203 |
+
.eael-countdown-items > li {
|
| 2204 |
+
list-style: none;
|
| 2205 |
+
margin: 0;
|
| 2206 |
+
padding: 0;
|
| 2207 |
+
display: table-cell;
|
| 2208 |
+
position: relative;
|
| 2209 |
+
}
|
| 2210 |
+
.eael-countdown-item > div {
|
| 2211 |
+
text-align: center;
|
| 2212 |
+
padding: 20px;
|
| 2213 |
+
}
|
| 2214 |
+
.eael-countdown-digits {
|
| 2215 |
+
font-size: 54px;
|
| 2216 |
+
line-height: 1;
|
| 2217 |
+
}
|
| 2218 |
+
.eael-countdown-label {
|
| 2219 |
+
font-size: 18px;
|
| 2220 |
+
line-height: 1;
|
| 2221 |
+
color: #ffffff;
|
| 2222 |
+
}
|
| 2223 |
+
.eael-countdown-show-separator.eael-countdown-separator-solid .eael-countdown-digits::after {
|
| 2224 |
+
content: "|";
|
| 2225 |
+
position: absolute;
|
| 2226 |
+
left: 98%;
|
| 2227 |
+
z-index: 1;
|
| 2228 |
+
}
|
| 2229 |
+
.eael-countdown-show-separator.eael-countdown-separator-dotted .eael-countdown-digits::after {
|
| 2230 |
+
content: ":";
|
| 2231 |
+
position: absolute;
|
| 2232 |
+
left: 98%;
|
| 2233 |
+
z-index: 1;
|
| 2234 |
+
}
|
| 2235 |
+
.eael-countdown-item:last-child .eael-countdown-digits::after {
|
| 2236 |
+
display: none;
|
| 2237 |
+
}
|
| 2238 |
+
/*--- Style 1 ---*/
|
| 2239 |
+
.eael-countdown-items.style-1 .eael-countdown-item > div {
|
| 2240 |
+
background: #262625;
|
| 2241 |
+
}
|
| 2242 |
+
@media all and (min-width: 1025px) {
|
| 2243 |
+
.eael-countdown-label-block .eael-countdown-digits,
|
| 2244 |
+
.eael-countdown-label-block .eael-countdown-label {
|
| 2245 |
+
display: block;
|
| 2246 |
+
text-align: center;
|
| 2247 |
+
}
|
| 2248 |
+
}
|
| 2249 |
+
@media all and (max-width: 1025px) {
|
| 2250 |
+
.eael-countdown-label-inline-tablet .eael-countdown-digits,
|
| 2251 |
+
.eael-countdown-label-inline-tablet .eael-countdown-label {
|
| 2252 |
+
display: inline-block !important;
|
| 2253 |
+
}
|
| 2254 |
+
|
| 2255 |
+
.eael-countdown-label-block-tablet .eael-countdown-digits,
|
| 2256 |
+
.eael-countdown-label-block-tablet .eael-countdown-label {
|
| 2257 |
+
display: block !important;
|
| 2258 |
+
}
|
| 2259 |
+
}
|
| 2260 |
+
@media all and (max-width: 767px) {
|
| 2261 |
+
.eael-countdown-label-inline-mobile .eael-countdown-digits,
|
| 2262 |
+
.eael-countdown-label-inline-mobile .eael-countdown-label {
|
| 2263 |
+
display: inline-block !important;
|
| 2264 |
+
}
|
| 2265 |
+
|
| 2266 |
+
.eael-countdown-label-block-mobile .eael-countdown-digits,
|
| 2267 |
+
.eael-countdown-label-block-mobile .eael-countdown-label {
|
| 2268 |
+
display: block !important;
|
| 2269 |
+
}
|
| 2270 |
+
}
|
| 2271 |
+
.eael-creative-button-align-center {
|
| 2272 |
+
text-align: center;
|
| 2273 |
+
}
|
| 2274 |
+
|
| 2275 |
+
.eael-creative-button-wrapper {
|
| 2276 |
+
display: -webkit-box;
|
| 2277 |
+
display: -webkit-flex;
|
| 2278 |
+
display: -ms-flexbox;
|
| 2279 |
+
display: flex;
|
| 2280 |
+
}
|
| 2281 |
+
|
| 2282 |
+
.eael-creative-button {
|
| 2283 |
+
-webkit-box-flex: 0;
|
| 2284 |
+
-webkit-flex: 0 0 auto;
|
| 2285 |
+
-ms-flex: 0 0 auto;
|
| 2286 |
+
flex: 0 0 auto;
|
| 2287 |
+
min-width: 150px;
|
| 2288 |
+
text-align: center;
|
| 2289 |
+
vertical-align: middle;
|
| 2290 |
+
position: relative;
|
| 2291 |
+
z-index: 1;
|
| 2292 |
+
-webkit-border-radius: 2px;
|
| 2293 |
+
border-radius: 2px;
|
| 2294 |
+
padding: 20px 30px;
|
| 2295 |
+
font-size: 16px;
|
| 2296 |
+
line-height: 1;
|
| 2297 |
+
-webkit-backface-visibility: hidden;
|
| 2298 |
+
backface-visibility: hidden;
|
| 2299 |
+
-moz-osx-font-smoothing: grayscale;
|
| 2300 |
+
}
|
| 2301 |
+
|
| 2302 |
+
.eael-creative-button:focus {
|
| 2303 |
+
outline: none;
|
| 2304 |
+
}
|
| 2305 |
+
|
| 2306 |
+
/*--- Winona ---*/
|
| 2307 |
+
|
| 2308 |
+
.eael-creative-button--winona {
|
| 2309 |
+
overflow: hidden;
|
| 2310 |
+
padding: 0 !important;
|
| 2311 |
+
-webkit-transition: border-color 0.3s, background-color 0.3s;
|
| 2312 |
+
-o-transition: border-color 0.3s, background-color 0.3s;
|
| 2313 |
+
transition: border-color 0.3s, background-color 0.3s;
|
| 2314 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2315 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2316 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2317 |
+
}
|
| 2318 |
+
|
| 2319 |
+
.eael-creative-button--winona::after {
|
| 2320 |
+
content: attr(data-text);
|
| 2321 |
+
position: absolute;
|
| 2322 |
+
width: 100%;
|
| 2323 |
+
height: 100%;
|
| 2324 |
+
top: 0;
|
| 2325 |
+
left: 0;
|
| 2326 |
+
opacity: 0;
|
| 2327 |
+
-webkit-transform: translate3d(0, 25%, 0);
|
| 2328 |
+
transform: translate3d(0, 25%, 0);
|
| 2329 |
+
display: -webkit-box;
|
| 2330 |
+
display: -webkit-flex;
|
| 2331 |
+
display: -ms-flexbox;
|
| 2332 |
+
display: flex;
|
| 2333 |
+
-webkit-box-align: center;
|
| 2334 |
+
-webkit-align-items: center;
|
| 2335 |
+
-ms-flex-align: center;
|
| 2336 |
+
align-items: center;
|
| 2337 |
+
-webkit-box-pack: center;
|
| 2338 |
+
-webkit-justify-content: center;
|
| 2339 |
+
-ms-flex-pack: center;
|
| 2340 |
+
justify-content: center;
|
| 2341 |
+
}
|
| 2342 |
+
|
| 2343 |
+
.eael-creative-button--winona::after,
|
| 2344 |
+
.eael-creative-button--winona > .creative-button-inner {
|
| 2345 |
+
padding: 1em 2em;
|
| 2346 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
| 2347 |
+
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 2348 |
+
transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 2349 |
+
-o-transition: transform 0.3s, opacity 0.3s;
|
| 2350 |
+
transition: transform 0.3s, opacity 0.3s;
|
| 2351 |
+
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
| 2352 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2353 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2354 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2355 |
+
}
|
| 2356 |
+
|
| 2357 |
+
.eael-creative-button--winona:hover::after {
|
| 2358 |
+
opacity: 1;
|
| 2359 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 2360 |
+
transform: translate3d(0, 0, 0);
|
| 2361 |
+
}
|
| 2362 |
+
|
| 2363 |
+
.eael-creative-button--winona:hover > .creative-button-inner {
|
| 2364 |
+
opacity: 0;
|
| 2365 |
+
-webkit-transform: translate3d(0, -25%, 0);
|
| 2366 |
+
transform: translate3d(0, 0%, 0);
|
| 2367 |
+
}
|
| 2368 |
+
|
| 2369 |
+
/*--- Ujarak ---*/
|
| 2370 |
+
|
| 2371 |
+
.eael-creative-button--ujarak {
|
| 2372 |
+
-webkit-transition: border-color 0.4s, color 0.4s;
|
| 2373 |
+
-o-transition: border-color 0.4s, color 0.4s;
|
| 2374 |
+
transition: border-color 0.4s, color 0.4s;
|
| 2375 |
+
}
|
| 2376 |
+
|
| 2377 |
+
.eael-creative-button--ujarak::before {
|
| 2378 |
+
content: "";
|
| 2379 |
+
position: absolute;
|
| 2380 |
+
top: 0;
|
| 2381 |
+
left: 0;
|
| 2382 |
+
width: 100%;
|
| 2383 |
+
height: 100%;
|
| 2384 |
+
z-index: -1;
|
| 2385 |
+
opacity: 0;
|
| 2386 |
+
-webkit-transform: scale3d(0.7, 1, 1);
|
| 2387 |
+
transform: scale3d(0.7, 1, 1);
|
| 2388 |
+
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
| 2389 |
+
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
| 2390 |
+
transition: opacity 0.4s, -webkit-transform 0.4s;
|
| 2391 |
+
-o-transition: transform 0.4s, opacity 0.4s;
|
| 2392 |
+
transition: transform 0.4s, opacity 0.4s;
|
| 2393 |
+
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
| 2394 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2395 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2396 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2397 |
+
}
|
| 2398 |
+
|
| 2399 |
+
.eael-creative-button--ujarak,
|
| 2400 |
+
.eael-creative-button--ujarak::before {
|
| 2401 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2402 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2403 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2404 |
+
}
|
| 2405 |
+
|
| 2406 |
+
.eael-creative-button--ujarak:hover::before {
|
| 2407 |
+
opacity: 1;
|
| 2408 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 2409 |
+
transform: translate3d(0, 0, 0);
|
| 2410 |
+
}
|
| 2411 |
+
|
| 2412 |
+
/*--- Wayra ---*/
|
| 2413 |
+
|
| 2414 |
+
.eael-creative-button--wayra {
|
| 2415 |
+
overflow: hidden;
|
| 2416 |
+
-webkit-transition: border-color 0.3s, color 0.3s;
|
| 2417 |
+
-o-transition: border-color 0.3s, color 0.3s;
|
| 2418 |
+
transition: border-color 0.3s, color 0.3s;
|
| 2419 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2420 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2421 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2422 |
+
}
|
| 2423 |
+
|
| 2424 |
+
.eael-creative-button--wayra::before {
|
| 2425 |
+
content: "";
|
| 2426 |
+
position: absolute;
|
| 2427 |
+
top: 0;
|
| 2428 |
+
left: 0;
|
| 2429 |
+
width: 150%;
|
| 2430 |
+
height: 100%;
|
| 2431 |
+
z-index: -1;
|
| 2432 |
+
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
| 2433 |
+
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
| 2434 |
+
-webkit-transform-origin: 0% 100%;
|
| 2435 |
+
-ms-transform-origin: 0% 100%;
|
| 2436 |
+
transform-origin: 0% 100%;
|
| 2437 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 2438 |
+
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
| 2439 |
+
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
| 2440 |
+
-o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 2441 |
+
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
| 2442 |
+
transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
| 2443 |
+
}
|
| 2444 |
+
|
| 2445 |
+
.eael-creative-button--wayra:hover::before {
|
| 2446 |
+
opacity: 1;
|
| 2447 |
+
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
| 2448 |
+
transform: rotate3d(0, 0, 1, 0deg);
|
| 2449 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2450 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2451 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2452 |
+
}
|
| 2453 |
+
|
| 2454 |
+
/* Tamaya */
|
| 2455 |
+
|
| 2456 |
+
.eael-creative-button--tamaya {
|
| 2457 |
+
float: left;
|
| 2458 |
+
min-width: 150px;
|
| 2459 |
+
max-width: 250px;
|
| 2460 |
+
display: block;
|
| 2461 |
+
margin: 1em;
|
| 2462 |
+
padding: 1em 2em;
|
| 2463 |
+
border: none;
|
| 2464 |
+
background: none;
|
| 2465 |
+
color: inherit;
|
| 2466 |
+
vertical-align: middle;
|
| 2467 |
+
position: relative;
|
| 2468 |
+
z-index: 1;
|
| 2469 |
+
-webkit-backface-visibility: hidden;
|
| 2470 |
+
-moz-osx-font-smoothing: grayscale;
|
| 2471 |
+
overflow: hidden;
|
| 2472 |
+
color: #7986cb;
|
| 2473 |
+
min-width: 180px;
|
| 2474 |
+
}
|
| 2475 |
+
|
| 2476 |
+
.eael-creative-button--tamaya.button--inverted {
|
| 2477 |
+
color: #37474f;
|
| 2478 |
+
border-color: #37474f;
|
| 2479 |
+
}
|
| 2480 |
+
|
| 2481 |
+
.eael-creative-button--tamaya::before,
|
| 2482 |
+
.eael-creative-button--tamaya::after {
|
| 2483 |
+
content: attr(data-text);
|
| 2484 |
+
position: absolute;
|
| 2485 |
+
width: 100%;
|
| 2486 |
+
height: 50%;
|
| 2487 |
+
left: 0;
|
| 2488 |
+
background: #7986cb;
|
| 2489 |
+
color: #fff;
|
| 2490 |
+
overflow: hidden;
|
| 2491 |
+
-webkit-transition: -webkit-transform 0.3s;
|
| 2492 |
+
transition: -webkit-transform 0.3s;
|
| 2493 |
+
-o-transition: transform 0.3s;
|
| 2494 |
+
transition: transform 0.3s;
|
| 2495 |
+
transition: transform 0.3s, -webkit-transform 0.3s;
|
| 2496 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2497 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2498 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2499 |
+
}
|
| 2500 |
+
|
| 2501 |
+
.eael-creative-button--tamaya.button--inverted::before,
|
| 2502 |
+
.eael-creative-button--tamaya.button--inverted::after {
|
| 2503 |
+
background: #fff;
|
| 2504 |
+
color: #37474f;
|
| 2505 |
+
}
|
| 2506 |
+
|
| 2507 |
+
.eael-creative-button--tamaya::before {
|
| 2508 |
+
top: 0;
|
| 2509 |
+
padding-top: 1em;
|
| 2510 |
+
}
|
| 2511 |
+
|
| 2512 |
+
.eael-creative-button--tamaya::after {
|
| 2513 |
+
bottom: 0;
|
| 2514 |
+
line-height: 0;
|
| 2515 |
+
}
|
| 2516 |
+
|
| 2517 |
+
.eael-creative-button--tamaya span {
|
| 2518 |
+
display: block;
|
| 2519 |
+
-webkit-transform: scale3d(0.2, 0.2, 1);
|
| 2520 |
+
transform: scale3d(0.2, 0.2, 1);
|
| 2521 |
+
opacity: 0;
|
| 2522 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
| 2523 |
+
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 2524 |
+
transition: opacity 0.3s, -webkit-transform 0.3s;
|
| 2525 |
+
-o-transition: transform 0.3s, opacity 0.3s;
|
| 2526 |
+
transition: transform 0.3s, opacity 0.3s;
|
| 2527 |
+
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
| 2528 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2529 |
+
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2530 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
| 2531 |
+
}
|
| 2532 |
+
|
| 2533 |
+
.eael-creative-button--tamaya:hover::before {
|
| 2534 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
| 2535 |
+
transform: translate3d(0, -100%, 0);
|
| 2536 |
+
}
|
| 2537 |
+
|
| 2538 |
+
.eael-creative-button--tamaya:hover::after {
|
| 2539 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
| 2540 |
+
transform: translate3d(0, 100%, 0);
|
| 2541 |
+
}
|
| 2542 |
+
|
| 2543 |
+
.eael-creative-button--tamaya:hover span {
|
| 2544 |
+
opacity: 1;
|
| 2545 |
+
-webkit-transform: scale3d(1, 1, 1);
|
| 2546 |
+
transform: scale3d(1, 1, 1);
|
| 2547 |
+
content: "Bangladesh";
|
| 2548 |
+
}
|
| 2549 |
+
|
| 2550 |
+
/*--- Rayen ---*/
|
| 2551 |
+
|
| 2552 |
+
.eael-creative-button--rayen {
|
| 2553 |
+
overflow: hidden;
|
| 2554 |
+
padding: 0 !important;
|
| 2555 |
+
}
|
| 2556 |
+
|
| 2557 |
+
.eael-creative-button--rayen::before {
|
| 2558 |
+
content: attr(data-text);
|
| 2559 |
+
position: absolute;
|
| 2560 |
+
top: 0;
|
| 2561 |
+
left: 0;
|
| 2562 |
+
width: 100%;
|
| 2563 |
+
height: 100%;
|
| 2564 |
+
-webkit-transform: translate3d(-100%, 0, 0);
|
| 2565 |
+
transform: translate3d(-100%, 0, 0);
|
| 2566 |
+
display: -webkit-box;
|
| 2567 |
+
display: -webkit-flex;
|
| 2568 |
+
display: -ms-flexbox;
|
| 2569 |
+
display: flex;
|
| 2570 |
+
-webkit-box-align: center;
|
| 2571 |
+
-webkit-align-items: center;
|
| 2572 |
+
-ms-flex-align: center;
|
| 2573 |
+
align-items: center;
|
| 2574 |
+
-webkit-box-pack: center;
|
| 2575 |
+
-webkit-justify-content: center;
|
| 2576 |
+
-ms-flex-pack: center;
|
| 2577 |
+
justify-content: center;
|
| 2578 |
+
}
|
| 2579 |
+
|
| 2580 |
+
.eael-creative-button--rayen::before,
|
| 2581 |
+
.eael-creative-button--rayen > .creative-button-inner {
|
| 2582 |
+
padding: 1em 2em;
|
| 2583 |
+
-webkit-transition: -webkit-transform 0.3s;
|
| 2584 |
+
transition: -webkit-transform 0.3s;
|
| 2585 |
+
-o-transition: transform 0.3s;
|
| 2586 |
+
transition: transform 0.3s;
|
| 2587 |
+
transition: transform 0.3s, -webkit-transform 0.3s;
|
| 2588 |
+
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 2589 |
+
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 2590 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
| 2591 |
+
}
|
| 2592 |
+
|
| 2593 |
+
.eael-creative-button--rayen:hover::before {
|
| 2594 |
+
-webkit-transform: translate3d(0, 0, 0);
|
| 2595 |
+
transform: translate3d(0, 0, 0);
|
| 2596 |
+
}
|
| 2597 |
+
|
| 2598 |
+
.eael-creative-button--rayen:hover > .creative-button-inner {
|
| 2599 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
| 2600 |
+
transform: translate3d(0, 100%, 0);
|
| 2601 |
+
}
|
| 2602 |
+
|
| 2603 |
+
.creative-button-inner {
|
| 2604 |
+
display: -webkit-box;
|
| 2605 |
+
display: -webkit-flex;
|
| 2606 |
+
display: -ms-flexbox;
|
| 2607 |
+
display: flex;
|
| 2608 |
+
-webkit-box-orient: horizontal;
|
| 2609 |
+
-webkit-box-direction: normal;
|
| 2610 |
+
-webkit-flex-direction: row;
|
| 2611 |
+
-ms-flex-direction: row;
|
| 2612 |
+
flex-direction: row;
|
| 2613 |
+
-webkit-box-align: center;
|
| 2614 |
+
-webkit-align-items: center;
|
| 2615 |
+
-ms-flex-align: center;
|
| 2616 |
+
align-items: center;
|
| 2617 |
+
-webkit-box-pack: center;
|
| 2618 |
+
-webkit-justify-content: center;
|
| 2619 |
+
-ms-flex-pack: center;
|
| 2620 |
+
justify-content: center;
|
| 2621 |
+
}
|
| 2622 |
+
|
| 2623 |
+
.eael-creative-button-icon-left {
|
| 2624 |
+
margin-right: 5px;
|
| 2625 |
+
}
|
| 2626 |
+
|
| 2627 |
+
.eael-creative-button-icon-right {
|
| 2628 |
+
margin-left: 5px;
|
| 2629 |
+
}
|
| 2630 |
+
@charset "UTF-8";
|
| 2631 |
+
table.eael-data-table thead .sorting_asc,
|
| 2632 |
+
table.eael-data-table thead .sorting_desc,
|
| 2633 |
+
table.eael-data-table thead .sorting {
|
| 2634 |
+
position: relative;
|
| 2635 |
+
z-index: 0;
|
| 2636 |
+
outline: 0;
|
| 2637 |
+
cursor: pointer;
|
| 2638 |
+
}
|
| 2639 |
+
table.eael-data-table thead .sorting_asc:after,
|
| 2640 |
+
table.eael-data-table thead .sorting_desc:after,
|
| 2641 |
+
table.eael-data-table thead .sorting:after {
|
| 2642 |
+
position: absolute;
|
| 2643 |
+
top: 50%;
|
| 2644 |
+
right: 10px;
|
| 2645 |
+
font-family: "Font Awesome 5 Free";
|
| 2646 |
+
color: #fff;
|
| 2647 |
+
z-index: 1;
|
| 2648 |
+
-webkit-transform: translateY(-50%);
|
| 2649 |
+
-ms-transform: translateY(-50%);
|
| 2650 |
+
transform: translateY(-50%);
|
| 2651 |
+
}
|
| 2652 |
+
.eael-data-table-wrap .eael-data-tables_wrapper {
|
| 2653 |
+
display: -webkit-box;
|
| 2654 |
+
display: -webkit-flex;
|
| 2655 |
+
display: -ms-flexbox;
|
| 2656 |
+
display: flex;
|
| 2657 |
+
-webkit-box-orient: horizontal;
|
| 2658 |
+
-webkit-box-direction: normal;
|
| 2659 |
+
-webkit-flex-flow: row wrap;
|
| 2660 |
+
-ms-flex-flow: row wrap;
|
| 2661 |
+
flex-flow: row wrap;
|
| 2662 |
+
-webkit-box-pack: start;
|
| 2663 |
+
-webkit-justify-content: flex-start;
|
| 2664 |
+
-ms-flex-pack: start;
|
| 2665 |
+
justify-content: flex-start;
|
| 2666 |
+
width: 100%;
|
| 2667 |
+
}
|
| 2668 |
+
.eael-data-table-wrap .eael-data-tables_filter {
|
| 2669 |
+
-webkit-box-flex: 1;
|
| 2670 |
+
-webkit-flex-grow: 1;
|
| 2671 |
+
-ms-flex-positive: 1;
|
| 2672 |
+
flex-grow: 1;
|
| 2673 |
+
-webkit-flex-basis: 50%;
|
| 2674 |
+
-ms-flex-preferred-size: 50%;
|
| 2675 |
+
flex-basis: 50%;
|
| 2676 |
+
text-align: right;
|
| 2677 |
+
}
|
| 2678 |
+
.eael-data-table-wrap .eael-data-tables_filter label {
|
| 2679 |
+
font-weight: 700;
|
| 2680 |
+
}
|
| 2681 |
+
.eael-data-table-wrap .eael-data-tables_filter label input[type=search] {
|
| 2682 |
+
height: 40px;
|
| 2683 |
+
border: 1px solid rgba(0, 0, 0, 0.09);
|
| 2684 |
+
outline: 0;
|
| 2685 |
+
padding: 10px;
|
| 2686 |
+
margin-left: 10px;
|
| 2687 |
+
}
|
| 2688 |
+
.eael-data-table-wrap .eael-data-tables_length {
|
| 2689 |
+
-webkit-box-flex: 1;
|
| 2690 |
+
-webkit-flex-grow: 1;
|
| 2691 |
+
-ms-flex-positive: 1;
|
| 2692 |
+
flex-grow: 1;
|
| 2693 |
+
-webkit-flex-basis: 50%;
|
| 2694 |
+
-ms-flex-preferred-size: 50%;
|
| 2695 |
+
flex-basis: 50%;
|
| 2696 |
+
}
|
| 2697 |
+
.eael-data-table-wrap .eael-data-tables_length select {
|
| 2698 |
+
width: auto;
|
| 2699 |
+
max-width: 120px;
|
| 2700 |
+
height: 40px;
|
| 2701 |
+
border: 1px solid rgba(0, 0, 0, 0.09);
|
| 2702 |
+
outline: 0;
|
| 2703 |
+
margin-left: 10px;
|
| 2704 |
+
margin-right: 10px;
|
| 2705 |
+
}
|
| 2706 |
+
.eael-data-table-wrap .eael-data-tables_length label {
|
| 2707 |
+
font-weight: 700;
|
| 2708 |
+
}
|
| 2709 |
+
.eael-data-table-wrap .eael-data-tables_info {
|
| 2710 |
+
-webkit-box-flex: 1;
|
| 2711 |
+
-webkit-flex-grow: 1;
|
| 2712 |
+
-ms-flex-positive: 1;
|
| 2713 |
+
flex-grow: 1;
|
| 2714 |
+
-webkit-flex-basis: 50%;
|
| 2715 |
+
-ms-flex-preferred-size: 50%;
|
| 2716 |
+
flex-basis: 50%;
|
| 2717 |
+
font-weight: 700;
|
| 2718 |
+
}
|
| 2719 |
+
.eael-data-table-wrap .eael-data-tables_paginate {
|
| 2720 |
+
-webkit-box-flex: 1;
|
| 2721 |
+
-webkit-flex-grow: 1;
|
| 2722 |
+
-ms-flex-positive: 1;
|
| 2723 |
+
flex-grow: 1;
|
| 2724 |
+
-webkit-flex-basis: 50%;
|
| 2725 |
+
-ms-flex-preferred-size: 50%;
|
| 2726 |
+
flex-basis: 50%;
|
| 2727 |
+
text-align: right;
|
| 2728 |
+
}
|
| 2729 |
+
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
|
| 2730 |
+
padding: 10px 15px;
|
| 2731 |
+
background: #f2f2f2;
|
| 2732 |
+
margin-right: 2px;
|
| 2733 |
+
cursor: pointer;
|
| 2734 |
+
-webkit-transition: all 0.3s;
|
| 2735 |
+
-o-transition: all 0.3s;
|
| 2736 |
+
transition: all 0.3s;
|
| 2737 |
+
}
|
| 2738 |
+
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
|
| 2739 |
+
color: #fff;
|
| 2740 |
+
background: #4a4893;
|
| 2741 |
+
}
|
| 2742 |
+
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
|
| 2743 |
+
color: #fff;
|
| 2744 |
+
background: #4a4893;
|
| 2745 |
+
}
|
| 2746 |
+
.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
|
| 2747 |
+
cursor: no-drop;
|
| 2748 |
+
background: #f2f2f2;
|
| 2749 |
+
opacity: 0.5;
|
| 2750 |
+
color: #888;
|
| 2751 |
+
}
|
| 2752 |
+
.data-header-icon {
|
| 2753 |
+
margin-right: 10px;
|
| 2754 |
+
position: relative;
|
| 2755 |
+
top: 2px;
|
| 2756 |
+
}
|
| 2757 |
+
.eael-data-table {
|
| 2758 |
+
width: 100%;
|
| 2759 |
+
height: auto;
|
| 2760 |
+
margin: 0;
|
| 2761 |
+
border-collapse: collapse;
|
| 2762 |
+
border: none;
|
| 2763 |
+
}
|
| 2764 |
+
.eael-data-table tr {
|
| 2765 |
+
border-style: none;
|
| 2766 |
+
}
|
| 2767 |
+
.eael-data-table thead tr {
|
| 2768 |
+
text-align: left;
|
| 2769 |
+
}
|
| 2770 |
+
.eael-data-table thead tr th {
|
| 2771 |
+
padding: 20px 15px;
|
| 2772 |
+
background: #4a4893;
|
| 2773 |
+
font-size: 16px;
|
| 2774 |
+
font-weight: 600;
|
| 2775 |
+
font-family: "Montserrat", "sans-serif";
|
| 2776 |
+
line-height: 1;
|
| 2777 |
+
color: #fff;
|
| 2778 |
+
border-color: #000;
|
| 2779 |
+
border-width: 2px;
|
| 2780 |
+
border-style: none;
|
| 2781 |
+
background-clip: padding-box;
|
| 2782 |
+
}
|
| 2783 |
+
.eael-data-table thead tr th:hover {
|
| 2784 |
+
border-color: #000;
|
| 2785 |
+
}
|
| 2786 |
+
.eael-data-table tbody tr.even {
|
| 2787 |
+
-webkit-transition: background 0.4s ease-in-out;
|
| 2788 |
+
-o-transition: background 0.4s ease-in-out;
|
| 2789 |
+
transition: background 0.4s ease-in-out;
|
| 2790 |
+
}
|
| 2791 |
+
.eael-data-table tbody tr.even:hover {
|
| 2792 |
+
background: rgba(242, 242, 242, 0.7);
|
| 2793 |
+
}
|
| 2794 |
+
.eael-data-table tbody tr.even:last-child {
|
| 2795 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
| 2796 |
+
}
|
| 2797 |
+
.eael-data-table tbody tr.odd {
|
| 2798 |
+
background: rgba(242, 242, 242, 0.5);
|
| 2799 |
+
-webkit-transition: background 0.2s ease-in-out;
|
| 2800 |
+
-o-transition: background 0.2s ease-in-out;
|
| 2801 |
+
transition: background 0.2s ease-in-out;
|
| 2802 |
+
}
|
| 2803 |
+
.eael-data-table tbody tr.odd:hover {
|
| 2804 |
+
background: rgba(242, 242, 242, 0.7);
|
| 2805 |
+
}
|
| 2806 |
+
.eael-data-table tbody tr.odd:last-child {
|
| 2807 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
| 2808 |
+
}
|
| 2809 |
+
.eael-data-table tbody tr td {
|
| 2810 |
+
padding: 20px 15px;
|
| 2811 |
+
font-size: 14px;
|
| 2812 |
+
font-family: "Montserrat", "sans-serif";
|
| 2813 |
+
line-height: 1;
|
| 2814 |
+
border-width: 2px;
|
| 2815 |
+
border-style: none;
|
| 2816 |
+
background-clip: padding-box;
|
| 2817 |
+
}
|
| 2818 |
+
.eael-data-table-th-img {
|
| 2819 |
+
display: inline-block;
|
| 2820 |
+
margin: 0 15px 0 0;
|
| 2821 |
+
line-height: 1;
|
| 2822 |
+
}
|
| 2823 |
+
.th-mobile-screen {
|
| 2824 |
+
display: none;
|
| 2825 |
+
}
|
| 2826 |
+
@media (max-width: 767px) {
|
| 2827 |
+
.eael-data-table-wrap {
|
| 2828 |
+
overflow-x: scroll !important;
|
| 2829 |
+
padding-bottom: 5px;
|
| 2830 |
+
}
|
| 2831 |
+
|
| 2832 |
+
.th-mobile-screen {
|
| 2833 |
+
display: inline-block;
|
| 2834 |
+
padding: 0 0.6em;
|
| 2835 |
+
margin-right: 10px;
|
| 2836 |
+
text-align: center;
|
| 2837 |
+
-webkit-box-flex: 0;
|
| 2838 |
+
-webkit-flex-grow: 0;
|
| 2839 |
+
-ms-flex-positive: 0;
|
| 2840 |
+
flex-grow: 0;
|
| 2841 |
+
-webkit-flex-shrink: 0;
|
| 2842 |
+
-ms-flex-negative: 0;
|
| 2843 |
+
flex-shrink: 0;
|
| 2844 |
+
-webkit-flex-basis: 100px;
|
| 2845 |
+
-ms-flex-preferred-size: 100px;
|
| 2846 |
+
flex-basis: 100px;
|
| 2847 |
+
}
|
| 2848 |
+
|
| 2849 |
+
.th-mobile-screen .eael-data-table-th-img {
|
| 2850 |
+
margin: 0 auto 15px auto;
|
| 2851 |
+
display: block;
|
| 2852 |
+
}
|
| 2853 |
+
|
| 2854 |
+
.th-mobile-screen .data-header-icon {
|
| 2855 |
+
margin: 0 auto 15px auto;
|
| 2856 |
+
display: block;
|
| 2857 |
+
}
|
| 2858 |
+
|
| 2859 |
+
.td-content-wrapper {
|
| 2860 |
+
display: -webkit-box;
|
| 2861 |
+
display: -webkit-flex;
|
| 2862 |
+
display: -ms-flexbox;
|
| 2863 |
+
display: flex;
|
| 2864 |
+
width: 100%;
|
| 2865 |
+
}
|
| 2866 |
+
|
| 2867 |
+
.td-content {
|
| 2868 |
+
width: 100%;
|
| 2869 |
+
-webkit-box-pack: center;
|
| 2870 |
+
-webkit-justify-content: center;
|
| 2871 |
+
-ms-flex-pack: center;
|
| 2872 |
+
justify-content: center;
|
| 2873 |
+
}
|
| 2874 |
+
|
| 2875 |
+
.td-content > p {
|
| 2876 |
+
width: 100%;
|
| 2877 |
+
-webkit-box-pack: center;
|
| 2878 |
+
-webkit-justify-content: center;
|
| 2879 |
+
-ms-flex-pack: center;
|
| 2880 |
+
justify-content: center;
|
| 2881 |
+
}
|
| 2882 |
+
|
| 2883 |
+
.custom-responsive-option-enable .eael-data-table thead {
|
| 2884 |
+
display: none;
|
| 2885 |
+
}
|
| 2886 |
+
|
| 2887 |
+
.custom-responsive-option-enable .eael-data-table tbody tr td {
|
| 2888 |
+
float: none;
|
| 2889 |
+
clear: left;
|
| 2890 |
+
width: 100%;
|
| 2891 |
+
text-align: left;
|
| 2892 |
+
display: -webkit-box;
|
| 2893 |
+
display: -webkit-flex;
|
| 2894 |
+
display: -ms-flexbox;
|
| 2895 |
+
display: flex;
|
| 2896 |
+
-webkit-box-align: center;
|
| 2897 |
+
-webkit-align-items: center;
|
| 2898 |
+
-ms-flex-align: center;
|
| 2899 |
+
align-items: center;
|
| 2900 |
+
}
|
| 2901 |
+
|
| 2902 |
+
.eael-data-table .td-content {
|
| 2903 |
+
-webkit-box-align: center;
|
| 2904 |
+
-webkit-align-items: center;
|
| 2905 |
+
-ms-flex-align: center;
|
| 2906 |
+
align-items: center;
|
| 2907 |
+
display: -webkit-box;
|
| 2908 |
+
display: -webkit-flex;
|
| 2909 |
+
display: -ms-flexbox;
|
| 2910 |
+
display: flex;
|
| 2911 |
+
}
|
| 2912 |
+
}
|
| 2913 |
+
table.eael-data-table thead .sorting:after {
|
| 2914 |
+
content: "";
|
| 2915 |
+
}
|
| 2916 |
+
table.eael-data-table thead .headerSortDown:after {
|
| 2917 |
+
content: "";
|
| 2918 |
+
}
|
| 2919 |
+
table.eael-data-table thead .headerSortUp:after {
|
| 2920 |
+
content: "";
|
| 2921 |
+
}
|
| 2922 |
+
table.eael-data-table thead .sorting_disabled.sorting:after {
|
| 2923 |
+
display: none;
|
| 2924 |
+
}
|
| 2925 |
+
table.eael-data-table .sorting.sorting-none:after {
|
| 2926 |
+
display: none;
|
| 2927 |
+
}
|
| 2928 |
+
table.eael-data-table .sorting_desc.sorting-none:after {
|
| 2929 |
+
display: none;
|
| 2930 |
+
}
|
| 2931 |
+
table.eael-data-table .sorting_asc.sorting-none:after {
|
| 2932 |
+
display: none;
|
| 2933 |
+
}
|
| 2934 |
+
.eael-table-align-left table.eael-data-table {
|
| 2935 |
+
float: left;
|
| 2936 |
+
}
|
| 2937 |
+
.eael-table-align-center table.eael-data-table {
|
| 2938 |
+
margin: 0 auto;
|
| 2939 |
+
}
|
| 2940 |
+
.eael-table-align-right table.eael-data-table {
|
| 2941 |
+
float: right;
|
| 2942 |
+
}
|
| 2943 |
+
.eael-hide-elements .eael-data-tables_info {
|
| 2944 |
+
display: none;
|
| 2945 |
+
}
|
| 2946 |
+
.eael-dt-th-align-left .eael-data-table thead tr th {
|
| 2947 |
+
text-align: left;
|
| 2948 |
+
}
|
| 2949 |
+
.eael-dt-th-align-right .eael-data-table thead tr th {
|
| 2950 |
+
text-align: right;
|
| 2951 |
+
padding-right: 30px;
|
| 2952 |
+
}
|
| 2953 |
+
.eael-dt-th-align-center .eael-data-table thead tr th {
|
| 2954 |
+
text-align: center;
|
| 2955 |
+
}
|
| 2956 |
+
.eael-dt-td-align-left .eael-data-table tbody tr td {
|
| 2957 |
+
text-align: left;
|
| 2958 |
+
}
|
| 2959 |
+
.eael-dt-td-align-center .eael-data-table tbody tr td {
|
| 2960 |
+
text-align: center;
|
| 2961 |
+
}
|
| 2962 |
+
.eael-dt-td-align-right .eael-data-table tbody tr td {
|
| 2963 |
+
text-align: right;
|
| 2964 |
+
padding-right: 30px;
|
| 2965 |
+
}
|
| 2966 |
+
.eael-dt-td-align-left .eael-data-table .th-mobile-screen {
|
| 2967 |
+
text-align: left;
|
| 2968 |
+
}
|
| 2969 |
+
.eael-dt-td-align-center .eael-data-table .th-mobile-screen {
|
| 2970 |
+
text-align: center;
|
| 2971 |
+
}
|
| 2972 |
+
.eael-dt-td-align-right .eael-data-table .th-mobile-screen {
|
| 2973 |
+
text-align: right;
|
| 2974 |
+
}
|
| 2975 |
+
@media (max-width: 1024px) {
|
| 2976 |
+
.eael-dt-td-align-tablet-left .eael-data-table tbody tr td {
|
| 2977 |
+
text-align: left;
|
| 2978 |
+
}
|
| 2979 |
+
|
| 2980 |
+
.eael-dt-td-align-tablet-center .eael-data-table tbody tr td {
|
| 2981 |
+
text-align: center;
|
| 2982 |
+
}
|
| 2983 |
+
|
| 2984 |
+
.eael-dt-td-align-tablet-right .eael-data-table tbody tr td {
|
| 2985 |
+
text-align: right;
|
| 2986 |
+
}
|
| 2987 |
+
|
| 2988 |
+
.eael-dt-th-align-tablet-left .eael-data-table thead tr th {
|
| 2989 |
+
text-align: left;
|
| 2990 |
+
}
|
| 2991 |
+
.eael-dt-th-align-tablet-left .eael-data-table .th-mobile-screen {
|
| 2992 |
+
text-align: left;
|
| 2993 |
+
}
|
| 2994 |
+
|
| 2995 |
+
.eael-dt-th-align-tablet-right .eael-data-table thead tr th {
|
| 2996 |
+
text-align: right;
|
| 2997 |
+
padding-right: 30px;
|
| 2998 |
+
}
|
| 2999 |
+
.eael-dt-th-align-tablet-right .eael-data-table .th-mobile-screen {
|
| 3000 |
+
text-align: right;
|
| 3001 |
+
}
|
| 3002 |
+
|
| 3003 |
+
.eael-dt-th-align-tablet-center .eael-data-table thead tr th {
|
| 3004 |
+
text-align: center;
|
| 3005 |
+
}
|
| 3006 |
+
.eael-dt-th-align-tablet-center .eael-data-table .th-mobile-screen {
|
| 3007 |
+
text-align: center;
|
| 3008 |
+
}
|
| 3009 |
+
}
|
| 3010 |
+
@media (max-width: 767px) {
|
| 3011 |
+
.eael-dt-td-align-mobile-left .eael-data-table tbody tr td {
|
| 3012 |
+
text-align: left;
|
| 3013 |
+
}
|
| 3014 |
+
|
| 3015 |
+
.eael-dt-td-align-mobile-center .eael-data-table tbody tr td {
|
| 3016 |
+
text-align: center;
|
| 3017 |
+
}
|
| 3018 |
+
|
| 3019 |
+
.eael-dt-td-align-mobile-right .eael-data-table tbody tr td {
|
| 3020 |
+
text-align: right;
|
| 3021 |
+
}
|
| 3022 |
+
|
| 3023 |
+
.eael-dt-th-align-mobile-left .eael-data-table thead tr th {
|
| 3024 |
+
text-align: left;
|
| 3025 |
+
}
|
| 3026 |
+
.eael-dt-th-align-mobile-left .eael-data-table .th-mobile-screen {
|
| 3027 |
+
text-align: left;
|
| 3028 |
+
}
|
| 3029 |
+
|
| 3030 |
+
.eael-dt-th-align-mobile-right .eael-data-table thead tr th {
|
| 3031 |
+
text-align: right;
|
| 3032 |
+
padding-right: 30px;
|
| 3033 |
+
}
|
| 3034 |
+
.eael-dt-th-align-mobile-right .eael-data-table .th-mobile-screen {
|
| 3035 |
+
text-align: right;
|
| 3036 |
+
}
|
| 3037 |
+
|
| 3038 |
+
.eael-dt-th-align-mobile-center .eael-data-table thead tr th {
|
| 3039 |
+
text-align: center;
|
| 3040 |
+
}
|
| 3041 |
+
.eael-dt-th-align-mobile-center .eael-data-table .th-mobile-screen {
|
| 3042 |
+
text-align: center;
|
| 3043 |
+
}
|
| 3044 |
+
}
|
| 3045 |
+
.eael-dual-header {
|
| 3046 |
+
display: block;
|
| 3047 |
+
margin-bottom: 50px;
|
| 3048 |
+
}
|
| 3049 |
+
|
| 3050 |
+
.eael-dual-header .title,
|
| 3051 |
+
.eael-dual-header .title span {
|
| 3052 |
+
font-size: 36px;
|
| 3053 |
+
font-weight: 700;
|
| 3054 |
+
text-transform: uppercase;
|
| 3055 |
+
line-height: 48px;
|
| 3056 |
+
margin: 10px 0px;
|
| 3057 |
+
}
|
| 3058 |
+
|
| 3059 |
+
.eael-dual-header .subtext {
|
| 3060 |
+
font-size: 16px;
|
| 3061 |
+
display: block;
|
| 3062 |
+
}
|
| 3063 |
+
|
| 3064 |
+
.eael-dual-header i {
|
| 3065 |
+
display: block;
|
| 3066 |
+
padding: 0px;
|
| 3067 |
+
margin: 20px 0px 10px 0px;
|
| 3068 |
+
font-size: 36px;
|
| 3069 |
+
}
|
| 3070 |
+
|
| 3071 |
+
.eael-dual-header .title span.lead {
|
| 3072 |
+
color: #1abc9c;
|
| 3073 |
+
}
|
| 3074 |
+
|
| 3075 |
+
/*--- Builder Related Css ---*/
|
| 3076 |
+
|
| 3077 |
+
.eael-dual-header-content-align-center {
|
| 3078 |
+
text-align: center;
|
| 3079 |
+
}
|
| 3080 |
+
|
| 3081 |
+
.eael-dual-header-content-align-left {
|
| 3082 |
+
text-align: left;
|
| 3083 |
+
}
|
| 3084 |
+
|
| 3085 |
+
.eael-dual-header-content-align-right {
|
| 3086 |
+
text-align: right;
|
| 3087 |
+
}
|
| 3088 |
+
|
| 3089 |
+
.eael-dch-separator-wrap {
|
| 3090 |
+
display: -webkit-box;
|
| 3091 |
+
display: -webkit-flex;
|
| 3092 |
+
display: -ms-flexbox;
|
| 3093 |
+
display: flex;
|
| 3094 |
+
-webkit-box-pack: center;
|
| 3095 |
+
-webkit-justify-content: center;
|
| 3096 |
+
-ms-flex-pack: center;
|
| 3097 |
+
justify-content: center;
|
| 3098 |
+
}
|
| 3099 |
+
|
| 3100 |
+
.eael-dch-separator-wrap .separator-one,
|
| 3101 |
+
.eael-dch-separator-wrap .separator-two {
|
| 3102 |
+
display: inline-block;
|
| 3103 |
+
width: 15%;
|
| 3104 |
+
height: 5px;
|
| 3105 |
+
}
|
| 3106 |
+
|
| 3107 |
+
.eael-dch-separator-wrap .separator-one {
|
| 3108 |
+
background: #207eff;
|
| 3109 |
+
}
|
| 3110 |
+
|
| 3111 |
+
.eael-dch-separator-wrap .separator-two {
|
| 3112 |
+
background: #4f6592;
|
| 3113 |
+
}
|
| 3114 |
+
@charset "UTF-8";
|
| 3115 |
+
.eael-event-calendar-wrapper {
|
| 3116 |
+
font-family: Segoe UI;
|
| 3117 |
+
}
|
| 3118 |
+
.eael-event-calendar-wrapper .fc-row table {
|
| 3119 |
+
margin: 0px !important;
|
| 3120 |
+
}
|
| 3121 |
+
.eael-event-calendar-wrapper .fc table {
|
| 3122 |
+
margin: auto;
|
| 3123 |
+
overflow: auto;
|
| 3124 |
+
}
|
| 3125 |
+
.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td {
|
| 3126 |
+
border-top: 1px solid #ddd !important;
|
| 3127 |
+
border-bottom: none !important;
|
| 3128 |
+
}
|
| 3129 |
+
.eael-event-calendar-wrapper .fc-day-grid-event {
|
| 3130 |
+
margin-top: 2px;
|
| 3131 |
+
padding: 8px;
|
| 3132 |
+
font-size: 12px;
|
| 3133 |
+
border-left-width: 5px;
|
| 3134 |
+
}
|
| 3135 |
+
.eael-event-calendar-wrapper .fc-day.fc-today {
|
| 3136 |
+
background: transparent;
|
| 3137 |
+
}
|
| 3138 |
+
.eael-event-calendar-wrapper .fc-day-top.fc-today .fc-day-number {
|
| 3139 |
+
font-weight: bold;
|
| 3140 |
+
}
|
| 3141 |
+
.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th {
|
| 3142 |
+
font-size: 14px;
|
| 3143 |
+
}
|
| 3144 |
+
.eael-event-calendar-wrapper .fc-day-number {
|
| 3145 |
+
font-size: 14px;
|
| 3146 |
+
float: center !important;
|
| 3147 |
+
}
|
| 3148 |
+
.eael-event-calendar-wrapper .eaelec-modal {
|
| 3149 |
+
position: fixed;
|
| 3150 |
+
left: 0;
|
| 3151 |
+
top: 0;
|
| 3152 |
+
width: 100%;
|
| 3153 |
+
height: 100%;
|
| 3154 |
+
display: -webkit-box;
|
| 3155 |
+
display: -webkit-flex;
|
| 3156 |
+
display: -ms-flexbox;
|
| 3157 |
+
display: flex;
|
| 3158 |
+
-webkit-box-align: center;
|
| 3159 |
+
-webkit-align-items: center;
|
| 3160 |
+
-ms-flex-align: center;
|
| 3161 |
+
align-items: center;
|
| 3162 |
+
-webkit-box-pack: center;
|
| 3163 |
+
-webkit-justify-content: center;
|
| 3164 |
+
-ms-flex-pack: center;
|
| 3165 |
+
justify-content: center;
|
| 3166 |
+
z-index: -1;
|
| 3167 |
+
}
|
| 3168 |
+
.eael-event-calendar-wrapper .eaelec-modal .eael-ec-modal-bg {
|
| 3169 |
+
position: absolute;
|
| 3170 |
+
left: 0;
|
| 3171 |
+
top: 0;
|
| 3172 |
+
height: 100%;
|
| 3173 |
+
width: 100%;
|
| 3174 |
+
background: #000000;
|
| 3175 |
+
opacity: 0;
|
| 3176 |
+
-webkit-transition: all 0.3s ease-out;
|
| 3177 |
+
-o-transition: all 0.3s ease-out;
|
| 3178 |
+
transition: all 0.3s ease-out;
|
| 3179 |
+
}
|
| 3180 |
+
.eael-event-calendar-wrapper .eaelec-modal.eael-ec-popup-ready {
|
| 3181 |
+
z-index: 99999;
|
| 3182 |
+
opacity: 1;
|
| 3183 |
+
}
|
| 3184 |
+
.eael-event-calendar-wrapper .eaelec-modal-content {
|
| 3185 |
+
position: relative;
|
| 3186 |
+
margin: auto;
|
| 3187 |
+
border: 1px solid #888;
|
| 3188 |
+
max-width: 900px;
|
| 3189 |
+
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 3190 |
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 3191 |
+
background-color: #fefefe;
|
| 3192 |
+
padding: 20px 0;
|
| 3193 |
+
width: 100%;
|
| 3194 |
+
-webkit-border-radius: 10px;
|
| 3195 |
+
border-radius: 10px;
|
| 3196 |
+
}
|
| 3197 |
+
.eael-event-calendar-wrapper .eaelec-modal-header {
|
| 3198 |
+
padding: 0px 30px;
|
| 3199 |
+
color: white;
|
| 3200 |
+
border-color: #009900;
|
| 3201 |
+
overflow: auto;
|
| 3202 |
+
margin-top: 8px;
|
| 3203 |
+
}
|
| 3204 |
+
.eael-event-calendar-wrapper .eaelec-modal-header h2 {
|
| 3205 |
+
color: #242424;
|
| 3206 |
+
margin: 0;
|
| 3207 |
+
padding: 0;
|
| 3208 |
+
}
|
| 3209 |
+
.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date {
|
| 3210 |
+
color: #555;
|
| 3211 |
+
padding-top: 2px;
|
| 3212 |
+
display: inline-block;
|
| 3213 |
+
}
|
| 3214 |
+
.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i {
|
| 3215 |
+
color: #5725ff;
|
| 3216 |
+
}
|
| 3217 |
+
.eael-event-calendar-wrapper .eaelec-modal-close {
|
| 3218 |
+
position: absolute;
|
| 3219 |
+
right: -15px;
|
| 3220 |
+
top: -18px;
|
| 3221 |
+
font-size: 24px;
|
| 3222 |
+
z-index: 9999;
|
| 3223 |
+
cursor: pointer;
|
| 3224 |
+
-webkit-box-sizing: content-box;
|
| 3225 |
+
box-sizing: content-box;
|
| 3226 |
+
overflow: visible;
|
| 3227 |
+
border: 2px solid #fff;
|
| 3228 |
+
background: #fff;
|
| 3229 |
+
text-align: center;
|
| 3230 |
+
-webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 3231 |
+
box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 3232 |
+
color: #000 !important;
|
| 3233 |
+
height: 40px;
|
| 3234 |
+
width: 40px;
|
| 3235 |
+
text-align: center;
|
| 3236 |
+
display: -webkit-box;
|
| 3237 |
+
display: -webkit-flex;
|
| 3238 |
+
display: -ms-flexbox;
|
| 3239 |
+
display: flex;
|
| 3240 |
+
-webkit-box-align: center;
|
| 3241 |
+
-webkit-align-items: center;
|
| 3242 |
+
-ms-flex-align: center;
|
| 3243 |
+
align-items: center;
|
| 3244 |
+
-webkit-box-pack: center;
|
| 3245 |
+
-webkit-justify-content: center;
|
| 3246 |
+
-ms-flex-pack: center;
|
| 3247 |
+
justify-content: center;
|
| 3248 |
+
-webkit-border-radius: 50%;
|
| 3249 |
+
border-radius: 50%;
|
| 3250 |
+
}
|
| 3251 |
+
.eael-event-calendar-wrapper .eaelec-modal-close > span {
|
| 3252 |
+
font-size: 20px;
|
| 3253 |
+
}
|
| 3254 |
+
.eael-event-calendar-wrapper .eaelec-modal-close:hover,
|
| 3255 |
+
.eael-event-calendar-wrapper .eaelec-modal-close:focus {
|
| 3256 |
+
color: #fff;
|
| 3257 |
+
text-decoration: none;
|
| 3258 |
+
cursor: pointer;
|
| 3259 |
+
}
|
| 3260 |
+
.eael-event-calendar-wrapper .eaelec-modal-body {
|
| 3261 |
+
padding: 0 10px 0 35px;
|
| 3262 |
+
margin: 10px 0;
|
| 3263 |
+
color: #555555;
|
| 3264 |
+
height: 300px;
|
| 3265 |
+
overflow-y: auto;
|
| 3266 |
+
word-break: break-all;
|
| 3267 |
+
}
|
| 3268 |
+
.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar {
|
| 3269 |
+
width: 6px;
|
| 3270 |
+
}
|
| 3271 |
+
.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar-thumb {
|
| 3272 |
+
background: #aaa;
|
| 3273 |
+
-webkit-border-radius: 10px;
|
| 3274 |
+
border-radius: 10px;
|
| 3275 |
+
}
|
| 3276 |
+
.eael-event-calendar-wrapper .eaelec-modal-footer {
|
| 3277 |
+
padding: 0px 10px 0 35px;
|
| 3278 |
+
color: white;
|
| 3279 |
+
border: 0px solid #ff0000;
|
| 3280 |
+
}
|
| 3281 |
+
.eael-event-calendar-wrapper .eaelec-event-date-start,
|
| 3282 |
+
.eael-event-calendar-wrapper .eaelec-event-date-end {
|
| 3283 |
+
font-size: 15px;
|
| 3284 |
+
}
|
| 3285 |
+
@media (max-width: 575px) {
|
| 3286 |
+
.eael-event-calendar-wrapper .fc-toolbar {
|
| 3287 |
+
margin: 0 !important;
|
| 3288 |
+
padding: 0 !important;
|
| 3289 |
+
}
|
| 3290 |
+
.eael-event-calendar-wrapper .fc-toolbar .fc-center {
|
| 3291 |
+
width: 100% !important;
|
| 3292 |
+
margin: 0 !important;
|
| 3293 |
+
padding: 0 !important;
|
| 3294 |
+
}
|
| 3295 |
+
.eael-event-calendar-wrapper .fc-toolbar h2 {
|
| 3296 |
+
font-size: 16px !important;
|
| 3297 |
+
width: 100% !important;
|
| 3298 |
+
text-align: center !important;
|
| 3299 |
+
padding: 5px !important;
|
| 3300 |
+
}
|
| 3301 |
+
.eael-event-calendar-wrapper .fc-ltr .fc-axis {
|
| 3302 |
+
font-size: 12px !important;
|
| 3303 |
+
}
|
| 3304 |
+
.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th {
|
| 3305 |
+
font-weight: normal !important;
|
| 3306 |
+
font-size: 12px !important;
|
| 3307 |
+
padding: 5px !important;
|
| 3308 |
+
}
|
| 3309 |
+
}
|
| 3310 |
+
.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2 {
|
| 3311 |
+
font-size: 22px;
|
| 3312 |
+
}
|
| 3313 |
+
.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-button .fc-icon {
|
| 3314 |
+
font-size: 13px;
|
| 3315 |
+
}
|
| 3316 |
+
.eael-event-calendar-wrapper .eael-event-completed {
|
| 3317 |
+
text-decoration: line-through;
|
| 3318 |
+
}
|
| 3319 |
+
.fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child) {
|
| 3320 |
+
margin-left: 5px;
|
| 3321 |
+
}
|
| 3322 |
+
.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button,
|
| 3323 |
+
.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button,
|
| 3324 |
+
.fc-toolbar.fc-header-toolbar button.fc-listWeek-button,
|
| 3325 |
+
.fc-toolbar.fc-header-toolbar button.fc-listMonth-button,
|
| 3326 |
+
.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button {
|
| 3327 |
+
position: relative;
|
| 3328 |
+
}
|
| 3329 |
+
.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before,
|
| 3330 |
+
.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before,
|
| 3331 |
+
.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,
|
| 3332 |
+
.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,
|
| 3333 |
+
.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before {
|
| 3334 |
+
font-family: "Font Awesome 5 Free";
|
| 3335 |
+
font-weight: 900;
|
| 3336 |
+
font-size: 13px;
|
| 3337 |
+
display: inline-block;
|
| 3338 |
+
padding-right: 5px;
|
| 3339 |
+
padding-left: 0;
|
| 3340 |
+
-webkit-font-smoothing: antialiased;
|
| 3341 |
+
}
|
| 3342 |
+
.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before {
|
| 3343 |
+
content: "";
|
| 3344 |
+
left: 8px;
|
| 3345 |
+
}
|
| 3346 |
+
.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before {
|
| 3347 |
+
content: "";
|
| 3348 |
+
left: 21px;
|
| 3349 |
+
}
|
| 3350 |
+
.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before {
|
| 3351 |
+
content: "";
|
| 3352 |
+
}
|
| 3353 |
+
.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,
|
| 3354 |
+
.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before {
|
| 3355 |
+
content: "";
|
| 3356 |
+
}
|
| 3357 |
+
.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
|
| 3358 |
+
-webkit-box-shadow: none;
|
| 3359 |
+
box-shadow: none;
|
| 3360 |
+
height: auto;
|
| 3361 |
+
width: auto;
|
| 3362 |
+
float: none;
|
| 3363 |
+
font-size: 13px;
|
| 3364 |
+
font-weight: 400;
|
| 3365 |
+
color: #5e5e5e;
|
| 3366 |
+
-webkit-border-radius: 3px;
|
| 3367 |
+
border-radius: 3px;
|
| 3368 |
+
text-transform: capitalize;
|
| 3369 |
+
background: #f7f7fb;
|
| 3370 |
+
text-shadow: none;
|
| 3371 |
+
line-height: 19px;
|
| 3372 |
+
padding: 8px 12px;
|
| 3373 |
+
border: none;
|
| 3374 |
+
}
|
| 3375 |
+
.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-state-active, .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:hover, .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:visited, .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:focus {
|
| 3376 |
+
background: #5725ff;
|
| 3377 |
+
color: #fff;
|
| 3378 |
+
-webkit-box-shadow: none;
|
| 3379 |
+
box-shadow: none;
|
| 3380 |
+
}
|
| 3381 |
+
.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active {
|
| 3382 |
+
background: #5725ff;
|
| 3383 |
+
color: #fff;
|
| 3384 |
+
}
|
| 3385 |
+
th.fc-widget-header > span {
|
| 3386 |
+
padding: 14px;
|
| 3387 |
+
display: block;
|
| 3388 |
+
font-size: 16px;
|
| 3389 |
+
color: #424344;
|
| 3390 |
+
}
|
| 3391 |
+
span.fc-day-number {
|
| 3392 |
+
padding: 17px;
|
| 3393 |
+
display: block;
|
| 3394 |
+
}
|
| 3395 |
+
.fc-basic-view .fc-day-number,
|
| 3396 |
+
.fc-basic-view .fc-week-number {
|
| 3397 |
+
padding: 12px 2px 2px 2px;
|
| 3398 |
+
display: block;
|
| 3399 |
+
border-bottom: 0px solid;
|
| 3400 |
+
}
|
| 3401 |
+
.eael-event-calendar-wrapper .fc-view .fc-body thead:first-child tr:first-child td {
|
| 3402 |
+
border-bottom: 3px solid transparent;
|
| 3403 |
+
}
|
| 3404 |
+
.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td {
|
| 3405 |
+
border-top: 1px solid #dfdfe9;
|
| 3406 |
+
}
|
| 3407 |
+
.fc-unthemed .fc-timeGridDay-view .fc-event,
|
| 3408 |
+
.fc-unthemed .fc-timeGridWeek-view .fc-event {
|
| 3409 |
+
border-left: 1px solid;
|
| 3410 |
+
border-color: #4d4d4d !important;
|
| 3411 |
+
}
|
| 3412 |
+
.fc-unthemed .fc-timeGridDay-view .fc-event .fc-time,
|
| 3413 |
+
.fc-unthemed .fc-timeGridWeek-view .fc-event .fc-time {
|
| 3414 |
+
padding-left: 3px;
|
| 3415 |
+
}
|
| 3416 |
+
.fc-unthemed .fc-timeGridDay-view .fc-bg table tbody tr > td,
|
| 3417 |
+
.fc-unthemed .fc-timeGridWeek-view .fc-bg table tbody tr > td {
|
| 3418 |
+
padding-left: 1px;
|
| 3419 |
+
}
|
| 3420 |
+
.fc-unthemed .fc-timeGridDay-view .fc-time-grid .fc-event .fc-content,
|
| 3421 |
+
.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content {
|
| 3422 |
+
-webkit-box-pack: end;
|
| 3423 |
+
-webkit-justify-content: end;
|
| 3424 |
+
-ms-flex-pack: end;
|
| 3425 |
+
justify-content: end;
|
| 3426 |
+
}
|
| 3427 |
+
.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content {
|
| 3428 |
+
display: inherit;
|
| 3429 |
+
}
|
| 3430 |
+
.fc-unthemed .fc-listWeek-view .fc-list-table tr.fc-list-item,
|
| 3431 |
+
.fc-unthemed .fc-listMonth-view .fc-list-table tr.fc-list-item {
|
| 3432 |
+
cursor: pointer;
|
| 3433 |
+
}
|
| 3434 |
+
.fc-unthemed .fc-listWeek-view .fc-list-table tr td,
|
| 3435 |
+
.fc-unthemed .fc-listMonth-view .fc-list-table tr td {
|
| 3436 |
+
padding-bottom: 10px;
|
| 3437 |
+
padding-top: 10px;
|
| 3438 |
+
}
|
| 3439 |
+
.fc-unthemed .fc-dayGridMonth-view .fc-day-grid-event .fc-time {
|
| 3440 |
+
font-weight: 400;
|
| 3441 |
+
}
|
| 3442 |
+
.fc-unthemed .fc-content,
|
| 3443 |
+
.fc-unthemed .fc-divider,
|
| 3444 |
+
.fc-unthemed .fc-list-heading td,
|
| 3445 |
+
.fc-unthemed .fc-list-view,
|
| 3446 |
+
.fc-unthemed .fc-popover,
|
| 3447 |
+
.fc-unthemed .fc-row,
|
| 3448 |
+
.fc-unthemed tbody,
|
| 3449 |
+
.fc-unthemed td,
|
| 3450 |
+
.fc-unthemed th,
|
| 3451 |
+
.fc-unthemed thead {
|
| 3452 |
+
border-color: #dfdfe9;
|
| 3453 |
+
}
|
| 3454 |
+
.fc-unthemed a.fc-day-grid-event,
|
| 3455 |
+
.fc-unthemed .fc-event {
|
| 3456 |
+
color: #707070;
|
| 3457 |
+
font-size: 14px;
|
| 3458 |
+
background: #fff;
|
| 3459 |
+
-webkit-border-radius: 5px;
|
| 3460 |
+
border-radius: 5px;
|
| 3461 |
+
font-weight: 400;
|
| 3462 |
+
margin: 1px;
|
| 3463 |
+
border: none;
|
| 3464 |
+
}
|
| 3465 |
+
.fc-unthemed a.fc-day-grid-event .fc-day-grid-event .fc-time,
|
| 3466 |
+
.fc-unthemed .fc-event .fc-day-grid-event .fc-time {
|
| 3467 |
+
font-weight: normal;
|
| 3468 |
+
}
|
| 3469 |
+
.fc-unthemed .fc-time-grid .fc-event {
|
| 3470 |
+
min-height: 20px;
|
| 3471 |
+
}
|
| 3472 |
+
.fc-unthemed .fc-time-grid .fc-event .fc-content {
|
| 3473 |
+
display: -webkit-box;
|
| 3474 |
+
display: -webkit-flex;
|
| 3475 |
+
display: -ms-flexbox;
|
| 3476 |
+
display: flex;
|
| 3477 |
+
-webkit-box-align: center;
|
| 3478 |
+
-webkit-align-items: center;
|
| 3479 |
+
-ms-flex-align: center;
|
| 3480 |
+
align-items: center;
|
| 3481 |
+
-webkit-box-pack: center;
|
| 3482 |
+
-webkit-justify-content: center;
|
| 3483 |
+
-ms-flex-pack: center;
|
| 3484 |
+
justify-content: center;
|
| 3485 |
+
height: 100%;
|
| 3486 |
+
width: 100%;
|
| 3487 |
+
}
|
| 3488 |
+
.fc-unthemed .fc-time-grid .fc-event .fc-content .fc-title {
|
| 3489 |
+
white-space: nowrap;
|
| 3490 |
+
overflow: hidden;
|
| 3491 |
+
-o-text-overflow: ellipsis;
|
| 3492 |
+
text-overflow: ellipsis;
|
| 3493 |
+
}
|
| 3494 |
+
.fc-unthemed .fc-event:hover {
|
| 3495 |
+
color: #707070;
|
| 3496 |
+
}
|
| 3497 |
+
.eaelec-modal.eael-zoom-in {
|
| 3498 |
+
opacity: 0;
|
| 3499 |
+
-webkit-transition: all 0.3s ease-out;
|
| 3500 |
+
-o-transition: all 0.3s ease-out;
|
| 3501 |
+
transition: all 0.3s ease-out;
|
| 3502 |
+
}
|
| 3503 |
+
.eaelec-modal.eael-zoom-in .eaelec-modal-content {
|
| 3504 |
+
opacity: 0;
|
| 3505 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 3506 |
+
-o-transition: all 0.3s ease-in-out;
|
| 3507 |
+
transition: all 0.3s ease-in-out;
|
| 3508 |
+
-webkit-transform: scale(0.5);
|
| 3509 |
+
-ms-transform: scale(0.5);
|
| 3510 |
+
transform: scale(0.5);
|
| 3511 |
+
}
|
| 3512 |
+
.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eael-ec-modal-bg {
|
| 3513 |
+
opacity: 0.7;
|
| 3514 |
+
}
|
| 3515 |
+
.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eaelec-modal-content {
|
| 3516 |
+
opacity: 1;
|
| 3517 |
+
-webkit-transform: scale(0.9);
|
| 3518 |
+
-ms-transform: scale(0.9);
|
| 3519 |
+
transform: scale(0.9);
|
| 3520 |
+
}
|
| 3521 |
+
.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eaelec-modal-content {
|
| 3522 |
+
-webkit-transform: scale(0.5);
|
| 3523 |
+
-ms-transform: scale(0.5);
|
| 3524 |
+
transform: scale(0.5);
|
| 3525 |
+
opacity: 0;
|
| 3526 |
+
}
|
| 3527 |
+
.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eael-ec-modal-bg {
|
| 3528 |
+
opacity: 0;
|
| 3529 |
+
}
|
| 3530 |
+
@media (min-width: 768px) and (max-width: 1024px) {
|
| 3531 |
+
.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar {
|
| 3532 |
+
margin-bottom: 12px;
|
| 3533 |
+
}
|
| 3534 |
+
.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2 {
|
| 3535 |
+
font-size: 22px;
|
| 3536 |
+
}
|
| 3537 |
+
.eael-event-calendar-wrapper .fc-right .fc-button-group .fc-button.fc-button-primary:before {
|
| 3538 |
+
font-size: 15px;
|
| 3539 |
+
}
|
| 3540 |
+
.eael-event-calendar-wrapper .fc-timeGridWeek-view a .fc-content {
|
| 3541 |
+
display: inherit !important;
|
| 3542 |
+
}
|
| 3543 |
+
.eael-event-calendar-wrapper .fc-day-header.fc-widget-header span {
|
| 3544 |
+
font-size: 15px;
|
| 3545 |
+
}
|
| 3546 |
+
.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child) {
|
| 3547 |
+
margin-left: 5px;
|
| 3548 |
+
}
|
| 3549 |
+
.eael-event-calendar-wrapper .eaelec-modal-body {
|
| 3550 |
+
height: 200px;
|
| 3551 |
+
}
|
| 3552 |
+
}
|
| 3553 |
+
@media only screen and (max-width: 767px) {
|
| 3554 |
+
.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event {
|
| 3555 |
+
padding: 8px 0px 8px 0px !important;
|
| 3556 |
+
}
|
| 3557 |
+
.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event .fc-content {
|
| 3558 |
+
font-size: 12px;
|
| 3559 |
+
}
|
| 3560 |
+
|
| 3561 |
+
.fc-right,
|
| 3562 |
+
.fc-left {
|
| 3563 |
+
width: 100%;
|
| 3564 |
+
text-align: center;
|
| 3565 |
+
}
|
| 3566 |
+
|
| 3567 |
+
.fc-left {
|
| 3568 |
+
text-align: center;
|
| 3569 |
+
}
|
| 3570 |
+
|
| 3571 |
+
.fc-right {
|
| 3572 |
+
margin-bottom: 10px;
|
| 3573 |
+
}
|
| 3574 |
+
.fc-right .fc-button-group .fc-button.fc-button-primary {
|
| 3575 |
+
font-size: 11px;
|
| 3576 |
+
}
|
| 3577 |
+
.fc-right .fc-button-group .fc-button.fc-button-primary:before {
|
| 3578 |
+
font-size: 11px;
|
| 3579 |
+
padding-left: 0;
|
| 3580 |
+
}
|
| 3581 |
+
|
| 3582 |
+
.fc-center {
|
| 3583 |
+
text-align: center;
|
| 3584 |
+
}
|
| 3585 |
+
|
| 3586 |
+
.fc-toolbar.fc-header-toolbar {
|
| 3587 |
+
display: inline-block;
|
| 3588 |
+
width: 100%;
|
| 3589 |
+
}
|
| 3590 |
+
.fc-toolbar.fc-header-toolbar .fc-button-group button.fc-button.fc-button-primary {
|
| 3591 |
+
margin-left: 5px;
|
| 3592 |
+
font-size: 12px;
|
| 3593 |
+
}
|
| 3594 |
+
|
| 3595 |
+
th.fc-widget-header > span {
|
| 3596 |
+
padding: 0;
|
| 3597 |
+
font-size: 14px;
|
| 3598 |
+
}
|
| 3599 |
+
|
| 3600 |
+
.fc-basic-view .fc-day-number,
|
| 3601 |
+
.fc-basic-view .fc-week-number {
|
| 3602 |
+
padding: 0;
|
| 3603 |
+
margin: 0;
|
| 3604 |
+
font-size: 10px;
|
| 3605 |
+
}
|
| 3606 |
+
|
| 3607 |
+
.fc-basic-view .fc-body .fc-row {
|
| 3608 |
+
min-height: 2em;
|
| 3609 |
+
}
|
| 3610 |
+
|
| 3611 |
+
.eael-event-calendar-wrapper .eaelec-modal-body {
|
| 3612 |
+
height: 100px;
|
| 3613 |
+
}
|
| 3614 |
+
}
|
| 3615 |
+
.eael-facebook-feed {
|
| 3616 |
+
width: 100%;
|
| 3617 |
+
margin: auto;
|
| 3618 |
+
}
|
| 3619 |
+
.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item {
|
| 3620 |
+
float: none;
|
| 3621 |
+
width: 100%;
|
| 3622 |
+
}
|
| 3623 |
+
@media only screen and (max-width: 979px) {
|
| 3624 |
+
.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item {
|
| 3625 |
+
width: 50%;
|
| 3626 |
+
}
|
| 3627 |
+
}
|
| 3628 |
+
@media only screen and (max-width: 480px) {
|
| 3629 |
+
.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item {
|
| 3630 |
+
width: 100%;
|
| 3631 |
+
}
|
| 3632 |
+
}
|
| 3633 |
+
.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item {
|
| 3634 |
+
float: left;
|
| 3635 |
+
width: 50%;
|
| 3636 |
+
}
|
| 3637 |
+
@media only screen and (max-width: 979px) {
|
| 3638 |
+
.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item {
|
| 3639 |
+
width: 50%;
|
| 3640 |
+
}
|
| 3641 |
+
}
|
| 3642 |
+
@media only screen and (max-width: 480px) {
|
| 3643 |
+
.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item {
|
| 3644 |
+
width: 100%;
|
| 3645 |
+
}
|
| 3646 |
+
}
|
| 3647 |
+
.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item {
|
| 3648 |
+
float: left;
|
| 3649 |
+
width: 33.3333%;
|
| 3650 |
+
}
|
| 3651 |
+
@media only screen and (max-width: 979px) {
|
| 3652 |
+
.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item {
|
| 3653 |
+
width: 50%;
|
| 3654 |
+
}
|
| 3655 |
+
}
|
| 3656 |
+
@media only screen and (max-width: 480px) {
|
| 3657 |
+
.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item {
|
| 3658 |
+
width: 100%;
|
| 3659 |
+
}
|
| 3660 |
+
}
|
| 3661 |
+
.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item {
|
| 3662 |
+
float: left;
|
| 3663 |
+
width: 25%;
|
| 3664 |
+
}
|
| 3665 |
+
@media only screen and (max-width: 979px) {
|
| 3666 |
+
.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item {
|
| 3667 |
+
width: 50%;
|
| 3668 |
+
}
|
| 3669 |
+
}
|
| 3670 |
+
@media only screen and (max-width: 480px) {
|
| 3671 |
+
.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item {
|
| 3672 |
+
width: 100%;
|
| 3673 |
+
}
|
| 3674 |
+
}
|
| 3675 |
+
.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item {
|
| 3676 |
+
float: left;
|
| 3677 |
+
width: 20%;
|
| 3678 |
+
}
|
| 3679 |
+
@media only screen and (max-width: 979px) {
|
| 3680 |
+
.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item {
|
| 3681 |
+
width: 50%;
|
| 3682 |
+
}
|
| 3683 |
+
}
|
| 3684 |
+
@media only screen and (max-width: 480px) {
|
| 3685 |
+
.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item {
|
| 3686 |
+
width: 100%;
|
| 3687 |
+
}
|
| 3688 |
+
}
|
| 3689 |
+
.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item {
|
| 3690 |
+
float: left;
|
| 3691 |
+
width: 16.6666%;
|
| 3692 |
+
}
|
| 3693 |
+
@media only screen and (max-width: 979px) {
|
| 3694 |
+
.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item {
|
| 3695 |
+
width: 50%;
|
| 3696 |
+
}
|
| 3697 |
+
}
|
| 3698 |
+
@media only screen and (max-width: 480px) {
|
| 3699 |
+
.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item {
|
| 3700 |
+
width: 100%;
|
| 3701 |
+
}
|
| 3702 |
+
}
|
| 3703 |
+
.eael-facebook-feed .eael-facebook-feed-item {
|
| 3704 |
+
display: inline-block;
|
| 3705 |
+
line-height: 0;
|
| 3706 |
+
}
|
| 3707 |
+
.eael-facebook-feed .eael-facebook-feed-item,
|
| 3708 |
+
.eael-facebook-feed .eael-facebook-feed-item-inner {
|
| 3709 |
+
position: relative;
|
| 3710 |
+
}
|
| 3711 |
+
.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay {
|
| 3712 |
+
display: -webkit-box;
|
| 3713 |
+
display: -webkit-flex;
|
| 3714 |
+
display: -ms-flexbox;
|
| 3715 |
+
display: flex;
|
| 3716 |
+
-webkit-box-pack: center;
|
| 3717 |
+
-webkit-justify-content: center;
|
| 3718 |
+
-ms-flex-pack: center;
|
| 3719 |
+
justify-content: center;
|
| 3720 |
+
text-align: center;
|
| 3721 |
+
position: absolute;
|
| 3722 |
+
top: 0;
|
| 3723 |
+
bottom: 0;
|
| 3724 |
+
left: 0;
|
| 3725 |
+
right: 0;
|
| 3726 |
+
font-size: 12px;
|
| 3727 |
+
line-height: 1;
|
| 3728 |
+
-webkit-transform: scale(0.8);
|
| 3729 |
+
-ms-transform: scale(0.8);
|
| 3730 |
+
transform: scale(0.8);
|
| 3731 |
+
opacity: 0;
|
| 3732 |
+
-webkit-transition: all 200ms;
|
| 3733 |
+
-o-transition: all 200ms;
|
| 3734 |
+
transition: all 200ms;
|
| 3735 |
+
}
|
| 3736 |
+
.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay .eael-facebook-feed-item-overlay-inner {
|
| 3737 |
+
position: relative;
|
| 3738 |
+
-webkit-align-self: center;
|
| 3739 |
+
-ms-flex-item-align: center;
|
| 3740 |
+
align-self: center;
|
| 3741 |
+
}
|
| 3742 |
+
.eael-facebook-feed-overlay .eael-facebook-feed-item:hover .eael-facebook-feed-item-overlay {
|
| 3743 |
+
-webkit-transform: scale(1);
|
| 3744 |
+
-ms-transform: scale(1);
|
| 3745 |
+
transform: scale(1);
|
| 3746 |
+
opacity: 1;
|
| 3747 |
+
}
|
| 3748 |
+
.eael-facebook-feed-overlay .eael-facebook-feed-meta {
|
| 3749 |
+
margin-bottom: 0;
|
| 3750 |
+
}
|
| 3751 |
+
.eael-facebook-feed-overlay .eael-facebook-feed-meta span {
|
| 3752 |
+
display: inline-block;
|
| 3753 |
+
margin: 0 15px;
|
| 3754 |
+
}
|
| 3755 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner {
|
| 3756 |
+
-webkit-transition: all 0.3s ease;
|
| 3757 |
+
-o-transition: all 0.3s ease;
|
| 3758 |
+
transition: all 0.3s ease;
|
| 3759 |
+
margin: 10px;
|
| 3760 |
+
}
|
| 3761 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header {
|
| 3762 |
+
padding: 8px 12px;
|
| 3763 |
+
}
|
| 3764 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user {
|
| 3765 |
+
float: left;
|
| 3766 |
+
}
|
| 3767 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-avatar {
|
| 3768 |
+
float: left;
|
| 3769 |
+
display: inline-block;
|
| 3770 |
+
width: 32px;
|
| 3771 |
+
height: 32px;
|
| 3772 |
+
-webkit-border-radius: 50%;
|
| 3773 |
+
border-radius: 50%;
|
| 3774 |
+
margin-right: 10px;
|
| 3775 |
+
}
|
| 3776 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-username {
|
| 3777 |
+
float: left;
|
| 3778 |
+
display: inline-block;
|
| 3779 |
+
font-size: 14px;
|
| 3780 |
+
font-weight: 400;
|
| 3781 |
+
line-height: 32px;
|
| 3782 |
+
margin: 0;
|
| 3783 |
+
}
|
| 3784 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-post-time {
|
| 3785 |
+
float: right;
|
| 3786 |
+
font-size: 11px;
|
| 3787 |
+
font-weight: 400;
|
| 3788 |
+
line-height: 32px;
|
| 3789 |
+
}
|
| 3790 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content {
|
| 3791 |
+
position: relative;
|
| 3792 |
+
display: block;
|
| 3793 |
+
padding: 12px;
|
| 3794 |
+
}
|
| 3795 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content .eael-facebook-feed-message {
|
| 3796 |
+
font-size: 14px;
|
| 3797 |
+
font-weight: 400;
|
| 3798 |
+
line-height: 1.3;
|
| 3799 |
+
margin: 0;
|
| 3800 |
+
}
|
| 3801 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap {
|
| 3802 |
+
padding: 0;
|
| 3803 |
+
}
|
| 3804 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-img {
|
| 3805 |
+
display: block;
|
| 3806 |
+
position: relative;
|
| 3807 |
+
margin-bottom: 12px;
|
| 3808 |
+
}
|
| 3809 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay {
|
| 3810 |
+
position: absolute;
|
| 3811 |
+
top: 0;
|
| 3812 |
+
right: 0;
|
| 3813 |
+
bottom: 0;
|
| 3814 |
+
left: 0;
|
| 3815 |
+
background-color: rgba(0, 0, 0, 0.4);
|
| 3816 |
+
display: -webkit-box;
|
| 3817 |
+
display: -webkit-flex;
|
| 3818 |
+
display: -ms-flexbox;
|
| 3819 |
+
display: flex;
|
| 3820 |
+
-webkit-box-align: center;
|
| 3821 |
+
-webkit-align-items: center;
|
| 3822 |
+
-ms-flex-align: center;
|
| 3823 |
+
align-items: center;
|
| 3824 |
+
-webkit-box-pack: center;
|
| 3825 |
+
-webkit-justify-content: center;
|
| 3826 |
+
-ms-flex-pack: center;
|
| 3827 |
+
justify-content: center;
|
| 3828 |
+
}
|
| 3829 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay i {
|
| 3830 |
+
font-size: 48px;
|
| 3831 |
+
color: #fff;
|
| 3832 |
+
}
|
| 3833 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview {
|
| 3834 |
+
padding: 0 12px 15px;
|
| 3835 |
+
}
|
| 3836 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-host {
|
| 3837 |
+
font-size: 12px;
|
| 3838 |
+
font-weight: 400;
|
| 3839 |
+
line-height: 1;
|
| 3840 |
+
text-transform: uppercase;
|
| 3841 |
+
margin-bottom: 5px;
|
| 3842 |
+
}
|
| 3843 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-title {
|
| 3844 |
+
font-size: 15px;
|
| 3845 |
+
font-weight: 700;
|
| 3846 |
+
line-height: 1.4;
|
| 3847 |
+
margin-top: 0;
|
| 3848 |
+
margin-bottom: 6px;
|
| 3849 |
+
}
|
| 3850 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-description {
|
| 3851 |
+
font-size: 14px;
|
| 3852 |
+
font-weight: 400;
|
| 3853 |
+
line-height: 1.2;
|
| 3854 |
+
margin-bottom: 0;
|
| 3855 |
+
}
|
| 3856 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer {
|
| 3857 |
+
font-size: 13px;
|
| 3858 |
+
font-weight: 400;
|
| 3859 |
+
line-height: 30px;
|
| 3860 |
+
padding: 8px 12px;
|
| 3861 |
+
}
|
| 3862 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span {
|
| 3863 |
+
display: inline-block;
|
| 3864 |
+
}
|
| 3865 |
+
.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span.eael-facebook-feed-post-likes {
|
| 3866 |
+
margin-right: 15px;
|
| 3867 |
+
}
|
| 3868 |
+
.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap {
|
| 3869 |
+
-webkit-box-pack: center;
|
| 3870 |
+
-webkit-justify-content: center;
|
| 3871 |
+
-ms-flex-pack: center;
|
| 3872 |
+
justify-content: center;
|
| 3873 |
+
margin-top: 15px;
|
| 3874 |
+
}
|
| 3875 |
+
.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap.no-pagination {
|
| 3876 |
+
display: none;
|
| 3877 |
+
}
|
| 3878 |
+
.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user {
|
| 3879 |
+
display: -webkit-box;
|
| 3880 |
+
display: -webkit-flex;
|
| 3881 |
+
display: -ms-flexbox;
|
| 3882 |
+
display: flex;
|
| 3883 |
+
-webkit-box-align: center;
|
| 3884 |
+
-webkit-align-items: center;
|
| 3885 |
+
-ms-flex-align: center;
|
| 3886 |
+
align-items: center;
|
| 3887 |
+
}
|
| 3888 |
+
.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-username {
|
| 3889 |
+
display: block !important;
|
| 3890 |
+
float: none !important;
|
| 3891 |
+
line-height: 20px !important;
|
| 3892 |
+
}
|
| 3893 |
+
.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-post-time {
|
| 3894 |
+
line-height: 20px !important;
|
| 3895 |
+
}
|
| 3896 |
+
.eael-fancy-text-container p {
|
| 3897 |
+
margin: 0;
|
| 3898 |
+
}
|
| 3899 |
+
|
| 3900 |
+
.eael-fancy-text-strings {
|
| 3901 |
+
display: none;
|
| 3902 |
+
}
|
| 3903 |
+
|
| 3904 |
+
.eael-fancy-text-prefix,
|
| 3905 |
+
.eael-fancy-text-suffix {
|
| 3906 |
+
display: inline-block;
|
| 3907 |
+
}
|
| 3908 |
+
|
| 3909 |
+
.morphext > .animated {
|
| 3910 |
+
display: inline-block;
|
| 3911 |
+
}
|
| 3912 |
+
|
| 3913 |
+
.typed-cursor {
|
| 3914 |
+
opacity: 1;
|
| 3915 |
+
-webkit-animation: blink_cursor 0.7s infinite;
|
| 3916 |
+
animation: blink_cursor 0.7s infinite;
|
| 3917 |
+
}
|
| 3918 |
+
|
| 3919 |
+
@keyframes blink_cursor {
|
| 3920 |
+
0% {
|
| 3921 |
+
opacity: 1;
|
| 3922 |
+
}
|
| 3923 |
+
50% {
|
| 3924 |
+
opacity: 0;
|
| 3925 |
+
}
|
| 3926 |
+
100% {
|
| 3927 |
+
opacity: 1;
|
| 3928 |
+
}
|
| 3929 |
+
}
|
| 3930 |
+
|
| 3931 |
+
@-webkit-keyframes blink_cursor {
|
| 3932 |
+
0% {
|
| 3933 |
+
opacity: 1;
|
| 3934 |
+
}
|
| 3935 |
+
50% {
|
| 3936 |
+
opacity: 0;
|
| 3937 |
+
}
|
| 3938 |
+
100% {
|
| 3939 |
+
opacity: 1;
|
| 3940 |
+
}
|
| 3941 |
+
}
|
| 3942 |
+
|
| 3943 |
+
.eael-fancy-text-container.style-2 {
|
| 3944 |
+
font-size: 24px;
|
| 3945 |
+
}
|
| 3946 |
+
|
| 3947 |
+
.eael-fancy-text-container.style-2 .eael-fancy-text-strings {
|
| 3948 |
+
background: #ff5544;
|
| 3949 |
+
color: #fff;
|
| 3950 |
+
padding: 10px 25px;
|
| 3951 |
+
}
|
| 3952 |
+
/*----------------------------*/
|
| 3953 |
+
/* 35. Feature List
|
| 3954 |
+
/*----------------------------*/
|
| 3955 |
+
.elementor-widget-eael-feature-list .-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:before,
|
| 3956 |
+
.elementor-widget-eael-feature-list .-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before,
|
| 3957 |
+
.elementor-widget-eael-feature-list .-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:before {
|
| 3958 |
+
top: 3px !important;
|
| 3959 |
+
}
|
| 3960 |
+
.elementor-widget-eael-feature-list .-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:after,
|
| 3961 |
+
.elementor-widget-eael-feature-list .-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after,
|
| 3962 |
+
.elementor-widget-eael-feature-list .-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:after {
|
| 3963 |
+
top: 45px !important;
|
| 3964 |
+
}
|
| 3965 |
+
.elementor-widget-eael-feature-list .-icon-position-right .connector,
|
| 3966 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .connector {
|
| 3967 |
+
right: 0;
|
| 3968 |
+
left: -webkit-calc(100% - 70px);
|
| 3969 |
+
left: calc(100% - 70px);
|
| 3970 |
+
}
|
| 3971 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 3972 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 3973 |
+
padding: 0 50px 0 0;
|
| 3974 |
+
}
|
| 3975 |
+
@media (max-width: 767px) {
|
| 3976 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 3977 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 3978 |
+
padding: 0 30px 0 0;
|
| 3979 |
+
}
|
| 3980 |
+
}
|
| 3981 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 3982 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 3983 |
+
left: auto;
|
| 3984 |
+
right: 0;
|
| 3985 |
+
}
|
| 3986 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 3987 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 3988 |
+
left: auto;
|
| 3989 |
+
right: 5px;
|
| 3990 |
+
top: 50%;
|
| 3991 |
+
}
|
| 3992 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items {
|
| 3993 |
+
list-style-type: none;
|
| 3994 |
+
margin: 0;
|
| 3995 |
+
padding: 0;
|
| 3996 |
+
}
|
| 3997 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
|
| 3998 |
+
position: relative;
|
| 3999 |
+
}
|
| 4000 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
|
| 4001 |
+
display: block;
|
| 4002 |
+
position: absolute;
|
| 4003 |
+
width: 0;
|
| 4004 |
+
margin: 0 auto;
|
| 4005 |
+
z-index: 1;
|
| 4006 |
+
height: 100%;
|
| 4007 |
+
top: 0.5em;
|
| 4008 |
+
font-size: 60px;
|
| 4009 |
+
left: 0;
|
| 4010 |
+
right: -webkit-calc(100% - 60px);
|
| 4011 |
+
right: calc(100% - 60px);
|
| 4012 |
+
border-right: none !important;
|
| 4013 |
+
}
|
| 4014 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector {
|
| 4015 |
+
display: none;
|
| 4016 |
+
}
|
| 4017 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
|
| 4018 |
+
z-index: 2;
|
| 4019 |
+
-webkit-transition: all 0.5s;
|
| 4020 |
+
-o-transition: all 0.5s;
|
| 4021 |
+
transition: all 0.5s;
|
| 4022 |
+
}
|
| 4023 |
+
@media (prefers-reduced-motion: reduce) {
|
| 4024 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
|
| 4025 |
+
-webkit-transition: none;
|
| 4026 |
+
-o-transition: none;
|
| 4027 |
+
transition: none;
|
| 4028 |
+
}
|
| 4029 |
+
}
|
| 4030 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
| 4031 |
+
background-color: #37368e;
|
| 4032 |
+
-webkit-transition: all 0.5s;
|
| 4033 |
+
-o-transition: all 0.5s;
|
| 4034 |
+
transition: all 0.5s;
|
| 4035 |
+
display: -webkit-inline-box;
|
| 4036 |
+
display: -webkit-inline-flex;
|
| 4037 |
+
display: -ms-inline-flexbox;
|
| 4038 |
+
display: inline-flex;
|
| 4039 |
+
}
|
| 4040 |
+
@media (prefers-reduced-motion: reduce) {
|
| 4041 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
| 4042 |
+
-webkit-transition: none;
|
| 4043 |
+
-o-transition: none;
|
| 4044 |
+
transition: none;
|
| 4045 |
+
}
|
| 4046 |
+
}
|
| 4047 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
|
| 4048 |
+
padding: 0.5em;
|
| 4049 |
+
-webkit-transition: all 0.5s;
|
| 4050 |
+
-o-transition: all 0.5s;
|
| 4051 |
+
transition: all 0.5s;
|
| 4052 |
+
font-size: 30px;
|
| 4053 |
+
line-height: 1;
|
| 4054 |
+
color: #37368e;
|
| 4055 |
+
text-align: center;
|
| 4056 |
+
display: -webkit-inline-box;
|
| 4057 |
+
display: -webkit-inline-flex;
|
| 4058 |
+
display: -ms-inline-flexbox;
|
| 4059 |
+
display: inline-flex;
|
| 4060 |
+
display: -webkit-box;
|
| 4061 |
+
display: -webkit-flex;
|
| 4062 |
+
display: -ms-flexbox;
|
| 4063 |
+
display: flex;
|
| 4064 |
+
-webkit-box-align: center;
|
| 4065 |
+
-webkit-align-items: center;
|
| 4066 |
+
-ms-flex-align: center;
|
| 4067 |
+
align-items: center;
|
| 4068 |
+
-webkit-box-pack: center;
|
| 4069 |
+
-webkit-justify-content: center;
|
| 4070 |
+
-ms-flex-pack: center;
|
| 4071 |
+
justify-content: center;
|
| 4072 |
+
}
|
| 4073 |
+
@media (prefers-reduced-motion: reduce) {
|
| 4074 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
|
| 4075 |
+
-webkit-transition: none;
|
| 4076 |
+
-o-transition: none;
|
| 4077 |
+
transition: none;
|
| 4078 |
+
}
|
| 4079 |
+
}
|
| 4080 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
|
| 4081 |
+
width: 1em;
|
| 4082 |
+
height: 1em;
|
| 4083 |
+
position: relative;
|
| 4084 |
+
display: block;
|
| 4085 |
+
}
|
| 4086 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before {
|
| 4087 |
+
position: absolute;
|
| 4088 |
+
left: 50%;
|
| 4089 |
+
-webkit-transform: translateX(-50%);
|
| 4090 |
+
-ms-transform: translateX(-50%);
|
| 4091 |
+
transform: translateX(-50%);
|
| 4092 |
+
}
|
| 4093 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
|
| 4094 |
+
font-size: 8px;
|
| 4095 |
+
line-height: 1;
|
| 4096 |
+
max-width: inherit;
|
| 4097 |
+
}
|
| 4098 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
|
| 4099 |
+
margin: 0 0 0 20px;
|
| 4100 |
+
}
|
| 4101 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title {
|
| 4102 |
+
margin-top: -2px;
|
| 4103 |
+
line-height: 1.5em;
|
| 4104 |
+
}
|
| 4105 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
|
| 4106 |
+
padding: 0;
|
| 4107 |
+
margin: 0;
|
| 4108 |
+
font-size: 14px;
|
| 4109 |
+
line-height: 1.5em;
|
| 4110 |
+
}
|
| 4111 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon {
|
| 4112 |
+
color: #fff;
|
| 4113 |
+
}
|
| 4114 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon {
|
| 4115 |
+
background-color: #fff;
|
| 4116 |
+
}
|
| 4117 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
| 4118 |
+
-webkit-border-radius: 50%;
|
| 4119 |
+
border-radius: 50%;
|
| 4120 |
+
}
|
| 4121 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
|
| 4122 |
+
-webkit-border-radius: 50%;
|
| 4123 |
+
border-radius: 50%;
|
| 4124 |
+
}
|
| 4125 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
| 4126 |
+
-webkit-transform: rotate(45deg);
|
| 4127 |
+
-ms-transform: rotate(45deg);
|
| 4128 |
+
transform: rotate(45deg);
|
| 4129 |
+
margin: 15px;
|
| 4130 |
+
}
|
| 4131 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
|
| 4132 |
+
-ms-transform: rotate(-45deg);
|
| 4133 |
+
-webkit-transform: rotate(-45deg);
|
| 4134 |
+
transform: rotate(-45deg);
|
| 4135 |
+
}
|
| 4136 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
|
| 4137 |
+
-ms-transform: rotate(-45deg);
|
| 4138 |
+
-webkit-transform: rotate(-45deg);
|
| 4139 |
+
transform: rotate(-45deg);
|
| 4140 |
+
}
|
| 4141 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
|
| 4142 |
+
margin-top: 15px;
|
| 4143 |
+
}
|
| 4144 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern {
|
| 4145 |
+
/*
|
| 4146 |
+
@media (min-width: 768px) {
|
| 4147 |
+
&.-icon-position-right {
|
| 4148 |
+
.eael-feature-list-item {
|
| 4149 |
+
padding: 0 50px 0 0;
|
| 4150 |
+
|
| 4151 |
+
&:before {
|
| 4152 |
+
left: auto;
|
| 4153 |
+
right: 0;
|
| 4154 |
+
}
|
| 4155 |
+
|
| 4156 |
+
&:after {
|
| 4157 |
+
left: auto;
|
| 4158 |
+
right: 5px;
|
| 4159 |
+
top: 50%;
|
| 4160 |
+
}
|
| 4161 |
+
|
| 4162 |
+
.connector {
|
| 4163 |
+
display: none;
|
| 4164 |
+
}
|
| 4165 |
+
}
|
| 4166 |
+
}
|
| 4167 |
+
} */
|
| 4168 |
+
}
|
| 4169 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4170 |
+
padding: 0 0 0 50px;
|
| 4171 |
+
position: relative;
|
| 4172 |
+
}
|
| 4173 |
+
@media (max-width: 767px) {
|
| 4174 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4175 |
+
padding: 0 0 0 30px;
|
| 4176 |
+
display: block;
|
| 4177 |
+
}
|
| 4178 |
+
}
|
| 4179 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4180 |
+
content: "";
|
| 4181 |
+
position: absolute;
|
| 4182 |
+
display: block;
|
| 4183 |
+
}
|
| 4184 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 4185 |
+
left: 0;
|
| 4186 |
+
top: 0;
|
| 4187 |
+
z-index: 1;
|
| 4188 |
+
border-left: 1px solid #000;
|
| 4189 |
+
border-right: none !important;
|
| 4190 |
+
height: 100%;
|
| 4191 |
+
}
|
| 4192 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4193 |
+
left: 5px;
|
| 4194 |
+
top: 50%;
|
| 4195 |
+
width: 23px;
|
| 4196 |
+
display: block;
|
| 4197 |
+
z-index: 2;
|
| 4198 |
+
border-bottom: 1px dashed #000;
|
| 4199 |
+
border-top: none !important;
|
| 4200 |
+
}
|
| 4201 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector {
|
| 4202 |
+
display: none;
|
| 4203 |
+
}
|
| 4204 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet {
|
| 4205 |
+
display: none;
|
| 4206 |
+
}
|
| 4207 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile {
|
| 4208 |
+
display: none;
|
| 4209 |
+
}
|
| 4210 |
+
@media all and (min-width: 1025px) {
|
| 4211 |
+
.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-content-box {
|
| 4212 |
+
margin-right: 0 !important;
|
| 4213 |
+
margin-top: 0 !important;
|
| 4214 |
+
margin-bottom: 0 !important;
|
| 4215 |
+
}
|
| 4216 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-content-box {
|
| 4217 |
+
margin-left: 0 !important;
|
| 4218 |
+
margin-top: 0 !important;
|
| 4219 |
+
margin-bottom: 0 !important;
|
| 4220 |
+
}
|
| 4221 |
+
.elementor-widget-eael-feature-list .-icon-position-top .eael-feature-list-content-box {
|
| 4222 |
+
margin-left: 0 !important;
|
| 4223 |
+
margin-right: 0 !important;
|
| 4224 |
+
margin-bottom: 0 !important;
|
| 4225 |
+
}
|
| 4226 |
+
.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item,
|
| 4227 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item {
|
| 4228 |
+
display: -webkit-box;
|
| 4229 |
+
display: -webkit-flex;
|
| 4230 |
+
display: -ms-flexbox;
|
| 4231 |
+
display: flex;
|
| 4232 |
+
}
|
| 4233 |
+
.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item {
|
| 4234 |
+
text-align: left;
|
| 4235 |
+
-webkit-box-orient: horizontal;
|
| 4236 |
+
-webkit-box-direction: normal;
|
| 4237 |
+
-webkit-flex-direction: row;
|
| 4238 |
+
-ms-flex-direction: row;
|
| 4239 |
+
flex-direction: row;
|
| 4240 |
+
}
|
| 4241 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item {
|
| 4242 |
+
text-align: right;
|
| 4243 |
+
-webkit-box-orient: horizontal;
|
| 4244 |
+
-webkit-box-direction: reverse;
|
| 4245 |
+
-webkit-flex-direction: row-reverse;
|
| 4246 |
+
-ms-flex-direction: row-reverse;
|
| 4247 |
+
flex-direction: row-reverse;
|
| 4248 |
+
}
|
| 4249 |
+
}
|
| 4250 |
+
@media all and (max-width: 1024px) {
|
| 4251 |
+
.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item,
|
| 4252 |
+
.elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item {
|
| 4253 |
+
display: -webkit-box;
|
| 4254 |
+
display: -webkit-flex;
|
| 4255 |
+
display: -ms-flexbox;
|
| 4256 |
+
display: flex;
|
| 4257 |
+
}
|
| 4258 |
+
.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item {
|
| 4259 |
+
text-align: left;
|
| 4260 |
+
-webkit-box-orient: horizontal;
|
| 4261 |
+
-webkit-box-direction: normal;
|
| 4262 |
+
-webkit-flex-direction: row;
|
| 4263 |
+
-ms-flex-direction: row;
|
| 4264 |
+
flex-direction: row;
|
| 4265 |
+
}
|
| 4266 |
+
.elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item {
|
| 4267 |
+
text-align: right;
|
| 4268 |
+
-webkit-box-orient: horizontal;
|
| 4269 |
+
-webkit-box-direction: reverse;
|
| 4270 |
+
-webkit-flex-direction: row-reverse;
|
| 4271 |
+
-ms-flex-direction: row-reverse;
|
| 4272 |
+
flex-direction: row-reverse;
|
| 4273 |
+
}
|
| 4274 |
+
}
|
| 4275 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4276 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box,
|
| 4277 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box,
|
| 4278 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box {
|
| 4279 |
+
margin-right: 0 !important;
|
| 4280 |
+
margin-top: 0 !important;
|
| 4281 |
+
margin-bottom: 0 !important;
|
| 4282 |
+
}
|
| 4283 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4284 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4285 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4286 |
+
padding: 0 0 0 50px;
|
| 4287 |
+
}
|
| 4288 |
+
}
|
| 4289 |
+
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
|
| 4290 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4291 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4292 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4293 |
+
padding: 0 0 0 30px;
|
| 4294 |
+
}
|
| 4295 |
+
}
|
| 4296 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4297 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4298 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4299 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 4300 |
+
left: 0;
|
| 4301 |
+
right: auto;
|
| 4302 |
+
}
|
| 4303 |
+
}
|
| 4304 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4305 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4306 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4307 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4308 |
+
left: 5px;
|
| 4309 |
+
top: 30px;
|
| 4310 |
+
}
|
| 4311 |
+
}
|
| 4312 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4313 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-content-box,
|
| 4314 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-content-box,
|
| 4315 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-content-box {
|
| 4316 |
+
margin-left: 0 !important;
|
| 4317 |
+
margin-right: 0 !important;
|
| 4318 |
+
margin-bottom: 0 !important;
|
| 4319 |
+
}
|
| 4320 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4321 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4322 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4323 |
+
padding: 0 0 0 50px;
|
| 4324 |
+
}
|
| 4325 |
+
}
|
| 4326 |
+
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
|
| 4327 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4328 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4329 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4330 |
+
padding: 0 0 0 30px;
|
| 4331 |
+
}
|
| 4332 |
+
}
|
| 4333 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4334 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4335 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4336 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 4337 |
+
left: 0;
|
| 4338 |
+
right: auto;
|
| 4339 |
+
}
|
| 4340 |
+
}
|
| 4341 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4342 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4343 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4344 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4345 |
+
left: 5px;
|
| 4346 |
+
}
|
| 4347 |
+
}
|
| 4348 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4349 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-content-box,
|
| 4350 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-content-box,
|
| 4351 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-content-box {
|
| 4352 |
+
margin-left: 0 !important;
|
| 4353 |
+
margin-top: 0 !important;
|
| 4354 |
+
margin-bottom: 0 !important;
|
| 4355 |
+
}
|
| 4356 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4357 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4358 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4359 |
+
padding: 0 50px 0 0;
|
| 4360 |
+
}
|
| 4361 |
+
}
|
| 4362 |
+
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
|
| 4363 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4364 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4365 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4366 |
+
padding: 0 30px 0 0;
|
| 4367 |
+
}
|
| 4368 |
+
}
|
| 4369 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4370 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4371 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4372 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 4373 |
+
right: 0;
|
| 4374 |
+
left: auto;
|
| 4375 |
+
}
|
| 4376 |
+
}
|
| 4377 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4378 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4379 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4380 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4381 |
+
left: auto;
|
| 4382 |
+
right: 5px;
|
| 4383 |
+
}
|
| 4384 |
+
}
|
| 4385 |
+
@media all and (min-width: 768px) and (max-width: 1024px) {
|
| 4386 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
|
| 4387 |
+
display: none;
|
| 4388 |
+
}
|
| 4389 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet {
|
| 4390 |
+
display: block;
|
| 4391 |
+
}
|
| 4392 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile {
|
| 4393 |
+
display: none;
|
| 4394 |
+
}
|
| 4395 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector.connector-tablet {
|
| 4396 |
+
display: none;
|
| 4397 |
+
}
|
| 4398 |
+
}
|
| 4399 |
+
@media all and (max-width: 767px) {
|
| 4400 |
+
.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item,
|
| 4401 |
+
.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item,
|
| 4402 |
+
.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item,
|
| 4403 |
+
.elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item {
|
| 4404 |
+
display: block;
|
| 4405 |
+
text-align: left;
|
| 4406 |
+
}
|
| 4407 |
+
.elementor-widget-eael-feature-list .-mobile-icon-position-left .eael-feature-list-item,
|
| 4408 |
+
.elementor-widget-eael-feature-list .-mobile-icon-position-right .eael-feature-list-item {
|
| 4409 |
+
display: -webkit-box;
|
| 4410 |
+
display: -webkit-flex;
|
| 4411 |
+
display: -ms-flexbox;
|
| 4412 |
+
display: flex;
|
| 4413 |
+
}
|
| 4414 |
+
.elementor-widget-eael-feature-list .-mobile-icon-position-left .eael-feature-list-item {
|
| 4415 |
+
text-align: left;
|
| 4416 |
+
-webkit-box-orient: horizontal;
|
| 4417 |
+
-webkit-box-direction: normal;
|
| 4418 |
+
-webkit-flex-direction: row;
|
| 4419 |
+
-ms-flex-direction: row;
|
| 4420 |
+
flex-direction: row;
|
| 4421 |
+
}
|
| 4422 |
+
.elementor-widget-eael-feature-list .-mobile-icon-position-right .eael-feature-list-item {
|
| 4423 |
+
text-align: right !important;
|
| 4424 |
+
-webkit-box-orient: horizontal;
|
| 4425 |
+
-webkit-box-direction: reverse;
|
| 4426 |
+
-webkit-flex-direction: row-reverse;
|
| 4427 |
+
-ms-flex-direction: row-reverse;
|
| 4428 |
+
flex-direction: row-reverse;
|
| 4429 |
+
}
|
| 4430 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4431 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4432 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4433 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4434 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4435 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4436 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4437 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box,
|
| 4438 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
|
| 4439 |
+
margin-right: 0 !important;
|
| 4440 |
+
margin-top: 0 !important;
|
| 4441 |
+
margin-bottom: 0 !important;
|
| 4442 |
+
}
|
| 4443 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4444 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4445 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4446 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4447 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4448 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4449 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4450 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4451 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4452 |
+
padding: 0 0 0 50px;
|
| 4453 |
+
}
|
| 4454 |
+
}
|
| 4455 |
+
@media (max-width: 767px) and (max-width: 767px) {
|
| 4456 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4457 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4458 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4459 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4460 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4461 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4462 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4463 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4464 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4465 |
+
padding: 0 0 0 30px;
|
| 4466 |
+
}
|
| 4467 |
+
}
|
| 4468 |
+
@media all and (max-width: 767px) {
|
| 4469 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4470 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4471 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4472 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4473 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4474 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4475 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4476 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4477 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 4478 |
+
left: 0;
|
| 4479 |
+
right: auto;
|
| 4480 |
+
}
|
| 4481 |
+
}
|
| 4482 |
+
@media all and (max-width: 767px) {
|
| 4483 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4484 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4485 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4486 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4487 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4488 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4489 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4490 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4491 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4492 |
+
left: 5px;
|
| 4493 |
+
}
|
| 4494 |
+
}
|
| 4495 |
+
@media all and (max-width: 767px) {
|
| 4496 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4497 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4498 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4499 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4500 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4501 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4502 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4503 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box,
|
| 4504 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box {
|
| 4505 |
+
margin-left: 0 !important;
|
| 4506 |
+
margin-right: 0 !important;
|
| 4507 |
+
margin-bottom: 0 !important;
|
| 4508 |
+
}
|
| 4509 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4510 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4511 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4512 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4513 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4514 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4515 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4516 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4517 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4518 |
+
padding: 0 0 0 50px;
|
| 4519 |
+
}
|
| 4520 |
+
}
|
| 4521 |
+
@media (max-width: 767px) and (max-width: 767px) {
|
| 4522 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4523 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4524 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4525 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4526 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4527 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4528 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4529 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4530 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4531 |
+
padding: 0 0 0 30px;
|
| 4532 |
+
}
|
| 4533 |
+
}
|
| 4534 |
+
@media all and (max-width: 767px) {
|
| 4535 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4536 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4537 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4538 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4539 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4540 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4541 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4542 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4543 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 4544 |
+
left: 0;
|
| 4545 |
+
right: auto;
|
| 4546 |
+
}
|
| 4547 |
+
}
|
| 4548 |
+
@media all and (max-width: 767px) {
|
| 4549 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4550 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4551 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4552 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4553 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4554 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4555 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4556 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4557 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4558 |
+
left: 5px;
|
| 4559 |
+
}
|
| 4560 |
+
}
|
| 4561 |
+
@media all and (max-width: 767px) {
|
| 4562 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4563 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4564 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4565 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4566 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4567 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4568 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4569 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box,
|
| 4570 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box {
|
| 4571 |
+
margin-left: 0 !important;
|
| 4572 |
+
margin-top: 0 !important;
|
| 4573 |
+
margin-bottom: 0 !important;
|
| 4574 |
+
}
|
| 4575 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4576 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4577 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4578 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4579 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4580 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4581 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4582 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4583 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4584 |
+
padding: 0 50px 0 0;
|
| 4585 |
+
}
|
| 4586 |
+
}
|
| 4587 |
+
@media (max-width: 767px) and (max-width: 767px) {
|
| 4588 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4589 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4590 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4591 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4592 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4593 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4594 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4595 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,
|
| 4596 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
| 4597 |
+
padding: 0 30px 0 0;
|
| 4598 |
+
}
|
| 4599 |
+
}
|
| 4600 |
+
@media all and (max-width: 767px) {
|
| 4601 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4602 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4603 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4604 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4605 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4606 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4607 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4608 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,
|
| 4609 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
| 4610 |
+
right: 0;
|
| 4611 |
+
left: auto;
|
| 4612 |
+
}
|
| 4613 |
+
}
|
| 4614 |
+
@media all and (max-width: 767px) {
|
| 4615 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4616 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4617 |
+
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4618 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4619 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4620 |
+
.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4621 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4622 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,
|
| 4623 |
+
.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
| 4624 |
+
left: auto;
|
| 4625 |
+
right: 5px;
|
| 4626 |
+
}
|
| 4627 |
+
}
|
| 4628 |
+
@media all and (max-width: 767px) {
|
| 4629 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
|
| 4630 |
+
display: none;
|
| 4631 |
+
}
|
| 4632 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet {
|
| 4633 |
+
display: none;
|
| 4634 |
+
}
|
| 4635 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile {
|
| 4636 |
+
display: block;
|
| 4637 |
+
}
|
| 4638 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector.connector-mobile {
|
| 4639 |
+
display: none;
|
| 4640 |
+
}
|
| 4641 |
+
}
|
| 4642 |
+
.eael-filter-gallery-control {
|
| 4643 |
+
width: 100%;
|
| 4644 |
+
}
|
| 4645 |
+
|
| 4646 |
+
.eael-filter-gallery-control ul,
|
| 4647 |
+
.eael-filter-gallery-control ul li {
|
| 4648 |
+
text-align: center;
|
| 4649 |
+
}
|
| 4650 |
+
|
| 4651 |
+
.eael-filter-gallery-control ul {
|
| 4652 |
+
margin: 0px 0px 20px 0px;
|
| 4653 |
+
padding: 0px;
|
| 4654 |
+
text-align: center;
|
| 4655 |
+
}
|
| 4656 |
+
|
| 4657 |
+
.eael-filter-gallery-control {
|
| 4658 |
+
display: -webkit-box;
|
| 4659 |
+
display: -webkit-flex;
|
| 4660 |
+
display: -ms-flexbox;
|
| 4661 |
+
display: flex;
|
| 4662 |
+
-webkit-box-orient: vertical;
|
| 4663 |
+
-webkit-box-direction: normal;
|
| 4664 |
+
-webkit-flex-flow: 1 1 auto;
|
| 4665 |
+
-ms-flex-flow: 1 1 auto;
|
| 4666 |
+
flex-flow: 1 1 auto;
|
| 4667 |
+
-webkit-box-align: center;
|
| 4668 |
+
-webkit-align-items: center;
|
| 4669 |
+
-ms-flex-align: center;
|
| 4670 |
+
align-items: center;
|
| 4671 |
+
-webkit-box-pack: center;
|
| 4672 |
+
-webkit-justify-content: center;
|
| 4673 |
+
-ms-flex-pack: center;
|
| 4674 |
+
justify-content: center;
|
| 4675 |
+
-webkit-flex-flow: row wrap;
|
| 4676 |
+
-ms-flex-flow: row wrap;
|
| 4677 |
+
flex-flow: row wrap;
|
| 4678 |
+
padding: 0px;
|
| 4679 |
+
margin: 0px;
|
| 4680 |
+
}
|
| 4681 |
+
|
| 4682 |
+
.eael-filter-gallery-control ul li {
|
| 4683 |
+
list-style: none;
|
| 4684 |
+
font-size: 24px;
|
| 4685 |
+
display: inline-block;
|
| 4686 |
+
text-align: center;
|
| 4687 |
+
}
|
| 4688 |
+
|
| 4689 |
+
.eael-filter-gallery-control ul li a.control {
|
| 4690 |
+
font-family: "Montserrat", sans-serif;
|
| 4691 |
+
font-size: 16px;
|
| 4692 |
+
font-weight: 600;
|
| 4693 |
+
padding: 10px 25px;
|
| 4694 |
+
margin: 10px 6px;
|
| 4695 |
+
}
|
| 4696 |
+
|
| 4697 |
+
.eael-filter-gallery-container {
|
| 4698 |
+
text-align: justify;
|
| 4699 |
+
font-size: 0.1px;
|
| 4700 |
+
}
|
| 4701 |
+
|
| 4702 |
+
.eael-filter-gallery-container:after {
|
| 4703 |
+
content: "";
|
| 4704 |
+
display: inline-block;
|
| 4705 |
+
width: 100%;
|
| 4706 |
+
}
|
| 4707 |
+
|
| 4708 |
+
.eael-filter-gallery-container:not(.eael-cards) .item:before {
|
| 4709 |
+
content: "";
|
| 4710 |
+
display: inline-block;
|
| 4711 |
+
padding-top: 56.25%;
|
| 4712 |
+
}
|
| 4713 |
+
|
| 4714 |
+
.eael-filter-gallery-container .item .caption {
|
| 4715 |
+
position: absolute;
|
| 4716 |
+
display: -webkit-box;
|
| 4717 |
+
display: -webkit-flex;
|
| 4718 |
+
display: -ms-flexbox;
|
| 4719 |
+
display: flex;
|
| 4720 |
+
-webkit-box-orient: vertical;
|
| 4721 |
+
-webkit-box-direction: normal;
|
| 4722 |
+
-webkit-flex-flow: 1 1 100%;
|
| 4723 |
+
-ms-flex-flow: 1 1 100%;
|
| 4724 |
+
flex-flow: 1 1 100%;
|
| 4725 |
+
-webkit-box-align: center;
|
| 4726 |
+
-webkit-align-items: center;
|
| 4727 |
+
-ms-flex-align: center;
|
| 4728 |
+
align-items: center;
|
| 4729 |
+
-webkit-box-pack: center;
|
| 4730 |
+
-webkit-justify-content: center;
|
| 4731 |
+
-ms-flex-pack: center;
|
| 4732 |
+
justify-content: center;
|
| 4733 |
+
z-index: 1;
|
| 4734 |
+
top: 0px;
|
| 4735 |
+
left: 0px;
|
| 4736 |
+
right: 0px;
|
| 4737 |
+
bottom: 0px;
|
| 4738 |
+
-webkit-transition: -webkit-transform 0.4s;
|
| 4739 |
+
transition: -webkit-transform 0.4s;
|
| 4740 |
+
-o-transition: transform 0.4s;
|
| 4741 |
+
transition: transform 0.4s;
|
| 4742 |
+
transition: transform 0.4s, -webkit-transform 0.4s;
|
| 4743 |
+
}
|
| 4744 |
+
|
| 4745 |
+
.eael-filter-gallery-container.eael-cards .item .caption {
|
| 4746 |
+
display: none;
|
| 4747 |
+
}
|
| 4748 |
+
|
| 4749 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption {
|
| 4750 |
+
position: absolute;
|
| 4751 |
+
display: -webkit-box;
|
| 4752 |
+
display: -webkit-flex;
|
| 4753 |
+
display: -ms-flexbox;
|
| 4754 |
+
display: flex;
|
| 4755 |
+
-webkit-box-orient: vertical;
|
| 4756 |
+
-webkit-box-direction: normal;
|
| 4757 |
+
-webkit-flex-flow: 1 1 100%;
|
| 4758 |
+
-ms-flex-flow: 1 1 100%;
|
| 4759 |
+
flex-flow: 1 1 100%;
|
| 4760 |
+
-webkit-box-align: center;
|
| 4761 |
+
-webkit-align-items: center;
|
| 4762 |
+
-ms-flex-align: center;
|
| 4763 |
+
align-items: center;
|
| 4764 |
+
-webkit-box-pack: center;
|
| 4765 |
+
-webkit-justify-content: center;
|
| 4766 |
+
-ms-flex-pack: center;
|
| 4767 |
+
justify-content: center;
|
| 4768 |
+
z-index: 10;
|
| 4769 |
+
top: 0px;
|
| 4770 |
+
left: 0px;
|
| 4771 |
+
right: 0px;
|
| 4772 |
+
bottom: 0px;
|
| 4773 |
+
-webkit-transition: -webkit-transform 0.4s;
|
| 4774 |
+
transition: -webkit-transform 0.4s;
|
| 4775 |
+
-o-transition: transform 0.4s;
|
| 4776 |
+
transition: transform 0.4s;
|
| 4777 |
+
transition: transform 0.4s, -webkit-transform 0.4s;
|
| 4778 |
+
}
|
| 4779 |
+
|
| 4780 |
+
.gallery-item-caption-over {
|
| 4781 |
+
width: 100%;
|
| 4782 |
+
height: auto;
|
| 4783 |
+
}
|
| 4784 |
+
|
| 4785 |
+
a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
|
| 4786 |
+
text-decoration: none;
|
| 4787 |
+
}
|
| 4788 |
+
|
| 4789 |
+
/*--- Caption Animation ---*/
|
| 4790 |
+
|
| 4791 |
+
.eael-filter-gallery-container .item .caption.eael-zoom-in,
|
| 4792 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
|
| 4793 |
+
-webkit-transform: scale(0);
|
| 4794 |
+
-ms-transform: scale(0);
|
| 4795 |
+
transform: scale(0);
|
| 4796 |
+
}
|
| 4797 |
+
|
| 4798 |
+
.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
|
| 4799 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
|
| 4800 |
+
-webkit-transform: scale(1);
|
| 4801 |
+
-ms-transform: scale(1);
|
| 4802 |
+
transform: scale(1);
|
| 4803 |
+
}
|
| 4804 |
+
|
| 4805 |
+
.eael-filter-gallery-container .item .caption.eael-slide-left,
|
| 4806 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
|
| 4807 |
+
-webkit-transform: translateX(-100%);
|
| 4808 |
+
-ms-transform: translateX(-100%);
|
| 4809 |
+
transform: translateX(-100%);
|
| 4810 |
+
}
|
| 4811 |
+
|
| 4812 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
|
| 4813 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
|
| 4814 |
+
-webkit-transform: translateX(0%);
|
| 4815 |
+
-ms-transform: translateX(0%);
|
| 4816 |
+
transform: translateX(0%);
|
| 4817 |
+
}
|
| 4818 |
+
|
| 4819 |
+
.eael-filter-gallery-container .item .caption.eael-slide-right,
|
| 4820 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
|
| 4821 |
+
-webkit-transform: translateX(100%);
|
| 4822 |
+
-ms-transform: translateX(100%);
|
| 4823 |
+
transform: translateX(100%);
|
| 4824 |
+
}
|
| 4825 |
+
|
| 4826 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
|
| 4827 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
|
| 4828 |
+
-webkit-transform: translateX(0%);
|
| 4829 |
+
-ms-transform: translateX(0%);
|
| 4830 |
+
transform: translateX(0%);
|
| 4831 |
+
}
|
| 4832 |
+
|
| 4833 |
+
.eael-filter-gallery-container .item .caption.eael-slide-top,
|
| 4834 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
|
| 4835 |
+
-webkit-transform: translateY(-100%);
|
| 4836 |
+
-ms-transform: translateY(-100%);
|
| 4837 |
+
transform: translateY(-100%);
|
| 4838 |
+
}
|
| 4839 |
+
|
| 4840 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
|
| 4841 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
|
| 4842 |
+
-webkit-transform: translateY(0%);
|
| 4843 |
+
-ms-transform: translateY(0%);
|
| 4844 |
+
transform: translateY(0%);
|
| 4845 |
+
}
|
| 4846 |
+
|
| 4847 |
+
.eael-filter-gallery-container .item .caption.eael-slide-bottom,
|
| 4848 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
|
| 4849 |
+
-webkit-transform: translateY(100%);
|
| 4850 |
+
-ms-transform: translateY(100%);
|
| 4851 |
+
transform: translateY(100%);
|
| 4852 |
+
}
|
| 4853 |
+
|
| 4854 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
|
| 4855 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
|
| 4856 |
+
-webkit-transform: translateY(0%);
|
| 4857 |
+
-ms-transform: translateY(0%);
|
| 4858 |
+
transform: translateY(0%);
|
| 4859 |
+
}
|
| 4860 |
+
|
| 4861 |
+
.eael-filter-gallery-container .item .caption a {
|
| 4862 |
+
display: inline-block;
|
| 4863 |
+
width: 50px;
|
| 4864 |
+
height: 50px;
|
| 4865 |
+
text-align: center;
|
| 4866 |
+
line-height: 50px;
|
| 4867 |
+
-webkit-border-radius: 50%;
|
| 4868 |
+
border-radius: 50%;
|
| 4869 |
+
margin: 0 5px;
|
| 4870 |
+
font-size: 20px;
|
| 4871 |
+
cursor: pointer;
|
| 4872 |
+
-webkit-transition: 0.3s;
|
| 4873 |
+
-o-transition: 0.3s;
|
| 4874 |
+
transition: 0.3s;
|
| 4875 |
+
}
|
| 4876 |
+
|
| 4877 |
+
.eael-filter-gallery-container .item .caption a:nth-child(1),
|
| 4878 |
+
.eael-container .item .caption a:nth-child(2) {
|
| 4879 |
+
-webkit-transition: 0.6s;
|
| 4880 |
+
-o-transition: 0.6s;
|
| 4881 |
+
transition: 0.6s;
|
| 4882 |
+
opacity: 0;
|
| 4883 |
+
}
|
| 4884 |
+
|
| 4885 |
+
.eael-filter-gallery-container .item .caption a:nth-child(1) {
|
| 4886 |
+
-webkit-transform: translateY(-100%);
|
| 4887 |
+
-ms-transform: translateY(-100%);
|
| 4888 |
+
transform: translateY(-100%);
|
| 4889 |
+
}
|
| 4890 |
+
|
| 4891 |
+
.eael-filter-gallery-container .item .caption a:nth-child(2) {
|
| 4892 |
+
-webkit-transform: translateY(100%);
|
| 4893 |
+
-ms-transform: translateY(100%);
|
| 4894 |
+
transform: translateY(100%);
|
| 4895 |
+
}
|
| 4896 |
+
|
| 4897 |
+
.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
|
| 4898 |
+
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
|
| 4899 |
+
-webkit-transform: translateY(0%);
|
| 4900 |
+
-ms-transform: translateY(0%);
|
| 4901 |
+
transform: translateY(0%);
|
| 4902 |
+
opacity: 1;
|
| 4903 |
+
}
|
| 4904 |
+
|
| 4905 |
+
.eael-filter-gallery-container .item .caption .eael-popup-link {
|
| 4906 |
+
outline: 0;
|
| 4907 |
+
}
|
| 4908 |
+
|
| 4909 |
+
/*--- Filter Gallery Card Style ---*/
|
| 4910 |
+
|
| 4911 |
+
.eael-filter-gallery-container.eael-cards .item:before {
|
| 4912 |
+
padding-top: 0px;
|
| 4913 |
+
}
|
| 4914 |
+
|
| 4915 |
+
.eael-filter-gallery-container.eael-cards .item-img {
|
| 4916 |
+
position: relative;
|
| 4917 |
+
background-repeat: no-repeat;
|
| 4918 |
+
background-position: center;
|
| 4919 |
+
background-size: cover;
|
| 4920 |
+
height: 220px;
|
| 4921 |
+
z-index: 0;
|
| 4922 |
+
overflow: hidden;
|
| 4923 |
+
}
|
| 4924 |
+
|
| 4925 |
+
.eael-filter-gallery-container.eael-cards .item-content {
|
| 4926 |
+
padding: 15px;
|
| 4927 |
+
}
|
| 4928 |
+
|
| 4929 |
+
.eael-filter-gallery-container.eael-cards .item-content .title,
|
| 4930 |
+
.eael-filter-gallery-container.eael-cards .item-content .title a {
|
| 4931 |
+
font-size: 20px;
|
| 4932 |
+
line-height: 1;
|
| 4933 |
+
margin-bottom: 0px;
|
| 4934 |
+
-webkit-transition: 0.3s;
|
| 4935 |
+
-o-transition: 0.3s;
|
| 4936 |
+
transition: 0.3s;
|
| 4937 |
+
}
|
| 4938 |
+
|
| 4939 |
+
.eael-filter-gallery-container.eael-cards .item-content p {
|
| 4940 |
+
font-size: 14px;
|
| 4941 |
+
line-height: 26px;
|
| 4942 |
+
}
|
| 4943 |
+
|
| 4944 |
+
.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 4945 |
+
text-align: center;
|
| 4946 |
+
}
|
| 4947 |
+
|
| 4948 |
+
.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 4949 |
+
text-align: right;
|
| 4950 |
+
}
|
| 4951 |
+
|
| 4952 |
+
.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 4953 |
+
text-align: center;
|
| 4954 |
+
}
|
| 4955 |
+
|
| 4956 |
+
.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
| 4957 |
+
text-align: right;
|
| 4958 |
+
}
|
| 4959 |
+
|
| 4960 |
+
/*--- Editor Specific Style ---*/
|
| 4961 |
+
|
| 4962 |
+
.eael-fg-content-align-left .eael-cards .item .item-content {
|
| 4963 |
+
text-align: left;
|
| 4964 |
+
}
|
| 4965 |
+
|
| 4966 |
+
.eael-fg-content-align-center .eael-cards .item .item-content {
|
| 4967 |
+
text-align: center;
|
| 4968 |
+
}
|
| 4969 |
+
|
| 4970 |
+
.eael-fg-content-align-right .eael-cards .item .item-content {
|
| 4971 |
+
text-align: right;
|
| 4972 |
+
}
|
| 4973 |
+
|
| 4974 |
+
/*--- Magnific Gallery Fix ---*/
|
| 4975 |
+
|
| 4976 |
+
.mfp-wrap ~ div.dialog-widget {
|
| 4977 |
+
display: none !important;
|
| 4978 |
+
}
|
| 4979 |
+
|
| 4980 |
+
.eael-filterable-gallery-item-wrap {
|
| 4981 |
+
float: left;
|
| 4982 |
+
width: 33.33%;
|
| 4983 |
+
}
|
| 4984 |
+
|
| 4985 |
+
.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
|
| 4986 |
+
width: 100%;
|
| 4987 |
+
}
|
| 4988 |
+
|
| 4989 |
+
.eael-filter-gallery-control > ul li {
|
| 4990 |
+
font-size: 13px;
|
| 4991 |
+
line-height: 1.8;
|
| 4992 |
+
text-transform: uppercase;
|
| 4993 |
+
letter-spacing: 1px;
|
| 4994 |
+
padding: 6px 15px;
|
| 4995 |
+
cursor: pointer;
|
| 4996 |
+
margin: 0 5px;
|
| 4997 |
+
font-weight: normal;
|
| 4998 |
+
}
|
| 4999 |
+
|
| 5000 |
+
.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
|
| 5001 |
+
width: 50%;
|
| 5002 |
+
}
|
| 5003 |
+
|
| 5004 |
+
.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
|
| 5005 |
+
width: 25%;
|
| 5006 |
+
}
|
| 5007 |
+
|
| 5008 |
+
.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
|
| 5009 |
+
width: 20%;
|
| 5010 |
+
}
|
| 5011 |
+
|
| 5012 |
+
.eael-gallery-grid-item {
|
| 5013 |
+
margin-left: -webkit-calc(20px/2);
|
| 5014 |
+
margin-left: calc(20px/2);
|
| 5015 |
+
margin-right: -webkit-calc(20px/2);
|
| 5016 |
+
margin-right: calc(20px/2);
|
| 5017 |
+
margin-bottom: 20px;
|
| 5018 |
+
position: relative;
|
| 5019 |
+
}
|
| 5020 |
+
|
| 5021 |
+
.gallery-item-caption-wrap,
|
| 5022 |
+
.media-content-wrap {
|
| 5023 |
+
font-size: 14px;
|
| 5024 |
+
text-align: left;
|
| 5025 |
+
}
|
| 5026 |
+
|
| 5027 |
+
.gallery-item-thumbnail-wrap.caption-style-card img {
|
| 5028 |
+
max-height: 100%;
|
| 5029 |
+
width: 100%;
|
| 5030 |
+
}
|
| 5031 |
+
|
| 5032 |
+
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 5033 |
+
position: absolute;
|
| 5034 |
+
left: 0;
|
| 5035 |
+
top: 0;
|
| 5036 |
+
height: 100%;
|
| 5037 |
+
width: 100%;
|
| 5038 |
+
padding: 15px;
|
| 5039 |
+
z-index: 10;
|
| 5040 |
+
}
|
| 5041 |
+
|
| 5042 |
+
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap > img {
|
| 5043 |
+
height: 100%;
|
| 5044 |
+
width: 100%;
|
| 5045 |
+
-o-object-fit: cover;
|
| 5046 |
+
object-fit: cover;
|
| 5047 |
+
}
|
| 5048 |
+
|
| 5049 |
+
/*--- Gallery content css ---*/
|
| 5050 |
+
|
| 5051 |
+
.fg-item-title,
|
| 5052 |
+
.fg-item-content {
|
| 5053 |
+
color: #ffffff;
|
| 5054 |
+
font-family: inherit;
|
| 5055 |
+
}
|
| 5056 |
+
|
| 5057 |
+
/*--- Gallery Card Style CSS ---*/
|
| 5058 |
+
|
| 5059 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 5060 |
+
font-size: 18px;
|
| 5061 |
+
margin: 15px 0 15px;
|
| 5062 |
+
line-height: 1;
|
| 5063 |
+
}
|
| 5064 |
+
|
| 5065 |
+
.gallery-item-caption-wrap.caption-style-card {
|
| 5066 |
+
background: #f7f7f7;
|
| 5067 |
+
}
|
| 5068 |
+
|
| 5069 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
| 5070 |
+
margin: 10px 0 15px;
|
| 5071 |
+
color: #000000;
|
| 5072 |
+
}
|
| 5073 |
+
|
| 5074 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-content {
|
| 5075 |
+
color: #212529;
|
| 5076 |
+
line-height: 1.5;
|
| 5077 |
+
font-weight: normal;
|
| 5078 |
+
}
|
| 5079 |
+
|
| 5080 |
+
.gallery-item-buttons > a {
|
| 5081 |
+
display: inline-block;
|
| 5082 |
+
font-size: 16px;
|
| 5083 |
+
color: #000;
|
| 5084 |
+
margin-right: 15px;
|
| 5085 |
+
}
|
| 5086 |
+
|
| 5087 |
+
.gallery-item-buttons > a:visited {
|
| 5088 |
+
color: #000;
|
| 5089 |
+
}
|
| 5090 |
+
|
| 5091 |
+
.gallery-item-caption-wrap.caption-style-card {
|
| 5092 |
+
padding: 10px;
|
| 5093 |
+
-webkit-box-sizing: border-box;
|
| 5094 |
+
box-sizing: border-box;
|
| 5095 |
+
font-family: inherit;
|
| 5096 |
+
}
|
| 5097 |
+
|
| 5098 |
+
/*--- Gallery item hover style ---*/
|
| 5099 |
+
|
| 5100 |
+
.gallery-item-caption-wrap .gallery-item-hoverer-bg {
|
| 5101 |
+
position: absolute;
|
| 5102 |
+
left: 0;
|
| 5103 |
+
top: 0;
|
| 5104 |
+
height: 100%;
|
| 5105 |
+
width: 100%;
|
| 5106 |
+
content: "";
|
| 5107 |
+
background: #000000;
|
| 5108 |
+
z-index: -1;
|
| 5109 |
+
opacity: 0.7;
|
| 5110 |
+
}
|
| 5111 |
+
|
| 5112 |
+
.gallery-item-caption-wrap.caption-style-hoverer {
|
| 5113 |
+
visibility: hidden;
|
| 5114 |
+
opacity: 0;
|
| 5115 |
+
-webkit-transition: 0.6s all ease;
|
| 5116 |
+
-o-transition: 0.6s all ease;
|
| 5117 |
+
transition: 0.6s all ease;
|
| 5118 |
+
display: -webkit-box;
|
| 5119 |
+
display: -webkit-flex;
|
| 5120 |
+
display: -ms-flexbox;
|
| 5121 |
+
display: flex;
|
| 5122 |
+
-webkit-box-align: center;
|
| 5123 |
+
-webkit-align-items: center;
|
| 5124 |
+
-ms-flex-align: center;
|
| 5125 |
+
align-items: center;
|
| 5126 |
+
}
|
| 5127 |
+
|
| 5128 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
|
| 5129 |
+
opacity: 1;
|
| 5130 |
+
visibility: visible;
|
| 5131 |
+
}
|
| 5132 |
+
|
| 5133 |
+
.gallery-item-caption-wrap.caption-style-hoverer h5 {
|
| 5134 |
+
font-size: 20px;
|
| 5135 |
+
margin-bottom: 5px;
|
| 5136 |
+
line-height: 1;
|
| 5137 |
+
}
|
| 5138 |
+
|
| 5139 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
|
| 5140 |
+
-webkit-transform: translateY(20px);
|
| 5141 |
+
-ms-transform: translateY(20px);
|
| 5142 |
+
transform: translateY(20px);
|
| 5143 |
+
-webkit-transition: 0.6s all ease;
|
| 5144 |
+
-o-transition: 0.6s all ease;
|
| 5145 |
+
transition: 0.6s all ease;
|
| 5146 |
+
}
|
| 5147 |
+
|
| 5148 |
+
.gallery-item-caption-wrap.caption-style-hoverer p {
|
| 5149 |
+
margin-bottom: 5px;
|
| 5150 |
+
}
|
| 5151 |
+
|
| 5152 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 5153 |
+
-webkit-transform: translateY(40px);
|
| 5154 |
+
-ms-transform: translateY(40px);
|
| 5155 |
+
transform: translateY(40px);
|
| 5156 |
+
-webkit-transition: 0.6s all ease;
|
| 5157 |
+
-o-transition: 0.6s all ease;
|
| 5158 |
+
transition: 0.6s all ease;
|
| 5159 |
+
}
|
| 5160 |
+
|
| 5161 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
|
| 5162 |
+
-webkit-transform: translateY(40px);
|
| 5163 |
+
-ms-transform: translateY(40px);
|
| 5164 |
+
transform: translateY(40px);
|
| 5165 |
+
-webkit-transition: 0.6s all ease;
|
| 5166 |
+
-o-transition: 0.6s all ease;
|
| 5167 |
+
transition: 0.6s all ease;
|
| 5168 |
+
}
|
| 5169 |
+
|
| 5170 |
+
.gallery-item-caption-wrap .gallery-item-buttons > a span {
|
| 5171 |
+
display: -webkit-box;
|
| 5172 |
+
display: -webkit-flex;
|
| 5173 |
+
display: -ms-flexbox;
|
| 5174 |
+
display: flex;
|
| 5175 |
+
-webkit-box-align: center;
|
| 5176 |
+
-webkit-align-items: center;
|
| 5177 |
+
-ms-flex-align: center;
|
| 5178 |
+
align-items: center;
|
| 5179 |
+
-webkit-box-pack: center;
|
| 5180 |
+
-webkit-justify-content: center;
|
| 5181 |
+
-ms-flex-pack: center;
|
| 5182 |
+
justify-content: center;
|
| 5183 |
+
-webkit-border-radius: 50%;
|
| 5184 |
+
border-radius: 50%;
|
| 5185 |
+
outline: none;
|
| 5186 |
+
text-decoration: none;
|
| 5187 |
+
display: inline-block;
|
| 5188 |
+
text-align: center;
|
| 5189 |
+
}
|
| 5190 |
+
|
| 5191 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 5192 |
+
-webkit-transform: scale(0.8);
|
| 5193 |
+
-ms-transform: scale(0.8);
|
| 5194 |
+
transform: scale(0.8);
|
| 5195 |
+
-webkit-transition: 0.6s all ease;
|
| 5196 |
+
-o-transition: 0.6s all ease;
|
| 5197 |
+
transition: 0.6s all ease;
|
| 5198 |
+
}
|
| 5199 |
+
|
| 5200 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
|
| 5201 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
|
| 5202 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
| 5203 |
+
-webkit-transform: translate(0);
|
| 5204 |
+
-ms-transform: translate(0);
|
| 5205 |
+
transform: translate(0);
|
| 5206 |
+
}
|
| 5207 |
+
|
| 5208 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
| 5209 |
+
-webkit-transform: scale(1);
|
| 5210 |
+
-ms-transform: scale(1);
|
| 5211 |
+
transform: scale(1);
|
| 5212 |
+
visibility: visible;
|
| 5213 |
+
opacity: 1;
|
| 5214 |
+
}
|
| 5215 |
+
|
| 5216 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
|
| 5217 |
+
-webkit-transition: none;
|
| 5218 |
+
-o-transition: none;
|
| 5219 |
+
transition: none;
|
| 5220 |
+
}
|
| 5221 |
+
|
| 5222 |
+
/*--- Video Gallery ---*/
|
| 5223 |
+
|
| 5224 |
+
.gallery-item-thumbnail-wrap {
|
| 5225 |
+
position: relative;
|
| 5226 |
+
}
|
| 5227 |
+
|
| 5228 |
+
.video-popup,
|
| 5229 |
+
.video-popup-bg {
|
| 5230 |
+
position: absolute;
|
| 5231 |
+
left: 0;
|
| 5232 |
+
top: 0;
|
| 5233 |
+
height: 100%;
|
| 5234 |
+
width: 100%;
|
| 5235 |
+
}
|
| 5236 |
+
|
| 5237 |
+
.video-popup > img {
|
| 5238 |
+
width: 62px;
|
| 5239 |
+
position: relative;
|
| 5240 |
+
z-index: 1;
|
| 5241 |
+
-webkit-transition: 300ms;
|
| 5242 |
+
-o-transition: 300ms;
|
| 5243 |
+
transition: 300ms;
|
| 5244 |
+
}
|
| 5245 |
+
|
| 5246 |
+
.video-popup {
|
| 5247 |
+
display: -webkit-box;
|
| 5248 |
+
display: -webkit-flex;
|
| 5249 |
+
display: -ms-flexbox;
|
| 5250 |
+
display: flex;
|
| 5251 |
+
-webkit-box-align: center;
|
| 5252 |
+
-webkit-align-items: center;
|
| 5253 |
+
-ms-flex-align: center;
|
| 5254 |
+
align-items: center;
|
| 5255 |
+
-webkit-box-pack: center;
|
| 5256 |
+
-webkit-justify-content: center;
|
| 5257 |
+
-ms-flex-pack: center;
|
| 5258 |
+
justify-content: center;
|
| 5259 |
+
}
|
| 5260 |
+
|
| 5261 |
+
.video-popup:hover > img {
|
| 5262 |
+
-webkit-transform: scale(1.1);
|
| 5263 |
+
-ms-transform: scale(1.1);
|
| 5264 |
+
transform: scale(1.1);
|
| 5265 |
+
}
|
| 5266 |
+
|
| 5267 |
+
.video-popup-bg {
|
| 5268 |
+
visibility: hidden;
|
| 5269 |
+
opacity: 0;
|
| 5270 |
+
-webkit-transition: 350ms;
|
| 5271 |
+
-o-transition: 350ms;
|
| 5272 |
+
transition: 350ms;
|
| 5273 |
+
}
|
| 5274 |
+
|
| 5275 |
+
.eael-gallery-grid-item:hover .video-popup-bg {
|
| 5276 |
+
visibility: visible;
|
| 5277 |
+
opacity: 1;
|
| 5278 |
+
}
|
| 5279 |
+
|
| 5280 |
+
.gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
|
| 5281 |
+
position: absolute;
|
| 5282 |
+
left: 0;
|
| 5283 |
+
top: 0;
|
| 5284 |
+
height: 100%;
|
| 5285 |
+
width: 100%;
|
| 5286 |
+
display: -webkit-box;
|
| 5287 |
+
display: -webkit-flex;
|
| 5288 |
+
display: -ms-flexbox;
|
| 5289 |
+
display: flex;
|
| 5290 |
+
-webkit-box-align: center;
|
| 5291 |
+
-webkit-align-items: center;
|
| 5292 |
+
-ms-flex-align: center;
|
| 5293 |
+
align-items: center;
|
| 5294 |
+
-webkit-box-pack: center;
|
| 5295 |
+
-webkit-justify-content: center;
|
| 5296 |
+
-ms-flex-pack: center;
|
| 5297 |
+
justify-content: center;
|
| 5298 |
+
}
|
| 5299 |
+
|
| 5300 |
+
.gallery-item-caption-wrap.card-hover-bg {
|
| 5301 |
+
visibility: hidden;
|
| 5302 |
+
opacity: 0;
|
| 5303 |
+
-webkit-transition: 800ms;
|
| 5304 |
+
-o-transition: 800ms;
|
| 5305 |
+
transition: 800ms;
|
| 5306 |
+
}
|
| 5307 |
+
|
| 5308 |
+
.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
|
| 5309 |
+
visibility: visible;
|
| 5310 |
+
opacity: 1;
|
| 5311 |
+
}
|
| 5312 |
+
|
| 5313 |
+
.gallery-item-caption-wrap .gallery-item-buttons > a > i {
|
| 5314 |
+
display: -webkit-box;
|
| 5315 |
+
display: -webkit-flex;
|
| 5316 |
+
display: -ms-flexbox;
|
| 5317 |
+
display: flex;
|
| 5318 |
+
-webkit-box-align: center;
|
| 5319 |
+
-webkit-align-items: center;
|
| 5320 |
+
-ms-flex-align: center;
|
| 5321 |
+
align-items: center;
|
| 5322 |
+
-webkit-box-pack: center;
|
| 5323 |
+
-webkit-justify-content: center;
|
| 5324 |
+
-ms-flex-pack: center;
|
| 5325 |
+
justify-content: center;
|
| 5326 |
+
height: 100%;
|
| 5327 |
+
}
|
| 5328 |
+
|
| 5329 |
+
/*--- Gallery Column CSS ---*/
|
| 5330 |
+
|
| 5331 |
+
@media only screen and (min-width: 1025px) {
|
| 5332 |
+
/* For Desktop: */
|
| 5333 |
+
.elementor-element.elementor-grid-1 {
|
| 5334 |
+
position: relative;
|
| 5335 |
+
}
|
| 5336 |
+
|
| 5337 |
+
.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
|
| 5338 |
+
width: 100%;
|
| 5339 |
+
float: left;
|
| 5340 |
+
}
|
| 5341 |
+
|
| 5342 |
+
.elementor-element.elementor-grid-2 {
|
| 5343 |
+
position: relative;
|
| 5344 |
+
}
|
| 5345 |
+
|
| 5346 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
|
| 5347 |
+
width: 50%;
|
| 5348 |
+
float: left;
|
| 5349 |
+
}
|
| 5350 |
+
|
| 5351 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 5352 |
+
margin-right: 0 !important;
|
| 5353 |
+
}
|
| 5354 |
+
|
| 5355 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 5356 |
+
clear: left;
|
| 5357 |
+
}
|
| 5358 |
+
|
| 5359 |
+
.elementor-element.elementor-grid-3 {
|
| 5360 |
+
position: relative;
|
| 5361 |
+
}
|
| 5362 |
+
|
| 5363 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
|
| 5364 |
+
width: 33.3333%;
|
| 5365 |
+
float: left;
|
| 5366 |
+
}
|
| 5367 |
+
|
| 5368 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 5369 |
+
margin-right: 0 !important;
|
| 5370 |
+
}
|
| 5371 |
+
|
| 5372 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 5373 |
+
clear: left;
|
| 5374 |
+
}
|
| 5375 |
+
|
| 5376 |
+
.elementor-element.elementor-grid-4 {
|
| 5377 |
+
position: relative;
|
| 5378 |
+
}
|
| 5379 |
+
|
| 5380 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
|
| 5381 |
+
width: 25%;
|
| 5382 |
+
float: left;
|
| 5383 |
+
}
|
| 5384 |
+
|
| 5385 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 5386 |
+
margin-right: 0 !important;
|
| 5387 |
+
}
|
| 5388 |
+
|
| 5389 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 5390 |
+
clear: left;
|
| 5391 |
+
}
|
| 5392 |
+
|
| 5393 |
+
.elementor-element.elementor-grid-5 {
|
| 5394 |
+
position: relative;
|
| 5395 |
+
}
|
| 5396 |
+
|
| 5397 |
+
.elementor-element.elementor-grid-5 .pp-logo-grid {
|
| 5398 |
+
margin-right: -5px;
|
| 5399 |
+
}
|
| 5400 |
+
|
| 5401 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
|
| 5402 |
+
width: 20%;
|
| 5403 |
+
float: left;
|
| 5404 |
+
}
|
| 5405 |
+
|
| 5406 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 5407 |
+
margin-right: 0 !important;
|
| 5408 |
+
}
|
| 5409 |
+
|
| 5410 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 5411 |
+
clear: left;
|
| 5412 |
+
}
|
| 5413 |
+
|
| 5414 |
+
.elementor-element.elementor-grid-6 {
|
| 5415 |
+
position: relative;
|
| 5416 |
+
}
|
| 5417 |
+
|
| 5418 |
+
.elementor-element.elementor-grid-6 .pp-logo-grid {
|
| 5419 |
+
margin-right: -6px;
|
| 5420 |
+
}
|
| 5421 |
+
|
| 5422 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
|
| 5423 |
+
width: 16%;
|
| 5424 |
+
float: left;
|
| 5425 |
+
}
|
| 5426 |
+
|
| 5427 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 5428 |
+
margin-right: 0 !important;
|
| 5429 |
+
}
|
| 5430 |
+
|
| 5431 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 5432 |
+
clear: left;
|
| 5433 |
+
}
|
| 5434 |
+
}
|
| 5435 |
+
|
| 5436 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
| 5437 |
+
/* For tablets: */
|
| 5438 |
+
.elementor-element.elementor-grid-tablet-1 {
|
| 5439 |
+
position: relative;
|
| 5440 |
+
}
|
| 5441 |
+
|
| 5442 |
+
.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
|
| 5443 |
+
width: 100%;
|
| 5444 |
+
float: left;
|
| 5445 |
+
}
|
| 5446 |
+
|
| 5447 |
+
.elementor-element.elementor-grid-tablet-2 {
|
| 5448 |
+
position: relative;
|
| 5449 |
+
}
|
| 5450 |
+
|
| 5451 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
|
| 5452 |
+
width: 50%;
|
| 5453 |
+
float: left;
|
| 5454 |
+
}
|
| 5455 |
+
|
| 5456 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 5457 |
+
margin-right: 0 !important;
|
| 5458 |
+
}
|
| 5459 |
+
|
| 5460 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 5461 |
+
clear: left;
|
| 5462 |
+
}
|
| 5463 |
+
|
| 5464 |
+
.elementor-element.elementor-grid-tablet-3 {
|
| 5465 |
+
position: relative;
|
| 5466 |
+
}
|
| 5467 |
+
|
| 5468 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
|
| 5469 |
+
width: 33.3333%;
|
| 5470 |
+
float: left;
|
| 5471 |
+
}
|
| 5472 |
+
|
| 5473 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 5474 |
+
margin-right: 0 !important;
|
| 5475 |
+
}
|
| 5476 |
+
|
| 5477 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 5478 |
+
clear: left;
|
| 5479 |
+
}
|
| 5480 |
+
|
| 5481 |
+
.elementor-element.elementor-grid-tablet-4 {
|
| 5482 |
+
position: relative;
|
| 5483 |
+
}
|
| 5484 |
+
|
| 5485 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
|
| 5486 |
+
width: 25%;
|
| 5487 |
+
float: left;
|
| 5488 |
+
}
|
| 5489 |
+
|
| 5490 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 5491 |
+
margin-right: 0 !important;
|
| 5492 |
+
}
|
| 5493 |
+
|
| 5494 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 5495 |
+
clear: left;
|
| 5496 |
+
}
|
| 5497 |
+
|
| 5498 |
+
.elementor-element.elementor-grid-tablet-5 {
|
| 5499 |
+
position: relative;
|
| 5500 |
+
}
|
| 5501 |
+
|
| 5502 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
|
| 5503 |
+
width: 20%;
|
| 5504 |
+
float: left;
|
| 5505 |
+
}
|
| 5506 |
+
|
| 5507 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 5508 |
+
margin-right: 0 !important;
|
| 5509 |
+
}
|
| 5510 |
+
|
| 5511 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 5512 |
+
clear: left;
|
| 5513 |
+
}
|
| 5514 |
+
|
| 5515 |
+
.elementor-element.elementor-grid-tablet-6 {
|
| 5516 |
+
position: relative;
|
| 5517 |
+
}
|
| 5518 |
+
|
| 5519 |
+
.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
|
| 5520 |
+
margin-right: -6px;
|
| 5521 |
+
}
|
| 5522 |
+
|
| 5523 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
|
| 5524 |
+
width: 16%;
|
| 5525 |
+
float: left;
|
| 5526 |
+
}
|
| 5527 |
+
|
| 5528 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 5529 |
+
margin-right: 0 !important;
|
| 5530 |
+
}
|
| 5531 |
+
|
| 5532 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 5533 |
+
clear: left;
|
| 5534 |
+
}
|
| 5535 |
+
}
|
| 5536 |
+
|
| 5537 |
+
@media only screen and (max-width: 767px) {
|
| 5538 |
+
.elementor-element.elementor-grid-mobile-1 {
|
| 5539 |
+
position: relative;
|
| 5540 |
+
}
|
| 5541 |
+
|
| 5542 |
+
.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
|
| 5543 |
+
width: 100%;
|
| 5544 |
+
float: left;
|
| 5545 |
+
}
|
| 5546 |
+
|
| 5547 |
+
.elementor-element.elementor-grid-mobile-2 {
|
| 5548 |
+
position: relative;
|
| 5549 |
+
}
|
| 5550 |
+
|
| 5551 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
|
| 5552 |
+
width: 50%;
|
| 5553 |
+
float: left;
|
| 5554 |
+
}
|
| 5555 |
+
|
| 5556 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
| 5557 |
+
margin-right: 0 !important;
|
| 5558 |
+
}
|
| 5559 |
+
|
| 5560 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
| 5561 |
+
clear: left;
|
| 5562 |
+
}
|
| 5563 |
+
|
| 5564 |
+
.elementor-element.elementor-grid-mobile-3 {
|
| 5565 |
+
position: relative;
|
| 5566 |
+
}
|
| 5567 |
+
|
| 5568 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
|
| 5569 |
+
width: 33.3333%;
|
| 5570 |
+
float: left;
|
| 5571 |
+
}
|
| 5572 |
+
|
| 5573 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
| 5574 |
+
margin-right: 0 !important;
|
| 5575 |
+
}
|
| 5576 |
+
|
| 5577 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
| 5578 |
+
clear: left;
|
| 5579 |
+
}
|
| 5580 |
+
|
| 5581 |
+
.elementor-element.elementor-grid-mobile-4 {
|
| 5582 |
+
position: relative;
|
| 5583 |
+
}
|
| 5584 |
+
|
| 5585 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
|
| 5586 |
+
width: 25%;
|
| 5587 |
+
float: left;
|
| 5588 |
+
}
|
| 5589 |
+
|
| 5590 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
| 5591 |
+
margin-right: 0 !important;
|
| 5592 |
+
}
|
| 5593 |
+
|
| 5594 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
| 5595 |
+
clear: left;
|
| 5596 |
+
}
|
| 5597 |
+
|
| 5598 |
+
.elementor-element.elementor-grid-mobile-5 {
|
| 5599 |
+
position: relative;
|
| 5600 |
+
}
|
| 5601 |
+
|
| 5602 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
|
| 5603 |
+
width: 20%;
|
| 5604 |
+
float: left;
|
| 5605 |
+
}
|
| 5606 |
+
|
| 5607 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
| 5608 |
+
margin-right: 0 !important;
|
| 5609 |
+
}
|
| 5610 |
+
|
| 5611 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
| 5612 |
+
clear: left;
|
| 5613 |
+
}
|
| 5614 |
+
|
| 5615 |
+
.elementor-element.elementor-grid-mobile-6 {
|
| 5616 |
+
position: relative;
|
| 5617 |
+
}
|
| 5618 |
+
|
| 5619 |
+
.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
|
| 5620 |
+
margin-right: -6px;
|
| 5621 |
+
}
|
| 5622 |
+
|
| 5623 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
|
| 5624 |
+
width: 16%;
|
| 5625 |
+
float: left;
|
| 5626 |
+
}
|
| 5627 |
+
|
| 5628 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
| 5629 |
+
margin-right: 0 !important;
|
| 5630 |
+
}
|
| 5631 |
+
|
| 5632 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
| 5633 |
+
clear: left;
|
| 5634 |
+
}
|
| 5635 |
+
}
|
| 5636 |
+
|
| 5637 |
+
/* ------------- Layout 3 Style ----------------- */
|
| 5638 |
+
|
| 5639 |
+
.fg-layout-3-filter-controls {
|
| 5640 |
+
margin: 0;
|
| 5641 |
+
padding: 0;
|
| 5642 |
+
list-style: none;
|
| 5643 |
+
}
|
| 5644 |
+
|
| 5645 |
+
.fg-layout-3-item-content {
|
| 5646 |
+
text-align: center;
|
| 5647 |
+
}
|
| 5648 |
+
|
| 5649 |
+
.fg-layout-3-item-content .fg-item-title {
|
| 5650 |
+
font-size: 18px;
|
| 5651 |
+
line-height: 1;
|
| 5652 |
+
font-weight: 500;
|
| 5653 |
+
margin: 0;
|
| 5654 |
+
-webkit-transition: 300ms;
|
| 5655 |
+
-o-transition: 300ms;
|
| 5656 |
+
transition: 300ms;
|
| 5657 |
+
}
|
| 5658 |
+
|
| 5659 |
+
.fg-layout-3-item-content .fg-item-content p {
|
| 5660 |
+
font-size: 13px;
|
| 5661 |
+
font-weight: 400;
|
| 5662 |
+
}
|
| 5663 |
+
|
| 5664 |
+
.fg-filter-wrap {
|
| 5665 |
+
position: relative;
|
| 5666 |
+
-webkit-flex-basis: 30%;
|
| 5667 |
+
-ms-flex-preferred-size: 30%;
|
| 5668 |
+
flex-basis: 30%;
|
| 5669 |
+
}
|
| 5670 |
+
|
| 5671 |
+
.fg-layout-3-filter-controls {
|
| 5672 |
+
position: absolute;
|
| 5673 |
+
left: 0;
|
| 5674 |
+
background: #fff;
|
| 5675 |
+
z-index: 999;
|
| 5676 |
+
width: 150px;
|
| 5677 |
+
visibility: hidden;
|
| 5678 |
+
opacity: 0;
|
| 5679 |
+
-webkit-transition: 300ms;
|
| 5680 |
+
-o-transition: 300ms;
|
| 5681 |
+
transition: 300ms;
|
| 5682 |
+
width: 100%;
|
| 5683 |
+
-webkit-border-radius: 5px;
|
| 5684 |
+
border-radius: 5px;
|
| 5685 |
+
padding-top: 7px;
|
| 5686 |
+
}
|
| 5687 |
+
|
| 5688 |
+
.fg-layout-3-filter-controls.open-filters {
|
| 5689 |
+
visibility: visible;
|
| 5690 |
+
opacity: 1;
|
| 5691 |
+
}
|
| 5692 |
+
|
| 5693 |
+
.fg-layout-3-filter-controls li.control {
|
| 5694 |
+
padding: 5px 5px 5px 10px;
|
| 5695 |
+
cursor: pointer;
|
| 5696 |
+
-webkit-transition: 300ms;
|
| 5697 |
+
-o-transition: 300ms;
|
| 5698 |
+
transition: 300ms;
|
| 5699 |
+
font-size: 14px;
|
| 5700 |
+
color: #7f8995;
|
| 5701 |
+
font-weight: normal;
|
| 5702 |
+
}
|
| 5703 |
+
|
| 5704 |
+
.fg-layout-3-filter-controls li.control:hover {
|
| 5705 |
+
color: #2d425a;
|
| 5706 |
+
}
|
| 5707 |
+
|
| 5708 |
+
.fg-layout-3-filter-controls li.control:first-child {
|
| 5709 |
+
border-top: 0px solid;
|
| 5710 |
+
}
|
| 5711 |
+
|
| 5712 |
+
.fg-layout-3-filter-controls li.control:last-child {
|
| 5713 |
+
border-bottom: 0px solid;
|
| 5714 |
+
}
|
| 5715 |
+
|
| 5716 |
+
.fg-layout-3-filters-wrap {
|
| 5717 |
+
max-width: 600px;
|
| 5718 |
+
margin: 15px auto 50px;
|
| 5719 |
+
}
|
| 5720 |
+
|
| 5721 |
+
.fg-filter-wrap button {
|
| 5722 |
+
width: 100%;
|
| 5723 |
+
border: 0px solid;
|
| 5724 |
+
-webkit-border-radius: 0px;
|
| 5725 |
+
border-radius: 0px;
|
| 5726 |
+
padding: 17px 13px;
|
| 5727 |
+
font-size: 14px;
|
| 5728 |
+
color: #2d425a;
|
| 5729 |
+
background: #f7f8ff;
|
| 5730 |
+
height: 55px;
|
| 5731 |
+
border-right: 1px solid #abb5ff;
|
| 5732 |
+
-webkit-border-radius: 10px 0px 0 10px;
|
| 5733 |
+
border-radius: 10px 0px 0 10px;
|
| 5734 |
+
outline: none;
|
| 5735 |
+
text-align: center;
|
| 5736 |
+
position: relative;
|
| 5737 |
+
}
|
| 5738 |
+
|
| 5739 |
+
.fg-filter-wrap button > i {
|
| 5740 |
+
font-size: 18px;
|
| 5741 |
+
position: absolute;
|
| 5742 |
+
top: 50%;
|
| 5743 |
+
-webkit-transform: translateY(-50%);
|
| 5744 |
+
-ms-transform: translateY(-50%);
|
| 5745 |
+
transform: translateY(-50%);
|
| 5746 |
+
margin-left: 10px;
|
| 5747 |
+
}
|
| 5748 |
+
|
| 5749 |
+
.fg-layout-3-search-box {
|
| 5750 |
+
-webkit-flex-basis: 70%;
|
| 5751 |
+
-ms-flex-preferred-size: 70%;
|
| 5752 |
+
flex-basis: 70%;
|
| 5753 |
+
height: 100%;
|
| 5754 |
+
}
|
| 5755 |
+
|
| 5756 |
+
.fg-layout-3-search-box input[type=text] {
|
| 5757 |
+
width: 100%;
|
| 5758 |
+
height: 100%;
|
| 5759 |
+
margin: 0;
|
| 5760 |
+
padding: 15px;
|
| 5761 |
+
border: 0px solid;
|
| 5762 |
+
outline: none;
|
| 5763 |
+
background: none;
|
| 5764 |
+
}
|
| 5765 |
+
|
| 5766 |
+
.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
|
| 5767 |
+
/* Chrome/Opera/Safari */
|
| 5768 |
+
color: #7f8995;
|
| 5769 |
+
font-size: 13px;
|
| 5770 |
+
}
|
| 5771 |
+
|
| 5772 |
+
.fg-layout-3-search-box input[type=text]::-moz-placeholder {
|
| 5773 |
+
/* Firefox 19+ */
|
| 5774 |
+
color: #7f8995;
|
| 5775 |
+
font-size: 13px;
|
| 5776 |
+
}
|
| 5777 |
+
|
| 5778 |
+
.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
|
| 5779 |
+
/* IE 10+ */
|
| 5780 |
+
color: #7f8995;
|
| 5781 |
+
font-size: 13px;
|
| 5782 |
+
}
|
| 5783 |
+
|
| 5784 |
+
.fg-layout-3-search-box input[type=text]:-moz-placeholder {
|
| 5785 |
+
/* Firefox 18- */
|
| 5786 |
+
color: #7f8995;
|
| 5787 |
+
font-size: 13px;
|
| 5788 |
+
}
|
| 5789 |
+
|
| 5790 |
+
.fg-layout-3-filters-wrap {
|
| 5791 |
+
height: 55px;
|
| 5792 |
+
-webkit-border-radius: 5px;
|
| 5793 |
+
border-radius: 5px;
|
| 5794 |
+
display: -webkit-box;
|
| 5795 |
+
display: -webkit-flex;
|
| 5796 |
+
display: -ms-flexbox;
|
| 5797 |
+
display: flex;
|
| 5798 |
+
-webkit-flex-wrap: wrap;
|
| 5799 |
+
-ms-flex-wrap: wrap;
|
| 5800 |
+
flex-wrap: wrap;
|
| 5801 |
+
-webkit-box-align: center;
|
| 5802 |
+
-webkit-align-items: center;
|
| 5803 |
+
-ms-flex-align: center;
|
| 5804 |
+
align-items: center;
|
| 5805 |
+
}
|
| 5806 |
+
|
| 5807 |
+
.fg-layout-3-filters-wrap .fg-layout-3-search-box {
|
| 5808 |
+
background: #f7f8ff;
|
| 5809 |
+
-webkit-border-radius: 0 10px 10px 0;
|
| 5810 |
+
border-radius: 0 10px 10px 0;
|
| 5811 |
+
}
|
| 5812 |
+
|
| 5813 |
+
.fg-layout-3-item-thumb {
|
| 5814 |
+
position: relative;
|
| 5815 |
+
overflow: hidden;
|
| 5816 |
+
}
|
| 5817 |
+
|
| 5818 |
+
.fg-layout-3-item-thumb .gallery-item-buttons {
|
| 5819 |
+
text-align: center;
|
| 5820 |
+
position: absolute;
|
| 5821 |
+
left: 0;
|
| 5822 |
+
top: 0;
|
| 5823 |
+
height: 100%;
|
| 5824 |
+
width: 100%;
|
| 5825 |
+
display: -webkit-box;
|
| 5826 |
+
display: -webkit-flex;
|
| 5827 |
+
display: -ms-flexbox;
|
| 5828 |
+
display: flex;
|
| 5829 |
+
-webkit-box-align: center;
|
| 5830 |
+
-webkit-align-items: center;
|
| 5831 |
+
-ms-flex-align: center;
|
| 5832 |
+
align-items: center;
|
| 5833 |
+
-webkit-box-pack: center;
|
| 5834 |
+
-webkit-justify-content: center;
|
| 5835 |
+
-ms-flex-pack: center;
|
| 5836 |
+
justify-content: center;
|
| 5837 |
+
z-index: 4;
|
| 5838 |
+
}
|
| 5839 |
+
|
| 5840 |
+
.fg-layout-3-item-content {
|
| 5841 |
+
padding: 27px 27px 30px;
|
| 5842 |
+
text-align: center;
|
| 5843 |
+
}
|
| 5844 |
+
|
| 5845 |
+
.eael-fg-card-content-align-left .fg-layout-3-item-content {
|
| 5846 |
+
text-align: left;
|
| 5847 |
+
}
|
| 5848 |
+
|
| 5849 |
+
.eael-fg-card-content-align-center .fg-layout-3-item-content {
|
| 5850 |
+
text-align: center;
|
| 5851 |
+
}
|
| 5852 |
+
|
| 5853 |
+
.eael-fg-card-content-align-right .fg-layout-3-item-content {
|
| 5854 |
+
text-align: right;
|
| 5855 |
+
}
|
| 5856 |
+
|
| 5857 |
+
.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
|
| 5858 |
+
-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, 0.05);
|
| 5859 |
+
box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, 0.05);
|
| 5860 |
+
-webkit-border-radius: 5px;
|
| 5861 |
+
border-radius: 5px;
|
| 5862 |
+
}
|
| 5863 |
+
|
| 5864 |
+
.fg-caption-head {
|
| 5865 |
+
position: absolute;
|
| 5866 |
+
left: 0;
|
| 5867 |
+
top: 0;
|
| 5868 |
+
width: 100%;
|
| 5869 |
+
display: -webkit-box;
|
| 5870 |
+
display: -webkit-flex;
|
| 5871 |
+
display: -ms-flexbox;
|
| 5872 |
+
display: flex;
|
| 5873 |
+
-webkit-box-pack: justify;
|
| 5874 |
+
-webkit-justify-content: space-between;
|
| 5875 |
+
-ms-flex-pack: justify;
|
| 5876 |
+
justify-content: space-between;
|
| 5877 |
+
padding: 35px 35px;
|
| 5878 |
+
z-index: 3;
|
| 5879 |
+
color: #fff;
|
| 5880 |
+
font-size: 18px;
|
| 5881 |
+
font-weight: 700;
|
| 5882 |
+
}
|
| 5883 |
+
|
| 5884 |
+
.fg-item-category > span {
|
| 5885 |
+
font-size: 12px;
|
| 5886 |
+
color: #fff;
|
| 5887 |
+
background: #fa9196;
|
| 5888 |
+
padding: 10px 12px;
|
| 5889 |
+
display: inline-block;
|
| 5890 |
+
}
|
| 5891 |
+
|
| 5892 |
+
.fg-layout-3-item-content {
|
| 5893 |
+
position: relative;
|
| 5894 |
+
}
|
| 5895 |
+
|
| 5896 |
+
.fg-item-category {
|
| 5897 |
+
position: absolute;
|
| 5898 |
+
left: 0;
|
| 5899 |
+
top: 0;
|
| 5900 |
+
text-align: center;
|
| 5901 |
+
width: 100%;
|
| 5902 |
+
height: 30px;
|
| 5903 |
+
margin-top: -15px;
|
| 5904 |
+
z-index: 11;
|
| 5905 |
+
}
|
| 5906 |
+
|
| 5907 |
+
.fg-item-category span {
|
| 5908 |
+
-webkit-border-radius: 5px;
|
| 5909 |
+
border-radius: 5px;
|
| 5910 |
+
line-height: 1;
|
| 5911 |
+
visibility: hidden;
|
| 5912 |
+
opacity: 0;
|
| 5913 |
+
-webkit-transition: 300ms;
|
| 5914 |
+
-o-transition: 300ms;
|
| 5915 |
+
transition: 300ms;
|
| 5916 |
+
}
|
| 5917 |
+
|
| 5918 |
+
.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
|
| 5919 |
+
visibility: visible;
|
| 5920 |
+
opacity: 1;
|
| 5921 |
+
}
|
| 5922 |
+
|
| 5923 |
+
.mfp-iframe-holder .mfp-close,
|
| 5924 |
+
.mfp-image-holder .mfp-close {
|
| 5925 |
+
width: auto;
|
| 5926 |
+
}
|
| 5927 |
+
|
| 5928 |
+
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
| 5929 |
+
cursor: pointer;
|
| 5930 |
+
}
|
| 5931 |
+
|
| 5932 |
+
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
|
| 5933 |
+
text-decoration: none;
|
| 5934 |
+
}
|
| 5935 |
+
|
| 5936 |
+
button.mfp-close:not(.toggle),
|
| 5937 |
+
button.mfp-arrow:not(.toggle) {
|
| 5938 |
+
background: transparent;
|
| 5939 |
+
}
|
| 5940 |
+
.eael-elements-flip-box-container {
|
| 5941 |
+
position: relative;
|
| 5942 |
+
height: 300px;
|
| 5943 |
+
width: 100%;
|
| 5944 |
+
}
|
| 5945 |
+
|
| 5946 |
+
.eael-elements-flip-box-container .flipbox-button {
|
| 5947 |
+
display: inline-block;
|
| 5948 |
+
-webkit-transition: all 400ms;
|
| 5949 |
+
-o-transition: all 400ms;
|
| 5950 |
+
transition: all 400ms;
|
| 5951 |
+
}
|
| 5952 |
+
|
| 5953 |
+
.eael-elements-flip-box-container a {
|
| 5954 |
+
display: block;
|
| 5955 |
+
}
|
| 5956 |
+
|
| 5957 |
+
.eael-elements-flip-box-vertical-align {
|
| 5958 |
+
width: 100%;
|
| 5959 |
+
}
|
| 5960 |
+
|
| 5961 |
+
.eael-elements-flip-box-padding {
|
| 5962 |
+
padding: 0px 30px 5px 30px;
|
| 5963 |
+
}
|
| 5964 |
+
|
| 5965 |
+
.eael-elements-flip-box-icon-image {
|
| 5966 |
+
display: inline-block;
|
| 5967 |
+
margin: 0 auto 0px auto;
|
| 5968 |
+
line-height: 1;
|
| 5969 |
+
}
|
| 5970 |
+
|
| 5971 |
+
.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
|
| 5972 |
+
background: #cccccc;
|
| 5973 |
+
}
|
| 5974 |
+
|
| 5975 |
+
.eael_eleements_flip_front_icon_style_bordered {
|
| 5976 |
+
border: 2px solid #ffffff;
|
| 5977 |
+
}
|
| 5978 |
+
|
| 5979 |
+
.eael_flip_box_icon_border_round {
|
| 5980 |
+
-webkit-border-radius: 100px;
|
| 5981 |
+
border-radius: 100px;
|
| 5982 |
+
}
|
| 5983 |
+
|
| 5984 |
+
.eael_eleements_flip_front_icon_style_background,
|
| 5985 |
+
.eael_eleements_flip_front_icon_style_bordered {
|
| 5986 |
+
padding: 15px;
|
| 5987 |
+
}
|
| 5988 |
+
|
| 5989 |
+
.eael-elements-flip-box-icon-image i {
|
| 5990 |
+
font-size: 40px;
|
| 5991 |
+
}
|
| 5992 |
+
|
| 5993 |
+
.eael-elements-slider-display-table {
|
| 5994 |
+
width: 100%;
|
| 5995 |
+
}
|
| 5996 |
+
|
| 5997 |
+
.eael-elements-flip-box-front-container {
|
| 5998 |
+
text-align: center;
|
| 5999 |
+
position: absolute;
|
| 6000 |
+
top: 0px;
|
| 6001 |
+
left: 0px;
|
| 6002 |
+
z-index: 2;
|
| 6003 |
+
width: 100%;
|
| 6004 |
+
height: 100%;
|
| 6005 |
+
background: #14bcc8;
|
| 6006 |
+
color: #ffffff;
|
| 6007 |
+
border-color: #000000;
|
| 6008 |
+
-webkit-display: flex;
|
| 6009 |
+
display: -webkit-box;
|
| 6010 |
+
display: -ms-flexbox;
|
| 6011 |
+
display: flex;
|
| 6012 |
+
-webkit-align-items: center;
|
| 6013 |
+
-webkit-box-align: center;
|
| 6014 |
+
-ms-flex-align: center;
|
| 6015 |
+
align-items: center;
|
| 6016 |
+
}
|
| 6017 |
+
|
| 6018 |
+
.eael-elements-flip-box-content,
|
| 6019 |
+
.eael-elements-flip-box-heading {
|
| 6020 |
+
color: #ffffff;
|
| 6021 |
+
}
|
| 6022 |
+
|
| 6023 |
+
.eael-elements-flip-box-heading.flipbox-linked-title {
|
| 6024 |
+
color: #fff;
|
| 6025 |
+
font-size: 1.5em;
|
| 6026 |
+
font-weight: 700;
|
| 6027 |
+
}
|
| 6028 |
+
|
| 6029 |
+
.eael-elements-flip-box-rear-container {
|
| 6030 |
+
text-align: center;
|
| 6031 |
+
position: absolute;
|
| 6032 |
+
top: 0px;
|
| 6033 |
+
left: 0px;
|
| 6034 |
+
width: 100%;
|
| 6035 |
+
height: 100%;
|
| 6036 |
+
background: #ff7e70;
|
| 6037 |
+
color: #ffffff;
|
| 6038 |
+
display: -webkit-box;
|
| 6039 |
+
display: -webkit-flex;
|
| 6040 |
+
display: -ms-flexbox;
|
| 6041 |
+
display: flex;
|
| 6042 |
+
-webkit-align-items: center;
|
| 6043 |
+
-webkit-box-align: center;
|
| 6044 |
+
-ms-flex-align: center;
|
| 6045 |
+
align-items: center;
|
| 6046 |
+
border-color: #000000;
|
| 6047 |
+
}
|
| 6048 |
+
|
| 6049 |
+
/*--- Floating Button Styles ---*/
|
| 6050 |
+
|
| 6051 |
+
.eael-elements-button-floating-container {
|
| 6052 |
+
position: fixed;
|
| 6053 |
+
z-index: 100;
|
| 6054 |
+
}
|
| 6055 |
+
|
| 6056 |
+
.eael-elements-button-floating-container .eael-elements-button {
|
| 6057 |
+
margin-top: 0px;
|
| 6058 |
+
font-size: 14px;
|
| 6059 |
+
position: relative;
|
| 6060 |
+
padding: 14px 20px;
|
| 6061 |
+
}
|
| 6062 |
+
|
| 6063 |
+
.eael-elements-button {
|
| 6064 |
+
cursor: pointer;
|
| 6065 |
+
display: inline-block;
|
| 6066 |
+
background: #077bbe;
|
| 6067 |
+
color: #ffffff;
|
| 6068 |
+
line-height: 1;
|
| 6069 |
+
padding: 16px 25px;
|
| 6070 |
+
margin-top: 15px;
|
| 6071 |
+
}
|
| 6072 |
+
|
| 6073 |
+
.eael-elements-button:hover {
|
| 6074 |
+
background: #077bbe;
|
| 6075 |
+
color: #ffffff;
|
| 6076 |
+
}
|
| 6077 |
+
|
| 6078 |
+
/*--- CSS3 Transitions ---*/
|
| 6079 |
+
|
| 6080 |
+
.eael-elements-flip-box-container {
|
| 6081 |
+
-webkit-perspective: 1000px;
|
| 6082 |
+
perspective: 1000px;
|
| 6083 |
+
}
|
| 6084 |
+
|
| 6085 |
+
.eael-elements-flip-box-front-container,
|
| 6086 |
+
.eael-elements-flip-box-rear-container {
|
| 6087 |
+
-webkit-transition-duration: 500ms;
|
| 6088 |
+
-o-transition-duration: 500ms;
|
| 6089 |
+
transition-duration: 500ms;
|
| 6090 |
+
-webkit-transition-property: all;
|
| 6091 |
+
-o-transition-property: all;
|
| 6092 |
+
transition-property: all;
|
| 6093 |
+
-webkit-transition-timing-function: ease;
|
| 6094 |
+
-o-transition-timing-function: ease;
|
| 6095 |
+
transition-timing-function: ease;
|
| 6096 |
+
}
|
| 6097 |
+
|
| 6098 |
+
.eael-elements-flip-box-flip-card {
|
| 6099 |
+
width: 100%;
|
| 6100 |
+
height: 100%;
|
| 6101 |
+
-webkit-transform-style: preserve-3d;
|
| 6102 |
+
transform-style: preserve-3d;
|
| 6103 |
+
-webkit-transition: all 500ms ease;
|
| 6104 |
+
-o-transition: all 500ms ease;
|
| 6105 |
+
transition: all 500ms ease;
|
| 6106 |
+
}
|
| 6107 |
+
|
| 6108 |
+
.eael-elements-flip-box-rear-container,
|
| 6109 |
+
.eael-elements-flip-box-front-container {
|
| 6110 |
+
-webkit-backface-visibility: hidden;
|
| 6111 |
+
backface-visibility: hidden;
|
| 6112 |
+
-webkit-transform: rotateX(0deg);
|
| 6113 |
+
transform: rotateX(0deg);
|
| 6114 |
+
-webkit-transform: rotateY(0deg);
|
| 6115 |
+
transform: rotateY(0deg);
|
| 6116 |
+
}
|
| 6117 |
+
|
| 6118 |
+
/*--- Flip ---*/
|
| 6119 |
+
|
| 6120 |
+
.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 6121 |
+
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 6122 |
+
-webkit-transform: rotateX(180deg);
|
| 6123 |
+
transform: rotateX(180deg);
|
| 6124 |
+
}
|
| 6125 |
+
|
| 6126 |
+
.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 6127 |
+
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 6128 |
+
-webkit-transform: rotateX(-180deg);
|
| 6129 |
+
transform: rotateX(-180deg);
|
| 6130 |
+
}
|
| 6131 |
+
|
| 6132 |
+
.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 6133 |
+
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 6134 |
+
-webkit-transform: rotateY(-180deg);
|
| 6135 |
+
transform: rotateY(-180deg);
|
| 6136 |
+
}
|
| 6137 |
+
|
| 6138 |
+
.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
|
| 6139 |
+
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 6140 |
+
-webkit-transform: rotateY(180deg);
|
| 6141 |
+
transform: rotateY(180deg);
|
| 6142 |
+
}
|
| 6143 |
+
|
| 6144 |
+
/*--- Slide ---*/
|
| 6145 |
+
|
| 6146 |
+
.eael-animate-push.eael-elements-flip-box-container,
|
| 6147 |
+
.eael-animate-slide.eael-elements-flip-box-container {
|
| 6148 |
+
overflow: hidden;
|
| 6149 |
+
}
|
| 6150 |
+
|
| 6151 |
+
.eael-animate-push .eael-elements-flip-box-rear-container,
|
| 6152 |
+
.eael-animate-slide .eael-elements-flip-box-rear-container {
|
| 6153 |
+
z-index: 3;
|
| 6154 |
+
}
|
| 6155 |
+
|
| 6156 |
+
.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
|
| 6157 |
+
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
|
| 6158 |
+
top: 100%;
|
| 6159 |
+
}
|
| 6160 |
+
|
| 6161 |
+
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 6162 |
+
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 6163 |
+
top: 0;
|
| 6164 |
+
}
|
| 6165 |
+
|
| 6166 |
+
.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
|
| 6167 |
+
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
|
| 6168 |
+
top: auto;
|
| 6169 |
+
bottom: 100%;
|
| 6170 |
+
}
|
| 6171 |
+
|
| 6172 |
+
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 6173 |
+
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 6174 |
+
top: auto;
|
| 6175 |
+
bottom: 0;
|
| 6176 |
+
}
|
| 6177 |
+
|
| 6178 |
+
.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
|
| 6179 |
+
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
|
| 6180 |
+
left: 100%;
|
| 6181 |
+
}
|
| 6182 |
+
|
| 6183 |
+
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 6184 |
+
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 6185 |
+
left: 0;
|
| 6186 |
+
}
|
| 6187 |
+
|
| 6188 |
+
.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
|
| 6189 |
+
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
|
| 6190 |
+
left: auto;
|
| 6191 |
+
right: 100%;
|
| 6192 |
+
}
|
| 6193 |
+
|
| 6194 |
+
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
|
| 6195 |
+
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 6196 |
+
left: auto;
|
| 6197 |
+
right: 0;
|
| 6198 |
+
}
|
| 6199 |
+
|
| 6200 |
+
/*--- Push + Slide Above ---*/
|
| 6201 |
+
|
| 6202 |
+
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 6203 |
+
top: -100%;
|
| 6204 |
+
}
|
| 6205 |
+
|
| 6206 |
+
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 6207 |
+
top: 100%;
|
| 6208 |
+
}
|
| 6209 |
+
|
| 6210 |
+
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 6211 |
+
left: -100%;
|
| 6212 |
+
}
|
| 6213 |
+
|
| 6214 |
+
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 6215 |
+
left: 100%;
|
| 6216 |
+
}
|
| 6217 |
+
|
| 6218 |
+
/*--- Zoom In ---*/
|
| 6219 |
+
|
| 6220 |
+
.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
|
| 6221 |
+
opacity: 0;
|
| 6222 |
+
-webkit-transform: scale(0.75);
|
| 6223 |
+
-ms-transform: scale(0.75);
|
| 6224 |
+
transform: scale(0.75);
|
| 6225 |
+
z-index: 3;
|
| 6226 |
+
}
|
| 6227 |
+
|
| 6228 |
+
.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
| 6229 |
+
opacity: 1;
|
| 6230 |
+
-webkit-transform: scale(1);
|
| 6231 |
+
-ms-transform: scale(1);
|
| 6232 |
+
transform: scale(1);
|
| 6233 |
+
}
|
| 6234 |
+
|
| 6235 |
+
/*--- Zoom Out ---*/
|
| 6236 |
+
|
| 6237 |
+
.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 6238 |
+
opacity: 0;
|
| 6239 |
+
-webkit-transform: scale(0.75);
|
| 6240 |
+
-ms-transform: scale(0.75);
|
| 6241 |
+
transform: scale(0.75);
|
| 6242 |
+
}
|
| 6243 |
+
|
| 6244 |
+
.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
| 6245 |
+
opacity: 0;
|
| 6246 |
+
}
|
| 6247 |
+
|
| 6248 |
+
/*--- Builder Related Style ---*/
|
| 6249 |
+
|
| 6250 |
+
.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
|
| 6251 |
+
text-align: right;
|
| 6252 |
+
}
|
| 6253 |
+
|
| 6254 |
+
.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
|
| 6255 |
+
text-align: left;
|
| 6256 |
+
}
|
| 6257 |
+
|
| 6258 |
+
.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
|
| 6259 |
+
text-align: center;
|
| 6260 |
+
}
|
| 6261 |
+
|
| 6262 |
+
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
|
| 6263 |
+
.eael-flipbox-img-circle .flipbox-back-image-icon img {
|
| 6264 |
+
-webkit-border-radius: 50%;
|
| 6265 |
+
border-radius: 50%;
|
| 6266 |
+
overflow: hidden;
|
| 6267 |
+
}
|
| 6268 |
+
.eael-fluent-form-wrapper label.ff-el-form-check-label {
|
| 6269 |
+
display: -webkit-box;
|
| 6270 |
+
display: -webkit-flex;
|
| 6271 |
+
display: -ms-flexbox;
|
| 6272 |
+
display: flex;
|
| 6273 |
+
-webkit-box-align: center;
|
| 6274 |
+
-webkit-align-items: center;
|
| 6275 |
+
-ms-flex-align: center;
|
| 6276 |
+
align-items: center;
|
| 6277 |
+
}
|
| 6278 |
+
.eael-fluent-form-wrapper label.ff-el-form-check-label input {
|
| 6279 |
+
margin-right: 5px;
|
| 6280 |
+
}
|
| 6281 |
+
.eael-fluentform-form-button-full-width .ff-btn-submit {
|
| 6282 |
+
width: 100%;
|
| 6283 |
+
display: block;
|
| 6284 |
+
}
|
| 6285 |
+
.eael-contact-form.eael-fluent-form-wrapper.error-message-hide .ff-el-is-error .text-danger {
|
| 6286 |
+
display: none;
|
| 6287 |
+
}
|
| 6288 |
+
.eael-fluentform-form-button-center .ff-el-group.ff-text-left .ff-btn-submit,
|
| 6289 |
+
.eael-fluentform-form-button-center .ff-el-group.ff-text-right .ff-btn-submit,
|
| 6290 |
+
.eael-fluentform-form-button-center .ff-el-group .ff-btn-submit {
|
| 6291 |
+
margin: 0 auto;
|
| 6292 |
+
display: -webkit-box;
|
| 6293 |
+
display: -webkit-flex;
|
| 6294 |
+
display: -ms-flexbox;
|
| 6295 |
+
display: flex;
|
| 6296 |
+
-webkit-box-align: center;
|
| 6297 |
+
-webkit-align-items: center;
|
| 6298 |
+
-ms-flex-align: center;
|
| 6299 |
+
align-items: center;
|
| 6300 |
+
-webkit-box-pack: center;
|
| 6301 |
+
-webkit-justify-content: center;
|
| 6302 |
+
-ms-flex-pack: center;
|
| 6303 |
+
justify-content: center;
|
| 6304 |
+
}
|
| 6305 |
+
.eael-fluentform-form-button-right .ff-el-group.ff-text-left .ff-btn-submit,
|
| 6306 |
+
.eael-fluentform-form-button-right .ff-el-group.ff-text-right .ff-btn-submit,
|
| 6307 |
+
.eael-fluentform-form-button-right .ff-el-group .ff-btn-submit {
|
| 6308 |
+
float: right;
|
| 6309 |
+
}
|
| 6310 |
+
.eael-fluentform-form-button-left .ff-el-group.ff-text-left .ff-btn-submit,
|
| 6311 |
+
.eael-fluentform-form-button-left .ff-el-group.ff-text-right .ff-btn-submit,
|
| 6312 |
+
.eael-fluentform-form-button-left .ff-el-group .ff-btn-submit {
|
| 6313 |
+
float: left;
|
| 6314 |
+
}
|
| 6315 |
+
.eael-contact-form.eael-fluent-form-wrapper.fluent-form-labels-hide label {
|
| 6316 |
+
display: none !important;
|
| 6317 |
+
}
|
| 6318 |
+
.eael-fluentform-section-break-content-left .ff-el-group.ff-el-section-break {
|
| 6319 |
+
text-align: left;
|
| 6320 |
+
}
|
| 6321 |
+
.eael-fluentform-section-break-content-center .ff-el-group.ff-el-section-break {
|
| 6322 |
+
text-align: center;
|
| 6323 |
+
}
|
| 6324 |
+
.eael-fluentform-section-break-content-right .ff-el-group.ff-el-section-break {
|
| 6325 |
+
text-align: right;
|
| 6326 |
+
}
|
| 6327 |
+
.ff-step-header .ff-el-progress-status,
|
| 6328 |
+
.ff-el-progress {
|
| 6329 |
+
display: none;
|
| 6330 |
+
}
|
| 6331 |
+
.eael-ff-step-header-yes .ff-step-header .ff-el-progress-status {
|
| 6332 |
+
display: block;
|
| 6333 |
+
}
|
| 6334 |
+
.eael-ff-step-progressbar-yes .ff-el-progress {
|
| 6335 |
+
display: block;
|
| 6336 |
+
}
|
| 6337 |
+
.ff-el-progress-bar {
|
| 6338 |
+
display: -webkit-box;
|
| 6339 |
+
display: -webkit-flex;
|
| 6340 |
+
display: -ms-flexbox;
|
| 6341 |
+
display: flex;
|
| 6342 |
+
-webkit-box-align: center;
|
| 6343 |
+
-webkit-align-items: center;
|
| 6344 |
+
-ms-flex-align: center;
|
| 6345 |
+
align-items: center;
|
| 6346 |
+
-webkit-box-pack: end;
|
| 6347 |
+
-webkit-justify-content: flex-end;
|
| 6348 |
+
-ms-flex-pack: end;
|
| 6349 |
+
justify-content: flex-end;
|
| 6350 |
+
height: 100%;
|
| 6351 |
+
}
|
| 6352 |
+
.eael-formstack .fsForm {
|
| 6353 |
+
padding: 0 !important;
|
| 6354 |
+
}
|
| 6355 |
+
.eael-formstack .fsForm .fsCell {
|
| 6356 |
+
padding: 0 !important;
|
| 6357 |
+
}
|
| 6358 |
+
.eael-formstack .fsForm.fsMaxCol1 {
|
| 6359 |
+
width: inherit !important;
|
| 6360 |
+
}
|
| 6361 |
+
.eael-formstack input {
|
| 6362 |
+
font-size: inherit;
|
| 6363 |
+
line-height: initial;
|
| 6364 |
+
}
|
| 6365 |
+
.eael-formstack .vertical {
|
| 6366 |
+
display: inherit;
|
| 6367 |
+
border-left: none;
|
| 6368 |
+
height: auto;
|
| 6369 |
+
}
|
| 6370 |
+
.eael-formstack.eael-formstack-form-labels-hide .fsLabel {
|
| 6371 |
+
display: none !important;
|
| 6372 |
+
}
|
| 6373 |
+
.eael-formstack.eael-formstack-validation-message-hide .fsError {
|
| 6374 |
+
display: none;
|
| 6375 |
+
}
|
| 6376 |
+
.eael-formstack.eael-formstack-error-message-hide .fsValidationError {
|
| 6377 |
+
background: unset !important;
|
| 6378 |
+
-webkit-box-shadow: none !important;
|
| 6379 |
+
box-shadow: none !important;
|
| 6380 |
+
color: #595d64;
|
| 6381 |
+
}
|
| 6382 |
+
.eael-formstack.eael-formstack-error-message-hide .fsValidationError .fsRequiredLabel {
|
| 6383 |
+
color: #595d64 !important;
|
| 6384 |
+
}
|
| 6385 |
+
.eael-formstack.eael-formstack-form-align-center {
|
| 6386 |
+
position: relative;
|
| 6387 |
+
left: 50%;
|
| 6388 |
+
-webkit-transform: translateX(-50%);
|
| 6389 |
+
-ms-transform: translateX(-50%);
|
| 6390 |
+
transform: translateX(-50%);
|
| 6391 |
+
}
|
| 6392 |
+
.eael-formstack.eael-formstack-form-align-left {
|
| 6393 |
+
float: left;
|
| 6394 |
+
}
|
| 6395 |
+
.eael-formstack.eael-formstack-form-align-right {
|
| 6396 |
+
float: right;
|
| 6397 |
+
}
|
| 6398 |
+
.eael-formstack .fsRowBody .fsOptionLabel input[type=checkbox]:checked:before {
|
| 6399 |
+
background-color: #595d64 !important;
|
| 6400 |
+
}
|
| 6401 |
+
.eael-formstack .fsProgress {
|
| 6402 |
+
display: none;
|
| 6403 |
+
}
|
| 6404 |
+
.eael-formstack #fsReferralBadge,
|
| 6405 |
+
.eael-formstack .reportAbuse {
|
| 6406 |
+
display: none !important;
|
| 6407 |
+
}
|
| 6408 |
+
.eael-formstack .fsProgressText {
|
| 6409 |
+
position: relative;
|
| 6410 |
+
bottom: 50%;
|
| 6411 |
+
}
|
| 6412 |
+
.eael-formstack .fsRatingPipButton:hover,
|
| 6413 |
+
.eael-formstack .fsRatingPipButton:focus {
|
| 6414 |
+
background: none !important;
|
| 6415 |
+
}
|
| 6416 |
+
.eael-formstack-section-break-content-center .fsSectionHeader .fsSectionHeading,
|
| 6417 |
+
.eael-formstack-section-break-content-center .fsSectionHeader .fsSectionText {
|
| 6418 |
+
text-align: center;
|
| 6419 |
+
}
|
| 6420 |
+
.eael-formstack-section-break-content-left .fsSectionHeader .fsSectionHeading,
|
| 6421 |
+
.eael-formstack-section-break-content-left .fsSectionHeader .fsSectionText {
|
| 6422 |
+
text-align: left !important;
|
| 6423 |
+
}
|
| 6424 |
+
.eael-formstack-section-break-content-right .fsSectionHeader .fsSectionHeading,
|
| 6425 |
+
.eael-formstack-section-break-content-right .fsSectionHeader .fsSectionText {
|
| 6426 |
+
text-align: right !important;
|
| 6427 |
+
}
|
| 6428 |
+
.eael-formstack-form-button-full-width .fsSubmit .fsSubmitButton {
|
| 6429 |
+
width: 100%;
|
| 6430 |
+
display: block;
|
| 6431 |
+
}
|
| 6432 |
+
.eael-formstack-form-button-center .fsSubmit .fsSubmitButton {
|
| 6433 |
+
margin: 0 auto;
|
| 6434 |
+
display: -webkit-box;
|
| 6435 |
+
display: -webkit-flex;
|
| 6436 |
+
display: -ms-flexbox;
|
| 6437 |
+
display: flex;
|
| 6438 |
+
-webkit-box-align: center;
|
| 6439 |
+
-webkit-align-items: center;
|
| 6440 |
+
-ms-flex-align: center;
|
| 6441 |
+
align-items: center;
|
| 6442 |
+
-webkit-box-pack: center;
|
| 6443 |
+
-webkit-justify-content: center;
|
| 6444 |
+
-ms-flex-pack: center;
|
| 6445 |
+
justify-content: center;
|
| 6446 |
+
}
|
| 6447 |
+
.eael-formstack-form-button-right .fsSubmit .fsSubmitButton {
|
| 6448 |
+
float: right;
|
| 6449 |
+
}
|
| 6450 |
+
.eael-formstack-form-button-left .fsSubmit .fsSubmitButton {
|
| 6451 |
+
float: left;
|
| 6452 |
+
}
|
| 6453 |
+
.eael-formstack-progressbar-yes .fsProgress {
|
| 6454 |
+
display: inline-block !important;
|
| 6455 |
+
}
|
| 6456 |
+
.eael-gravity-form-align-default,
|
| 6457 |
+
.eael-gravity-form-align-left,
|
| 6458 |
+
.eael-gravity-form-btn-align-left {
|
| 6459 |
+
text-align: left;
|
| 6460 |
+
}
|
| 6461 |
+
|
| 6462 |
+
.eael-gravity-form-align-right,
|
| 6463 |
+
.eael-gravity-form-btn-align-right {
|
| 6464 |
+
text-align: right;
|
| 6465 |
+
}
|
| 6466 |
+
|
| 6467 |
+
.eael-gravity-form-align-center,
|
| 6468 |
+
.eael-gravity-form-btn-align-center {
|
| 6469 |
+
text-align: center;
|
| 6470 |
+
}
|
| 6471 |
+
|
| 6472 |
+
.gform_wrapper form li,
|
| 6473 |
+
.gform_wrapper li {
|
| 6474 |
+
list-style: none;
|
| 6475 |
+
}
|
| 6476 |
+
|
| 6477 |
+
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
| 6478 |
+
padding: 0;
|
| 6479 |
+
padding-right: 16px;
|
| 6480 |
+
}
|
| 6481 |
+
|
| 6482 |
+
.eael-gravity-form .gform_wrapper textarea {
|
| 6483 |
+
padding: 0;
|
| 6484 |
+
font-weight: normal !important;
|
| 6485 |
+
font-family: inherit;
|
| 6486 |
+
}
|
| 6487 |
+
|
| 6488 |
+
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
| 6489 |
+
.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
|
| 6490 |
+
.eael-gravity-form .gform_wrapper .gform_page_footer input.button,
|
| 6491 |
+
.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
|
| 6492 |
+
margin: 0;
|
| 6493 |
+
}
|
| 6494 |
+
|
| 6495 |
+
.eael-gravity-form.title-description-hide .gform_heading {
|
| 6496 |
+
display: none;
|
| 6497 |
+
}
|
| 6498 |
+
|
| 6499 |
+
.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
|
| 6500 |
+
.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
|
| 6501 |
+
display: none;
|
| 6502 |
+
}
|
| 6503 |
+
|
| 6504 |
+
.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit] {
|
| 6505 |
+
width: 100%;
|
| 6506 |
+
}
|
| 6507 |
+
|
| 6508 |
+
.eael-gravity-form .gform_wrapper .gf_scroll_text .gsection_description {
|
| 6509 |
+
margin: 0;
|
| 6510 |
+
}
|
| 6511 |
+
.eael-img-accordion {
|
| 6512 |
+
display: -webkit-box;
|
| 6513 |
+
display: -webkit-flex;
|
| 6514 |
+
display: -ms-flexbox;
|
| 6515 |
+
display: flex;
|
| 6516 |
+
height: 50vh;
|
| 6517 |
+
}
|
| 6518 |
+
.eael-img-accordion.accordion-direction-vertical {
|
| 6519 |
+
-webkit-box-orient: vertical;
|
| 6520 |
+
-webkit-box-direction: normal;
|
| 6521 |
+
-webkit-flex-direction: column;
|
| 6522 |
+
-ms-flex-direction: column;
|
| 6523 |
+
flex-direction: column;
|
| 6524 |
+
}
|
| 6525 |
+
.eael-img-accordion a {
|
| 6526 |
+
position: relative;
|
| 6527 |
+
-webkit-box-flex: 1;
|
| 6528 |
+
-webkit-flex: 1;
|
| 6529 |
+
-ms-flex: 1;
|
| 6530 |
+
flex: 1;
|
| 6531 |
+
text-align: center;
|
| 6532 |
+
text-decoration: none;
|
| 6533 |
+
color: #fff;
|
| 6534 |
+
background-size: cover;
|
| 6535 |
+
background-position: center;
|
| 6536 |
+
background-repeat: no-repeat;
|
| 6537 |
+
-webkit-transition: -webkit-box-flex 0.4s, -webkit-flex 0.4s;
|
| 6538 |
+
transition: -webkit-box-flex 0.4s, -webkit-flex 0.4s;
|
| 6539 |
+
-o-transition: flex 0.4s;
|
| 6540 |
+
transition: flex 0.4s;
|
| 6541 |
+
transition: flex 0.4s, -webkit-box-flex 0.4s, -webkit-flex 0.4s, -ms-flex 0.4s;
|
| 6542 |
+
overflow: hidden;
|
| 6543 |
+
}
|
| 6544 |
+
.eael-grow-accordion {
|
| 6545 |
+
-webkit-box-flex: 3;
|
| 6546 |
+
-webkit-flex: 3;
|
| 6547 |
+
-ms-flex: 3;
|
| 6548 |
+
flex: 3;
|
| 6549 |
+
}
|
| 6550 |
+
.eael-img-accordion .overlay {
|
| 6551 |
+
display: -webkit-box;
|
| 6552 |
+
display: -webkit-flex;
|
| 6553 |
+
display: -ms-flexbox;
|
| 6554 |
+
display: flex;
|
| 6555 |
+
-webkit-box-align: center;
|
| 6556 |
+
-webkit-align-items: center;
|
| 6557 |
+
-ms-flex-align: center;
|
| 6558 |
+
align-items: center;
|
| 6559 |
+
-webkit-box-pack: center;
|
| 6560 |
+
-webkit-justify-content: center;
|
| 6561 |
+
-ms-flex-pack: center;
|
| 6562 |
+
justify-content: center;
|
| 6563 |
+
padding: 0 10px;
|
| 6564 |
+
position: absolute;
|
| 6565 |
+
top: 0;
|
| 6566 |
+
right: 0;
|
| 6567 |
+
bottom: 0;
|
| 6568 |
+
left: 0;
|
| 6569 |
+
-webkit-transition: background-color 0.4s;
|
| 6570 |
+
-o-transition: background-color 0.4s;
|
| 6571 |
+
transition: background-color 0.4s;
|
| 6572 |
+
}
|
| 6573 |
+
.eael-img-accordion-horizontal-align-left .overlay {
|
| 6574 |
+
-webkit-box-pack: start;
|
| 6575 |
+
-webkit-justify-content: flex-start;
|
| 6576 |
+
-ms-flex-pack: start;
|
| 6577 |
+
justify-content: flex-start;
|
| 6578 |
+
text-align: left;
|
| 6579 |
+
}
|
| 6580 |
+
.eael-img-accordion-horizontal-align-center .overlay {
|
| 6581 |
+
-webkit-box-pack: center;
|
| 6582 |
+
-webkit-justify-content: center;
|
| 6583 |
+
-ms-flex-pack: center;
|
| 6584 |
+
justify-content: center;
|
| 6585 |
+
text-align: center;
|
| 6586 |
+
}
|
| 6587 |
+
.eael-img-accordion-horizontal-align-right .overlay {
|
| 6588 |
+
-webkit-box-pack: end;
|
| 6589 |
+
-webkit-justify-content: flex-end;
|
| 6590 |
+
-ms-flex-pack: end;
|
| 6591 |
+
justify-content: flex-end;
|
| 6592 |
+
text-align: right;
|
| 6593 |
+
}
|
| 6594 |
+
.eael-img-accordion-vertical-align-top .overlay {
|
| 6595 |
+
-webkit-box-align: start;
|
| 6596 |
+
-webkit-align-items: flex-start;
|
| 6597 |
+
-ms-flex-align: start;
|
| 6598 |
+
align-items: flex-start;
|
| 6599 |
+
}
|
| 6600 |
+
.eael-img-accordion-vertical-align-center .overlay {
|
| 6601 |
+
-webkit-box-align: center;
|
| 6602 |
+
-webkit-align-items: center;
|
| 6603 |
+
-ms-flex-align: center;
|
| 6604 |
+
align-items: center;
|
| 6605 |
+
}
|
| 6606 |
+
.eael-img-accordion-vertical-align-bottom .overlay {
|
| 6607 |
+
-webkit-box-align: end;
|
| 6608 |
+
-webkit-align-items: flex-end;
|
| 6609 |
+
-ms-flex-align: end;
|
| 6610 |
+
align-items: flex-end;
|
| 6611 |
+
}
|
| 6612 |
+
.eael-img-accordion .overlay .overlay-inner {
|
| 6613 |
+
z-index: 1;
|
| 6614 |
+
}
|
| 6615 |
+
.eael-img-accordion a:after {
|
| 6616 |
+
content: "";
|
| 6617 |
+
position: absolute;
|
| 6618 |
+
width: 100%;
|
| 6619 |
+
height: 100%;
|
| 6620 |
+
z-index: 0;
|
| 6621 |
+
top: 0px;
|
| 6622 |
+
left: 0px;
|
| 6623 |
+
bottom: 0px;
|
| 6624 |
+
right: 0px;
|
| 6625 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 6626 |
+
-o-transition: all 0.3s ease-in-out;
|
| 6627 |
+
transition: all 0.3s ease-in-out;
|
| 6628 |
+
}
|
| 6629 |
+
.eael-img-accordion .overlay-inner * {
|
| 6630 |
+
visibility: hidden;
|
| 6631 |
+
opacity: 0;
|
| 6632 |
+
-webkit-transform-style: preserve-3d;
|
| 6633 |
+
transform-style: preserve-3d;
|
| 6634 |
+
}
|
| 6635 |
+
.eael-img-accordion .overlay h2 {
|
| 6636 |
+
color: #fff;
|
| 6637 |
+
-webkit-transform: translate3d(0, -60px, 0);
|
| 6638 |
+
transform: translate3d(0, -60px, 0);
|
| 6639 |
+
}
|
| 6640 |
+
.eael-img-accordion .overlay p {
|
| 6641 |
+
color: #fff;
|
| 6642 |
+
margin-bottom: 0;
|
| 6643 |
+
-webkit-transform: translate3d(0, 60px, 0);
|
| 6644 |
+
transform: translate3d(0, 60px, 0);
|
| 6645 |
+
}
|
| 6646 |
+
.eael-img-accordion a.overlay-active .overlay-inner *,
|
| 6647 |
+
.eael-img-accordion .overlay-inner-show * {
|
| 6648 |
+
opacity: 1;
|
| 6649 |
+
visibility: visible;
|
| 6650 |
+
-webkit-transform: none !important;
|
| 6651 |
+
-ms-transform: none !important;
|
| 6652 |
+
transform: none !important;
|
| 6653 |
+
-webkit-transition: all 0.3s 0.3s;
|
| 6654 |
+
-o-transition: all 0.3s 0.3s;
|
| 6655 |
+
transition: all 0.3s 0.3s;
|
| 6656 |
+
}
|
| 6657 |
+
@media screen and (max-width: 800px) {
|
| 6658 |
+
.eael-img-accordion {
|
| 6659 |
+
-webkit-box-orient: vertical;
|
| 6660 |
+
-webkit-box-direction: normal;
|
| 6661 |
+
-webkit-flex-direction: column;
|
| 6662 |
+
-ms-flex-direction: column;
|
| 6663 |
+
flex-direction: column;
|
| 6664 |
+
}
|
| 6665 |
+
|
| 6666 |
+
.eael-img-accordion a:hover {
|
| 6667 |
+
-webkit-box-flex: 1;
|
| 6668 |
+
-webkit-flex: 1;
|
| 6669 |
+
-ms-flex: 1;
|
| 6670 |
+
flex: 1;
|
| 6671 |
+
}
|
| 6672 |
+
|
| 6673 |
+
.eael-img-accordion a:hover .overlay {
|
| 6674 |
+
background-color: transparent;
|
| 6675 |
+
}
|
| 6676 |
+
}
|
| 6677 |
+
.eael-infobox .infobox-icon {
|
| 6678 |
+
height: auto;
|
| 6679 |
+
}
|
| 6680 |
+
|
| 6681 |
+
.eael-infobox .infobox-icon .infobox-icon-wrap {
|
| 6682 |
+
display: -webkit-box;
|
| 6683 |
+
display: -webkit-flex;
|
| 6684 |
+
display: -ms-flexbox;
|
| 6685 |
+
display: flex;
|
| 6686 |
+
width: 100%;
|
| 6687 |
+
height: auto;
|
| 6688 |
+
-webkit-transition: 0.3s;
|
| 6689 |
+
-o-transition: 0.3s;
|
| 6690 |
+
transition: 0.3s;
|
| 6691 |
+
-webkit-box-align: center;
|
| 6692 |
+
-webkit-align-items: center;
|
| 6693 |
+
-ms-flex-align: center;
|
| 6694 |
+
align-items: center;
|
| 6695 |
+
-webkit-box-pack: center;
|
| 6696 |
+
-webkit-justify-content: center;
|
| 6697 |
+
-ms-flex-pack: center;
|
| 6698 |
+
justify-content: center;
|
| 6699 |
+
}
|
| 6700 |
+
|
| 6701 |
+
.eael-infobox .infobox-icon .infobox-icon-wrap i {
|
| 6702 |
+
-webkit-transition: 0.3s;
|
| 6703 |
+
-o-transition: 0.3s;
|
| 6704 |
+
transition: 0.3s;
|
| 6705 |
+
}
|
| 6706 |
+
|
| 6707 |
+
/*--- For Content Alignment ---*/
|
| 6708 |
+
|
| 6709 |
+
.eael-infobox-content-align-left .eael-infobox .infobox-icon,
|
| 6710 |
+
.eael-infobox-content-align-left .eael-infobox .infobox-content,
|
| 6711 |
+
.eael-infobox-content-align-left .eael-infobox .infobox-button {
|
| 6712 |
+
text-align: left;
|
| 6713 |
+
}
|
| 6714 |
+
|
| 6715 |
+
.eael-infobox-content-align-right .eael-infobox .infobox-icon,
|
| 6716 |
+
.eael-infobox-content-align-right .eael-infobox .infobox-content,
|
| 6717 |
+
.eael-infobox-content-align-right .eael-infobox .infobox-button {
|
| 6718 |
+
text-align: right;
|
| 6719 |
+
}
|
| 6720 |
+
|
| 6721 |
+
.eael-infobox-content-align-center .eael-infobox .infobox-icon,
|
| 6722 |
+
.eael-infobox-content-align-center .eael-infobox .infobox-content,
|
| 6723 |
+
.eael-infobox-content-align-center .eael-infobox .infobox-button {
|
| 6724 |
+
text-align: center;
|
| 6725 |
+
}
|
| 6726 |
+
|
| 6727 |
+
/*--- For icon background shape ---*/
|
| 6728 |
+
|
| 6729 |
+
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
|
| 6730 |
+
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 6731 |
+
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
|
| 6732 |
+
width: 90px;
|
| 6733 |
+
height: 90px;
|
| 6734 |
+
text-align: center;
|
| 6735 |
+
}
|
| 6736 |
+
|
| 6737 |
+
.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
|
| 6738 |
+
-webkit-border-radius: 0;
|
| 6739 |
+
border-radius: 0;
|
| 6740 |
+
}
|
| 6741 |
+
|
| 6742 |
+
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
|
| 6743 |
+
.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
|
| 6744 |
+
-webkit-border-radius: 15px;
|
| 6745 |
+
border-radius: 15px;
|
| 6746 |
+
}
|
| 6747 |
+
|
| 6748 |
+
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
|
| 6749 |
+
display: -webkit-box;
|
| 6750 |
+
display: -webkit-flex;
|
| 6751 |
+
display: -ms-flexbox;
|
| 6752 |
+
display: flex;
|
| 6753 |
+
-webkit-box-align: center;
|
| 6754 |
+
-webkit-align-items: center;
|
| 6755 |
+
-ms-flex-align: center;
|
| 6756 |
+
align-items: center;
|
| 6757 |
+
-webkit-box-pack: center;
|
| 6758 |
+
-webkit-justify-content: center;
|
| 6759 |
+
-ms-flex-pack: center;
|
| 6760 |
+
justify-content: center;
|
| 6761 |
+
}
|
| 6762 |
+
|
| 6763 |
+
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
|
| 6764 |
+
.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
|
| 6765 |
+
-webkit-border-radius: 50%;
|
| 6766 |
+
border-radius: 50%;
|
| 6767 |
+
}
|
| 6768 |
+
|
| 6769 |
+
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
|
| 6770 |
+
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
|
| 6771 |
+
margin-top: 50%;
|
| 6772 |
+
-webkit-transform: translateY(-50%);
|
| 6773 |
+
-ms-transform: translateY(-50%);
|
| 6774 |
+
transform: translateY(-50%);
|
| 6775 |
+
}
|
| 6776 |
+
|
| 6777 |
+
/*--- Infobox Button ---*/
|
| 6778 |
+
|
| 6779 |
+
.eael-infobox .infobox-button a.eael-infobox-button {
|
| 6780 |
+
display: inline-block;
|
| 6781 |
+
padding: 5px 10px;
|
| 6782 |
+
-webkit-transition: all 300ms ease-in-out 0s;
|
| 6783 |
+
-o-transition: all 300ms ease-in-out 0s;
|
| 6784 |
+
transition: all 300ms ease-in-out 0s;
|
| 6785 |
+
}
|
| 6786 |
+
|
| 6787 |
+
/*--- For icon bg shape alignment ---*/
|
| 6788 |
+
|
| 6789 |
+
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 6790 |
+
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 6791 |
+
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 6792 |
+
display: -webkit-box;
|
| 6793 |
+
display: -webkit-flex;
|
| 6794 |
+
display: -ms-flexbox;
|
| 6795 |
+
display: flex;
|
| 6796 |
+
-webkit-box-pack: start;
|
| 6797 |
+
-webkit-justify-content: flex-start;
|
| 6798 |
+
-ms-flex-pack: start;
|
| 6799 |
+
justify-content: flex-start;
|
| 6800 |
+
}
|
| 6801 |
+
|
| 6802 |
+
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 6803 |
+
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 6804 |
+
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 6805 |
+
display: -webkit-box;
|
| 6806 |
+
display: -webkit-flex;
|
| 6807 |
+
display: -ms-flexbox;
|
| 6808 |
+
display: flex;
|
| 6809 |
+
-webkit-box-pack: center;
|
| 6810 |
+
-webkit-justify-content: center;
|
| 6811 |
+
-ms-flex-pack: center;
|
| 6812 |
+
justify-content: center;
|
| 6813 |
+
}
|
| 6814 |
+
|
| 6815 |
+
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
|
| 6816 |
+
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
|
| 6817 |
+
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
|
| 6818 |
+
display: -webkit-box;
|
| 6819 |
+
display: -webkit-flex;
|
| 6820 |
+
display: -ms-flexbox;
|
| 6821 |
+
display: flex;
|
| 6822 |
+
-webkit-box-pack: end;
|
| 6823 |
+
-webkit-justify-content: flex-end;
|
| 6824 |
+
-ms-flex-pack: end;
|
| 6825 |
+
justify-content: flex-end;
|
| 6826 |
+
}
|
| 6827 |
+
|
| 6828 |
+
/*--- Image/Icon On Left ---*/
|
| 6829 |
+
|
| 6830 |
+
.eael-infobox.icon-on-left {
|
| 6831 |
+
position: relative;
|
| 6832 |
+
z-index: 0;
|
| 6833 |
+
display: -webkit-box;
|
| 6834 |
+
display: -webkit-flex;
|
| 6835 |
+
display: -ms-flexbox;
|
| 6836 |
+
display: flex;
|
| 6837 |
+
}
|
| 6838 |
+
|
| 6839 |
+
.eael-infobox.icon-on-right .infobox-icon-wrap,
|
| 6840 |
+
.eael-infobox.icon-on-left .infobox-icon-wrap {
|
| 6841 |
+
-webkit-box-pack: center;
|
| 6842 |
+
-webkit-justify-content: center;
|
| 6843 |
+
-ms-flex-pack: center;
|
| 6844 |
+
justify-content: center;
|
| 6845 |
+
display: -webkit-box !important;
|
| 6846 |
+
display: -webkit-flex !important;
|
| 6847 |
+
display: -ms-flexbox !important;
|
| 6848 |
+
display: flex !important;
|
| 6849 |
+
-webkit-box-align: center;
|
| 6850 |
+
-webkit-align-items: center;
|
| 6851 |
+
-ms-flex-align: center;
|
| 6852 |
+
align-items: center;
|
| 6853 |
+
}
|
| 6854 |
+
|
| 6855 |
+
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
|
| 6856 |
+
background: none;
|
| 6857 |
+
border: 0px;
|
| 6858 |
+
text-align: left;
|
| 6859 |
+
height: auto;
|
| 6860 |
+
display: block;
|
| 6861 |
+
}
|
| 6862 |
+
|
| 6863 |
+
.eael-infobox .infobox-content p {
|
| 6864 |
+
margin: 0 0 15px;
|
| 6865 |
+
}
|
| 6866 |
+
|
| 6867 |
+
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
|
| 6868 |
+
margin-top: 0px;
|
| 6869 |
+
-webkit-transform: translateY(0%);
|
| 6870 |
+
-ms-transform: translateY(0%);
|
| 6871 |
+
transform: translateY(0%);
|
| 6872 |
+
}
|
| 6873 |
+
|
| 6874 |
+
.eael-infobox.icon-on-left .infobox-content {
|
| 6875 |
+
padding-left: 15px;
|
| 6876 |
+
-webkit-box-flex: 1;
|
| 6877 |
+
-webkit-flex: 1 1 auto;
|
| 6878 |
+
-ms-flex: 1 1 auto;
|
| 6879 |
+
flex: 1 1 auto;
|
| 6880 |
+
}
|
| 6881 |
+
|
| 6882 |
+
.eael-infobox.icon-on-left .infobox-content .title {
|
| 6883 |
+
line-height: 1;
|
| 6884 |
+
margin: 0 0 10px 0;
|
| 6885 |
+
}
|
| 6886 |
+
|
| 6887 |
+
/*--- Image/Icon On Right ---*/
|
| 6888 |
+
|
| 6889 |
+
.eael-infobox.icon-on-right {
|
| 6890 |
+
position: relative;
|
| 6891 |
+
z-index: 0;
|
| 6892 |
+
display: -webkit-box;
|
| 6893 |
+
display: -webkit-flex;
|
| 6894 |
+
display: -ms-flexbox;
|
| 6895 |
+
display: flex;
|
| 6896 |
+
-webkit-box-orient: horizontal;
|
| 6897 |
+
-webkit-box-direction: reverse;
|
| 6898 |
+
-webkit-flex-direction: row-reverse;
|
| 6899 |
+
-ms-flex-direction: row-reverse;
|
| 6900 |
+
flex-direction: row-reverse;
|
| 6901 |
+
}
|
| 6902 |
+
|
| 6903 |
+
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
|
| 6904 |
+
background: none;
|
| 6905 |
+
border: 0px;
|
| 6906 |
+
text-align: right;
|
| 6907 |
+
width: auto;
|
| 6908 |
+
height: auto;
|
| 6909 |
+
display: block;
|
| 6910 |
+
}
|
| 6911 |
+
|
| 6912 |
+
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
|
| 6913 |
+
margin-top: 0px;
|
| 6914 |
+
-webkit-transform: translateY(0%);
|
| 6915 |
+
-ms-transform: translateY(0%);
|
| 6916 |
+
transform: translateY(0%);
|
| 6917 |
+
}
|
| 6918 |
+
|
| 6919 |
+
.eael-infobox.icon-on-right .infobox-content {
|
| 6920 |
+
padding-right: 15px;
|
| 6921 |
+
text-align: right;
|
| 6922 |
+
-webkit-box-flex: 1;
|
| 6923 |
+
-webkit-flex: 1 1 auto;
|
| 6924 |
+
-ms-flex: 1 1 auto;
|
| 6925 |
+
flex: 1 1 auto;
|
| 6926 |
+
-webkit-box-sizing: border-box;
|
| 6927 |
+
box-sizing: border-box;
|
| 6928 |
+
}
|
| 6929 |
+
|
| 6930 |
+
.eael-infobox.icon-on-right .infobox-content .title {
|
| 6931 |
+
line-height: 1;
|
| 6932 |
+
margin: 0 0 10px 0;
|
| 6933 |
+
}
|
| 6934 |
+
|
| 6935 |
+
/*--- Imgae Circle On Top ---*/
|
| 6936 |
+
|
| 6937 |
+
.eael-infobox .infobox-icon img {
|
| 6938 |
+
-webkit-transition: all 300ms ease-in-out 0s;
|
| 6939 |
+
-o-transition: all 300ms ease-in-out 0s;
|
| 6940 |
+
transition: all 300ms ease-in-out 0s;
|
| 6941 |
+
}
|
| 6942 |
+
|
| 6943 |
+
.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
|
| 6944 |
+
-webkit-border-radius: 0;
|
| 6945 |
+
border-radius: 0;
|
| 6946 |
+
}
|
| 6947 |
+
|
| 6948 |
+
.eael-infobox-shape-circle .eael-infobox .infobox-icon img,
|
| 6949 |
+
.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
|
| 6950 |
+
-webkit-border-radius: 50%;
|
| 6951 |
+
border-radius: 50%;
|
| 6952 |
+
}
|
| 6953 |
+
|
| 6954 |
+
.eael-infobox-shape-radius .eael-infobox .infobox-icon img,
|
| 6955 |
+
.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
|
| 6956 |
+
-webkit-border-radius: 15px;
|
| 6957 |
+
border-radius: 15px;
|
| 6958 |
+
}
|
| 6959 |
+
@-webkit-keyframes loaderSpin {
|
| 6960 |
+
0% {
|
| 6961 |
+
-webkit-transform: rotate(0deg);
|
| 6962 |
+
transform: rotate(0deg);
|
| 6963 |
+
}
|
| 6964 |
+
100% {
|
| 6965 |
+
-webkit-transform: rotate(360deg);
|
| 6966 |
+
transform: rotate(360deg);
|
| 6967 |
+
}
|
| 6968 |
+
}
|
| 6969 |
+
@keyframes loaderSpin {
|
| 6970 |
+
0% {
|
| 6971 |
+
-webkit-transform: rotate(0deg);
|
| 6972 |
+
transform: rotate(0deg);
|
| 6973 |
+
}
|
| 6974 |
+
100% {
|
| 6975 |
+
-webkit-transform: rotate(360deg);
|
| 6976 |
+
transform: rotate(360deg);
|
| 6977 |
+
}
|
| 6978 |
+
}
|
| 6979 |
+
.eael-button-wrap,
|
| 6980 |
+
.eael-load-more-button-wrap {
|
| 6981 |
+
display: -webkit-box;
|
| 6982 |
+
display: -webkit-flex;
|
| 6983 |
+
display: -ms-flexbox;
|
| 6984 |
+
display: flex;
|
| 6985 |
+
}
|
| 6986 |
+
.eael-button,
|
| 6987 |
+
.eael-load-more-button {
|
| 6988 |
+
display: -webkit-box !important;
|
| 6989 |
+
display: -webkit-flex !important;
|
| 6990 |
+
display: -ms-flexbox !important;
|
| 6991 |
+
display: flex !important;
|
| 6992 |
+
-webkit-box-align: center;
|
| 6993 |
+
-webkit-align-items: center;
|
| 6994 |
+
-ms-flex-align: center;
|
| 6995 |
+
align-items: center;
|
| 6996 |
+
-webkit-box-pack: center;
|
| 6997 |
+
-webkit-justify-content: center;
|
| 6998 |
+
-ms-flex-pack: center;
|
| 6999 |
+
justify-content: center;
|
| 7000 |
+
padding: 1em 2em;
|
| 7001 |
+
border: 0px solid;
|
| 7002 |
+
font-size: 16px;
|
| 7003 |
+
overflow: hidden;
|
| 7004 |
+
}
|
| 7005 |
+
.eael-button > span,
|
| 7006 |
+
.eael-load-more-button > span {
|
| 7007 |
+
margin-left: -20px;
|
| 7008 |
+
}
|
| 7009 |
+
.eael-button .eael-btn-loader,
|
| 7010 |
+
.eael-load-more-button .eael-btn-loader {
|
| 7011 |
+
-webkit-border-radius: 50%;
|
| 7012 |
+
border-radius: 50%;
|
| 7013 |
+
width: 20px;
|
| 7014 |
+
height: 20px;
|
| 7015 |
+
font-size: 10px;
|
| 7016 |
+
position: relative;
|
| 7017 |
+
text-indent: -9999em;
|
| 7018 |
+
border-top: 4px solid rgba(255, 255, 255, 0.2);
|
| 7019 |
+
border-right: 4px solid rgba(255, 255, 255, 0.2);
|
| 7020 |
+
border-bottom: 4px solid rgba(255, 255, 255, 0.2);
|
| 7021 |
+
border-left: 4px solid #ffffff;
|
| 7022 |
+
-webkit-transform: translateZ(0);
|
| 7023 |
+
transform: translateZ(0);
|
| 7024 |
+
-webkit-animation: loaderSpin 1.1s infinite linear;
|
| 7025 |
+
animation: loaderSpin 1.1s infinite linear;
|
| 7026 |
+
left: -100%;
|
| 7027 |
+
top: auto;
|
| 7028 |
+
margin-right: 5px;
|
| 7029 |
+
-webkit-transition: all 0.2s;
|
| 7030 |
+
-o-transition: all 0.2s;
|
| 7031 |
+
transition: all 0.2s;
|
| 7032 |
+
}
|
| 7033 |
+
.eael-button .eael-btn-loader:after,
|
| 7034 |
+
.eael-load-more-button .eael-btn-loader:after {
|
| 7035 |
+
-webkit-border-radius: 50%;
|
| 7036 |
+
border-radius: 50%;
|
| 7037 |
+
width: 20px;
|
| 7038 |
+
height: 20px;
|
| 7039 |
+
}
|
| 7040 |
+
.eael-button.button--loading > span,
|
| 7041 |
+
.eael-load-more-button.button--loading > span {
|
| 7042 |
+
margin-left: 0;
|
| 7043 |
+
}
|
| 7044 |
+
.eael-button.button--loading .eael-btn-loader,
|
| 7045 |
+
.eael-load-more-button.button--loading .eael-btn-loader {
|
| 7046 |
+
left: 0;
|
| 7047 |
+
}
|
| 7048 |
+
.eael-ninja-container input,
|
| 7049 |
+
.eael-ninja-container textarea {
|
| 7050 |
+
height: auto;
|
| 7051 |
+
padding: 10px;
|
| 7052 |
+
}
|
| 7053 |
+
|
| 7054 |
+
.eael-contact-form-align-center .eael-ninja-container,
|
| 7055 |
+
.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type=button] {
|
| 7056 |
+
margin-left: auto !important;
|
| 7057 |
+
margin-right: auto !important;
|
| 7058 |
+
display: block;
|
| 7059 |
+
float: none;
|
| 7060 |
+
}
|
| 7061 |
+
|
| 7062 |
+
.eael-contact-form-align-left .eael-ninja-container,
|
| 7063 |
+
.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type=button] {
|
| 7064 |
+
float: left;
|
| 7065 |
+
width: auto;
|
| 7066 |
+
}
|
| 7067 |
+
|
| 7068 |
+
.eael-contact-form-align-right .eael-ninja-container,
|
| 7069 |
+
.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type=button] {
|
| 7070 |
+
float: right;
|
| 7071 |
+
width: auto;
|
| 7072 |
+
}
|
| 7073 |
+
|
| 7074 |
+
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=text],
|
| 7075 |
+
.eael-ninja-container .nf-field .nf-field-element input[type=password],
|
| 7076 |
+
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=email],
|
| 7077 |
+
.eael-ninja-container .nf-field .nf-field-element input[type=url],
|
| 7078 |
+
.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=number],
|
| 7079 |
+
.eael-ninja-container .nf-field .nf-field-element textarea {
|
| 7080 |
+
max-width: 100%;
|
| 7081 |
+
}
|
| 7082 |
+
|
| 7083 |
+
.eael-ninja-form .nf-form-title {
|
| 7084 |
+
display: none;
|
| 7085 |
+
}
|
| 7086 |
+
|
| 7087 |
+
.eael-ninja-form-title-yes .nf-form-title {
|
| 7088 |
+
display: block;
|
| 7089 |
+
}
|
| 7090 |
+
|
| 7091 |
+
.eael-ninja-form .title-description-hide .nf-form-title {
|
| 7092 |
+
display: none;
|
| 7093 |
+
}
|
| 7094 |
+
|
| 7095 |
+
.eael-ninja-form.title-description-hide .nf-form-title {
|
| 7096 |
+
display: none;
|
| 7097 |
+
}
|
| 7098 |
+
|
| 7099 |
+
.eael-ninja-form .nf-field-label {
|
| 7100 |
+
display: none;
|
| 7101 |
+
}
|
| 7102 |
+
|
| 7103 |
+
.eael-ninja-form-labels-yes .nf-field-label {
|
| 7104 |
+
display: block;
|
| 7105 |
+
}
|
| 7106 |
+
|
| 7107 |
+
.eael-ninja-form .submit-container input[type=button] {
|
| 7108 |
+
border: 0;
|
| 7109 |
+
-webkit-border-radius: 0;
|
| 7110 |
+
border-radius: 0;
|
| 7111 |
+
}
|
| 7112 |
+
|
| 7113 |
+
.eael-ninja-form-button-full-width .submit-container input[type=button] {
|
| 7114 |
+
width: 100%;
|
| 7115 |
+
}
|
| 7116 |
+
@charset "UTF-8";
|
| 7117 |
+
.eael-post-grid-container .eael-post-grid {
|
| 7118 |
+
margin: 0 -10px;
|
| 7119 |
+
}
|
| 7120 |
+
.eael-post-grid-container .eael-post-grid .eael-grid-post {
|
| 7121 |
+
float: left;
|
| 7122 |
+
padding: 10px;
|
| 7123 |
+
}
|
| 7124 |
+
.eael-post-carousel .eael-grid-post {
|
| 7125 |
+
float: none;
|
| 7126 |
+
padding: 0;
|
| 7127 |
+
}
|
| 7128 |
+
.eael-grid-post-holder {
|
| 7129 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
| 7130 |
+
}
|
| 7131 |
+
.eael-grid-post-holder-inner {
|
| 7132 |
+
height: 100%;
|
| 7133 |
+
}
|
| 7134 |
+
.eael-entry-media {
|
| 7135 |
+
position: relative;
|
| 7136 |
+
}
|
| 7137 |
+
.eael-entry-overlay {
|
| 7138 |
+
position: absolute;
|
| 7139 |
+
top: 0;
|
| 7140 |
+
left: 0;
|
| 7141 |
+
width: 100%;
|
| 7142 |
+
height: 100%;
|
| 7143 |
+
z-index: 2;
|
| 7144 |
+
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 7145 |
+
transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 7146 |
+
-o-transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 7147 |
+
transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
| 7148 |
+
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);
|
| 7149 |
+
}
|
| 7150 |
+
.eael-entry-overlay > a {
|
| 7151 |
+
position: absolute;
|
| 7152 |
+
top: 0;
|
| 7153 |
+
left: 0;
|
| 7154 |
+
width: 100%;
|
| 7155 |
+
height: 100%;
|
| 7156 |
+
z-index: 3;
|
| 7157 |
+
}
|
| 7158 |
+
.eael-entry-title {
|
| 7159 |
+
margin: 10px 0 5px;
|
| 7160 |
+
font-size: 1.2em;
|
| 7161 |
+
}
|
| 7162 |
+
.eael-entry-thumbnail img {
|
| 7163 |
+
width: 100%;
|
| 7164 |
+
max-width: 100%;
|
| 7165 |
+
vertical-align: middle;
|
| 7166 |
+
}
|
| 7167 |
+
.eael-entry-thumbnail > img {
|
| 7168 |
+
height: 100%;
|
| 7169 |
+
}
|
| 7170 |
+
.eael-entry-footer .eael-author-avatar {
|
| 7171 |
+
width: 50px;
|
| 7172 |
+
}
|
| 7173 |
+
.eael-entry-footer .eael-author-avatar .avatar {
|
| 7174 |
+
-webkit-border-radius: 50%;
|
| 7175 |
+
border-radius: 50%;
|
| 7176 |
+
}
|
| 7177 |
+
.eael-post-grid .eael-entry-footer .eael-entry-meta {
|
| 7178 |
+
padding-left: 8px;
|
| 7179 |
+
text-align: left;
|
| 7180 |
+
}
|
| 7181 |
+
.eael-grid-post .eael-entry-meta {
|
| 7182 |
+
display: -webkit-box;
|
| 7183 |
+
display: -webkit-flex;
|
| 7184 |
+
display: -ms-flexbox;
|
| 7185 |
+
display: flex;
|
| 7186 |
+
-webkit-box-orient: horizontal;
|
| 7187 |
+
-webkit-box-direction: normal;
|
| 7188 |
+
-webkit-flex-direction: row;
|
| 7189 |
+
-ms-flex-direction: row;
|
| 7190 |
+
flex-direction: row;
|
| 7191 |
+
white-space: nowrap;
|
| 7192 |
+
}
|
| 7193 |
+
.eael-grid-post .eael-entry-footer .eael-entry-meta {
|
| 7194 |
+
-webkit-box-orient: vertical;
|
| 7195 |
+
-webkit-box-direction: normal;
|
| 7196 |
+
-webkit-flex-direction: column;
|
| 7197 |
+
-ms-flex-direction: column;
|
| 7198 |
+
flex-direction: column;
|
| 7199 |
+
}
|
| 7200 |
+
.eael-entry-meta > div {
|
| 7201 |
+
font-size: 12px;
|
| 7202 |
+
line-height: 1.2;
|
| 7203 |
+
padding-bottom: 5px;
|
| 7204 |
+
}
|
| 7205 |
+
.eael-grid-post-excerpt p {
|
| 7206 |
+
margin: 0;
|
| 7207 |
+
font-size: 14px;
|
| 7208 |
+
}
|
| 7209 |
+
.eael-entry-meta .eael-entry-footer .eael-posted-by {
|
| 7210 |
+
display: block;
|
| 7211 |
+
}
|
| 7212 |
+
.eael-grid-post .eael-entry-wrapper,
|
| 7213 |
+
.eael-grid-post .eael-entry-footer {
|
| 7214 |
+
padding: 15px;
|
| 7215 |
+
}
|
| 7216 |
+
.eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on {
|
| 7217 |
+
padding-left: 5px;
|
| 7218 |
+
}
|
| 7219 |
+
.eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on::before {
|
| 7220 |
+
content: "";
|
| 7221 |
+
font-family: "Font Awesome 5 Free";
|
| 7222 |
+
font-weight: 700;
|
| 7223 |
+
color: inherit;
|
| 7224 |
+
opacity: 0.4;
|
| 7225 |
+
font-size: 0.8em;
|
| 7226 |
+
padding-right: 7px;
|
| 7227 |
+
}
|
| 7228 |
+
/*--- Post Grid Thumbnail Hover Effects ---*/
|
| 7229 |
+
.eael-entry-media {
|
| 7230 |
+
position: relative;
|
| 7231 |
+
}
|
| 7232 |
+
.eael-entry-overlay {
|
| 7233 |
+
display: -webkit-box;
|
| 7234 |
+
display: -webkit-flex;
|
| 7235 |
+
display: -ms-flexbox;
|
| 7236 |
+
display: flex;
|
| 7237 |
+
-webkit-box-align: center;
|
| 7238 |
+
-webkit-align-items: center;
|
| 7239 |
+
-ms-flex-align: center;
|
| 7240 |
+
align-items: center;
|
| 7241 |
+
-webkit-box-pack: center;
|
| 7242 |
+
-webkit-justify-content: center;
|
| 7243 |
+
-ms-flex-pack: center;
|
| 7244 |
+
justify-content: center;
|
| 7245 |
+
}
|
| 7246 |
+
.eael-entry-overlay > i {
|
| 7247 |
+
color: #fff;
|
| 7248 |
+
}
|
| 7249 |
+
/*--- fade in ---*/
|
| 7250 |
+
.eael-entry-overlay.fade-in {
|
| 7251 |
+
visibility: hidden;
|
| 7252 |
+
opacity: 0;
|
| 7253 |
+
-webkit-transition: 300ms;
|
| 7254 |
+
-o-transition: 300ms;
|
| 7255 |
+
transition: 300ms;
|
| 7256 |
+
}
|
| 7257 |
+
.eael-entry-media:hover .eael-entry-overlay.fade-in {
|
| 7258 |
+
visibility: visible;
|
| 7259 |
+
opacity: 1;
|
| 7260 |
+
}
|
| 7261 |
+
.eael-entry-media:hover .eael-entry-overlay.fade-in > i {
|
| 7262 |
+
-webkit-transform: translate(0);
|
| 7263 |
+
-ms-transform: translate(0);
|
| 7264 |
+
transform: translate(0);
|
| 7265 |
+
opacity: 1;
|
| 7266 |
+
}
|
| 7267 |
+
/*--- zoom in --- */
|
| 7268 |
+
.eael-entry-overlay.zoom-in {
|
| 7269 |
+
-webkit-transform: scale(0.9);
|
| 7270 |
+
-ms-transform: scale(0.9);
|
| 7271 |
+
transform: scale(0.9);
|
| 7272 |
+
visibility: hidden;
|
| 7273 |
+
opacity: 0;
|
| 7274 |
+
-webkit-transition: 300ms;
|
| 7275 |
+
-o-transition: 300ms;
|
| 7276 |
+
transition: 300ms;
|
| 7277 |
+
}
|
| 7278 |
+
.eael-entry-media:hover .eael-entry-overlay.zoom-in {
|
| 7279 |
+
visibility: visible;
|
| 7280 |
+
opacity: 1;
|
| 7281 |
+
-webkit-transform: scale(1);
|
| 7282 |
+
-ms-transform: scale(1);
|
| 7283 |
+
transform: scale(1);
|
| 7284 |
+
}
|
| 7285 |
+
/*--- slide up ---*/
|
| 7286 |
+
.eael-entry-overlay.slide-up {
|
| 7287 |
+
-webkit-transform: translateY(100%);
|
| 7288 |
+
-ms-transform: translateY(100%);
|
| 7289 |
+
transform: translateY(100%);
|
| 7290 |
+
visibility: hidden;
|
| 7291 |
+
opacity: 0;
|
| 7292 |
+
-webkit-transition: 300ms;
|
| 7293 |
+
-o-transition: 300ms;
|
| 7294 |
+
transition: 300ms;
|
| 7295 |
+
}
|
| 7296 |
+
.eael-entry-media:hover .eael-entry-overlay.slide-up {
|
| 7297 |
+
-webkit-transform: translateY(0);
|
| 7298 |
+
-ms-transform: translateY(0);
|
| 7299 |
+
transform: translateY(0);
|
| 7300 |
+
visibility: visible;
|
| 7301 |
+
opacity: 1;
|
| 7302 |
+
}
|
| 7303 |
+
.eael-entry-media {
|
| 7304 |
+
overflow: hidden;
|
| 7305 |
+
}
|
| 7306 |
+
/*--- Post Grid & Carousel Hover Styles ---*/
|
| 7307 |
+
.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
|
| 7308 |
+
opacity: 0;
|
| 7309 |
+
}
|
| 7310 |
+
.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
|
| 7311 |
+
opacity: 1;
|
| 7312 |
+
}
|
| 7313 |
+
.eael-entry-media.grid-hover-style-none .eael-entry-overlay {
|
| 7314 |
+
display: none;
|
| 7315 |
+
}
|
| 7316 |
+
.eael-entry-overlay.none {
|
| 7317 |
+
opacity: 0;
|
| 7318 |
+
}
|
| 7319 |
+
.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
|
| 7320 |
+
-webkit-transform: scale(0.4);
|
| 7321 |
+
-ms-transform: scale(0.4);
|
| 7322 |
+
transform: scale(0.4);
|
| 7323 |
+
opacity: 0;
|
| 7324 |
+
}
|
| 7325 |
+
.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
|
| 7326 |
+
-webkit-transform: scale(1);
|
| 7327 |
+
-ms-transform: scale(1);
|
| 7328 |
+
transform: scale(1);
|
| 7329 |
+
opacity: 1;
|
| 7330 |
+
}
|
| 7331 |
+
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
|
| 7332 |
+
-webkit-transform: translateY(-100%);
|
| 7333 |
+
-ms-transform: translateY(-100%);
|
| 7334 |
+
transform: translateY(-100%);
|
| 7335 |
+
}
|
| 7336 |
+
.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
|
| 7337 |
+
-webkit-transform: translateY(-100px);
|
| 7338 |
+
-ms-transform: translateY(-100px);
|
| 7339 |
+
transform: translateY(-100px);
|
| 7340 |
+
-webkit-transition-delay: 100ms;
|
| 7341 |
+
-o-transition-delay: 100ms;
|
| 7342 |
+
transition-delay: 100ms;
|
| 7343 |
+
-webkit-transition-duration: 300ms;
|
| 7344 |
+
-o-transition-duration: 300ms;
|
| 7345 |
+
transition-duration: 300ms;
|
| 7346 |
+
}
|
| 7347 |
+
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
|
| 7348 |
+
-webkit-transform: translate(0);
|
| 7349 |
+
-ms-transform: translate(0);
|
| 7350 |
+
transform: translate(0);
|
| 7351 |
+
}
|
| 7352 |
+
.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
|
| 7353 |
+
-webkit-transform: translateY(0);
|
| 7354 |
+
-ms-transform: translateY(0);
|
| 7355 |
+
transform: translateY(0);
|
| 7356 |
+
}
|
| 7357 |
+
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
|
| 7358 |
+
-webkit-transform: translateY(100%);
|
| 7359 |
+
-ms-transform: translateY(100%);
|
| 7360 |
+
transform: translateY(100%);
|
| 7361 |
+
visibility: hidden;
|
| 7362 |
+
opacity: 0;
|
| 7363 |
+
}
|
| 7364 |
+
.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
|
| 7365 |
+
-webkit-transform: translateY(100px);
|
| 7366 |
+
-ms-transform: translateY(100px);
|
| 7367 |
+
transform: translateY(100px);
|
| 7368 |
+
-webkit-transition-delay: 100ms;
|
| 7369 |
+
-o-transition-delay: 100ms;
|
| 7370 |
+
transition-delay: 100ms;
|
| 7371 |
+
-webkit-transition-duration: 300ms;
|
| 7372 |
+
-o-transition-duration: 300ms;
|
| 7373 |
+
transition-duration: 300ms;
|
| 7374 |
+
}
|
| 7375 |
+
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
|
| 7376 |
+
-webkit-transform: translate(0);
|
| 7377 |
+
-ms-transform: translate(0);
|
| 7378 |
+
transform: translate(0);
|
| 7379 |
+
visibility: visible;
|
| 7380 |
+
opacity: 1;
|
| 7381 |
+
}
|
| 7382 |
+
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
|
| 7383 |
+
-webkit-transform: translateY(0);
|
| 7384 |
+
-ms-transform: translateY(0);
|
| 7385 |
+
transform: translateY(0);
|
| 7386 |
+
}
|
| 7387 |
+
/*--- Gallery Column CSS ---*/
|
| 7388 |
+
@media only screen and (min-width: 1025px) {
|
| 7389 |
+
/* For Desktop: */
|
| 7390 |
+
.elementor-element.elementor-grid-eael-col-1 {
|
| 7391 |
+
position: relative;
|
| 7392 |
+
}
|
| 7393 |
+
|
| 7394 |
+
.elementor-element.elementor-grid-eael-col-1 .eael-grid-post {
|
| 7395 |
+
width: 100%;
|
| 7396 |
+
float: left;
|
| 7397 |
+
}
|
| 7398 |
+
|
| 7399 |
+
.elementor-element.elementor-grid-eael-col-2 {
|
| 7400 |
+
position: relative;
|
| 7401 |
+
}
|
| 7402 |
+
|
| 7403 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post {
|
| 7404 |
+
width: 50%;
|
| 7405 |
+
float: left;
|
| 7406 |
+
}
|
| 7407 |
+
|
| 7408 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
| 7409 |
+
margin-right: 0 !important;
|
| 7410 |
+
}
|
| 7411 |
+
|
| 7412 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
|
| 7413 |
+
clear: left;
|
| 7414 |
+
}
|
| 7415 |
+
|
| 7416 |
+
.elementor-element.elementor-grid-eael-col-3 {
|
| 7417 |
+
position: relative;
|
| 7418 |
+
}
|
| 7419 |
+
|
| 7420 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
|
| 7421 |
+
width: 33.3333%;
|
| 7422 |
+
float: left;
|
| 7423 |
+
}
|
| 7424 |
+
|
| 7425 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
| 7426 |
+
margin-right: 0 !important;
|
| 7427 |
+
}
|
| 7428 |
+
|
| 7429 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
|
| 7430 |
+
clear: left;
|
| 7431 |
+
}
|
| 7432 |
+
|
| 7433 |
+
.elementor-element.elementor-grid-eael-col-4 {
|
| 7434 |
+
position: relative;
|
| 7435 |
+
}
|
| 7436 |
+
|
| 7437 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post {
|
| 7438 |
+
width: 25%;
|
| 7439 |
+
float: left;
|
| 7440 |
+
}
|
| 7441 |
+
|
| 7442 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
| 7443 |
+
margin-right: 0 !important;
|
| 7444 |
+
}
|
| 7445 |
+
|
| 7446 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
|
| 7447 |
+
clear: left;
|
| 7448 |
+
}
|
| 7449 |
+
|
| 7450 |
+
.elementor-element.elementor-grid-eael-col-5 {
|
| 7451 |
+
position: relative;
|
| 7452 |
+
}
|
| 7453 |
+
|
| 7454 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post {
|
| 7455 |
+
width: 20%;
|
| 7456 |
+
float: left;
|
| 7457 |
+
}
|
| 7458 |
+
|
| 7459 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
| 7460 |
+
margin-right: 0 !important;
|
| 7461 |
+
}
|
| 7462 |
+
|
| 7463 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
|
| 7464 |
+
clear: left;
|
| 7465 |
+
}
|
| 7466 |
+
|
| 7467 |
+
.elementor-element.elementor-grid-eael-col-6 {
|
| 7468 |
+
position: relative;
|
| 7469 |
+
}
|
| 7470 |
+
|
| 7471 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post {
|
| 7472 |
+
width: 16%;
|
| 7473 |
+
float: left;
|
| 7474 |
+
}
|
| 7475 |
+
|
| 7476 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
| 7477 |
+
margin-right: 0 !important;
|
| 7478 |
+
}
|
| 7479 |
+
|
| 7480 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
|
| 7481 |
+
clear: left;
|
| 7482 |
+
}
|
| 7483 |
+
}
|
| 7484 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
| 7485 |
+
/* For tablets: */
|
| 7486 |
+
.elementor-element.elementor-grid-tablet-eael-col-1 {
|
| 7487 |
+
position: relative;
|
| 7488 |
+
}
|
| 7489 |
+
|
| 7490 |
+
.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post {
|
| 7491 |
+
width: 100%;
|
| 7492 |
+
float: left;
|
| 7493 |
+
}
|
| 7494 |
+
|
| 7495 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 {
|
| 7496 |
+
position: relative;
|
| 7497 |
+
}
|
| 7498 |
+
|
| 7499 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
|
| 7500 |
+
width: 50%;
|
| 7501 |
+
float: left;
|
| 7502 |
+
}
|
| 7503 |
+
|
| 7504 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
| 7505 |
+
margin-right: 0 !important;
|
| 7506 |
+
}
|
| 7507 |
+
|
| 7508 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
|
| 7509 |
+
clear: left;
|
| 7510 |
+
}
|
| 7511 |
+
|
| 7512 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 {
|
| 7513 |
+
position: relative;
|
| 7514 |
+
}
|
| 7515 |
+
|
| 7516 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post {
|
| 7517 |
+
width: 33.3333%;
|
| 7518 |
+
float: left;
|
| 7519 |
+
}
|
| 7520 |
+
|
| 7521 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
| 7522 |
+
margin-right: 0 !important;
|
| 7523 |
+
}
|
| 7524 |
+
|
| 7525 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
|
| 7526 |
+
clear: left;
|
| 7527 |
+
}
|
| 7528 |
+
|
| 7529 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 {
|
| 7530 |
+
position: relative;
|
| 7531 |
+
}
|
| 7532 |
+
|
| 7533 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post {
|
| 7534 |
+
width: 25%;
|
| 7535 |
+
float: left;
|
| 7536 |
+
}
|
| 7537 |
+
|
| 7538 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
| 7539 |
+
margin-right: 0 !important;
|
| 7540 |
+
}
|
| 7541 |
+
|
| 7542 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
|
| 7543 |
+
clear: left;
|
| 7544 |
+
}
|
| 7545 |
+
|
| 7546 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 {
|
| 7547 |
+
position: relative;
|
| 7548 |
+
}
|
| 7549 |
+
|
| 7550 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post {
|
| 7551 |
+
width: 20%;
|
| 7552 |
+
float: left;
|
| 7553 |
+
}
|
| 7554 |
+
|
| 7555 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
| 7556 |
+
margin-right: 0 !important;
|
| 7557 |
+
}
|
| 7558 |
+
|
| 7559 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
|
| 7560 |
+
clear: left;
|
| 7561 |
+
}
|
| 7562 |
+
|
| 7563 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 {
|
| 7564 |
+
position: relative;
|
| 7565 |
+
}
|
| 7566 |
+
|
| 7567 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post {
|
| 7568 |
+
width: 16%;
|
| 7569 |
+
float: left;
|
| 7570 |
+
}
|
| 7571 |
+
|
| 7572 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
| 7573 |
+
margin-right: 0 !important;
|
| 7574 |
+
}
|
| 7575 |
+
|
| 7576 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
|
| 7577 |
+
clear: left;
|
| 7578 |
+
}
|
| 7579 |
+
}
|
| 7580 |
+
@media only screen and (max-width: 767px) {
|
| 7581 |
+
.elementor-element.elementor-grid-mobile-eael-col-1 {
|
| 7582 |
+
position: relative;
|
| 7583 |
+
}
|
| 7584 |
+
|
| 7585 |
+
.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
|
| 7586 |
+
width: 100%;
|
| 7587 |
+
float: left;
|
| 7588 |
+
}
|
| 7589 |
+
|
| 7590 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 {
|
| 7591 |
+
position: relative;
|
| 7592 |
+
}
|
| 7593 |
+
|
| 7594 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post {
|
| 7595 |
+
width: 50%;
|
| 7596 |
+
float: left;
|
| 7597 |
+
}
|
| 7598 |
+
|
| 7599 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
| 7600 |
+
margin-right: 0 !important;
|
| 7601 |
+
}
|
| 7602 |
+
|
| 7603 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
|
| 7604 |
+
clear: left;
|
| 7605 |
+
}
|
| 7606 |
+
|
| 7607 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 {
|
| 7608 |
+
position: relative;
|
| 7609 |
+
}
|
| 7610 |
+
|
| 7611 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post {
|
| 7612 |
+
width: 33.3333%;
|
| 7613 |
+
float: left;
|
| 7614 |
+
}
|
| 7615 |
+
|
| 7616 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
| 7617 |
+
margin-right: 0 !important;
|
| 7618 |
+
}
|
| 7619 |
+
|
| 7620 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
|
| 7621 |
+
clear: left;
|
| 7622 |
+
}
|
| 7623 |
+
|
| 7624 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 {
|
| 7625 |
+
position: relative;
|
| 7626 |
+
}
|
| 7627 |
+
|
| 7628 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post {
|
| 7629 |
+
width: 25%;
|
| 7630 |
+
float: left;
|
| 7631 |
+
}
|
| 7632 |
+
|
| 7633 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
| 7634 |
+
margin-right: 0 !important;
|
| 7635 |
+
}
|
| 7636 |
+
|
| 7637 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
|
| 7638 |
+
clear: left;
|
| 7639 |
+
}
|
| 7640 |
+
|
| 7641 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 {
|
| 7642 |
+
position: relative;
|
| 7643 |
+
}
|
| 7644 |
+
|
| 7645 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post {
|
| 7646 |
+
width: 20%;
|
| 7647 |
+
float: left;
|
| 7648 |
+
}
|
| 7649 |
+
|
| 7650 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
| 7651 |
+
margin-right: 0 !important;
|
| 7652 |
+
}
|
| 7653 |
+
|
| 7654 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
|
| 7655 |
+
clear: left;
|
| 7656 |
+
}
|
| 7657 |
+
|
| 7658 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 {
|
| 7659 |
+
position: relative;
|
| 7660 |
+
}
|
| 7661 |
+
|
| 7662 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post {
|
| 7663 |
+
width: 16%;
|
| 7664 |
+
float: left;
|
| 7665 |
+
}
|
| 7666 |
+
|
| 7667 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
| 7668 |
+
margin-right: 0 !important;
|
| 7669 |
+
}
|
| 7670 |
+
|
| 7671 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
|
| 7672 |
+
clear: left;
|
| 7673 |
+
}
|
| 7674 |
+
}
|
| 7675 |
+
.eael-author-avatar > a {
|
| 7676 |
+
display: block;
|
| 7677 |
+
}
|
| 7678 |
+
.eael-entry-footer {
|
| 7679 |
+
overflow: hidden;
|
| 7680 |
+
display: -webkit-box;
|
| 7681 |
+
display: -webkit-flex;
|
| 7682 |
+
display: -ms-flexbox;
|
| 7683 |
+
display: flex;
|
| 7684 |
+
}
|
| 7685 |
+
.eael-entry-footer > div {
|
| 7686 |
+
display: inline-block;
|
| 7687 |
+
float: left;
|
| 7688 |
+
}
|
| 7689 |
+
.post-carousel-categories {
|
| 7690 |
+
position: absolute;
|
| 7691 |
+
left: 0;
|
| 7692 |
+
top: 0;
|
| 7693 |
+
z-index: 11;
|
| 7694 |
+
width: 100%;
|
| 7695 |
+
margin: 0;
|
| 7696 |
+
padding: 15px;
|
| 7697 |
+
text-align: left;
|
| 7698 |
+
visibility: hidden;
|
| 7699 |
+
opacity: 0;
|
| 7700 |
+
-webkit-transition: 300ms;
|
| 7701 |
+
-o-transition: 300ms;
|
| 7702 |
+
transition: 300ms;
|
| 7703 |
+
}
|
| 7704 |
+
.post-carousel-categories li {
|
| 7705 |
+
display: inline-block;
|
| 7706 |
+
text-transform: capitalize;
|
| 7707 |
+
margin-right: 5px;
|
| 7708 |
+
position: relative;
|
| 7709 |
+
}
|
| 7710 |
+
.post-carousel-categories li:after {
|
| 7711 |
+
content: ",";
|
| 7712 |
+
color: #ffffff;
|
| 7713 |
+
}
|
| 7714 |
+
.post-carousel-categories li:last-child:after {
|
| 7715 |
+
display: none;
|
| 7716 |
+
}
|
| 7717 |
+
.post-carousel-categories li a {
|
| 7718 |
+
color: #fff;
|
| 7719 |
+
}
|
| 7720 |
+
.eael-entry-media:hover .post-carousel-categories {
|
| 7721 |
+
visibility: visible;
|
| 7722 |
+
opacity: 1;
|
| 7723 |
+
}
|
| 7724 |
+
.eael-post-grid-style-three .eael-meta-posted-on {
|
| 7725 |
+
min-width: 60px;
|
| 7726 |
+
height: 50px;
|
| 7727 |
+
padding: 5px;
|
| 7728 |
+
display: -webkit-inline-box;
|
| 7729 |
+
display: -webkit-inline-flex;
|
| 7730 |
+
display: -ms-inline-flexbox;
|
| 7731 |
+
display: inline-flex;
|
| 7732 |
+
-webkit-box-pack: center;
|
| 7733 |
+
-webkit-justify-content: center;
|
| 7734 |
+
-ms-flex-pack: center;
|
| 7735 |
+
justify-content: center;
|
| 7736 |
+
-webkit-box-align: center;
|
| 7737 |
+
-webkit-align-items: center;
|
| 7738 |
+
-ms-flex-align: center;
|
| 7739 |
+
align-items: center;
|
| 7740 |
+
-webkit-border-radius: 4px;
|
| 7741 |
+
border-radius: 4px;
|
| 7742 |
+
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
|
| 7743 |
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
|
| 7744 |
+
text-align: center;
|
| 7745 |
+
font-size: 16px;
|
| 7746 |
+
line-height: 18px;
|
| 7747 |
+
margin-top: 12px;
|
| 7748 |
+
margin-left: 12px;
|
| 7749 |
+
}
|
| 7750 |
+
.eael-post-grid-style-three .eael-meta-posted-on span {
|
| 7751 |
+
display: block;
|
| 7752 |
+
}
|
| 7753 |
+
.eael-post-grid-style-two .eael-entry-meta {
|
| 7754 |
+
-webkit-box-align: baseline;
|
| 7755 |
+
-webkit-align-items: baseline;
|
| 7756 |
+
-ms-flex-align: baseline;
|
| 7757 |
+
align-items: baseline;
|
| 7758 |
+
}
|
| 7759 |
+
.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
|
| 7760 |
+
padding: 0;
|
| 7761 |
+
font-size: 12px;
|
| 7762 |
+
margin-right: 15px;
|
| 7763 |
+
color: #929292;
|
| 7764 |
+
}
|
| 7765 |
+
.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i {
|
| 7766 |
+
margin-right: 7px;
|
| 7767 |
+
}
|
| 7768 |
+
.eael-post-grid-style-two .eael-entry-meta .post-meta-categories {
|
| 7769 |
+
list-style: none;
|
| 7770 |
+
display: -webkit-inline-box;
|
| 7771 |
+
display: -webkit-inline-flex;
|
| 7772 |
+
display: -ms-inline-flexbox;
|
| 7773 |
+
display: inline-flex;
|
| 7774 |
+
-webkit-flex-flow: wrap;
|
| 7775 |
+
-ms-flex-flow: wrap;
|
| 7776 |
+
flex-flow: wrap;
|
| 7777 |
+
margin: 0;
|
| 7778 |
+
padding-left: 0;
|
| 7779 |
+
}
|
| 7780 |
+
.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
|
| 7781 |
+
font-size: 12px;
|
| 7782 |
+
margin-right: 7px;
|
| 7783 |
+
color: #929292;
|
| 7784 |
+
}
|
| 7785 |
+
.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child {
|
| 7786 |
+
margin-right: 0;
|
| 7787 |
+
}
|
| 7788 |
+
.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a {
|
| 7789 |
+
color: #929292;
|
| 7790 |
+
}
|
| 7791 |
+
.eael-post-timeline {
|
| 7792 |
+
margin-bottom: 0;
|
| 7793 |
+
min-height: 100%;
|
| 7794 |
+
overflow: hidden;
|
| 7795 |
+
position: relative;
|
| 7796 |
+
}
|
| 7797 |
+
|
| 7798 |
+
.eael-timeline-column {
|
| 7799 |
+
width: 50%;
|
| 7800 |
+
margin-left: 0;
|
| 7801 |
+
float: left;
|
| 7802 |
+
margin-top: 0 !important;
|
| 7803 |
+
}
|
| 7804 |
+
|
| 7805 |
+
.eael-timeline-post {
|
| 7806 |
+
position: relative;
|
| 7807 |
+
}
|
| 7808 |
+
|
| 7809 |
+
.eael-timeline-post:after {
|
| 7810 |
+
background-color: rgba(83, 85, 86, 0.2);
|
| 7811 |
+
content: "";
|
| 7812 |
+
width: 2px;
|
| 7813 |
+
height: 245px;
|
| 7814 |
+
position: absolute;
|
| 7815 |
+
right: 0;
|
| 7816 |
+
top: 70px;
|
| 7817 |
+
}
|
| 7818 |
+
|
| 7819 |
+
.eael-timeline-post:nth-child(2n):after {
|
| 7820 |
+
display: none;
|
| 7821 |
+
}
|
| 7822 |
+
|
| 7823 |
+
.eael-timeline-bullet {
|
| 7824 |
+
background-color: #9fa9af;
|
| 7825 |
+
border: 5px solid #fff;
|
| 7826 |
+
-webkit-border-radius: 50%;
|
| 7827 |
+
border-radius: 50%;
|
| 7828 |
+
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
|
| 7829 |
+
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
|
| 7830 |
+
content: "";
|
| 7831 |
+
height: 20px;
|
| 7832 |
+
position: absolute;
|
| 7833 |
+
right: -9px;
|
| 7834 |
+
top: 60px;
|
| 7835 |
+
width: 20px;
|
| 7836 |
+
z-index: 3;
|
| 7837 |
+
cursor: pointer;
|
| 7838 |
+
}
|
| 7839 |
+
|
| 7840 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
|
| 7841 |
+
background-color: #9fa9af;
|
| 7842 |
+
border: 5px solid #fff;
|
| 7843 |
+
-webkit-border-radius: 50%;
|
| 7844 |
+
border-radius: 50%;
|
| 7845 |
+
bottom: 36px;
|
| 7846 |
+
content: "";
|
| 7847 |
+
height: 20px;
|
| 7848 |
+
left: -11px;
|
| 7849 |
+
position: absolute;
|
| 7850 |
+
top: 300px;
|
| 7851 |
+
width: 20px;
|
| 7852 |
+
z-index: 3;
|
| 7853 |
+
}
|
| 7854 |
+
|
| 7855 |
+
.eael-timeline-post-inner {
|
| 7856 |
+
background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
|
| 7857 |
+
background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
|
| 7858 |
+
border: 8px solid #e5eaed;
|
| 7859 |
+
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
|
| 7860 |
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
|
| 7861 |
+
float: right;
|
| 7862 |
+
margin: 30px 40px 30px auto;
|
| 7863 |
+
position: relative;
|
| 7864 |
+
height: 320px;
|
| 7865 |
+
width: -webkit-calc(100% - 40px);
|
| 7866 |
+
width: calc(100% - 40px);
|
| 7867 |
+
}
|
| 7868 |
+
|
| 7869 |
+
.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
|
| 7870 |
+
float: left;
|
| 7871 |
+
margin-left: 40px;
|
| 7872 |
+
}
|
| 7873 |
+
|
| 7874 |
+
.eael-timeline-post-inner:after {
|
| 7875 |
+
border-color: transparent transparent transparent #e5eaed;
|
| 7876 |
+
border-style: solid;
|
| 7877 |
+
border-width: 15px;
|
| 7878 |
+
content: "";
|
| 7879 |
+
height: 0;
|
| 7880 |
+
position: absolute;
|
| 7881 |
+
right: -36px;
|
| 7882 |
+
top: 17px;
|
| 7883 |
+
width: 0;
|
| 7884 |
+
}
|
| 7885 |
+
|
| 7886 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
|
| 7887 |
+
border-color: transparent #e5eaed transparent transparent;
|
| 7888 |
+
border-style: solid;
|
| 7889 |
+
border-width: 15px;
|
| 7890 |
+
content: "";
|
| 7891 |
+
height: 0;
|
| 7892 |
+
left: -36px;
|
| 7893 |
+
position: absolute;
|
| 7894 |
+
top: 257px;
|
| 7895 |
+
width: 0;
|
| 7896 |
+
}
|
| 7897 |
+
|
| 7898 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
|
| 7899 |
+
border-left-color: transparent !important;
|
| 7900 |
+
}
|
| 7901 |
+
|
| 7902 |
+
.eael-timeline-post p {
|
| 7903 |
+
margin: 1.6rem 0 0 0;
|
| 7904 |
+
font-size: 0.9em;
|
| 7905 |
+
line-height: 1.6em;
|
| 7906 |
+
}
|
| 7907 |
+
|
| 7908 |
+
.eael-timeline-post-image {
|
| 7909 |
+
background-size: cover;
|
| 7910 |
+
background-position: center center;
|
| 7911 |
+
background-repeat: no-repeat;
|
| 7912 |
+
display: block;
|
| 7913 |
+
height: 100%;
|
| 7914 |
+
overflow: hidden;
|
| 7915 |
+
position: relative;
|
| 7916 |
+
opacity: 1;
|
| 7917 |
+
-webkit-transition: all 0.3s;
|
| 7918 |
+
-o-transition: all 0.3s;
|
| 7919 |
+
transition: all 0.3s;
|
| 7920 |
+
}
|
| 7921 |
+
|
| 7922 |
+
.eael-timeline-post-title {
|
| 7923 |
+
bottom: 40px;
|
| 7924 |
+
position: absolute;
|
| 7925 |
+
width: 100%;
|
| 7926 |
+
}
|
| 7927 |
+
|
| 7928 |
+
.eael-timeline-post-title h2 {
|
| 7929 |
+
color: #fff;
|
| 7930 |
+
font-size: 20px;
|
| 7931 |
+
font-weight: bold;
|
| 7932 |
+
letter-spacing: 1px;
|
| 7933 |
+
line-height: 24px;
|
| 7934 |
+
padding: 0 25px;
|
| 7935 |
+
text-align: left;
|
| 7936 |
+
text-transform: uppercase;
|
| 7937 |
+
}
|
| 7938 |
+
|
| 7939 |
+
.eael-timeline-post-excerpt {
|
| 7940 |
+
opacity: 0;
|
| 7941 |
+
position: absolute;
|
| 7942 |
+
top: 0;
|
| 7943 |
+
left: 0;
|
| 7944 |
+
right: 0;
|
| 7945 |
+
-webkit-transition: all 0.3s;
|
| 7946 |
+
-o-transition: all 0.3s;
|
| 7947 |
+
transition: all 0.3s;
|
| 7948 |
+
}
|
| 7949 |
+
|
| 7950 |
+
.eael-timeline-post-excerpt p {
|
| 7951 |
+
color: #fff;
|
| 7952 |
+
font-size: 14px;
|
| 7953 |
+
padding: 25px;
|
| 7954 |
+
}
|
| 7955 |
+
|
| 7956 |
+
.eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
|
| 7957 |
+
opacity: 1;
|
| 7958 |
+
top: 10px;
|
| 7959 |
+
}
|
| 7960 |
+
|
| 7961 |
+
.eael-timeline-post-inner:hover .eael-timeline-post-image {
|
| 7962 |
+
opacity: 0.3;
|
| 7963 |
+
}
|
| 7964 |
+
|
| 7965 |
+
.eael-timeline-post time {
|
| 7966 |
+
opacity: 0;
|
| 7967 |
+
background-color: rgba(0, 0, 0, 0.7);
|
| 7968 |
+
color: #fff;
|
| 7969 |
+
font-size: 10px;
|
| 7970 |
+
-webkit-border-radius: 20px;
|
| 7971 |
+
border-radius: 20px;
|
| 7972 |
+
position: absolute;
|
| 7973 |
+
right: -97px;
|
| 7974 |
+
width: 100px;
|
| 7975 |
+
height: 30px;
|
| 7976 |
+
line-height: 30px;
|
| 7977 |
+
text-align: center;
|
| 7978 |
+
top: 50px;
|
| 7979 |
+
z-index: 4;
|
| 7980 |
+
-webkit-transition: all 0.5s;
|
| 7981 |
+
-o-transition: all 0.5s;
|
| 7982 |
+
transition: all 0.5s;
|
| 7983 |
+
}
|
| 7984 |
+
|
| 7985 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 7986 |
+
background-color: rgba(0, 0, 0, 0.7);
|
| 7987 |
+
-webkit-border-radius: 20px;
|
| 7988 |
+
border-radius: 20px;
|
| 7989 |
+
color: #fff;
|
| 7990 |
+
font-size: 10px;
|
| 7991 |
+
height: 30px;
|
| 7992 |
+
left: -99px;
|
| 7993 |
+
line-height: 30px;
|
| 7994 |
+
position: absolute;
|
| 7995 |
+
text-align: center;
|
| 7996 |
+
top: 290px;
|
| 7997 |
+
width: 100px;
|
| 7998 |
+
z-index: 4;
|
| 7999 |
+
}
|
| 8000 |
+
|
| 8001 |
+
.eael-timeline-post time:before {
|
| 8002 |
+
border-bottom: 5px solid rgba(0, 0, 0, 0.7);
|
| 8003 |
+
border-left: 5px solid transparent;
|
| 8004 |
+
border-right: 5px solid transparent;
|
| 8005 |
+
content: "";
|
| 8006 |
+
height: 0;
|
| 8007 |
+
left: 45px;
|
| 8008 |
+
position: absolute;
|
| 8009 |
+
top: -5px;
|
| 8010 |
+
width: 0;
|
| 8011 |
+
}
|
| 8012 |
+
|
| 8013 |
+
.eael-timeline-post:hover time {
|
| 8014 |
+
opacity: 1;
|
| 8015 |
+
}
|
| 8016 |
+
|
| 8017 |
+
.eael-timeline-post::after {
|
| 8018 |
+
height: 100%;
|
| 8019 |
+
}
|
| 8020 |
+
|
| 8021 |
+
.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
|
| 8022 |
+
height: 245px;
|
| 8023 |
+
}
|
| 8024 |
+
|
| 8025 |
+
.eael-post-timeline .eael-timeline-post:last-child::after {
|
| 8026 |
+
display: none;
|
| 8027 |
+
}
|
| 8028 |
+
|
| 8029 |
+
.eael-load-more-button-wrap {
|
| 8030 |
+
display: -webkit-box;
|
| 8031 |
+
display: -webkit-flex;
|
| 8032 |
+
display: -ms-flexbox;
|
| 8033 |
+
display: flex;
|
| 8034 |
+
}
|
| 8035 |
+
|
| 8036 |
+
/*--- Responsive Style for Post Timeline ---*/
|
| 8037 |
+
|
| 8038 |
+
@media only screen and (max-width: 1366px) {
|
| 8039 |
+
.eael-timeline-post-title h2 {
|
| 8040 |
+
font-size: 0.8em;
|
| 8041 |
+
}
|
| 8042 |
+
|
| 8043 |
+
.eael-timeline-post-excerpt p {
|
| 8044 |
+
font-size: 13px;
|
| 8045 |
+
}
|
| 8046 |
+
}
|
| 8047 |
+
|
| 8048 |
+
@media only screen and (max-width: 1169px) {
|
| 8049 |
+
.eael-timeline-post-inner {
|
| 8050 |
+
height: 320px;
|
| 8051 |
+
}
|
| 8052 |
+
}
|
| 8053 |
+
|
| 8054 |
+
@media only screen and (max-width: 992px) {
|
| 8055 |
+
.eael-post-timeline {
|
| 8056 |
+
margin-left: 0;
|
| 8057 |
+
}
|
| 8058 |
+
|
| 8059 |
+
.eael-timeline-bullet,
|
| 8060 |
+
.eael-timeline-post:after,
|
| 8061 |
+
.eael-timeline-post:before,
|
| 8062 |
+
.eael-timeline-post-inner:after {
|
| 8063 |
+
display: none;
|
| 8064 |
+
}
|
| 8065 |
+
|
| 8066 |
+
.eael-timeline-post {
|
| 8067 |
+
display: inline-block;
|
| 8068 |
+
float: left !important;
|
| 8069 |
+
width: 50% !important;
|
| 8070 |
+
margin: 15px auto;
|
| 8071 |
+
}
|
| 8072 |
+
|
| 8073 |
+
.eael-timeline-post-inner {
|
| 8074 |
+
height: 320px;
|
| 8075 |
+
padding-bottom: 30px;
|
| 8076 |
+
}
|
| 8077 |
+
|
| 8078 |
+
.eael-timeline-post-title {
|
| 8079 |
+
bottom: 50px;
|
| 8080 |
+
}
|
| 8081 |
+
|
| 8082 |
+
.eael-timeline-post-title h2 {
|
| 8083 |
+
font-size: 0.8em;
|
| 8084 |
+
line-height: 1.2em;
|
| 8085 |
+
}
|
| 8086 |
+
|
| 8087 |
+
.eael-timeline-post .eael-timeline-post-inner {
|
| 8088 |
+
margin: 0 10px auto 0;
|
| 8089 |
+
width: 90%;
|
| 8090 |
+
}
|
| 8091 |
+
|
| 8092 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 8093 |
+
margin: 0 auto 0 10px;
|
| 8094 |
+
width: 90%;
|
| 8095 |
+
}
|
| 8096 |
+
|
| 8097 |
+
.eael-timeline-post-excerpt {
|
| 8098 |
+
opacity: 0 !important;
|
| 8099 |
+
}
|
| 8100 |
+
|
| 8101 |
+
.eael-timeline-post-image {
|
| 8102 |
+
opacity: 0.3;
|
| 8103 |
+
}
|
| 8104 |
+
|
| 8105 |
+
.eael-timeline-post time,
|
| 8106 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 8107 |
+
background-color: #fff;
|
| 8108 |
+
-webkit-border-radius: 0;
|
| 8109 |
+
border-radius: 0;
|
| 8110 |
+
color: #444;
|
| 8111 |
+
font-size: 12px;
|
| 8112 |
+
text-transform: uppercase;
|
| 8113 |
+
left: 0;
|
| 8114 |
+
opacity: 1;
|
| 8115 |
+
padding-top: 3px;
|
| 8116 |
+
top: 275px;
|
| 8117 |
+
width: 100%;
|
| 8118 |
+
}
|
| 8119 |
+
|
| 8120 |
+
time:before {
|
| 8121 |
+
display: none;
|
| 8122 |
+
}
|
| 8123 |
+
}
|
| 8124 |
+
|
| 8125 |
+
@media only screen and (max-width: 767px) {
|
| 8126 |
+
.eael-timeline-post {
|
| 8127 |
+
display: block;
|
| 8128 |
+
float: none !important;
|
| 8129 |
+
margin: 20px auto;
|
| 8130 |
+
width: 100% !important;
|
| 8131 |
+
}
|
| 8132 |
+
|
| 8133 |
+
.eael-timeline-post .eael-timeline-post-inner,
|
| 8134 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 8135 |
+
display: block;
|
| 8136 |
+
float: none;
|
| 8137 |
+
margin: 0 auto;
|
| 8138 |
+
}
|
| 8139 |
+
}
|
| 8140 |
+
|
| 8141 |
+
@media only screen and (max-width: 479px) {
|
| 8142 |
+
.eael-timeline-post .eael-timeline-post-inner,
|
| 8143 |
+
.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
|
| 8144 |
+
height: 250px;
|
| 8145 |
+
margin: 0 auto;
|
| 8146 |
+
width: 95%;
|
| 8147 |
+
}
|
| 8148 |
+
|
| 8149 |
+
.eael-timeline-post time,
|
| 8150 |
+
.eael-timeline-post:nth-child(2n) time {
|
| 8151 |
+
top: 205px;
|
| 8152 |
+
}
|
| 8153 |
+
}
|
| 8154 |
+
.eael-pricing {
|
| 8155 |
+
-webkit-display: flex;
|
| 8156 |
+
display: -webkit-box;
|
| 8157 |
+
display: -ms-flexbox;
|
| 8158 |
+
display: flex;
|
| 8159 |
+
-webkit-justify-content: center;
|
| 8160 |
+
-webkit-box-pack: center;
|
| 8161 |
+
-ms-flex-pack: center;
|
| 8162 |
+
justify-content: center;
|
| 8163 |
+
-webkit-align-items: center;
|
| 8164 |
+
-webkit-box-align: center;
|
| 8165 |
+
-ms-flex-align: center;
|
| 8166 |
+
align-items: center;
|
| 8167 |
+
}
|
| 8168 |
+
|
| 8169 |
+
.eael-pricing .eael-pricing-item {
|
| 8170 |
+
width: 100%;
|
| 8171 |
+
height: auto;
|
| 8172 |
+
margin: 0;
|
| 8173 |
+
}
|
| 8174 |
+
|
| 8175 |
+
.eael-pricing .eael-pricing-button {
|
| 8176 |
+
display: none;
|
| 8177 |
+
padding: 12px 25px;
|
| 8178 |
+
background: #00c853;
|
| 8179 |
+
font-size: 14px;
|
| 8180 |
+
font-weight: 600;
|
| 8181 |
+
color: #fff;
|
| 8182 |
+
text-transform: uppercase;
|
| 8183 |
+
text-decoration: none;
|
| 8184 |
+
-webkit-transition: 0.3s;
|
| 8185 |
+
-o-transition: 0.3s;
|
| 8186 |
+
transition: 0.3s;
|
| 8187 |
+
-webkit-border-radius: 4px;
|
| 8188 |
+
border-radius: 4px;
|
| 8189 |
+
}
|
| 8190 |
+
|
| 8191 |
+
.eael-pricing .eael-pricing-button:hover {
|
| 8192 |
+
background: #03b048;
|
| 8193 |
+
}
|
| 8194 |
+
|
| 8195 |
+
.eael-pricing .eael-pricing-item ul {
|
| 8196 |
+
padding: 0px;
|
| 8197 |
+
margin: 0px;
|
| 8198 |
+
list-style: none;
|
| 8199 |
+
}
|
| 8200 |
+
|
| 8201 |
+
.eael-pricing .eael-pricing-item ul li.disable-item {
|
| 8202 |
+
text-decoration: line-through;
|
| 8203 |
+
opacity: 0.5;
|
| 8204 |
+
}
|
| 8205 |
+
|
| 8206 |
+
.eael-pricing .eael-pricing-item ul li span.li-icon {
|
| 8207 |
+
color: #00c853;
|
| 8208 |
+
margin-right: 6px;
|
| 8209 |
+
}
|
| 8210 |
+
|
| 8211 |
+
.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
|
| 8212 |
+
color: #ef5350;
|
| 8213 |
+
}
|
| 8214 |
+
|
| 8215 |
+
/*--- Pricing Table: Style 1 ---*/
|
| 8216 |
+
|
| 8217 |
+
.eael-pricing.style-1 {
|
| 8218 |
+
position: relative;
|
| 8219 |
+
z-index: 0;
|
| 8220 |
+
text-align: center;
|
| 8221 |
+
}
|
| 8222 |
+
|
| 8223 |
+
.eael-pricing.style-1 .eael-pricing-item {
|
| 8224 |
+
border: 1px solid rgba(9, 9, 9, 0.1);
|
| 8225 |
+
padding: 30px;
|
| 8226 |
+
-webkit-border-radius: 5px;
|
| 8227 |
+
border-radius: 5px;
|
| 8228 |
+
-webkit-transition: 0.5s;
|
| 8229 |
+
-o-transition: 0.5s;
|
| 8230 |
+
transition: 0.5s;
|
| 8231 |
+
}
|
| 8232 |
+
|
| 8233 |
+
.eael-pricing.style-1 .eael-pricing-item:hover {
|
| 8234 |
+
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 8235 |
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 8236 |
+
}
|
| 8237 |
+
|
| 8238 |
+
.eael-pricing.style-1 .eael-pricing-item.featured {
|
| 8239 |
+
position: relative;
|
| 8240 |
+
}
|
| 8241 |
+
|
| 8242 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
|
| 8243 |
+
content: "";
|
| 8244 |
+
position: absolute;
|
| 8245 |
+
width: 100%;
|
| 8246 |
+
height: 3px;
|
| 8247 |
+
background: #00c853;
|
| 8248 |
+
top: 0px;
|
| 8249 |
+
left: 0px;
|
| 8250 |
+
right: 0px;
|
| 8251 |
+
z-index: 1;
|
| 8252 |
+
-webkit-border-radius: 5px 5px 0px 0px;
|
| 8253 |
+
border-radius: 5px 5px 0px 0px;
|
| 8254 |
+
}
|
| 8255 |
+
|
| 8256 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
|
| 8257 |
+
content: "Featured";
|
| 8258 |
+
position: absolute;
|
| 8259 |
+
width: auto;
|
| 8260 |
+
background: #00c853;
|
| 8261 |
+
color: #fff;
|
| 8262 |
+
top: 35px;
|
| 8263 |
+
right: -15px;
|
| 8264 |
+
z-index: 10;
|
| 8265 |
+
font-size: 10px;
|
| 8266 |
+
font-weight: 600;
|
| 8267 |
+
text-transform: uppercase;
|
| 8268 |
+
padding: 5px 10px;
|
| 8269 |
+
}
|
| 8270 |
+
|
| 8271 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
|
| 8272 |
+
content: "";
|
| 8273 |
+
position: absolute;
|
| 8274 |
+
top: 20px;
|
| 8275 |
+
right: -15px;
|
| 8276 |
+
width: 0;
|
| 8277 |
+
height: 0;
|
| 8278 |
+
border-bottom: 15px solid #00c853;
|
| 8279 |
+
border-right: 15px solid transparent;
|
| 8280 |
+
z-index: 9;
|
| 8281 |
+
opacity: 0.9;
|
| 8282 |
+
}
|
| 8283 |
+
|
| 8284 |
+
.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
|
| 8285 |
+
content: "Featured";
|
| 8286 |
+
position: absolute;
|
| 8287 |
+
width: auto;
|
| 8288 |
+
background: rgba(0, 0, 0, 0.6);
|
| 8289 |
+
color: #fff;
|
| 8290 |
+
top: 15px;
|
| 8291 |
+
right: 15px;
|
| 8292 |
+
z-index: 10;
|
| 8293 |
+
font-size: 11px;
|
| 8294 |
+
font-weight: 600;
|
| 8295 |
+
text-transform: uppercase;
|
| 8296 |
+
padding: 5px 15px;
|
| 8297 |
+
}
|
| 8298 |
+
|
| 8299 |
+
.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-4:before,
|
| 8300 |
+
.eael-pricing .eael-pricing-item.ribbon-4:before {
|
| 8301 |
+
content: "Featured";
|
| 8302 |
+
position: absolute;
|
| 8303 |
+
width: auto;
|
| 8304 |
+
background: #00c853;
|
| 8305 |
+
color: #fff;
|
| 8306 |
+
top: 30px;
|
| 8307 |
+
right: -55px;
|
| 8308 |
+
z-index: 10;
|
| 8309 |
+
font-size: 13px;
|
| 8310 |
+
font-weight: 600;
|
| 8311 |
+
text-transform: uppercase;
|
| 8312 |
+
-webkit-transform: rotate(45deg);
|
| 8313 |
+
-ms-transform: rotate(45deg);
|
| 8314 |
+
transform: rotate(45deg);
|
| 8315 |
+
width: 200px;
|
| 8316 |
+
padding: 7px 0;
|
| 8317 |
+
white-space: nowrap;
|
| 8318 |
+
}
|
| 8319 |
+
|
| 8320 |
+
.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-left.ribbon-4:before,
|
| 8321 |
+
.eael-pricing .eael-pricing-item.ribbon-left.ribbon-4:before {
|
| 8322 |
+
right: auto;
|
| 8323 |
+
left: -55px;
|
| 8324 |
+
-webkit-transform: rotate(-45deg);
|
| 8325 |
+
-ms-transform: rotate(-45deg);
|
| 8326 |
+
transform: rotate(-45deg);
|
| 8327 |
+
}
|
| 8328 |
+
|
| 8329 |
+
.eael-pricing.style-1 .eael-pricing-item .header {
|
| 8330 |
+
display: block;
|
| 8331 |
+
position: relative;
|
| 8332 |
+
z-index: 0;
|
| 8333 |
+
padding-bottom: 15px;
|
| 8334 |
+
margin-bottom: 15px;
|
| 8335 |
+
}
|
| 8336 |
+
|
| 8337 |
+
.eael-pricing.style-1 .eael-pricing-item .header:after {
|
| 8338 |
+
content: "";
|
| 8339 |
+
position: absolute;
|
| 8340 |
+
width: 140px;
|
| 8341 |
+
height: 1px;
|
| 8342 |
+
bottom: 0px;
|
| 8343 |
+
left: 0px;
|
| 8344 |
+
right: 0px;
|
| 8345 |
+
margin: 0 auto;
|
| 8346 |
+
z-index: 1;
|
| 8347 |
+
background: rgba(9, 9, 9, 0.1);
|
| 8348 |
+
}
|
| 8349 |
+
|
| 8350 |
+
.eael-pricing.style-1 .eael-pricing-item .header .title {
|
| 8351 |
+
font-weight: 700;
|
| 8352 |
+
line-height: 30px;
|
| 8353 |
+
margin: 0px;
|
| 8354 |
+
}
|
| 8355 |
+
|
| 8356 |
+
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
|
| 8357 |
+
position: relative;
|
| 8358 |
+
z-index: 0;
|
| 8359 |
+
padding: 15px 0px;
|
| 8360 |
+
margin-bottom: 15px;
|
| 8361 |
+
}
|
| 8362 |
+
|
| 8363 |
+
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
|
| 8364 |
+
content: "";
|
| 8365 |
+
position: absolute;
|
| 8366 |
+
width: 140px;
|
| 8367 |
+
height: 1px;
|
| 8368 |
+
bottom: 0px;
|
| 8369 |
+
left: 0px;
|
| 8370 |
+
right: 0px;
|
| 8371 |
+
margin: 0 auto;
|
| 8372 |
+
z-index: 1;
|
| 8373 |
+
background: rgba(9, 9, 9, 0.04);
|
| 8374 |
+
}
|
| 8375 |
+
|
| 8376 |
+
.eael-pricing.style-1 .eael-pricing-item .price-tag {
|
| 8377 |
+
position: relative;
|
| 8378 |
+
display: inline-block;
|
| 8379 |
+
font-size: 28px;
|
| 8380 |
+
font-weight: 500;
|
| 8381 |
+
line-height: 0px;
|
| 8382 |
+
margin: 0px auto;
|
| 8383 |
+
}
|
| 8384 |
+
|
| 8385 |
+
.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
|
| 8386 |
+
font-size: 24px;
|
| 8387 |
+
font-weight: 700;
|
| 8388 |
+
}
|
| 8389 |
+
|
| 8390 |
+
.eael-pricing.style-1 .eael-pricing-item .price-period {
|
| 8391 |
+
color: #999;
|
| 8392 |
+
}
|
| 8393 |
+
|
| 8394 |
+
.eael-pricing.style-1 .eael-pricing-item .body ul {
|
| 8395 |
+
display: block;
|
| 8396 |
+
width: 100%;
|
| 8397 |
+
margin-bottom: 15px;
|
| 8398 |
+
}
|
| 8399 |
+
|
| 8400 |
+
.eael-pricing.style-1 .eael-pricing-item .body ul li {
|
| 8401 |
+
display: block;
|
| 8402 |
+
width: 100%;
|
| 8403 |
+
height: auto;
|
| 8404 |
+
padding: 10px 0px;
|
| 8405 |
+
font-size: 14px;
|
| 8406 |
+
color: #6d6d6d;
|
| 8407 |
+
border-bottom: 1px solid rgba(9, 9, 9, 0.04);
|
| 8408 |
+
}
|
| 8409 |
+
|
| 8410 |
+
.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
|
| 8411 |
+
border: none;
|
| 8412 |
+
}
|
| 8413 |
+
|
| 8414 |
+
.eael-pricing.style-1 .eael-pricing-item.featured-large {
|
| 8415 |
+
padding: 60px 0px;
|
| 8416 |
+
}
|
| 8417 |
+
|
| 8418 |
+
/*--- Pricing Table : Style 2 ---*/
|
| 8419 |
+
|
| 8420 |
+
.eael-pricing.style-2 {
|
| 8421 |
+
position: relative;
|
| 8422 |
+
z-index: 0;
|
| 8423 |
+
text-align: center;
|
| 8424 |
+
}
|
| 8425 |
+
|
| 8426 |
+
.eael-pricing.style-2 .eael-pricing-item {
|
| 8427 |
+
padding: 30px 0px;
|
| 8428 |
+
-webkit-border-radius: 5px;
|
| 8429 |
+
border-radius: 5px;
|
| 8430 |
+
margin: 0px;
|
| 8431 |
+
border: 1px solid rgba(9, 9, 9, 0.1);
|
| 8432 |
+
}
|
| 8433 |
+
|
| 8434 |
+
.eael-pricing.style-2 .eael-pricing-item.featured {
|
| 8435 |
+
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 8436 |
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 8437 |
+
}
|
| 8438 |
+
|
| 8439 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
|
| 8440 |
+
content: "";
|
| 8441 |
+
position: absolute;
|
| 8442 |
+
width: 100%;
|
| 8443 |
+
height: 3px;
|
| 8444 |
+
background: #00c853;
|
| 8445 |
+
top: 0px;
|
| 8446 |
+
left: 0px;
|
| 8447 |
+
right: 0px;
|
| 8448 |
+
z-index: 1;
|
| 8449 |
+
-webkit-border-radius: 5px 5px 0px 0px;
|
| 8450 |
+
border-radius: 5px 5px 0px 0px;
|
| 8451 |
+
}
|
| 8452 |
+
|
| 8453 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
|
| 8454 |
+
content: "Featured";
|
| 8455 |
+
position: absolute;
|
| 8456 |
+
width: auto;
|
| 8457 |
+
background: #00c853;
|
| 8458 |
+
color: #fff;
|
| 8459 |
+
top: 35px;
|
| 8460 |
+
right: -15px;
|
| 8461 |
+
z-index: 10;
|
| 8462 |
+
font-size: 10px;
|
| 8463 |
+
font-weight: 600;
|
| 8464 |
+
text-transform: uppercase;
|
| 8465 |
+
padding: 5px 10px;
|
| 8466 |
+
}
|
| 8467 |
+
|
| 8468 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
|
| 8469 |
+
content: "";
|
| 8470 |
+
position: absolute;
|
| 8471 |
+
top: 20px;
|
| 8472 |
+
right: -15px;
|
| 8473 |
+
width: 0;
|
| 8474 |
+
height: 0;
|
| 8475 |
+
border-bottom: 15px solid #00c853;
|
| 8476 |
+
border-right: 15px solid transparent;
|
| 8477 |
+
z-index: 9;
|
| 8478 |
+
opacity: 0.9;
|
| 8479 |
+
}
|
| 8480 |
+
|
| 8481 |
+
.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
|
| 8482 |
+
content: "Featured";
|
| 8483 |
+
position: absolute;
|
| 8484 |
+
width: auto;
|
| 8485 |
+
background: rgba(0, 0, 0, 0.6);
|
| 8486 |
+
color: #fff;
|
| 8487 |
+
top: 15px;
|
| 8488 |
+
right: 15px;
|
| 8489 |
+
z-index: 10;
|
| 8490 |
+
font-size: 11px;
|
| 8491 |
+
font-weight: 600;
|
| 8492 |
+
text-transform: uppercase;
|
| 8493 |
+
padding: 5px 15px;
|
| 8494 |
+
}
|
| 8495 |
+
|
| 8496 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
|
| 8497 |
+
display: inline-block;
|
| 8498 |
+
position: relative;
|
| 8499 |
+
width: 80px;
|
| 8500 |
+
height: 80px;
|
| 8501 |
+
background: #00c853;
|
| 8502 |
+
-webkit-border-radius: 50%;
|
| 8503 |
+
border-radius: 50%;
|
| 8504 |
+
margin-bottom: 30px;
|
| 8505 |
+
-webkit-transition: 0.5s;
|
| 8506 |
+
-o-transition: 0.5s;
|
| 8507 |
+
transition: 0.5s;
|
| 8508 |
+
overflow: hidden;
|
| 8509 |
+
}
|
| 8510 |
+
|
| 8511 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
|
| 8512 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
|
| 8513 |
+
display: -webkit-box;
|
| 8514 |
+
display: -webkit-flex;
|
| 8515 |
+
display: -ms-flexbox;
|
| 8516 |
+
display: flex;
|
| 8517 |
+
-webkit-box-align: center;
|
| 8518 |
+
-webkit-align-items: center;
|
| 8519 |
+
-ms-flex-align: center;
|
| 8520 |
+
align-items: center;
|
| 8521 |
+
-webkit-box-pack: center;
|
| 8522 |
+
-webkit-justify-content: center;
|
| 8523 |
+
-ms-flex-pack: center;
|
| 8524 |
+
justify-content: center;
|
| 8525 |
+
}
|
| 8526 |
+
|
| 8527 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
|
| 8528 |
+
font-size: 30px;
|
| 8529 |
+
color: #fff;
|
| 8530 |
+
-webkit-transition: 0.5s;
|
| 8531 |
+
-o-transition: 0.5s;
|
| 8532 |
+
transition: 0.5s;
|
| 8533 |
+
}
|
| 8534 |
+
|
| 8535 |
+
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
|
| 8536 |
+
background: #43a047;
|
| 8537 |
+
}
|
| 8538 |
+
|
| 8539 |
+
.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
|
| 8540 |
+
color: #fff;
|
| 8541 |
+
}
|
| 8542 |
+
|
| 8543 |
+
.eael-pricing.style-2 .eael-pricing-item .header {
|
| 8544 |
+
background: #c8e6c9;
|
| 8545 |
+
padding: 25px 30px;
|
| 8546 |
+
margin-bottom: 15px;
|
| 8547 |
+
position: relative;
|
| 8548 |
+
z-index: 0;
|
| 8549 |
+
}
|
| 8550 |
+
|
| 8551 |
+
.eael-pricing.style-2 .eael-pricing-item.featured .header:after {
|
| 8552 |
+
content: "";
|
| 8553 |
+
position: absolute;
|
| 8554 |
+
width: 100%;
|
| 8555 |
+
height: 100%;
|
| 8556 |
+
top: 0px;
|
| 8557 |
+
left: 0px;
|
| 8558 |
+
right: 0px;
|
| 8559 |
+
bottom: 0px;
|
| 8560 |
+
z-index: -1;
|
| 8561 |
+
background: rgba(255, 255, 255, 0.4);
|
| 8562 |
+
}
|
| 8563 |
+
|
| 8564 |
+
.eael-pricing.style-2 .eael-pricing-item .header .title {
|
| 8565 |
+
font-size: 28px;
|
| 8566 |
+
font-weight: 700;
|
| 8567 |
+
line-height: 40px;
|
| 8568 |
+
margin: 0px;
|
| 8569 |
+
}
|
| 8570 |
+
|
| 8571 |
+
.eael-pricing.style-2 .eael-pricing-item .header .subititle {
|
| 8572 |
+
font-size: 14px;
|
| 8573 |
+
font-weight: 600;
|
| 8574 |
+
color: #6d6d6d;
|
| 8575 |
+
}
|
| 8576 |
+
|
| 8577 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 8578 |
+
position: relative;
|
| 8579 |
+
z-index: 0;
|
| 8580 |
+
padding: 15px 0px;
|
| 8581 |
+
margin-bottom: 15px;
|
| 8582 |
+
}
|
| 8583 |
+
|
| 8584 |
+
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 8585 |
+
content: "";
|
| 8586 |
+
position: absolute;
|
| 8587 |
+
width: 140px;
|
| 8588 |
+
height: 1px;
|
| 8589 |
+
bottom: 0px;
|
| 8590 |
+
left: 0px;
|
| 8591 |
+
right: 0px;
|
| 8592 |
+
margin: 0 auto;
|
| 8593 |
+
z-index: 1;
|
| 8594 |
+
background: rgba(9, 9, 9, 0.04);
|
| 8595 |
+
}
|
| 8596 |
+
|
| 8597 |
+
.eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 8598 |
+
position: relative;
|
| 8599 |
+
display: inline-block;
|
| 8600 |
+
font-size: 28px;
|
| 8601 |
+
font-weight: 500;
|
| 8602 |
+
line-height: 0px;
|
| 8603 |
+
margin: 0px auto;
|
| 8604 |
+
}
|
| 8605 |
+
|
| 8606 |
+
.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
|
| 8607 |
+
font-size: 24px;
|
| 8608 |
+
font-weight: 700;
|
| 8609 |
+
color: #00c853;
|
| 8610 |
+
}
|
| 8611 |
+
|
| 8612 |
+
.eael-pricing.style-2 .eael-pricing-item .price-period {
|
| 8613 |
+
color: #999;
|
| 8614 |
+
}
|
| 8615 |
+
|
| 8616 |
+
.eael-pricing.style-2 .eael-pricing-item .body ul {
|
| 8617 |
+
display: block;
|
| 8618 |
+
width: 100%;
|
| 8619 |
+
margin-bottom: 15px;
|
| 8620 |
+
}
|
| 8621 |
+
|
| 8622 |
+
.eael-pricing.style-2 .eael-pricing-item .body ul li {
|
| 8623 |
+
display: block;
|
| 8624 |
+
width: 100%;
|
| 8625 |
+
height: auto;
|
| 8626 |
+
padding: 10px 15px;
|
| 8627 |
+
font-size: 14px;
|
| 8628 |
+
color: #6d6d6d;
|
| 8629 |
+
border-bottom: 1px solid rgba(9, 9, 9, 0.04);
|
| 8630 |
+
}
|
| 8631 |
+
|
| 8632 |
+
.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
|
| 8633 |
+
border: none;
|
| 8634 |
+
}
|
| 8635 |
+
|
| 8636 |
+
/*--- Media Query ---*/
|
| 8637 |
+
|
| 8638 |
+
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
| 8639 |
+
.eael-pricing {
|
| 8640 |
+
display: block;
|
| 8641 |
+
}
|
| 8642 |
+
|
| 8643 |
+
.eael-pricing .eael-pricing-item,
|
| 8644 |
+
.eael-pricing.style-2 .eael-pricing-item,
|
| 8645 |
+
.eael-pricing.style-4 .eael-pricing-item {
|
| 8646 |
+
width: 100%;
|
| 8647 |
+
margin: 0 auto 30px auto;
|
| 8648 |
+
}
|
| 8649 |
+
}
|
| 8650 |
+
|
| 8651 |
+
@media only screen and (max-width: 480px) {
|
| 8652 |
+
.eael-pricing {
|
| 8653 |
+
display: block;
|
| 8654 |
+
}
|
| 8655 |
+
|
| 8656 |
+
.eael-pricing .eael-pricing-item {
|
| 8657 |
+
width: 100%;
|
| 8658 |
+
}
|
| 8659 |
+
|
| 8660 |
+
.eael-pricing .eael-pricing-item,
|
| 8661 |
+
.eael-pricing.style-2 .eael-pricing-item,
|
| 8662 |
+
.eael-pricing.style-4 .eael-pricing-item {
|
| 8663 |
+
margin: 0 auto 30px auto;
|
| 8664 |
+
}
|
| 8665 |
+
}
|
| 8666 |
+
|
| 8667 |
+
/*--- Page Builder Related Style ---*/
|
| 8668 |
+
|
| 8669 |
+
.eael-pricing-content-align-center .eael-pricing {
|
| 8670 |
+
text-align: center;
|
| 8671 |
+
}
|
| 8672 |
+
|
| 8673 |
+
.eael-pricing-content-align-left .eael-pricing {
|
| 8674 |
+
text-align: left;
|
| 8675 |
+
}
|
| 8676 |
+
|
| 8677 |
+
.eael-pricing-content-align-right .eael-pricing {
|
| 8678 |
+
text-align: right;
|
| 8679 |
+
}
|
| 8680 |
+
|
| 8681 |
+
.eael-pricing-content-align-center .eael-pricing.style-4 {
|
| 8682 |
+
text-align: center;
|
| 8683 |
+
}
|
| 8684 |
+
|
| 8685 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 {
|
| 8686 |
+
text-align: left;
|
| 8687 |
+
}
|
| 8688 |
+
|
| 8689 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 {
|
| 8690 |
+
text-align: right;
|
| 8691 |
+
}
|
| 8692 |
+
|
| 8693 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
| 8694 |
+
padding-left: 45px;
|
| 8695 |
+
}
|
| 8696 |
+
|
| 8697 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
|
| 8698 |
+
left: 30px;
|
| 8699 |
+
}
|
| 8700 |
+
|
| 8701 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
|
| 8702 |
+
padding-right: 30px;
|
| 8703 |
+
}
|
| 8704 |
+
|
| 8705 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
|
| 8706 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 8707 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
|
| 8708 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 8709 |
+
padding-left: 30px;
|
| 8710 |
+
padding-right: 30px;
|
| 8711 |
+
}
|
| 8712 |
+
|
| 8713 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
|
| 8714 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
|
| 8715 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
|
| 8716 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
|
| 8717 |
+
padding-right: 30px;
|
| 8718 |
+
padding-left: 30px;
|
| 8719 |
+
}
|
| 8720 |
+
|
| 8721 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 8722 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 8723 |
+
padding-left: 30px;
|
| 8724 |
+
}
|
| 8725 |
+
|
| 8726 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
|
| 8727 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
|
| 8728 |
+
padding-right: 30px;
|
| 8729 |
+
}
|
| 8730 |
+
|
| 8731 |
+
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 8732 |
+
-webkit-transform: translateX(-80%);
|
| 8733 |
+
-ms-transform: translateX(-80%);
|
| 8734 |
+
transform: translateX(-80%);
|
| 8735 |
+
}
|
| 8736 |
+
|
| 8737 |
+
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
| 8738 |
+
-webkit-transform: translateX(80%);
|
| 8739 |
+
-ms-transform: translateX(80%);
|
| 8740 |
+
transform: translateX(80%);
|
| 8741 |
+
}
|
| 8742 |
+
|
| 8743 |
+
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
| 8744 |
+
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
| 8745 |
+
-webkit-transform: translateX(0%);
|
| 8746 |
+
-ms-transform: translateX(0%);
|
| 8747 |
+
transform: translateX(0%);
|
| 8748 |
+
}
|
| 8749 |
+
|
| 8750 |
+
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
| 8751 |
+
.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,
|
| 8752 |
+
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
|
| 8753 |
+
.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
|
| 8754 |
+
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
|
| 8755 |
+
.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
|
| 8756 |
+
margin: 0;
|
| 8757 |
+
width: 100%;
|
| 8758 |
+
}
|
| 8759 |
+
|
| 8760 |
+
/*--- Button Alignment ---*/
|
| 8761 |
+
|
| 8762 |
+
.eael-pricing-button-align-right .eael-pricing.style-1 .footer,
|
| 8763 |
+
.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 8764 |
+
.eael-pricing-button-align-right .eael-pricing.style-3 .footer,
|
| 8765 |
+
.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 8766 |
+
text-align: right;
|
| 8767 |
+
}
|
| 8768 |
+
|
| 8769 |
+
.eael-pricing-button-align-center .eael-pricing.style-1 .footer,
|
| 8770 |
+
.eael-pricing-button-align-center .eael-pricing.style-2 .footer,
|
| 8771 |
+
.eael-pricing-button-align-center .eael-pricing.style-3 .footer,
|
| 8772 |
+
.eael-pricing-button-align-center .eael-pricing.style-4 .footer {
|
| 8773 |
+
text-align: center;
|
| 8774 |
+
}
|
| 8775 |
+
|
| 8776 |
+
.eael-pricing-button-align-left .eael-pricing.style-1 .footer,
|
| 8777 |
+
.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 8778 |
+
.eael-pricing-button-align-left .eael-pricing.style-3 .footer,
|
| 8779 |
+
.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 8780 |
+
text-align: left;
|
| 8781 |
+
}
|
| 8782 |
+
|
| 8783 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
|
| 8784 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
|
| 8785 |
+
padding-right: 30px;
|
| 8786 |
+
}
|
| 8787 |
+
|
| 8788 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
|
| 8789 |
+
.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
|
| 8790 |
+
padding-left: 30px;
|
| 8791 |
+
}
|
| 8792 |
+
|
| 8793 |
+
/*--- Only In Pro Alert ---*/
|
| 8794 |
+
|
| 8795 |
+
.only-in-pro {
|
| 8796 |
+
width: 100%;
|
| 8797 |
+
-webkit-display: flex;
|
| 8798 |
+
display: -webkit-box;
|
| 8799 |
+
display: -ms-flexbox;
|
| 8800 |
+
display: flex;
|
| 8801 |
+
-webkit-align-items: center;
|
| 8802 |
+
-webkit-box-align: center;
|
| 8803 |
+
-ms-flex-align: center;
|
| 8804 |
+
align-items: center;
|
| 8805 |
+
-webkit-justify-content: center;
|
| 8806 |
+
-webkit-box-pack: center;
|
| 8807 |
+
-ms-flex-pack: center;
|
| 8808 |
+
justify-content: center;
|
| 8809 |
+
padding: 15px;
|
| 8810 |
+
min-width: 200px;
|
| 8811 |
+
background: #ef5350;
|
| 8812 |
+
color: #fff;
|
| 8813 |
+
text-align: center;
|
| 8814 |
+
}
|
| 8815 |
+
|
| 8816 |
+
.only-in-pro .title {
|
| 8817 |
+
font-family: "Roboto", sans-serif;
|
| 8818 |
+
font-size: 24px;
|
| 8819 |
+
line-height: 40px;
|
| 8820 |
+
margin: 0px;
|
| 8821 |
+
}
|
| 8822 |
+
|
| 8823 |
+
/*--- Pricing Table Tooltip ---*/
|
| 8824 |
+
|
| 8825 |
+
div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
|
| 8826 |
+
position: absolute;
|
| 8827 |
+
top: 50%;
|
| 8828 |
+
}
|
| 8829 |
+
|
| 8830 |
+
div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
|
| 8831 |
+
margin-bottom: 0px !important;
|
| 8832 |
+
}
|
| 8833 |
+
|
| 8834 |
+
div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
|
| 8835 |
+
margin-top: 0px !important;
|
| 8836 |
+
}
|
| 8837 |
+
|
| 8838 |
+
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
|
| 8839 |
+
top: auto;
|
| 8840 |
+
bottom: -8px;
|
| 8841 |
+
}
|
| 8842 |
+
|
| 8843 |
+
div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
| 8844 |
+
top: -8px;
|
| 8845 |
+
bottom: auto;
|
| 8846 |
+
}
|
| 8847 |
+
|
| 8848 |
+
@media only screen and (max-width: 480px) {
|
| 8849 |
+
.eael-pricing.style-1 .eael-pricing-item .price-tag {
|
| 8850 |
+
display: block;
|
| 8851 |
+
}
|
| 8852 |
+
}
|
| 8853 |
+
@charset "UTF-8";
|
| 8854 |
+
/*--------------------------*/
|
| 8855 |
+
/* 09. Product Styles
|
| 8856 |
+
/*--------------------------*/
|
| 8857 |
+
.eael-product-grid .woocommerce ul.products,
|
| 8858 |
+
.eael-post-grid .woocommerce ul.products {
|
| 8859 |
+
display: grid;
|
| 8860 |
+
grid-gap: 25px;
|
| 8861 |
+
margin: 0 0 15px 0;
|
| 8862 |
+
padding: 0 !important;
|
| 8863 |
+
}
|
| 8864 |
+
.eael-product-grid .woocommerce ul.products:before, .eael-product-grid .woocommerce ul.products:after,
|
| 8865 |
+
.eael-post-grid .woocommerce ul.products:before,
|
| 8866 |
+
.eael-post-grid .woocommerce ul.products:after {
|
| 8867 |
+
display: none;
|
| 8868 |
+
}
|
| 8869 |
+
.eael-product-grid .woocommerce ul.products .product,
|
| 8870 |
+
.eael-post-grid .woocommerce ul.products .product {
|
| 8871 |
+
width: 100%;
|
| 8872 |
+
margin: 0;
|
| 8873 |
+
padding: 0;
|
| 8874 |
+
}
|
| 8875 |
+
.eael-product-grid .woocommerce ul.products .product a.add_to_cart_button,
|
| 8876 |
+
.eael-product-grid .woocommerce ul.products .product span.price,
|
| 8877 |
+
.eael-product-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title,
|
| 8878 |
+
.eael-post-grid .woocommerce ul.products .product a.add_to_cart_button,
|
| 8879 |
+
.eael-post-grid .woocommerce ul.products .product span.price,
|
| 8880 |
+
.eael-post-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title {
|
| 8881 |
+
margin-left: 10px !important;
|
| 8882 |
+
margin-right: 10px !important;
|
| 8883 |
+
}
|
| 8884 |
+
.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,
|
| 8885 |
+
.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product {
|
| 8886 |
+
width: 100%;
|
| 8887 |
+
}
|
| 8888 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
|
| 8889 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
|
| 8890 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
|
| 8891 |
+
position: relative;
|
| 8892 |
+
float: left;
|
| 8893 |
+
overflow: hidden;
|
| 8894 |
+
text-align: center;
|
| 8895 |
+
padding: 0;
|
| 8896 |
+
-webkit-border-radius: 0;
|
| 8897 |
+
border-radius: 0;
|
| 8898 |
+
background-color: #fff;
|
| 8899 |
+
-webkit-box-shadow: none;
|
| 8900 |
+
box-shadow: none;
|
| 8901 |
+
}
|
| 8902 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
|
| 8903 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
|
| 8904 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
|
| 8905 |
+
text-decoration: none;
|
| 8906 |
+
}
|
| 8907 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,
|
| 8908 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
|
| 8909 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
|
| 8910 |
+
outline: none;
|
| 8911 |
+
-webkit-box-shadow: none;
|
| 8912 |
+
box-shadow: none;
|
| 8913 |
+
}
|
| 8914 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
|
| 8915 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
|
| 8916 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
|
| 8917 |
+
width: 100%;
|
| 8918 |
+
height: auto;
|
| 8919 |
+
-webkit-backface-visibility: hidden;
|
| 8920 |
+
backface-visibility: hidden;
|
| 8921 |
+
}
|
| 8922 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,
|
| 8923 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
|
| 8924 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
|
| 8925 |
+
font-size: 16px;
|
| 8926 |
+
font-weight: 700;
|
| 8927 |
+
line-height: 1;
|
| 8928 |
+
color: #333;
|
| 8929 |
+
margin: 25px 0 12px;
|
| 8930 |
+
padding: 0;
|
| 8931 |
+
}
|
| 8932 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
|
| 8933 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
|
| 8934 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
|
| 8935 |
+
display: block;
|
| 8936 |
+
line-height: 170px;
|
| 8937 |
+
font-size: 13px;
|
| 8938 |
+
text-align: center;
|
| 8939 |
+
letter-spacing: 0;
|
| 8940 |
+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
|
| 8941 |
+
text-transform: uppercase;
|
| 8942 |
+
color: #fff;
|
| 8943 |
+
background-color: #ff2a13;
|
| 8944 |
+
-webkit-border-radius: 0;
|
| 8945 |
+
border-radius: 0;
|
| 8946 |
+
border: none;
|
| 8947 |
+
-webkit-box-shadow: none;
|
| 8948 |
+
box-shadow: none;
|
| 8949 |
+
position: absolute;
|
| 8950 |
+
height: 100px;
|
| 8951 |
+
width: 200px;
|
| 8952 |
+
z-index: 1;
|
| 8953 |
+
left: -100px;
|
| 8954 |
+
top: -50px;
|
| 8955 |
+
right: auto;
|
| 8956 |
+
margin: 0;
|
| 8957 |
+
padding: 0;
|
| 8958 |
+
-webkit-transform: rotate(-45deg);
|
| 8959 |
+
-ms-transform: rotate(-45deg);
|
| 8960 |
+
transform: rotate(-45deg);
|
| 8961 |
+
}
|
| 8962 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,
|
| 8963 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,
|
| 8964 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge {
|
| 8965 |
+
line-height: 16px;
|
| 8966 |
+
font-weight: 600;
|
| 8967 |
+
display: -webkit-box;
|
| 8968 |
+
display: -webkit-flex;
|
| 8969 |
+
display: -ms-flexbox;
|
| 8970 |
+
display: flex;
|
| 8971 |
+
-webkit-box-pack: center;
|
| 8972 |
+
-webkit-justify-content: center;
|
| 8973 |
+
-ms-flex-pack: center;
|
| 8974 |
+
justify-content: center;
|
| 8975 |
+
-webkit-box-align: end;
|
| 8976 |
+
-webkit-align-items: flex-end;
|
| 8977 |
+
-ms-flex-align: end;
|
| 8978 |
+
align-items: flex-end;
|
| 8979 |
+
letter-spacing: 0;
|
| 8980 |
+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
|
| 8981 |
+
text-transform: uppercase;
|
| 8982 |
+
color: #fff;
|
| 8983 |
+
background-color: #ff2a13;
|
| 8984 |
+
-webkit-border-radius: 0;
|
| 8985 |
+
border-radius: 0;
|
| 8986 |
+
border: none;
|
| 8987 |
+
-webkit-box-shadow: none;
|
| 8988 |
+
box-shadow: none;
|
| 8989 |
+
position: absolute;
|
| 8990 |
+
height: 100px;
|
| 8991 |
+
width: 200px;
|
| 8992 |
+
z-index: 1;
|
| 8993 |
+
left: -95px;
|
| 8994 |
+
top: -45px;
|
| 8995 |
+
right: auto;
|
| 8996 |
+
margin: 0;
|
| 8997 |
+
padding: 0;
|
| 8998 |
+
-webkit-transform: rotate(-45deg);
|
| 8999 |
+
-ms-transform: rotate(-45deg);
|
| 9000 |
+
transform: rotate(-45deg);
|
| 9001 |
+
}
|
| 9002 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
|
| 9003 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
|
| 9004 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
|
| 9005 |
+
font-size: 14px;
|
| 9006 |
+
margin-bottom: 0;
|
| 9007 |
+
}
|
| 9008 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,
|
| 9009 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
|
| 9010 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
|
| 9011 |
+
opacity: 0.5;
|
| 9012 |
+
display: inline-block;
|
| 9013 |
+
}
|
| 9014 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,
|
| 9015 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
|
| 9016 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
|
| 9017 |
+
font-weight: 400;
|
| 9018 |
+
background-color: transparent;
|
| 9019 |
+
color: #ff2a13;
|
| 9020 |
+
}
|
| 9021 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,
|
| 9022 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
|
| 9023 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
|
| 9024 |
+
display: block;
|
| 9025 |
+
float: none;
|
| 9026 |
+
font-size: 14px;
|
| 9027 |
+
margin: 10px auto;
|
| 9028 |
+
}
|
| 9029 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
|
| 9030 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
|
| 9031 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
|
| 9032 |
+
display: inline-block;
|
| 9033 |
+
font-size: 14px;
|
| 9034 |
+
font-weight: 400;
|
| 9035 |
+
line-height: 38px;
|
| 9036 |
+
text-align: center;
|
| 9037 |
+
text-transform: uppercase;
|
| 9038 |
+
color: #fff;
|
| 9039 |
+
background-color: #333;
|
| 9040 |
+
padding: 0;
|
| 9041 |
+
padding: 5px 25px;
|
| 9042 |
+
-webkit-border-radius: 0;
|
| 9043 |
+
border-radius: 0;
|
| 9044 |
+
}
|
| 9045 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,
|
| 9046 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
|
| 9047 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before {
|
| 9048 |
+
content: "";
|
| 9049 |
+
font-family: "Font Awesome 5 Free";
|
| 9050 |
+
font-weight: 900;
|
| 9051 |
+
padding-right: 8px;
|
| 9052 |
+
}
|
| 9053 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,
|
| 9054 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
|
| 9055 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
|
| 9056 |
+
outline: none;
|
| 9057 |
+
}
|
| 9058 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
|
| 9059 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
|
| 9060 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
|
| 9061 |
+
display: block;
|
| 9062 |
+
margin: 0 0 15px 0;
|
| 9063 |
+
padding: 0;
|
| 9064 |
+
font-size: 14px;
|
| 9065 |
+
line-height: 1;
|
| 9066 |
+
text-transform: capitalize;
|
| 9067 |
+
color: #333;
|
| 9068 |
+
background-color: transparent;
|
| 9069 |
+
}
|
| 9070 |
+
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
|
| 9071 |
+
.eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
|
| 9072 |
+
border: 1px solid #eee;
|
| 9073 |
+
}
|
| 9074 |
+
.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
|
| 9075 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
|
| 9076 |
+
border: 1px solid transparent;
|
| 9077 |
+
}
|
| 9078 |
+
.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
|
| 9079 |
+
.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
|
| 9080 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
|
| 9081 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
|
| 9082 |
+
visibility: hidden;
|
| 9083 |
+
-webkit-transition: none;
|
| 9084 |
+
-o-transition: none;
|
| 9085 |
+
transition: none;
|
| 9086 |
+
}
|
| 9087 |
+
.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
|
| 9088 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
|
| 9089 |
+
border: 1px solid #eee;
|
| 9090 |
+
}
|
| 9091 |
+
.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
|
| 9092 |
+
.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
|
| 9093 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
|
| 9094 |
+
.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart {
|
| 9095 |
+
visibility: visible;
|
| 9096 |
+
}
|
| 9097 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
|
| 9098 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
|
| 9099 |
+
position: relative;
|
| 9100 |
+
float: left;
|
| 9101 |
+
overflow: hidden;
|
| 9102 |
+
text-align: center;
|
| 9103 |
+
padding: 0 0 15px 0;
|
| 9104 |
+
-webkit-border-radius: 0;
|
| 9105 |
+
border-radius: 0;
|
| 9106 |
+
background-color: #fff;
|
| 9107 |
+
-webkit-box-shadow: none;
|
| 9108 |
+
box-shadow: none;
|
| 9109 |
+
}
|
| 9110 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
|
| 9111 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
|
| 9112 |
+
text-decoration: none;
|
| 9113 |
+
}
|
| 9114 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
|
| 9115 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
|
| 9116 |
+
outline: none;
|
| 9117 |
+
-webkit-box-shadow: none;
|
| 9118 |
+
box-shadow: none;
|
| 9119 |
+
}
|
| 9120 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
|
| 9121 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
|
| 9122 |
+
width: 100%;
|
| 9123 |
+
height: auto;
|
| 9124 |
+
margin: 0;
|
| 9125 |
+
-webkit-backface-visibility: hidden;
|
| 9126 |
+
backface-visibility: hidden;
|
| 9127 |
+
}
|
| 9128 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
|
| 9129 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
|
| 9130 |
+
position: relative;
|
| 9131 |
+
overflow: hidden;
|
| 9132 |
+
line-height: 0;
|
| 9133 |
+
}
|
| 9134 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
|
| 9135 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
|
| 9136 |
+
position: absolute;
|
| 9137 |
+
top: 50%;
|
| 9138 |
+
left: 0;
|
| 9139 |
+
right: 0;
|
| 9140 |
+
text-align: center;
|
| 9141 |
+
-webkit-transform: translateY(-50%);
|
| 9142 |
+
-ms-transform: translateY(-50%);
|
| 9143 |
+
transform: translateY(-50%);
|
| 9144 |
+
}
|
| 9145 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
|
| 9146 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
|
| 9147 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
|
| 9148 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
|
| 9149 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
|
| 9150 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
|
| 9151 |
+
display: -webkit-inline-box;
|
| 9152 |
+
display: -webkit-inline-flex;
|
| 9153 |
+
display: -ms-inline-flexbox;
|
| 9154 |
+
display: inline-flex;
|
| 9155 |
+
-webkit-box-pack: center;
|
| 9156 |
+
-webkit-justify-content: center;
|
| 9157 |
+
-ms-flex-pack: center;
|
| 9158 |
+
justify-content: center;
|
| 9159 |
+
-webkit-box-align: center;
|
| 9160 |
+
-webkit-align-items: center;
|
| 9161 |
+
-ms-flex-align: center;
|
| 9162 |
+
align-items: center;
|
| 9163 |
+
font-size: 14px;
|
| 9164 |
+
line-height: 38px;
|
| 9165 |
+
text-align: center;
|
| 9166 |
+
color: #fff;
|
| 9167 |
+
background-color: #333;
|
| 9168 |
+
width: 38px;
|
| 9169 |
+
height: 38px;
|
| 9170 |
+
border-style: none;
|
| 9171 |
+
-webkit-border-radius: 50%;
|
| 9172 |
+
border-radius: 50%;
|
| 9173 |
+
vertical-align: middle;
|
| 9174 |
+
padding: 0;
|
| 9175 |
+
margin: 0 5px;
|
| 9176 |
+
-webkit-transform: translateY(20px);
|
| 9177 |
+
-ms-transform: translateY(20px);
|
| 9178 |
+
transform: translateY(20px);
|
| 9179 |
+
opacity: 0;
|
| 9180 |
+
-webkit-transition: opacity 300ms, -webkit-transform 200ms;
|
| 9181 |
+
transition: opacity 300ms, -webkit-transform 200ms;
|
| 9182 |
+
-o-transition: transform 200ms, opacity 300ms;
|
| 9183 |
+
transition: transform 200ms, opacity 300ms;
|
| 9184 |
+
transition: transform 200ms, opacity 300ms, -webkit-transform 200ms;
|
| 9185 |
+
}
|
| 9186 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
|
| 9187 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
|
| 9188 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
|
| 9189 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
|
| 9190 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
|
| 9191 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus {
|
| 9192 |
+
outline: none;
|
| 9193 |
+
}
|
| 9194 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
|
| 9195 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
|
| 9196 |
+
font-size: 0;
|
| 9197 |
+
}
|
| 9198 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
|
| 9199 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
|
| 9200 |
+
display: none;
|
| 9201 |
+
}
|
| 9202 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
|
| 9203 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
|
| 9204 |
+
content: "";
|
| 9205 |
+
font-size: 14px;
|
| 9206 |
+
line-height: 38px;
|
| 9207 |
+
text-rendering: auto;
|
| 9208 |
+
-webkit-font-smoothing: antialiased;
|
| 9209 |
+
vertical-align: middle;
|
| 9210 |
+
margin: 0;
|
| 9211 |
+
padding: 0;
|
| 9212 |
+
font-family: "Font Awesome 5 Free";
|
| 9213 |
+
}
|
| 9214 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
|
| 9215 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
|
| 9216 |
+
display: none;
|
| 9217 |
+
}
|
| 9218 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
|
| 9219 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
|
| 9220 |
+
content: "";
|
| 9221 |
+
display: inline-block;
|
| 9222 |
+
font-weight: normal;
|
| 9223 |
+
font-family: "Font Awesome 5 Free";
|
| 9224 |
+
font-size: 14px;
|
| 9225 |
+
line-height: 38px;
|
| 9226 |
+
color: #fff;
|
| 9227 |
+
height: auto;
|
| 9228 |
+
width: auto;
|
| 9229 |
+
position: relative;
|
| 9230 |
+
top: 0;
|
| 9231 |
+
left: 0;
|
| 9232 |
+
margin: 0;
|
| 9233 |
+
padding: 0;
|
| 9234 |
+
}
|
| 9235 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
|
| 9236 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
|
| 9237 |
+
font-size: 0;
|
| 9238 |
+
}
|
| 9239 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
|
| 9240 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
|
| 9241 |
+
content: "";
|
| 9242 |
+
font-weight: normal;
|
| 9243 |
+
font-family: "Font Awesome 5 Free";
|
| 9244 |
+
font-size: 14px;
|
| 9245 |
+
line-height: 38px;
|
| 9246 |
+
color: #fff;
|
| 9247 |
+
text-rendering: auto;
|
| 9248 |
+
-webkit-font-smoothing: antialiased;
|
| 9249 |
+
vertical-align: middle;
|
| 9250 |
+
margin: 0;
|
| 9251 |
+
padding: 0;
|
| 9252 |
+
}
|
| 9253 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
|
| 9254 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
|
| 9255 |
+
font-size: 16px;
|
| 9256 |
+
font-weight: 700;
|
| 9257 |
+
line-height: 1;
|
| 9258 |
+
color: #333;
|
| 9259 |
+
margin: 25px 0 12px;
|
| 9260 |
+
padding: 0;
|
| 9261 |
+
}
|
| 9262 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
|
| 9263 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
|
| 9264 |
+
display: block;
|
| 9265 |
+
line-height: 170px;
|
| 9266 |
+
font-size: 13px;
|
| 9267 |
+
text-align: center;
|
| 9268 |
+
letter-spacing: 0;
|
| 9269 |
+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
|
| 9270 |
+
text-transform: uppercase;
|
| 9271 |
+
color: #fff;
|
| 9272 |
+
background-color: #ff2a13;
|
| 9273 |
+
-webkit-border-radius: 0;
|
| 9274 |
+
border-radius: 0;
|
| 9275 |
+
border: none;
|
| 9276 |
+
-webkit-box-shadow: none;
|
| 9277 |
+
box-shadow: none;
|
| 9278 |
+
position: absolute;
|
| 9279 |
+
height: 100px;
|
| 9280 |
+
width: 200px;
|
| 9281 |
+
z-index: 1;
|
| 9282 |
+
left: -100px;
|
| 9283 |
+
top: -50px;
|
| 9284 |
+
right: auto;
|
| 9285 |
+
margin: 0;
|
| 9286 |
+
padding: 0;
|
| 9287 |
+
-webkit-transform: rotate(-45deg);
|
| 9288 |
+
-ms-transform: rotate(-45deg);
|
| 9289 |
+
transform: rotate(-45deg);
|
| 9290 |
+
}
|
| 9291 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
|
| 9292 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
|
| 9293 |
+
font-size: 14px;
|
| 9294 |
+
margin-bottom: 0;
|
| 9295 |
+
}
|
| 9296 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
|
| 9297 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
|
| 9298 |
+
opacity: 0.5;
|
| 9299 |
+
display: inline-block;
|
| 9300 |
+
}
|
| 9301 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
|
| 9302 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
|
| 9303 |
+
font-weight: 400;
|
| 9304 |
+
background-color: transparent;
|
| 9305 |
+
color: #ff2a13;
|
| 9306 |
+
}
|
| 9307 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
|
| 9308 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
|
| 9309 |
+
display: block;
|
| 9310 |
+
float: none;
|
| 9311 |
+
font-size: 14px;
|
| 9312 |
+
margin: 10px auto;
|
| 9313 |
+
}
|
| 9314 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
|
| 9315 |
+
.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
|
| 9316 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
|
| 9317 |
+
.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
|
| 9318 |
+
opacity: 1;
|
| 9319 |
+
-webkit-transform: translateY(0);
|
| 9320 |
+
-ms-transform: translateY(0);
|
| 9321 |
+
transform: translateY(0);
|
| 9322 |
+
}
|
| 9323 |
+
.eael-product-grid.eael-product-default .woocommerce ul.products li.product,
|
| 9324 |
+
.eael-post-grid.eael-product-default .woocommerce ul.products li.product {
|
| 9325 |
+
overflow: visible !important;
|
| 9326 |
+
}
|
| 9327 |
+
.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,
|
| 9328 |
+
.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale {
|
| 9329 |
+
line-height: inherit;
|
| 9330 |
+
display: -webkit-box;
|
| 9331 |
+
display: -webkit-flex;
|
| 9332 |
+
display: -ms-flexbox;
|
| 9333 |
+
display: flex;
|
| 9334 |
+
-webkit-box-pack: center;
|
| 9335 |
+
-webkit-justify-content: center;
|
| 9336 |
+
-ms-flex-pack: center;
|
| 9337 |
+
justify-content: center;
|
| 9338 |
+
-webkit-box-align: center;
|
| 9339 |
+
-webkit-align-items: center;
|
| 9340 |
+
-ms-flex-align: center;
|
| 9341 |
+
align-items: center;
|
| 9342 |
+
}
|
| 9343 |
+
.eael-product-grid.eael-product-default .button.add_to_cart_button::before,
|
| 9344 |
+
.eael-post-grid.eael-product-default .button.add_to_cart_button::before {
|
| 9345 |
+
content: "";
|
| 9346 |
+
font-family: "Font Awesome 5 Free";
|
| 9347 |
+
font-weight: 900;
|
| 9348 |
+
padding-right: 8px;
|
| 9349 |
+
}
|
| 9350 |
+
@media only screen and (min-width: 1025px) {
|
| 9351 |
+
.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products {
|
| 9352 |
+
grid-template-columns: 100%;
|
| 9353 |
+
}
|
| 9354 |
+
|
| 9355 |
+
.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products {
|
| 9356 |
+
grid-template-columns: repeat(2, 1fr);
|
| 9357 |
+
}
|
| 9358 |
+
|
| 9359 |
+
.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products {
|
| 9360 |
+
grid-template-columns: repeat(3, 1fr);
|
| 9361 |
+
}
|
| 9362 |
+
|
| 9363 |
+
.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products {
|
| 9364 |
+
grid-template-columns: repeat(4, 1fr);
|
| 9365 |
+
}
|
| 9366 |
+
|
| 9367 |
+
.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products {
|
| 9368 |
+
grid-template-columns: repeat(5, 1fr);
|
| 9369 |
+
}
|
| 9370 |
+
|
| 9371 |
+
.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products {
|
| 9372 |
+
grid-template-columns: repeat(6, 1fr);
|
| 9373 |
+
}
|
| 9374 |
+
}
|
| 9375 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
| 9376 |
+
.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products {
|
| 9377 |
+
grid-template-columns: 100%;
|
| 9378 |
+
}
|
| 9379 |
+
|
| 9380 |
+
.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products {
|
| 9381 |
+
grid-template-columns: repeat(2, 1fr);
|
| 9382 |
+
}
|
| 9383 |
+
|
| 9384 |
+
.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products {
|
| 9385 |
+
grid-template-columns: repeat(3, 1fr);
|
| 9386 |
+
}
|
| 9387 |
+
|
| 9388 |
+
.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products {
|
| 9389 |
+
grid-template-columns: repeat(4, 1fr);
|
| 9390 |
+
}
|
| 9391 |
+
|
| 9392 |
+
.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products {
|
| 9393 |
+
grid-template-columns: repeat(5, 1fr);
|
| 9394 |
+
}
|
| 9395 |
+
|
| 9396 |
+
.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products {
|
| 9397 |
+
grid-template-columns: repeat(6, 1fr);
|
| 9398 |
+
}
|
| 9399 |
+
}
|
| 9400 |
+
@media only screen and (max-width: 767px) {
|
| 9401 |
+
.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products {
|
| 9402 |
+
grid-template-columns: 100%;
|
| 9403 |
+
}
|
| 9404 |
+
|
| 9405 |
+
.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products {
|
| 9406 |
+
grid-template-columns: repeat(2, 1fr);
|
| 9407 |
+
}
|
| 9408 |
+
|
| 9409 |
+
.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products {
|
| 9410 |
+
grid-template-columns: repeat(3, 1fr);
|
| 9411 |
+
}
|
| 9412 |
+
|
| 9413 |
+
.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products {
|
| 9414 |
+
grid-template-columns: repeat(4, 1fr);
|
| 9415 |
+
}
|
| 9416 |
+
|
| 9417 |
+
.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products {
|
| 9418 |
+
grid-template-columns: repeat(5, 1fr);
|
| 9419 |
+
}
|
| 9420 |
+
|
| 9421 |
+
.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products {
|
| 9422 |
+
grid-template-columns: repeat(6, 1fr);
|
| 9423 |
+
}
|
| 9424 |
+
}
|
| 9425 |
+
@-webkit-keyframes animateStripe {
|
| 9426 |
+
0% {
|
| 9427 |
+
-webkit-transform: translate(0, 0);
|
| 9428 |
+
transform: translate(0, 0);
|
| 9429 |
+
}
|
| 9430 |
+
100% {
|
| 9431 |
+
-webkit-transform: translate(35px, 0);
|
| 9432 |
+
transform: translate(35px, 0);
|
| 9433 |
+
}
|
| 9434 |
+
}
|
| 9435 |
+
@keyframes animateStripe {
|
| 9436 |
+
0% {
|
| 9437 |
+
-webkit-transform: translate(0, 0);
|
| 9438 |
+
transform: translate(0, 0);
|
| 9439 |
+
}
|
| 9440 |
+
100% {
|
| 9441 |
+
-webkit-transform: translate(35px, 0);
|
| 9442 |
+
transform: translate(35px, 0);
|
| 9443 |
+
}
|
| 9444 |
+
}
|
| 9445 |
+
@-webkit-keyframes animateStripeRTL {
|
| 9446 |
+
0% {
|
| 9447 |
+
-webkit-transform: translate(0, 0);
|
| 9448 |
+
transform: translate(0, 0);
|
| 9449 |
+
}
|
| 9450 |
+
100% {
|
| 9451 |
+
-webkit-transform: translate(-35px, 0);
|
| 9452 |
+
transform: translate(-35px, 0);
|
| 9453 |
+
}
|
| 9454 |
+
}
|
| 9455 |
+
@keyframes animateStripeRTL {
|
| 9456 |
+
0% {
|
| 9457 |
+
-webkit-transform: translate(0, 0);
|
| 9458 |
+
transform: translate(0, 0);
|
| 9459 |
+
}
|
| 9460 |
+
100% {
|
| 9461 |
+
-webkit-transform: translate(-35px, 0);
|
| 9462 |
+
transform: translate(-35px, 0);
|
| 9463 |
+
}
|
| 9464 |
+
}
|
| 9465 |
+
.eael-progressbar {
|
| 9466 |
+
position: relative;
|
| 9467 |
+
}
|
| 9468 |
+
.eael-progressbar-title {
|
| 9469 |
+
font-size: 20px;
|
| 9470 |
+
font-weight: 400;
|
| 9471 |
+
}
|
| 9472 |
+
.eael-progressbar-line {
|
| 9473 |
+
position: relative;
|
| 9474 |
+
display: block;
|
| 9475 |
+
width: 100%;
|
| 9476 |
+
height: 12px;
|
| 9477 |
+
background-color: #eeeeee;
|
| 9478 |
+
}
|
| 9479 |
+
.eael-progressbar-line .eael-progressbar-count-wrap {
|
| 9480 |
+
position: absolute;
|
| 9481 |
+
right: 0;
|
| 9482 |
+
bottom: -webkit-calc(100% + 5px);
|
| 9483 |
+
bottom: calc(100% + 5px);
|
| 9484 |
+
font-size: 16px;
|
| 9485 |
+
font-weight: 400;
|
| 9486 |
+
line-height: 1;
|
| 9487 |
+
}
|
| 9488 |
+
.eael-progressbar-line-fill {
|
| 9489 |
+
display: inline-block;
|
| 9490 |
+
position: absolute;
|
| 9491 |
+
top: 50%;
|
| 9492 |
+
left: 0;
|
| 9493 |
+
width: 0;
|
| 9494 |
+
height: 12px;
|
| 9495 |
+
background-color: #000000;
|
| 9496 |
+
-webkit-transform: translateY(-50%);
|
| 9497 |
+
-ms-transform: translateY(-50%);
|
| 9498 |
+
transform: translateY(-50%);
|
| 9499 |
+
-webkit-transition: width 1500ms linear;
|
| 9500 |
+
-o-transition: width 1500ms linear;
|
| 9501 |
+
transition: width 1500ms linear;
|
| 9502 |
+
overflow: hidden;
|
| 9503 |
+
}
|
| 9504 |
+
.eael-progressbar-circle {
|
| 9505 |
+
position: relative;
|
| 9506 |
+
width: 200px;
|
| 9507 |
+
height: 200px;
|
| 9508 |
+
}
|
| 9509 |
+
.eael-progressbar-circle .eael-progressbar-title {
|
| 9510 |
+
font-size: 16px;
|
| 9511 |
+
font-weight: 400;
|
| 9512 |
+
}
|
| 9513 |
+
.eael-progressbar-circle .eael-progressbar-count-wrap {
|
| 9514 |
+
font-size: 28px;
|
| 9515 |
+
font-weight: 700;
|
| 9516 |
+
}
|
| 9517 |
+
.eael-progressbar-circle-shadow {
|
| 9518 |
+
width: 220px;
|
| 9519 |
+
height: 220px;
|
| 9520 |
+
padding: 10px;
|
| 9521 |
+
-webkit-border-radius: 50%;
|
| 9522 |
+
border-radius: 50%;
|
| 9523 |
+
}
|
| 9524 |
+
.eael-progressbar-circle-pie {
|
| 9525 |
+
position: absolute;
|
| 9526 |
+
top: 0;
|
| 9527 |
+
left: 0;
|
| 9528 |
+
width: 100%;
|
| 9529 |
+
height: 100%;
|
| 9530 |
+
-webkit-clip-path: inset(0 0 0 50%);
|
| 9531 |
+
clip-path: inset(0 0 0 50%);
|
| 9532 |
+
}
|
| 9533 |
+
.eael-progressbar-circle-inner {
|
| 9534 |
+
height: 100%;
|
| 9535 |
+
width: 100%;
|
| 9536 |
+
border-width: 12px;
|
| 9537 |
+
border-style: solid;
|
| 9538 |
+
border-color: #eeeeee;
|
| 9539 |
+
-webkit-border-radius: 50%;
|
| 9540 |
+
border-radius: 50%;
|
| 9541 |
+
}
|
| 9542 |
+
.eael-progressbar-circle-half {
|
| 9543 |
+
position: absolute;
|
| 9544 |
+
left: 0;
|
| 9545 |
+
top: 0;
|
| 9546 |
+
height: 100%;
|
| 9547 |
+
width: 100%;
|
| 9548 |
+
border-width: 12px;
|
| 9549 |
+
border-style: solid;
|
| 9550 |
+
border-color: #000000;
|
| 9551 |
+
-webkit-border-radius: 50%;
|
| 9552 |
+
border-radius: 50%;
|
| 9553 |
+
-webkit-clip-path: inset(0 50% 0 0);
|
| 9554 |
+
clip-path: inset(0 50% 0 0);
|
| 9555 |
+
}
|
| 9556 |
+
.eael-progressbar-circle-half-left {
|
| 9557 |
+
-webkit-transform: rotate(0deg);
|
| 9558 |
+
-ms-transform: rotate(0deg);
|
| 9559 |
+
transform: rotate(0deg);
|
| 9560 |
+
}
|
| 9561 |
+
.eael-progressbar-circle-half-right {
|
| 9562 |
+
-webkit-transform: rotate(180deg);
|
| 9563 |
+
-ms-transform: rotate(180deg);
|
| 9564 |
+
transform: rotate(180deg);
|
| 9565 |
+
visibility: hidden;
|
| 9566 |
+
}
|
| 9567 |
+
.eael-progressbar-circle-inner-content {
|
| 9568 |
+
position: absolute;
|
| 9569 |
+
top: 50%;
|
| 9570 |
+
width: 100%;
|
| 9571 |
+
-webkit-transform: translateY(-50%);
|
| 9572 |
+
-ms-transform: translateY(-50%);
|
| 9573 |
+
transform: translateY(-50%);
|
| 9574 |
+
text-align: center;
|
| 9575 |
+
}
|
| 9576 |
+
.eael-progressbar-half-circle {
|
| 9577 |
+
position: relative;
|
| 9578 |
+
width: 200px;
|
| 9579 |
+
height: 100px;
|
| 9580 |
+
overflow: hidden;
|
| 9581 |
+
}
|
| 9582 |
+
.eael-progressbar-half-circle .eael-progressbar-circle-pie {
|
| 9583 |
+
-webkit-clip-path: inset(0 0 50% 0);
|
| 9584 |
+
clip-path: inset(0 0 50% 0);
|
| 9585 |
+
}
|
| 9586 |
+
.eael-progressbar-half-circle .eael-progressbar-circle-half {
|
| 9587 |
+
-webkit-clip-path: inset(50% 0 0 0);
|
| 9588 |
+
clip-path: inset(50% 0 0 0);
|
| 9589 |
+
-webkit-transform: rotate(0deg);
|
| 9590 |
+
-ms-transform: rotate(0deg);
|
| 9591 |
+
transform: rotate(0deg);
|
| 9592 |
+
-webkit-transition: -webkit-transform 1500ms linear;
|
| 9593 |
+
transition: -webkit-transform 1500ms linear;
|
| 9594 |
+
-o-transition: transform 1500ms linear;
|
| 9595 |
+
transition: transform 1500ms linear;
|
| 9596 |
+
transition: transform 1500ms linear, -webkit-transform 1500ms linear;
|
| 9597 |
+
}
|
| 9598 |
+
.eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
|
| 9599 |
+
top: initial;
|
| 9600 |
+
bottom: 0;
|
| 9601 |
+
-webkit-transform: translateY(0);
|
| 9602 |
+
-ms-transform: translateY(0);
|
| 9603 |
+
transform: translateY(0);
|
| 9604 |
+
}
|
| 9605 |
+
.eael-progressbar-half-circle .eael-progressbar-title {
|
| 9606 |
+
font-size: 16px;
|
| 9607 |
+
font-weight: 400;
|
| 9608 |
+
}
|
| 9609 |
+
.eael-progressbar-half-circle .eael-progressbar-count-wrap {
|
| 9610 |
+
font-size: 28px;
|
| 9611 |
+
font-weight: 700;
|
| 9612 |
+
}
|
| 9613 |
+
.eael-progressbar-half-circle-after {
|
| 9614 |
+
position: relative;
|
| 9615 |
+
font-size: 12px;
|
| 9616 |
+
font-weight: 400;
|
| 9617 |
+
clear: both;
|
| 9618 |
+
}
|
| 9619 |
+
.eael-progressbar-postfix-label {
|
| 9620 |
+
float: right;
|
| 9621 |
+
}
|
| 9622 |
+
.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
|
| 9623 |
+
content: "";
|
| 9624 |
+
position: absolute;
|
| 9625 |
+
top: 0;
|
| 9626 |
+
left: -35px;
|
| 9627 |
+
width: -webkit-calc(100% + 70px);
|
| 9628 |
+
width: calc(100% + 70px);
|
| 9629 |
+
height: 100%;
|
| 9630 |
+
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);
|
| 9631 |
+
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);
|
| 9632 |
+
background-size: 35px 35px;
|
| 9633 |
+
}
|
| 9634 |
+
.eael-progressbar-line-animate .eael-progressbar-line-fill:after {
|
| 9635 |
+
-webkit-animation: animateStripe 2s linear infinite;
|
| 9636 |
+
animation: animateStripe 2s linear infinite;
|
| 9637 |
+
}
|
| 9638 |
+
.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
|
| 9639 |
+
-webkit-animation: animateStripeRTL 2s linear infinite;
|
| 9640 |
+
animation: animateStripeRTL 2s linear infinite;
|
| 9641 |
+
}
|
| 9642 |
+
.eael-progressbar-circle-wrap > div {
|
| 9643 |
+
margin: 0 auto;
|
| 9644 |
+
}
|
| 9645 |
+
/*alignment*/
|
| 9646 |
+
.eael-progressbar-line-container.left,
|
| 9647 |
+
.eael-progressbar-circle-container.left > div,
|
| 9648 |
+
.eael-progressbar-box-container.left > div {
|
| 9649 |
+
margin: 0 auto 0 0;
|
| 9650 |
+
}
|
| 9651 |
+
.eael-progressbar-line-container.center,
|
| 9652 |
+
.eael-progressbar-circle-container.center > div,
|
| 9653 |
+
.eael-progressbar-box-container.center > div {
|
| 9654 |
+
margin: 0 auto;
|
| 9655 |
+
}
|
| 9656 |
+
.eael-progressbar-line-container.right,
|
| 9657 |
+
.eael-progressbar-circle-container.right > div,
|
| 9658 |
+
.eael-progressbar-box-container.right > div {
|
| 9659 |
+
margin: 0 0 0 auto;
|
| 9660 |
+
}
|
| 9661 |
+
.eael-reading-progress-wrap.eael-reading-progress-wrap-local .eael-reading-progress-global {
|
| 9662 |
+
display: none;
|
| 9663 |
+
}
|
| 9664 |
+
.eael-reading-progress-wrap.eael-reading-progress-wrap-global .eael-reading-progress-local {
|
| 9665 |
+
display: none;
|
| 9666 |
+
}
|
| 9667 |
+
.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-global,
|
| 9668 |
+
.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-local {
|
| 9669 |
+
display: none;
|
| 9670 |
+
}
|
| 9671 |
+
.eael-reading-progress-wrap .eael-reading-progress {
|
| 9672 |
+
width: 100%;
|
| 9673 |
+
position: fixed;
|
| 9674 |
+
top: 0;
|
| 9675 |
+
left: 0;
|
| 9676 |
+
height: 5px;
|
| 9677 |
+
z-index: 999999;
|
| 9678 |
+
}
|
| 9679 |
+
.eael-reading-progress-wrap .eael-reading-progress.eael-reading-progress-bottom {
|
| 9680 |
+
top: unset;
|
| 9681 |
+
bottom: 0;
|
| 9682 |
+
}
|
| 9683 |
+
.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill {
|
| 9684 |
+
height: 5px;
|
| 9685 |
+
background-color: #1fd18e;
|
| 9686 |
+
width: 0%;
|
| 9687 |
+
-webkit-transition: width 50ms ease;
|
| 9688 |
+
-o-transition: width 50ms ease;
|
| 9689 |
+
transition: width 50ms ease;
|
| 9690 |
+
}
|
| 9691 |
+
.eaelsv-overlay {
|
| 9692 |
+
position: absolute;
|
| 9693 |
+
display: block;
|
| 9694 |
+
width: 100%;
|
| 9695 |
+
height: 100%;
|
| 9696 |
+
top: 0;
|
| 9697 |
+
left: 0;
|
| 9698 |
+
right: 0;
|
| 9699 |
+
bottom: 0;
|
| 9700 |
+
background-color: rgba(0, 0, 0, 0.5);
|
| 9701 |
+
z-index: 4;
|
| 9702 |
+
cursor: pointer;
|
| 9703 |
+
background-size: cover;
|
| 9704 |
+
background-position: 50%;
|
| 9705 |
+
text-align: center;
|
| 9706 |
+
overflow: hidden;
|
| 9707 |
+
}
|
| 9708 |
+
|
| 9709 |
+
.eaelsv-overlay-icon {
|
| 9710 |
+
position: absolute;
|
| 9711 |
+
top: 50%;
|
| 9712 |
+
left: 50%;
|
| 9713 |
+
font-size: 90px;
|
| 9714 |
+
color: white;
|
| 9715 |
+
-webkit-transform: translate(-50%, -50%);
|
| 9716 |
+
transform: translate(-50%, -50%);
|
| 9717 |
+
-ms-transform: translate(-50%, -50%);
|
| 9718 |
+
}
|
| 9719 |
+
|
| 9720 |
+
/* Plyr CSS Started */
|
| 9721 |
+
|
| 9722 |
+
.plyr__controls button {
|
| 9723 |
+
-webkit-box-shadow: none !important;
|
| 9724 |
+
box-shadow: none !important;
|
| 9725 |
+
}
|
| 9726 |
+
|
| 9727 |
+
.plyr__controls button:hover {
|
| 9728 |
+
-webkit-box-shadow: none !important;
|
| 9729 |
+
box-shadow: none !important;
|
| 9730 |
+
}
|
| 9731 |
+
|
| 9732 |
+
.plyr__controls {
|
| 9733 |
+
display: none !important;
|
| 9734 |
+
}
|
| 9735 |
+
|
| 9736 |
+
/* Plyr CSS Ended */
|
| 9737 |
+
|
| 9738 |
+
.eael-sticky-video-wrapper {
|
| 9739 |
+
position: relative;
|
| 9740 |
+
width: 100%;
|
| 9741 |
+
min-height: 200px;
|
| 9742 |
+
margin: 0px;
|
| 9743 |
+
padding: 0px;
|
| 9744 |
+
-webkit-transition: 0.5s;
|
| 9745 |
+
-o-transition: 0.5s;
|
| 9746 |
+
transition: 0.5s;
|
| 9747 |
+
text-align: left;
|
| 9748 |
+
overflow: hidden;
|
| 9749 |
+
}
|
| 9750 |
+
|
| 9751 |
+
.eael-sticky-video-player2 {
|
| 9752 |
+
min-height: 20px;
|
| 9753 |
+
overflow: visible;
|
| 9754 |
+
}
|
| 9755 |
+
|
| 9756 |
+
.eael-sticky-video-player2.out {
|
| 9757 |
+
position: fixed;
|
| 9758 |
+
z-index: 999;
|
| 9759 |
+
border: 0 !important;
|
| 9760 |
+
-webkit-border-radius: 0px !important;
|
| 9761 |
+
border-radius: 0px !important;
|
| 9762 |
+
height: 200px;
|
| 9763 |
+
width: 300px;
|
| 9764 |
+
}
|
| 9765 |
+
|
| 9766 |
+
.eael-sticky-video-wrapper.out .eael-sticky-video-player2,
|
| 9767 |
+
.eael-sticky-video-wrapper.out .eael-sticky-video-player {
|
| 9768 |
+
-webkit-border-radius: 0px !important;
|
| 9769 |
+
border-radius: 0px !important;
|
| 9770 |
+
}
|
| 9771 |
+
|
| 9772 |
+
.eael-sticky-video-player2.in {
|
| 9773 |
+
position: relative;
|
| 9774 |
+
margin: 0px;
|
| 9775 |
+
padding: 0px;
|
| 9776 |
+
height: 100%;
|
| 9777 |
+
border: 0;
|
| 9778 |
+
line-height: 1;
|
| 9779 |
+
}
|
| 9780 |
+
|
| 9781 |
+
.owp-play {
|
| 9782 |
+
position: absolute;
|
| 9783 |
+
top: 50%;
|
| 9784 |
+
left: 50%;
|
| 9785 |
+
-webkit-transform: translateX(-50%) translateY(-50%);
|
| 9786 |
+
-ms-transform: translateX(-50%) translateY(-50%);
|
| 9787 |
+
transform: translateX(-50%) translateY(-50%);
|
| 9788 |
+
}
|
| 9789 |
+
|
| 9790 |
+
.owp-play i {
|
| 9791 |
+
font-size: 100px;
|
| 9792 |
+
color: #fff;
|
| 9793 |
+
opacity: 0.8;
|
| 9794 |
+
text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
|
| 9795 |
+
-webkit-transition: all 0.5s;
|
| 9796 |
+
-o-transition: all 0.5s;
|
| 9797 |
+
transition: all 0.5s;
|
| 9798 |
+
}
|
| 9799 |
+
|
| 9800 |
+
.eael-sticky-video-player:hover .owp-play i {
|
| 9801 |
+
opacity: 1;
|
| 9802 |
+
}
|
| 9803 |
+
|
| 9804 |
+
/* === Close Icon === */
|
| 9805 |
+
|
| 9806 |
+
.eaelsv-sticky-player-close {
|
| 9807 |
+
position: absolute;
|
| 9808 |
+
right: -25px;
|
| 9809 |
+
top: -36px;
|
| 9810 |
+
display: none;
|
| 9811 |
+
padding: 7px;
|
| 9812 |
+
font-size: 24px;
|
| 9813 |
+
z-index: 9999;
|
| 9814 |
+
cursor: pointer;
|
| 9815 |
+
-webkit-box-sizing: content-box;
|
| 9816 |
+
box-sizing: content-box;
|
| 9817 |
+
overflow: visible;
|
| 9818 |
+
}
|
| 9819 |
+
|
| 9820 |
+
.eaelsv-sticky-player-close:hover {
|
| 9821 |
+
color: #009900;
|
| 9822 |
+
}
|
| 9823 |
+
|
| 9824 |
+
.eaelsv-sticky-player-close:before,
|
| 9825 |
+
.eaelsv-sticky-player-close:after {
|
| 9826 |
+
position: absolute;
|
| 9827 |
+
left: 15px;
|
| 9828 |
+
background-color: #333;
|
| 9829 |
+
}
|
| 9830 |
+
|
| 9831 |
+
.eaelsv-sticky-player-close:before {
|
| 9832 |
+
-webkit-transform: rotate(45deg);
|
| 9833 |
+
-ms-transform: rotate(45deg);
|
| 9834 |
+
transform: rotate(45deg);
|
| 9835 |
+
}
|
| 9836 |
+
|
| 9837 |
+
.eaelsv-sticky-player-close:after {
|
| 9838 |
+
-webkit-transform: rotate(-45deg);
|
| 9839 |
+
-ms-transform: rotate(-45deg);
|
| 9840 |
+
transform: rotate(-45deg);
|
| 9841 |
+
}
|
| 9842 |
+
|
| 9843 |
+
/* For Box Shadow issue in astra bar */
|
| 9844 |
+
|
| 9845 |
+
.plyr__progress input[type=range]::-webkit-slider-runnable-track,
|
| 9846 |
+
.plyr__volume input[type=range]::-webkit-slider-runnable-track {
|
| 9847 |
+
-webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
| 9848 |
+
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
| 9849 |
+
}
|
| 9850 |
+
|
| 9851 |
+
.plyr__progress input[type=range]::-moz-range-track,
|
| 9852 |
+
.plyr__volume input[type=range]::-moz-range-track {
|
| 9853 |
+
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
| 9854 |
+
}
|
| 9855 |
+
html {
|
| 9856 |
+
scroll-behavior: smooth;
|
| 9857 |
+
}
|
| 9858 |
+
|
| 9859 |
+
.eael-toc {
|
| 9860 |
+
z-index: 9999;
|
| 9861 |
+
width: 300px;
|
| 9862 |
+
display: none;
|
| 9863 |
+
}
|
| 9864 |
+
|
| 9865 |
+
.eael-toc .eael-toc-button {
|
| 9866 |
+
display: none;
|
| 9867 |
+
}
|
| 9868 |
+
|
| 9869 |
+
.eael-toc .eael-toc-not-found {
|
| 9870 |
+
color: #a94442;
|
| 9871 |
+
}
|
| 9872 |
+
|
| 9873 |
+
.eael-toc.eael-toc-disable {
|
| 9874 |
+
display: none;
|
| 9875 |
+
}
|
| 9876 |
+
|
| 9877 |
+
.eael-toc.eael-sticky {
|
| 9878 |
+
position: fixed;
|
| 9879 |
+
top: 100px;
|
| 9880 |
+
background: none;
|
| 9881 |
+
display: block;
|
| 9882 |
+
}
|
| 9883 |
+
|
| 9884 |
+
.eael-toc.collapsed {
|
| 9885 |
+
width: unset !important;
|
| 9886 |
+
-webkit-box-shadow: none !important;
|
| 9887 |
+
box-shadow: none !important;
|
| 9888 |
+
border: none !important;
|
| 9889 |
+
}
|
| 9890 |
+
|
| 9891 |
+
.eael-toc.collapsed .eael-toc-header,
|
| 9892 |
+
.eael-toc.collapsed .eael-toc-body,
|
| 9893 |
+
.eael-toc.collapsed .eael-toc-close {
|
| 9894 |
+
display: none;
|
| 9895 |
+
}
|
| 9896 |
+
|
| 9897 |
+
.eael-toc.collapsed.eael-bottom-to-top .eael-toc-button {
|
| 9898 |
+
-webkit-transform: rotate(-90deg);
|
| 9899 |
+
-ms-transform: rotate(-90deg);
|
| 9900 |
+
transform: rotate(-90deg);
|
| 9901 |
+
-webkit-transform-origin: top left;
|
| 9902 |
+
-ms-transform-origin: top left;
|
| 9903 |
+
transform-origin: top left;
|
| 9904 |
+
margin-top: 100%;
|
| 9905 |
+
}
|
| 9906 |
+
|
| 9907 |
+
.eael-toc.collapsed .eael-toc-button {
|
| 9908 |
+
position: relative;
|
| 9909 |
+
display: inline-block;
|
| 9910 |
+
font-size: 80% !important;
|
| 9911 |
+
font-weight: 400;
|
| 9912 |
+
text-align: center;
|
| 9913 |
+
text-decoration: none;
|
| 9914 |
+
text-transform: none;
|
| 9915 |
+
color: #fff;
|
| 9916 |
+
background: #ff7d50;
|
| 9917 |
+
padding: 10px 20px;
|
| 9918 |
+
-webkit-border-radius: 3px;
|
| 9919 |
+
border-radius: 3px;
|
| 9920 |
+
border: none;
|
| 9921 |
+
-webkit-transform: rotate(90deg);
|
| 9922 |
+
-ms-transform: rotate(90deg);
|
| 9923 |
+
transform: rotate(90deg);
|
| 9924 |
+
-webkit-transform-origin: bottom left;
|
| 9925 |
+
-ms-transform-origin: bottom left;
|
| 9926 |
+
transform-origin: bottom left;
|
| 9927 |
+
cursor: pointer;
|
| 9928 |
+
}
|
| 9929 |
+
|
| 9930 |
+
.eael-toc.collapsed .eael-toc-button:focus {
|
| 9931 |
+
outline: none;
|
| 9932 |
+
}
|
| 9933 |
+
|
| 9934 |
+
.eael-toc.collapsed .eael-toc-button i {
|
| 9935 |
+
margin-right: 10px;
|
| 9936 |
+
}
|
| 9937 |
+
|
| 9938 |
+
.eael-toc.eael-toc-right {
|
| 9939 |
+
right: 0;
|
| 9940 |
+
}
|
| 9941 |
+
|
| 9942 |
+
.eael-toc.eael-toc-right .eael-toc-close {
|
| 9943 |
+
left: -11px;
|
| 9944 |
+
}
|
| 9945 |
+
|
| 9946 |
+
.eael-toc.eael-toc-right.eael-bottom-to-top .eael-toc-button {
|
| 9947 |
+
-webkit-transform: rotate(-90deg);
|
| 9948 |
+
-ms-transform: rotate(-90deg);
|
| 9949 |
+
transform: rotate(-90deg);
|
| 9950 |
+
-webkit-transform-origin: bottom right;
|
| 9951 |
+
-ms-transform-origin: bottom right;
|
| 9952 |
+
transform-origin: bottom right;
|
| 9953 |
+
margin-top: -100%;
|
| 9954 |
+
}
|
| 9955 |
+
|
| 9956 |
+
.eael-toc.eael-toc-right .eael-toc-button {
|
| 9957 |
+
-webkit-transform: rotate(90deg);
|
| 9958 |
+
-ms-transform: rotate(90deg);
|
| 9959 |
+
transform: rotate(90deg);
|
| 9960 |
+
-webkit-transform-origin: top right;
|
| 9961 |
+
-ms-transform-origin: top right;
|
| 9962 |
+
transform-origin: top right;
|
| 9963 |
+
margin-top: 100%;
|
| 9964 |
+
}
|
| 9965 |
+
|
| 9966 |
+
.eael-toc .eael-toc-header {
|
| 9967 |
+
position: relative;
|
| 9968 |
+
background: #ff7d50;
|
| 9969 |
+
padding: 12px 30px;
|
| 9970 |
+
}
|
| 9971 |
+
|
| 9972 |
+
.eael-toc .eael-toc-header .eael-toc-title {
|
| 9973 |
+
font-size: 18px;
|
| 9974 |
+
font-weight: 400;
|
| 9975 |
+
letter-spacing: 0.1px;
|
| 9976 |
+
color: #fff;
|
| 9977 |
+
margin: 0;
|
| 9978 |
+
padding: 0;
|
| 9979 |
+
}
|
| 9980 |
+
|
| 9981 |
+
.eael-toc .eael-toc-header .eael-toc-title:before {
|
| 9982 |
+
content: none;
|
| 9983 |
+
}
|
| 9984 |
+
|
| 9985 |
+
.eael-toc .eael-toc-header .eael-toc-close {
|
| 9986 |
+
position: absolute;
|
| 9987 |
+
width: 28px;
|
| 9988 |
+
height: 28px;
|
| 9989 |
+
background: #fff;
|
| 9990 |
+
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 9991 |
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 9992 |
+
right: -9px;
|
| 9993 |
+
top: -11px;
|
| 9994 |
+
-webkit-border-radius: 20px;
|
| 9995 |
+
border-radius: 20px;
|
| 9996 |
+
font-family: serif;
|
| 9997 |
+
font-size: 20px;
|
| 9998 |
+
font-weight: 700;
|
| 9999 |
+
line-height: 28px;
|
| 10000 |
+
text-align: center;
|
| 10001 |
+
color: #ff7d50;
|
| 10002 |
+
cursor: pointer;
|
| 10003 |
+
padding: 0;
|
| 10004 |
+
margin: 0;
|
| 10005 |
+
border: 0;
|
| 10006 |
+
}
|
| 10007 |
+
|
| 10008 |
+
.eael-toc .eael-toc-body {
|
| 10009 |
+
padding: 12px 30px;
|
| 10010 |
+
background: #fff6f3;
|
| 10011 |
+
min-width: 20vh;
|
| 10012 |
+
max-height: 50vh;
|
| 10013 |
+
overflow-y: scroll;
|
| 10014 |
+
}
|
| 10015 |
+
|
| 10016 |
+
.eael-toc .eael-toc-body::-webkit-scrollbar {
|
| 10017 |
+
width: 6px;
|
| 10018 |
+
}
|
| 10019 |
+
|
| 10020 |
+
.eael-toc .eael-toc-body::-webkit-scrollbar-thumb {
|
| 10021 |
+
background: #aaa;
|
| 10022 |
+
-webkit-border-radius: 10px;
|
| 10023 |
+
border-radius: 10px;
|
| 10024 |
+
}
|
| 10025 |
+
|
| 10026 |
+
.eael-toc .eael-toc-body ul.eael-toc-list {
|
| 10027 |
+
margin: 0;
|
| 10028 |
+
padding: 0;
|
| 10029 |
+
list-style: none;
|
| 10030 |
+
}
|
| 10031 |
+
|
| 10032 |
+
.eael-toc .eael-toc-body ul.eael-toc-list li {
|
| 10033 |
+
list-style: none;
|
| 10034 |
+
}
|
| 10035 |
+
|
| 10036 |
+
.eael-toc .eael-toc-body ul.eael-toc-list li ul {
|
| 10037 |
+
margin: 0;
|
| 10038 |
+
padding: 0;
|
| 10039 |
+
margin-left: 20px;
|
| 10040 |
+
list-style: none;
|
| 10041 |
+
}
|
| 10042 |
+
|
| 10043 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-bullet li:before {
|
| 10044 |
+
content: "";
|
| 10045 |
+
position: relative;
|
| 10046 |
+
display: inline-block;
|
| 10047 |
+
width: 8px;
|
| 10048 |
+
height: 8px;
|
| 10049 |
+
-webkit-border-radius: 50%;
|
| 10050 |
+
border-radius: 50%;
|
| 10051 |
+
background-color: #ff7d50;
|
| 10052 |
+
margin-right: 8px;
|
| 10053 |
+
top: -2px;
|
| 10054 |
+
}
|
| 10055 |
+
|
| 10056 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number {
|
| 10057 |
+
counter-reset: counter;
|
| 10058 |
+
}
|
| 10059 |
+
|
| 10060 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li {
|
| 10061 |
+
counter-increment: counter;
|
| 10062 |
+
}
|
| 10063 |
+
|
| 10064 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li:before {
|
| 10065 |
+
content: counters(counter, ".") " ";
|
| 10066 |
+
}
|
| 10067 |
+
|
| 10068 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul {
|
| 10069 |
+
counter-reset: counter;
|
| 10070 |
+
}
|
| 10071 |
+
|
| 10072 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li {
|
| 10073 |
+
counter-increment: counter;
|
| 10074 |
+
}
|
| 10075 |
+
|
| 10076 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li:before {
|
| 10077 |
+
content: counters(counter, ".") " ";
|
| 10078 |
+
}
|
| 10079 |
+
|
| 10080 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-arrow li.eael-highlight-active > a:before {
|
| 10081 |
+
content: "";
|
| 10082 |
+
position: absolute;
|
| 10083 |
+
left: 0;
|
| 10084 |
+
z-index: 999999;
|
| 10085 |
+
border-bottom: 10px solid #ff7d50;
|
| 10086 |
+
border-left: 5px solid transparent;
|
| 10087 |
+
border-right: 5px solid transparent;
|
| 10088 |
+
-webkit-transform: rotate(90deg);
|
| 10089 |
+
-ms-transform: rotate(90deg);
|
| 10090 |
+
transform: rotate(90deg);
|
| 10091 |
+
margin-top: 10px;
|
| 10092 |
+
}
|
| 10093 |
+
|
| 10094 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-bar li.eael-highlight-active > a:after {
|
| 10095 |
+
content: "";
|
| 10096 |
+
position: absolute;
|
| 10097 |
+
right: 0;
|
| 10098 |
+
height: 30px;
|
| 10099 |
+
width: 2px;
|
| 10100 |
+
background: #ff7d50;
|
| 10101 |
+
z-index: 999999;
|
| 10102 |
+
}
|
| 10103 |
+
|
| 10104 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-collapse :not(.eael-highlight-parent) ul {
|
| 10105 |
+
display: none;
|
| 10106 |
+
}
|
| 10107 |
+
|
| 10108 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a {
|
| 10109 |
+
display: -webkit-inline-box;
|
| 10110 |
+
display: -webkit-inline-flex;
|
| 10111 |
+
display: -ms-inline-flexbox;
|
| 10112 |
+
display: inline-flex;
|
| 10113 |
+
}
|
| 10114 |
+
|
| 10115 |
+
.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a span {
|
| 10116 |
+
width: 140px !important;
|
| 10117 |
+
display: block;
|
| 10118 |
+
white-space: nowrap;
|
| 10119 |
+
overflow: hidden;
|
| 10120 |
+
-o-text-overflow: ellipsis;
|
| 10121 |
+
text-overflow: ellipsis;
|
| 10122 |
+
}
|
| 10123 |
+
|
| 10124 |
+
@media only screen and (max-width: 767px) {
|
| 10125 |
+
.eael-toc.eael-toc-mobile-hide {
|
| 10126 |
+
display: none !important;
|
| 10127 |
+
}
|
| 10128 |
+
}
|
| 10129 |
+
.eael-team-item {
|
| 10130 |
+
overflow: hidden;
|
| 10131 |
+
position: relative;
|
| 10132 |
+
}
|
| 10133 |
+
|
| 10134 |
+
.team-avatar-rounded figure img {
|
| 10135 |
+
-webkit-border-radius: 50%;
|
| 10136 |
+
border-radius: 50%;
|
| 10137 |
+
height: auto;
|
| 10138 |
+
}
|
| 10139 |
+
|
| 10140 |
+
.eael-team-image > figure {
|
| 10141 |
+
margin: 0;
|
| 10142 |
+
padding: 0;
|
| 10143 |
+
}
|
| 10144 |
+
|
| 10145 |
+
.eael-team-image > figure img {
|
| 10146 |
+
display: block;
|
| 10147 |
+
margin: 0 auto;
|
| 10148 |
+
}
|
| 10149 |
+
|
| 10150 |
+
.eael-team-item .eael-team-content {
|
| 10151 |
+
padding: 10px;
|
| 10152 |
+
}
|
| 10153 |
+
|
| 10154 |
+
.eael-team-item .eael-team-member-name {
|
| 10155 |
+
font-size: 20px;
|
| 10156 |
+
font-weight: bold;
|
| 10157 |
+
letter-spacing: 0.05em;
|
| 10158 |
+
margin: 5px 0;
|
| 10159 |
+
text-transform: uppercase;
|
| 10160 |
+
}
|
| 10161 |
+
|
| 10162 |
+
.eael-team-item .eael-team-member-position {
|
| 10163 |
+
font-size: 14px;
|
| 10164 |
+
font-weight: normal;
|
| 10165 |
+
letter-spacing: 0.05em;
|
| 10166 |
+
margin: 5px 0 10px;
|
| 10167 |
+
text-transform: uppercase;
|
| 10168 |
+
}
|
| 10169 |
+
|
| 10170 |
+
.eael-team-item .eael-team-content,
|
| 10171 |
+
.eael-team-item .eael-team-content .eael-team-text {
|
| 10172 |
+
font-size: 14px;
|
| 10173 |
+
line-height: 1.5;
|
| 10174 |
+
}
|
| 10175 |
+
|
| 10176 |
+
.eael-team-content > ul {
|
| 10177 |
+
margin: 0;
|
| 10178 |
+
padding: 0;
|
| 10179 |
+
}
|
| 10180 |
+
|
| 10181 |
+
.eael-team-content li {
|
| 10182 |
+
display: inline-block;
|
| 10183 |
+
list-style: outside none none;
|
| 10184 |
+
margin-right: 10px;
|
| 10185 |
+
text-align: center;
|
| 10186 |
+
}
|
| 10187 |
+
|
| 10188 |
+
.eael-team-content li a {
|
| 10189 |
+
font-size: 2.5rem;
|
| 10190 |
+
}
|
| 10191 |
+
|
| 10192 |
+
.eael-team-align-left .eael-team-item .eael-team-member-name,
|
| 10193 |
+
.eael-team-align-left .eael-team-item .eael-team-member-position,
|
| 10194 |
+
.eael-team-align-left .eael-team-item .eael-team-text,
|
| 10195 |
+
.eael-team-align-left .eael-team-item .eael-team-content p,
|
| 10196 |
+
.eael-team-align-left .eael-team-item .eael-team-content ul,
|
| 10197 |
+
.eael-team-align-left .eael-team-item .eael-team-content li {
|
| 10198 |
+
text-align: left;
|
| 10199 |
+
}
|
| 10200 |
+
|
| 10201 |
+
.eael-team-align-right .eael-team-item .eael-team-member-name,
|
| 10202 |
+
.eael-team-align-right .eael-team-item .eael-team-member-position,
|
| 10203 |
+
.eael-team-align-right .eael-team-item .eael-team-text,
|
| 10204 |
+
.eael-team-align-right .eael-team-item .eael-team-content p,
|
| 10205 |
+
.eael-team-align-right .eael-team-item .eael-team-content ul,
|
| 10206 |
+
.eael-team-align-right .eael-team-item .eael-team-content li {
|
| 10207 |
+
text-align: right;
|
| 10208 |
+
}
|
| 10209 |
+
|
| 10210 |
+
.eael-team-align-centered .eael-team-item .eael-team-member-name,
|
| 10211 |
+
.eael-team-align-centered .eael-team-item .eael-team-member-position,
|
| 10212 |
+
.eael-team-align-centered .eael-team-item .eael-team-text,
|
| 10213 |
+
.eael-team-align-centered .eael-team-item .eael-team-content p,
|
| 10214 |
+
.eael-team-align-centered .eael-team-item .eael-team-content ul,
|
| 10215 |
+
.eael-team-align-centered .eael-team-item .eael-team-content li {
|
| 10216 |
+
text-align: center;
|
| 10217 |
+
}
|
| 10218 |
+
|
| 10219 |
+
.eael-team-item.eael-team-members-overlay .eael-team-content {
|
| 10220 |
+
bottom: 10px;
|
| 10221 |
+
left: 10px;
|
| 10222 |
+
margin-bottom: 0;
|
| 10223 |
+
padding-top: 15%;
|
| 10224 |
+
opacity: 0;
|
| 10225 |
+
overflow: hidden;
|
| 10226 |
+
-o-text-overflow: ellipsis;
|
| 10227 |
+
text-overflow: ellipsis;
|
| 10228 |
+
position: absolute;
|
| 10229 |
+
right: 10px;
|
| 10230 |
+
top: 10px;
|
| 10231 |
+
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 10232 |
+
-o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 10233 |
+
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 10234 |
+
}
|
| 10235 |
+
|
| 10236 |
+
.eael-team-item.eael-team-members-overlay:hover .eael-team-content {
|
| 10237 |
+
opacity: 1;
|
| 10238 |
+
}
|
| 10239 |
+
|
| 10240 |
+
.eael-team-member-social-link > a {
|
| 10241 |
+
display: inline-block;
|
| 10242 |
+
-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 10243 |
+
-o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 10244 |
+
transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
| 10245 |
+
}
|
| 10246 |
+
|
| 10247 |
+
.eael-team-member-social-link > a:focus {
|
| 10248 |
+
outline: none;
|
| 10249 |
+
}
|
| 10250 |
+
@charset "UTF-8";
|
| 10251 |
+
.eael-testimonial-slider {
|
| 10252 |
+
position: relative;
|
| 10253 |
+
}
|
| 10254 |
+
.testimonial-star-rating {
|
| 10255 |
+
padding: 0;
|
| 10256 |
+
margin: 0;
|
| 10257 |
+
}
|
| 10258 |
+
.testimonial-star-rating li {
|
| 10259 |
+
list-style: none;
|
| 10260 |
+
display: inline-block;
|
| 10261 |
+
}
|
| 10262 |
+
.testimonial-star-rating li i {
|
| 10263 |
+
color: #d8d8d8;
|
| 10264 |
+
}
|
| 10265 |
+
.rating-five .testimonial-star-rating li i {
|
| 10266 |
+
color: #f2b01e;
|
| 10267 |
+
}
|
| 10268 |
+
.rating-one .testimonial-star-rating li:first-child i {
|
| 10269 |
+
color: #f2b01e;
|
| 10270 |
+
}
|
| 10271 |
+
.rating-two .testimonial-star-rating li:nth-child(1) i,
|
| 10272 |
+
.rating-two .testimonial-star-rating li:nth-child(2) i {
|
| 10273 |
+
color: #f2b01e;
|
| 10274 |
+
}
|
| 10275 |
+
.rating-three .testimonial-star-rating li:nth-child(1) i,
|
| 10276 |
+
.rating-three .testimonial-star-rating li:nth-child(2) i,
|
| 10277 |
+
.rating-three .testimonial-star-rating li:nth-child(3) i {
|
| 10278 |
+
color: #f2b01e;
|
| 10279 |
+
}
|
| 10280 |
+
.rating-four .testimonial-star-rating li:nth-child(1) i,
|
| 10281 |
+
.rating-four .testimonial-star-rating li:nth-child(2) i,
|
| 10282 |
+
.rating-four .testimonial-star-rating li:nth-child(3) i,
|
| 10283 |
+
.rating-four .testimonial-star-rating li:nth-child(4) i {
|
| 10284 |
+
color: #f2b01e;
|
| 10285 |
+
}
|
| 10286 |
+
/*--- Default styles ---*/
|
| 10287 |
+
.eael-testimonial-image img {
|
| 10288 |
+
max-width: 100%;
|
| 10289 |
+
}
|
| 10290 |
+
.eael-testimonial-image {
|
| 10291 |
+
padding: 10px 0px 0px 0px;
|
| 10292 |
+
}
|
| 10293 |
+
.eael-testimonial-image > figure {
|
| 10294 |
+
display: block;
|
| 10295 |
+
margin: 0;
|
| 10296 |
+
}
|
| 10297 |
+
.testimonial-avatar-rounded figure img {
|
| 10298 |
+
-webkit-border-radius: 50%;
|
| 10299 |
+
border-radius: 50%;
|
| 10300 |
+
height: auto;
|
| 10301 |
+
}
|
| 10302 |
+
.eael-testimonial-content {
|
| 10303 |
+
margin: 0;
|
| 10304 |
+
padding: 10px;
|
| 10305 |
+
}
|
| 10306 |
+
.eael-testimonial-item > figure {
|
| 10307 |
+
margin: 0 auto;
|
| 10308 |
+
padding: 0 20px;
|
| 10309 |
+
}
|
| 10310 |
+
.eael-testimonial-item .center-text {
|
| 10311 |
+
text-align: center;
|
| 10312 |
+
}
|
| 10313 |
+
.eael-testimonial-item .right-text {
|
| 10314 |
+
text-align: right;
|
| 10315 |
+
}
|
| 10316 |
+
.eael-testimonial-item .left-text {
|
| 10317 |
+
text-align: left;
|
| 10318 |
+
}
|
| 10319 |
+
.eael-testimonial-item .justify-text {
|
| 10320 |
+
text-align: justify;
|
| 10321 |
+
}
|
| 10322 |
+
.eael-testimonial-content .eael-testimonial-text {
|
| 10323 |
+
font-size: 100%;
|
| 10324 |
+
font-style: italic;
|
| 10325 |
+
line-height: 1.5;
|
| 10326 |
+
margin-top: 0px;
|
| 10327 |
+
margin-bottom: 10px;
|
| 10328 |
+
word-wrap: break-word;
|
| 10329 |
+
}
|
| 10330 |
+
.eael-testimonial-content .eael-testimonial-user {
|
| 10331 |
+
display: inline-block;
|
| 10332 |
+
font-family: inherit;
|
| 10333 |
+
font-size: 105%;
|
| 10334 |
+
font-style: italic;
|
| 10335 |
+
font-weight: normal;
|
| 10336 |
+
line-height: 1.5;
|
| 10337 |
+
margin-top: 0;
|
| 10338 |
+
margin-bottom: 0;
|
| 10339 |
+
margin-right: 5px;
|
| 10340 |
+
}
|
| 10341 |
+
.eael-testimonial-content .eael-testimonial-user-company {
|
| 10342 |
+
display: inline-block;
|
| 10343 |
+
font-family: inherit;
|
| 10344 |
+
font-size: 90%;
|
| 10345 |
+
font-style: italic;
|
| 10346 |
+
font-weight: lighter;
|
| 10347 |
+
line-height: 1.75;
|
| 10348 |
+
margin-bottom: 0;
|
| 10349 |
+
margin-top: 1px;
|
| 10350 |
+
}
|
| 10351 |
+
.eael-testimonial-image {
|
| 10352 |
+
position: relative;
|
| 10353 |
+
}
|
| 10354 |
+
.eael-testimonial-item .eael-testimonial-image figure img {
|
| 10355 |
+
display: inline-block;
|
| 10356 |
+
}
|
| 10357 |
+
.eael-testimonial-item .eael-testimonial-quote::after {
|
| 10358 |
+
color: inherit !important;
|
| 10359 |
+
content: "";
|
| 10360 |
+
font-family: "Font Awesome 5 Free";
|
| 10361 |
+
font-size: 200%;
|
| 10362 |
+
font-weight: 900;
|
| 10363 |
+
}
|
| 10364 |
+
/*--- Left align ---*/
|
| 10365 |
+
.icon-img-left-content .eael-testimonial-image {
|
| 10366 |
+
float: left;
|
| 10367 |
+
width: 30%;
|
| 10368 |
+
}
|
| 10369 |
+
.icon-img-left-content .eael-testimonial-content {
|
| 10370 |
+
float: left;
|
| 10371 |
+
width: 70%;
|
| 10372 |
+
text-align: left;
|
| 10373 |
+
}
|
| 10374 |
+
.icon-img-left-content.eael-testimonial-item {
|
| 10375 |
+
overflow: hidden;
|
| 10376 |
+
position: relative;
|
| 10377 |
+
}
|
| 10378 |
+
.icon-img-left-content .eael-testimonial-quote {
|
| 10379 |
+
position: absolute;
|
| 10380 |
+
right: 0;
|
| 10381 |
+
}
|
| 10382 |
+
.icon-img-left-content .eael-testimonial-text {
|
| 10383 |
+
margin-top: 0;
|
| 10384 |
+
}
|
| 10385 |
+
/*--- Center align ---*/
|
| 10386 |
+
.eael-testimonial-align-centered .eael-testimonial-user,
|
| 10387 |
+
.eael-testimonial-align-centered .eael-testimonial-user-company {
|
| 10388 |
+
float: none;
|
| 10389 |
+
text-align: center;
|
| 10390 |
+
}
|
| 10391 |
+
.eael-testimonial-align-centered .eael-testimonial-image > figure img {
|
| 10392 |
+
display: block;
|
| 10393 |
+
margin-left: auto !important;
|
| 10394 |
+
margin-right: auto !important;
|
| 10395 |
+
}
|
| 10396 |
+
/*--- Right align ---*/
|
| 10397 |
+
.icon-img-right-content .eael-testimonial-image {
|
| 10398 |
+
float: right;
|
| 10399 |
+
width: 30%;
|
| 10400 |
+
}
|
| 10401 |
+
.icon-img-right-content .eael-testimonial-content {
|
| 10402 |
+
float: right;
|
| 10403 |
+
width: 70%;
|
| 10404 |
+
text-align: right;
|
| 10405 |
+
}
|
| 10406 |
+
.icon-img-right-content.eael-testimonial-item {
|
| 10407 |
+
overflow: hidden;
|
| 10408 |
+
position: relative;
|
| 10409 |
+
}
|
| 10410 |
+
.icon-img-right-content .eael-testimonial-quote {
|
| 10411 |
+
position: absolute;
|
| 10412 |
+
}
|
| 10413 |
+
.icon-img-right-content .eael-testimonial-text {
|
| 10414 |
+
margin-top: 0;
|
| 10415 |
+
}
|
| 10416 |
+
.eael-testimonial-item {
|
| 10417 |
+
position: relative;
|
| 10418 |
+
}
|
| 10419 |
+
.classic-style.testimonial-alignment-center .eael-testimonial-image,
|
| 10420 |
+
.default-style.testimonial-alignment-center .eael-testimonial-image {
|
| 10421 |
+
text-align: center;
|
| 10422 |
+
}
|
| 10423 |
+
.classic-style.testimonial-alignment-right .eael-testimonial-image,
|
| 10424 |
+
.default-style.testimonial-alignment-right .eael-testimonial-image {
|
| 10425 |
+
text-align: right;
|
| 10426 |
+
}
|
| 10427 |
+
.classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
|
| 10428 |
+
.default-style.testimonial-alignment-center .eael-testimonial-image > figure {
|
| 10429 |
+
text-align: center;
|
| 10430 |
+
}
|
| 10431 |
+
span.eael-testimonial-quote {
|
| 10432 |
+
position: absolute;
|
| 10433 |
+
right: 10px;
|
| 10434 |
+
top: 10px;
|
| 10435 |
+
}
|
| 10436 |
+
.eael-testimonial-item.left .eael-testimonial-image {
|
| 10437 |
+
text-align: left;
|
| 10438 |
+
}
|
| 10439 |
+
.eael-testimonial-item.center .eael-testimonial-image {
|
| 10440 |
+
text-align: center;
|
| 10441 |
+
}
|
| 10442 |
+
.eael-testimonial-item.right .eael-testimonial-image {
|
| 10443 |
+
text-align: right;
|
| 10444 |
+
}
|
| 10445 |
+
/*--- Float title image style ---*/
|
| 10446 |
+
.eael-testimonial-inline-bio .eael-testimonial-image {
|
| 10447 |
+
float: left;
|
| 10448 |
+
}
|
| 10449 |
+
.eael-testimonial-inline-bio .bio-text {
|
| 10450 |
+
padding-top: 10px;
|
| 10451 |
+
}
|
| 10452 |
+
.eael-testimonial-content.eael-testimonial-inline-bio {
|
| 10453 |
+
overflow: hidden;
|
| 10454 |
+
margin-bottom: 0;
|
| 10455 |
+
padding-bottom: 0;
|
| 10456 |
+
}
|
| 10457 |
+
.eael-testimonial-inline-bio .testimonial-star-rating,
|
| 10458 |
+
.eael-testimonial-inline-bio .bio-text {
|
| 10459 |
+
float: left;
|
| 10460 |
+
width: 65%;
|
| 10461 |
+
}
|
| 10462 |
+
.testimonial-inline-style .eael-testimonial-image {
|
| 10463 |
+
float: left;
|
| 10464 |
+
max-width: 100%;
|
| 10465 |
+
padding: 0;
|
| 10466 |
+
margin-right: 15px;
|
| 10467 |
+
}
|
| 10468 |
+
.testimonial-inline-style {
|
| 10469 |
+
overflow: hidden;
|
| 10470 |
+
text-align: left;
|
| 10471 |
+
}
|
| 10472 |
+
.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 10473 |
+
text-align: center;
|
| 10474 |
+
}
|
| 10475 |
+
.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 10476 |
+
text-align: right;
|
| 10477 |
+
}
|
| 10478 |
+
.content-bottom-icon-title-inline .eael-testimonial-text,
|
| 10479 |
+
.content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
|
| 10480 |
+
text-align: left;
|
| 10481 |
+
}
|
| 10482 |
+
.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
|
| 10483 |
+
text-align: center;
|
| 10484 |
+
}
|
| 10485 |
+
.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
|
| 10486 |
+
text-align: right;
|
| 10487 |
+
}
|
| 10488 |
+
.eael-tooltip {
|
| 10489 |
+
position: relative;
|
| 10490 |
+
display: inline-block;
|
| 10491 |
+
min-width: 150px;
|
| 10492 |
+
padding: 12px 24px;
|
| 10493 |
+
font-size: 0.93rem;
|
| 10494 |
+
color: #333;
|
| 10495 |
+
line-height: 1;
|
| 10496 |
+
cursor: pointer;
|
| 10497 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 10498 |
+
-o-transition: all 0.3s ease-in-out;
|
| 10499 |
+
transition: all 0.3s ease-in-out;
|
| 10500 |
+
}
|
| 10501 |
+
|
| 10502 |
+
.eael-tooltip .eael-tooltip-text {
|
| 10503 |
+
display: block;
|
| 10504 |
+
width: 100%;
|
| 10505 |
+
visibility: hidden;
|
| 10506 |
+
background-color: black;
|
| 10507 |
+
color: #fff;
|
| 10508 |
+
-webkit-border-radius: 4px;
|
| 10509 |
+
border-radius: 4px;
|
| 10510 |
+
padding: 10px;
|
| 10511 |
+
position: absolute;
|
| 10512 |
+
z-index: 1;
|
| 10513 |
+
font-size: 0.93rem;
|
| 10514 |
+
line-height: 1.3;
|
| 10515 |
+
}
|
| 10516 |
+
|
| 10517 |
+
.eael-tooltip .eael-tooltip-text p {
|
| 10518 |
+
margin: 0;
|
| 10519 |
+
}
|
| 10520 |
+
|
| 10521 |
+
.eael-tooltip .eael-tooltip-text::after {
|
| 10522 |
+
content: "";
|
| 10523 |
+
position: absolute;
|
| 10524 |
+
border-width: 5px;
|
| 10525 |
+
border-style: solid;
|
| 10526 |
+
}
|
| 10527 |
+
|
| 10528 |
+
.eael-tooltip:hover .eael-tooltip-text {
|
| 10529 |
+
visibility: visible;
|
| 10530 |
+
}
|
| 10531 |
+
|
| 10532 |
+
/*--- Left ---*/
|
| 10533 |
+
|
| 10534 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-left {
|
| 10535 |
+
top: 50%;
|
| 10536 |
+
right: 100%;
|
| 10537 |
+
-webkit-transform: translateY(-50%);
|
| 10538 |
+
-ms-transform: translateY(-50%);
|
| 10539 |
+
transform: translateY(-50%);
|
| 10540 |
+
margin-right: 10px;
|
| 10541 |
+
}
|
| 10542 |
+
|
| 10543 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
|
| 10544 |
+
-webkit-animation: tooltipLeftIn 300ms ease-in-out;
|
| 10545 |
+
animation: tooltipLeftIn 300ms ease-in-out;
|
| 10546 |
+
}
|
| 10547 |
+
|
| 10548 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
|
| 10549 |
+
top: -webkit-calc(50% - 5px);
|
| 10550 |
+
top: calc(50% - 5px);
|
| 10551 |
+
left: 100%;
|
| 10552 |
+
border-color: transparent transparent transparent black;
|
| 10553 |
+
}
|
| 10554 |
+
|
| 10555 |
+
/*--- Right ---*/
|
| 10556 |
+
|
| 10557 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-right {
|
| 10558 |
+
top: 50%;
|
| 10559 |
+
left: 100%;
|
| 10560 |
+
-webkit-transform: translateY(-50%);
|
| 10561 |
+
-ms-transform: translateY(-50%);
|
| 10562 |
+
transform: translateY(-50%);
|
| 10563 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 10564 |
+
-o-transition: all 0.3s ease-in-out;
|
| 10565 |
+
transition: all 0.3s ease-in-out;
|
| 10566 |
+
margin-left: 10px;
|
| 10567 |
+
}
|
| 10568 |
+
|
| 10569 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
|
| 10570 |
+
-webkit-animation: tooltipRightIn 300ms linear;
|
| 10571 |
+
animation: tooltipRightIn 300ms linear;
|
| 10572 |
+
}
|
| 10573 |
+
|
| 10574 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
|
| 10575 |
+
top: -webkit-calc(50% - 5px);
|
| 10576 |
+
top: calc(50% - 5px);
|
| 10577 |
+
right: 100%;
|
| 10578 |
+
border-color: transparent black transparent transparent;
|
| 10579 |
+
}
|
| 10580 |
+
|
| 10581 |
+
/*--- Top ---*/
|
| 10582 |
+
|
| 10583 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-top {
|
| 10584 |
+
bottom: -webkit-calc(100%);
|
| 10585 |
+
bottom: calc(100%);
|
| 10586 |
+
left: 0;
|
| 10587 |
+
right: 0;
|
| 10588 |
+
margin: 0 auto 10px auto;
|
| 10589 |
+
}
|
| 10590 |
+
|
| 10591 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
|
| 10592 |
+
margin-top: 0px;
|
| 10593 |
+
top: 100%;
|
| 10594 |
+
left: -webkit-calc( 50% - 5px);
|
| 10595 |
+
left: calc( 50% - 5px);
|
| 10596 |
+
border-color: black transparent transparent transparent;
|
| 10597 |
+
}
|
| 10598 |
+
|
| 10599 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
|
| 10600 |
+
-webkit-animation: tooltipTopIn 300ms linear;
|
| 10601 |
+
animation: tooltipTopIn 300ms linear;
|
| 10602 |
+
}
|
| 10603 |
+
|
| 10604 |
+
/*--- Bottom ---*/
|
| 10605 |
+
|
| 10606 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
|
| 10607 |
+
top: 100%;
|
| 10608 |
+
left: 0;
|
| 10609 |
+
right: 0;
|
| 10610 |
+
margin: 10px auto 0px auto;
|
| 10611 |
+
}
|
| 10612 |
+
|
| 10613 |
+
.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
|
| 10614 |
+
margin-top: 0px;
|
| 10615 |
+
bottom: 100%;
|
| 10616 |
+
left: -webkit-calc( 50% - 5px);
|
| 10617 |
+
left: calc( 50% - 5px);
|
| 10618 |
+
border-color: transparent transparent black transparent;
|
| 10619 |
+
}
|
| 10620 |
+
|
| 10621 |
+
.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
|
| 10622 |
+
-webkit-animation: tooltipBottomIn 300ms linear;
|
| 10623 |
+
animation: tooltipBottomIn 300ms linear;
|
| 10624 |
+
}
|
| 10625 |
+
|
| 10626 |
+
/*--- Alignments ---*/
|
| 10627 |
+
|
| 10628 |
+
.eael-tooltip-align-left {
|
| 10629 |
+
display: -webkit-box;
|
| 10630 |
+
display: -webkit-flex;
|
| 10631 |
+
display: -ms-flexbox;
|
| 10632 |
+
display: flex;
|
| 10633 |
+
width: 100%;
|
| 10634 |
+
-webkit-box-pack: start;
|
| 10635 |
+
-webkit-justify-content: flex-start;
|
| 10636 |
+
-ms-flex-pack: start;
|
| 10637 |
+
justify-content: flex-start;
|
| 10638 |
+
}
|
| 10639 |
+
|
| 10640 |
+
.eael-tooltip-align-right {
|
| 10641 |
+
display: -webkit-box;
|
| 10642 |
+
display: -webkit-flex;
|
| 10643 |
+
display: -ms-flexbox;
|
| 10644 |
+
display: flex;
|
| 10645 |
+
width: 100%;
|
| 10646 |
+
-webkit-box-pack: end;
|
| 10647 |
+
-webkit-justify-content: flex-end;
|
| 10648 |
+
-ms-flex-pack: end;
|
| 10649 |
+
justify-content: flex-end;
|
| 10650 |
+
}
|
| 10651 |
+
|
| 10652 |
+
.eael-tooltip-align-center {
|
| 10653 |
+
display: -webkit-box;
|
| 10654 |
+
display: -webkit-flex;
|
| 10655 |
+
display: -ms-flexbox;
|
| 10656 |
+
display: flex;
|
| 10657 |
+
width: 100%;
|
| 10658 |
+
-webkit-box-pack: center;
|
| 10659 |
+
-webkit-justify-content: center;
|
| 10660 |
+
-ms-flex-pack: center;
|
| 10661 |
+
justify-content: center;
|
| 10662 |
+
}
|
| 10663 |
+
|
| 10664 |
+
.eael-tooltip-align-justify .eael-tooltip {
|
| 10665 |
+
display: -webkit-box;
|
| 10666 |
+
display: -webkit-flex;
|
| 10667 |
+
display: -ms-flexbox;
|
| 10668 |
+
display: flex;
|
| 10669 |
+
-webkit-box-pack: center;
|
| 10670 |
+
-webkit-justify-content: center;
|
| 10671 |
+
-ms-flex-pack: center;
|
| 10672 |
+
justify-content: center;
|
| 10673 |
+
-webkit-box-align: center;
|
| 10674 |
+
-webkit-align-items: center;
|
| 10675 |
+
-ms-flex-align: center;
|
| 10676 |
+
align-items: center;
|
| 10677 |
+
}
|
| 10678 |
+
|
| 10679 |
+
/*--- Tooltip Keyframes ---*/
|
| 10680 |
+
|
| 10681 |
+
@-webkit-keyframes tooltipRightIn {
|
| 10682 |
+
0% {
|
| 10683 |
+
opacity: 0;
|
| 10684 |
+
left: 105%;
|
| 10685 |
+
}
|
| 10686 |
+
100% {
|
| 10687 |
+
opacity: 1;
|
| 10688 |
+
left: 100%;
|
| 10689 |
+
}
|
| 10690 |
+
}
|
| 10691 |
+
|
| 10692 |
+
@keyframes tooltipRightIn {
|
| 10693 |
+
0% {
|
| 10694 |
+
opacity: 0;
|
| 10695 |
+
left: 105%;
|
| 10696 |
+
}
|
| 10697 |
+
100% {
|
| 10698 |
+
opacity: 1;
|
| 10699 |
+
left: 100%;
|
| 10700 |
+
}
|
| 10701 |
+
}
|
| 10702 |
+
|
| 10703 |
+
@-webkit-keyframes tooltipLeftIn {
|
| 10704 |
+
0% {
|
| 10705 |
+
opacity: 0;
|
| 10706 |
+
right: 105%;
|
| 10707 |
+
}
|
| 10708 |
+
100% {
|
| 10709 |
+
opacity: 1;
|
| 10710 |
+
right: 100%;
|
| 10711 |
+
}
|
| 10712 |
+
}
|
| 10713 |
+
|
| 10714 |
+
@keyframes tooltipLeftIn {
|
| 10715 |
+
0% {
|
| 10716 |
+
opacity: 0;
|
| 10717 |
+
right: 105%;
|
| 10718 |
+
}
|
| 10719 |
+
100% {
|
| 10720 |
+
opacity: 1;
|
| 10721 |
+
right: 100%;
|
| 10722 |
+
}
|
| 10723 |
+
}
|
| 10724 |
+
|
| 10725 |
+
@-webkit-keyframes tooltipTopIn {
|
| 10726 |
+
0% {
|
| 10727 |
+
opacity: 0;
|
| 10728 |
+
bottom: 110%;
|
| 10729 |
+
}
|
| 10730 |
+
100% {
|
| 10731 |
+
opacity: 1;
|
| 10732 |
+
bottom: 100%;
|
| 10733 |
+
}
|
| 10734 |
+
}
|
| 10735 |
+
|
| 10736 |
+
@keyframes tooltipTopIn {
|
| 10737 |
+
0% {
|
| 10738 |
+
opacity: 0;
|
| 10739 |
+
bottom: 110%;
|
| 10740 |
+
}
|
| 10741 |
+
100% {
|
| 10742 |
+
opacity: 1;
|
| 10743 |
+
bottom: 100%;
|
| 10744 |
+
}
|
| 10745 |
+
}
|
| 10746 |
+
|
| 10747 |
+
@-webkit-keyframes tooltipBottomIn {
|
| 10748 |
+
0% {
|
| 10749 |
+
opacity: 0;
|
| 10750 |
+
top: 110%;
|
| 10751 |
+
}
|
| 10752 |
+
100% {
|
| 10753 |
+
opacity: 1;
|
| 10754 |
+
top: 100%;
|
| 10755 |
+
}
|
| 10756 |
+
}
|
| 10757 |
+
|
| 10758 |
+
@keyframes tooltipBottomIn {
|
| 10759 |
+
0% {
|
| 10760 |
+
opacity: 0;
|
| 10761 |
+
top: 110%;
|
| 10762 |
+
}
|
| 10763 |
+
100% {
|
| 10764 |
+
opacity: 1;
|
| 10765 |
+
top: 100%;
|
| 10766 |
+
}
|
| 10767 |
+
}
|
| 10768 |
+
|
| 10769 |
+
span.eael-tooltip-content,
|
| 10770 |
+
span.eael-tooltip-content a {
|
| 10771 |
+
width: 100%;
|
| 10772 |
+
display: block;
|
| 10773 |
+
text-align: center;
|
| 10774 |
+
}
|
| 10775 |
+
|
| 10776 |
+
.eael-tooltip-text-align-left .eael-tooltip-text, .eael-tooltip-text-align-left .eael-tooltip-content a {
|
| 10777 |
+
text-align: left;
|
| 10778 |
+
}
|
| 10779 |
+
|
| 10780 |
+
.eael-tooltip-text-align-right .eael-tooltip-text, .eael-tooltip-text-align-right .eael-tooltip-content a {
|
| 10781 |
+
text-align: right;
|
| 10782 |
+
}
|
| 10783 |
+
|
| 10784 |
+
.eael-tooltip-text-align-center .eael-tooltip-text, .eael-tooltip-text-align-center .eael-tooltip-content a {
|
| 10785 |
+
text-align: center;
|
| 10786 |
+
}
|
| 10787 |
+
|
| 10788 |
+
.eael-tooltip-text-align-justify .eael-tooltip-text, .eael-tooltip-text-align-justify .eael-tooltip-content a {
|
| 10789 |
+
text-align: justify;
|
| 10790 |
+
}
|
| 10791 |
+
.eael-twitter-feed::before, .eael-twitter-feed::after {
|
| 10792 |
+
content: "";
|
| 10793 |
+
clear: both;
|
| 10794 |
+
}
|
| 10795 |
+
|
| 10796 |
+
.eael-twitter-feed-masonry .eael-twitter-feed-item {
|
| 10797 |
+
float: left;
|
| 10798 |
+
}
|
| 10799 |
+
|
| 10800 |
+
@media only screen and (max-width: 480px) {
|
| 10801 |
+
.eael-twitter-feed-masonry.eael-twitter-feed-col-2 .eael-twitter-feed-item {
|
| 10802 |
+
width: 100% !important;
|
| 10803 |
+
}
|
| 10804 |
+
}
|
| 10805 |
+
|
| 10806 |
+
@media only screen and (max-width: 480px) {
|
| 10807 |
+
.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item {
|
| 10808 |
+
width: 100% !important;
|
| 10809 |
+
}
|
| 10810 |
+
}
|
| 10811 |
+
|
| 10812 |
+
@media only screen and (max-width: 480px) {
|
| 10813 |
+
.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item {
|
| 10814 |
+
width: 100% !important;
|
| 10815 |
+
}
|
| 10816 |
+
}
|
| 10817 |
+
|
| 10818 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-inner {
|
| 10819 |
+
background: #fff;
|
| 10820 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
| 10821 |
+
-webkit-transition: all 0.3s ease;
|
| 10822 |
+
-o-transition: all 0.3s ease;
|
| 10823 |
+
transition: all 0.3s ease;
|
| 10824 |
+
}
|
| 10825 |
+
|
| 10826 |
+
.eael-twitter-feed-item a {
|
| 10827 |
+
color: #0088cc;
|
| 10828 |
+
text-decoration: none;
|
| 10829 |
+
}
|
| 10830 |
+
|
| 10831 |
+
.eael-twitter-feed-item a:hover {
|
| 10832 |
+
outline: 0;
|
| 10833 |
+
color: #005580;
|
| 10834 |
+
}
|
| 10835 |
+
|
| 10836 |
+
.eael-twitter-feed-item a:focus {
|
| 10837 |
+
outline: none;
|
| 10838 |
+
}
|
| 10839 |
+
|
| 10840 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header {
|
| 10841 |
+
padding: 20px 15px 0;
|
| 10842 |
+
margin-bottom: 10px;
|
| 10843 |
+
}
|
| 10844 |
+
|
| 10845 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar {
|
| 10846 |
+
float: left;
|
| 10847 |
+
width: 38px;
|
| 10848 |
+
margin-right: 10px;
|
| 10849 |
+
}
|
| 10850 |
+
|
| 10851 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img {
|
| 10852 |
+
max-width: initial;
|
| 10853 |
+
height: auto;
|
| 10854 |
+
-o-object-fit: cover;
|
| 10855 |
+
object-fit: cover;
|
| 10856 |
+
}
|
| 10857 |
+
|
| 10858 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar.avatar-circle img {
|
| 10859 |
+
-webkit-border-radius: 50%;
|
| 10860 |
+
border-radius: 50%;
|
| 10861 |
+
}
|
| 10862 |
+
|
| 10863 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta {
|
| 10864 |
+
float: left;
|
| 10865 |
+
}
|
| 10866 |
+
|
| 10867 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-icon {
|
| 10868 |
+
color: #1da1f2;
|
| 10869 |
+
margin-right: 5px;
|
| 10870 |
+
}
|
| 10871 |
+
|
| 10872 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-author {
|
| 10873 |
+
color: #444;
|
| 10874 |
+
line-height: 1.5em;
|
| 10875 |
+
font-weight: 700;
|
| 10876 |
+
}
|
| 10877 |
+
|
| 10878 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-date {
|
| 10879 |
+
float: right;
|
| 10880 |
+
margin-right: 10px;
|
| 10881 |
+
font-size: 90%;
|
| 10882 |
+
color: #999999;
|
| 10883 |
+
}
|
| 10884 |
+
|
| 10885 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-content {
|
| 10886 |
+
padding: 0 15px 15px;
|
| 10887 |
+
}
|
| 10888 |
+
|
| 10889 |
+
.eael-twitter-feed-item .eael-twitter-feed-item-content p {
|
| 10890 |
+
color: #666666;
|
| 10891 |
+
margin: 0 0 5px;
|
| 10892 |
+
min-height: 20px;
|
| 10893 |
+
-o-text-overflow: ellipsis;
|
| 10894 |
+
text-overflow: ellipsis;
|
| 10895 |
+
-webkit-line-clamp: 5;
|
| 10896 |
+
-webkit-box-orient: vertical;
|
| 10897 |
+
}
|
| 10898 |
+
|
| 10899 |
+
.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner {
|
| 10900 |
+
display: -webkit-box;
|
| 10901 |
+
display: -webkit-flex;
|
| 10902 |
+
display: -ms-flexbox;
|
| 10903 |
+
display: flex;
|
| 10904 |
+
padding: 20px 15px;
|
| 10905 |
+
}
|
| 10906 |
+
|
| 10907 |
+
.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-content,
|
| 10908 |
+
.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-header {
|
| 10909 |
+
padding: 0;
|
| 10910 |
+
}
|
| 10911 |
+
|
| 10912 |
+
.eael-twitter-feed-item-style-two .eael-twitter-feed-item-icon {
|
| 10913 |
+
float: right;
|
| 10914 |
+
margin-top: 5px;
|
| 10915 |
+
}
|
| 10916 |
+
|
| 10917 |
+
.eael-twitter-feed.swiper-container .swiper-button-next,
|
| 10918 |
+
.eael-twitter-feed.swiper-container .swiper-button-prev {
|
| 10919 |
+
background-image: none;
|
| 10920 |
+
outline: none;
|
| 10921 |
+
}
|
| 10922 |
+
.eael-typeform {
|
| 10923 |
+
width: 100%;
|
| 10924 |
+
height: 700px;
|
| 10925 |
+
}
|
| 10926 |
+
.eael-typeform.eael-typeform-align-center {
|
| 10927 |
+
position: relative;
|
| 10928 |
+
left: 50%;
|
| 10929 |
+
-webkit-transform: translateX(-50%);
|
| 10930 |
+
-ms-transform: translateX(-50%);
|
| 10931 |
+
transform: translateX(-50%);
|
| 10932 |
+
}
|
| 10933 |
+
.eael-typeform.eael-typeform-align-left {
|
| 10934 |
+
float: left;
|
| 10935 |
+
}
|
| 10936 |
+
.eael-typeform.eael-typeform-align-right {
|
| 10937 |
+
float: right;
|
| 10938 |
+
}
|
| 10939 |
+
.eael-weform-container input,
|
| 10940 |
+
.eael-weform-container textarea {
|
| 10941 |
+
height: auto;
|
| 10942 |
+
padding: 10px;
|
| 10943 |
+
}
|
| 10944 |
+
|
| 10945 |
+
.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit] {
|
| 10946 |
+
margin-left: auto !important;
|
| 10947 |
+
margin-right: auto !important;
|
| 10948 |
+
display: block;
|
| 10949 |
+
float: none;
|
| 10950 |
+
}
|
| 10951 |
+
|
| 10952 |
+
.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit] {
|
| 10953 |
+
float: left;
|
| 10954 |
+
width: auto;
|
| 10955 |
+
}
|
| 10956 |
+
|
| 10957 |
+
.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit] {
|
| 10958 |
+
float: right;
|
| 10959 |
+
width: auto;
|
| 10960 |
+
}
|
| 10961 |
+
|
| 10962 |
+
.eael-weform-container ul.wpuf-form {
|
| 10963 |
+
list-style: none;
|
| 10964 |
+
}
|
| 10965 |
+
|
| 10966 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],
|
| 10967 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],
|
| 10968 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],
|
| 10969 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=url],
|
| 10970 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=number],
|
| 10971 |
+
.eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
|
| 10972 |
+
max-width: 100%;
|
| 10973 |
+
}
|
| 10974 |
+
/*------------------------------*/
|
| 10975 |
+
/* Woo Checkout
|
| 10976 |
+
/*------------------------------*/
|
| 10977 |
+
.ea-woo-checkout {
|
| 10978 |
+
font-size: 14px;
|
| 10979 |
+
line-height: 1.5em;
|
| 10980 |
+
font-weight: 400;
|
| 10981 |
+
}
|
| 10982 |
+
.ea-woo-checkout .woocommerce h3, .ea-woo-checkout .woocommerce #ship-to-different-address span {
|
| 10983 |
+
font-size: 25px;
|
| 10984 |
+
line-height: 1.5em;
|
| 10985 |
+
font-weight: 600;
|
| 10986 |
+
margin-top: 0;
|
| 10987 |
+
text-transform: capitalize;
|
| 10988 |
+
}
|
| 10989 |
+
.ea-woo-checkout .woocommerce label {
|
| 10990 |
+
font-size: 16px;
|
| 10991 |
+
line-height: 1.5;
|
| 10992 |
+
font-weight: 500;
|
| 10993 |
+
}
|
| 10994 |
+
.ea-woo-checkout .woocommerce label.woocommerce-form__label-for-checkbox.checkbox {
|
| 10995 |
+
display: -webkit-box;
|
| 10996 |
+
display: -webkit-flex;
|
| 10997 |
+
display: -ms-flexbox;
|
| 10998 |
+
display: flex;
|
| 10999 |
+
-webkit-box-align: center;
|
| 11000 |
+
-webkit-align-items: center;
|
| 11001 |
+
-ms-flex-align: center;
|
| 11002 |
+
align-items: center;
|
| 11003 |
+
}
|
| 11004 |
+
.ea-woo-checkout .woocommerce .checkout li.wc_payment_method {
|
| 11005 |
+
border-bottom: none;
|
| 11006 |
+
}
|
| 11007 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login a, .ea-woo-checkout .woocommerce .woo-checkout-coupon a {
|
| 11008 |
+
color: #7866ff;
|
| 11009 |
+
}
|
| 11010 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login a :hover, .ea-woo-checkout .woocommerce .woo-checkout-coupon a :hover {
|
| 11011 |
+
color: #443D6D;
|
| 11012 |
+
}
|
| 11013 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login label, .ea-woo-checkout .woocommerce .woo-checkout-coupon label {
|
| 11014 |
+
margin-bottom: 10px;
|
| 11015 |
+
}
|
| 11016 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .input-text, .ea-woo-checkout .woocommerce .woo-checkout-login select, .ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text, .ea-woo-checkout .woocommerce .woo-checkout-coupon select {
|
| 11017 |
+
-webkit-border-radius: 5px;
|
| 11018 |
+
border-radius: 5px;
|
| 11019 |
+
background-color: #ffffff;
|
| 11020 |
+
padding: 13px;
|
| 11021 |
+
border: 1px solid transparent;
|
| 11022 |
+
}
|
| 11023 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .input-text :hover, .ea-woo-checkout .woocommerce .woo-checkout-login .input-text :active, .ea-woo-checkout .woocommerce .woo-checkout-login select :hover, .ea-woo-checkout .woocommerce .woo-checkout-login select :active, .ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text :hover, .ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text :active, .ea-woo-checkout .woocommerce .woo-checkout-coupon select :hover, .ea-woo-checkout .woocommerce .woo-checkout-coupon select :active {
|
| 11024 |
+
border-color: inherit;
|
| 11025 |
+
}
|
| 11026 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .input-text :focus, .ea-woo-checkout .woocommerce .woo-checkout-login select :focus, .ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text :focus, .ea-woo-checkout .woocommerce .woo-checkout-coupon select :focus {
|
| 11027 |
+
outline: inherit;
|
| 11028 |
+
outline-offset: 0;
|
| 11029 |
+
}
|
| 11030 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .button, .ea-woo-checkout .woocommerce .woo-checkout-coupon .button {
|
| 11031 |
+
background-color: #7866ff;
|
| 11032 |
+
-webkit-border-radius: 5px;
|
| 11033 |
+
border-radius: 5px;
|
| 11034 |
+
font-size: 16px;
|
| 11035 |
+
line-height: 1.5em;
|
| 11036 |
+
color: #ffffff;
|
| 11037 |
+
font-weight: 400;
|
| 11038 |
+
margin: 0;
|
| 11039 |
+
padding: 13px 30px;
|
| 11040 |
+
border: none;
|
| 11041 |
+
text-transform: capitalize !important;
|
| 11042 |
+
}
|
| 11043 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .button:hover, .ea-woo-checkout .woocommerce .woo-checkout-coupon .button:hover {
|
| 11044 |
+
text-decoration: none;
|
| 11045 |
+
}
|
| 11046 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login {
|
| 11047 |
+
-webkit-border-radius: 5px;
|
| 11048 |
+
border-radius: 5px;
|
| 11049 |
+
background-color: #f1ebff;
|
| 11050 |
+
padding: 30px;
|
| 11051 |
+
font-size: 16px;
|
| 11052 |
+
line-height: 1.5em;
|
| 11053 |
+
font-weight: 400;
|
| 11054 |
+
margin-bottom: 30px;
|
| 11055 |
+
position: relative;
|
| 11056 |
+
display: block;
|
| 11057 |
+
}
|
| 11058 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .ea-login-icon {
|
| 11059 |
+
width: 20px;
|
| 11060 |
+
position: absolute;
|
| 11061 |
+
top: 20px;
|
| 11062 |
+
left: 20px;
|
| 11063 |
+
font-size: 20px;
|
| 11064 |
+
}
|
| 11065 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .ea-login-icon i, .ea-woo-checkout .woocommerce .woo-checkout-login .ea-login-icon svg {
|
| 11066 |
+
width: 1em;
|
| 11067 |
+
height: 1em;
|
| 11068 |
+
position: relative;
|
| 11069 |
+
display: block;
|
| 11070 |
+
}
|
| 11071 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .form-row-first {
|
| 11072 |
+
width: 48.5%;
|
| 11073 |
+
float: left !important;
|
| 11074 |
+
}
|
| 11075 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .form-row-last {
|
| 11076 |
+
float: right !important;
|
| 11077 |
+
}
|
| 11078 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .clear {
|
| 11079 |
+
clear: both;
|
| 11080 |
+
}
|
| 11081 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login {
|
| 11082 |
+
max-width: 100%;
|
| 11083 |
+
margin: 15px 0 0 !important;
|
| 11084 |
+
}
|
| 11085 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login p:first-child {
|
| 11086 |
+
margin-top: 0;
|
| 11087 |
+
}
|
| 11088 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login .woocommerce-form-login__submit {
|
| 11089 |
+
margin-right: 30px;
|
| 11090 |
+
}
|
| 11091 |
+
.ea-woo-checkout .woocommerce .woo-checkout-login .lost_password {
|
| 11092 |
+
margin-left: 3px;
|
| 11093 |
+
margin-bottom: 0;
|
| 11094 |
+
}
|
| 11095 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .form-row-first {
|
| 11096 |
+
width: 48.5%;
|
| 11097 |
+
}
|
| 11098 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon {
|
| 11099 |
+
margin: 15px 0 0 !important;
|
| 11100 |
+
padding: 20px;
|
| 11101 |
+
width: 100%;
|
| 11102 |
+
text-align: left;
|
| 11103 |
+
border: 1px solid inherit;
|
| 11104 |
+
-webkit-border-radius: 5px;
|
| 11105 |
+
border-radius: 5px;
|
| 11106 |
+
}
|
| 11107 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon p:first-child {
|
| 11108 |
+
margin: 0 0 20px 0;
|
| 11109 |
+
}
|
| 11110 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first {
|
| 11111 |
+
width: 78%;
|
| 11112 |
+
float: left;
|
| 11113 |
+
}
|
| 11114 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first input {
|
| 11115 |
+
-webkit-border-radius: 5px;
|
| 11116 |
+
border-radius: 5px;
|
| 11117 |
+
-webkit-box-shadow: 0 12px 20px rgba(51, 57, 137, 0.1);
|
| 11118 |
+
box-shadow: 0 12px 20px rgba(51, 57, 137, 0.1);
|
| 11119 |
+
background-color: #ffffff;
|
| 11120 |
+
height: 50px;
|
| 11121 |
+
}
|
| 11122 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first input :focus {
|
| 11123 |
+
outline: none;
|
| 11124 |
+
outline-offset: 0;
|
| 11125 |
+
}
|
| 11126 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last {
|
| 11127 |
+
width: 20%;
|
| 11128 |
+
margin-left: 2%;
|
| 11129 |
+
float: right;
|
| 11130 |
+
}
|
| 11131 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .clear {
|
| 11132 |
+
clear: both;
|
| 11133 |
+
}
|
| 11134 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon p {
|
| 11135 |
+
margin-top: 0;
|
| 11136 |
+
}
|
| 11137 |
+
@media (max-width: 1024px) {
|
| 11138 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first {
|
| 11139 |
+
width: 50%;
|
| 11140 |
+
}
|
| 11141 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last {
|
| 11142 |
+
width: 48%;
|
| 11143 |
+
}
|
| 11144 |
+
}
|
| 11145 |
+
@media (max-width: 767px) {
|
| 11146 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first, .ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last {
|
| 11147 |
+
width: 100%;
|
| 11148 |
+
}
|
| 11149 |
+
}
|
| 11150 |
+
.ea-woo-checkout .woocommerce .woo-checkout-coupon .lost_password {
|
| 11151 |
+
margin-bottom: 0;
|
| 11152 |
+
}
|
| 11153 |
+
.ea-woo-checkout .woocommerce h3#order_review_heading {
|
| 11154 |
+
float: none;
|
| 11155 |
+
width: 100%;
|
| 11156 |
+
}
|
| 11157 |
+
.ea-woo-checkout .woocommerce #customer_details.col2-set {
|
| 11158 |
+
width: 100% !important;
|
| 11159 |
+
padding: 0 !important;
|
| 11160 |
+
float: none !important;
|
| 11161 |
+
margin: 0 0 30px 0;
|
| 11162 |
+
}
|
| 11163 |
+
.ea-woo-checkout .woocommerce #customer_details.col2-set h3 {
|
| 11164 |
+
border: none;
|
| 11165 |
+
padding: 0;
|
| 11166 |
+
font-size: 25px;
|
| 11167 |
+
}
|
| 11168 |
+
.ea-woo-checkout .woocommerce #customer_details.col2-set .col-1 {
|
| 11169 |
+
padding-left: 0;
|
| 11170 |
+
float: left !important;
|
| 11171 |
+
width: 48% !important;
|
| 11172 |
+
}
|
| 11173 |
+
.ea-woo-checkout .woocommerce #customer_details.col2-set .col-2 {
|
| 11174 |
+
padding-right: 0;
|
| 11175 |
+
float: right !important;
|
| 11176 |
+
width: 48% !important;
|
| 11177 |
+
}
|
| 11178 |
+
.ea-woo-checkout .woocommerce #customer_details.col2-set #ship-to-different-address label {
|
| 11179 |
+
display: -webkit-box;
|
| 11180 |
+
display: -webkit-flex;
|
| 11181 |
+
display: -ms-flexbox;
|
| 11182 |
+
display: flex;
|
| 11183 |
+
padding-top: 0;
|
| 11184 |
+
padding-bottom: 0;
|
| 11185 |
+
}
|
| 11186 |
+
.ea-woo-checkout .woocommerce #customer_details.col2-set #ship-to-different-address label input {
|
| 11187 |
+
-webkit-align-self: start;
|
| 11188 |
+
-ms-flex-item-align: start;
|
| 11189 |
+
align-self: start;
|
| 11190 |
+
margin-top: 9px;
|
| 11191 |
+
margin-right: 10px;
|
| 11192 |
+
}
|
| 11193 |
+
@media (max-width: 767px) {
|
| 11194 |
+
.ea-woo-checkout .woocommerce #customer_details.col2-set .col-1, .ea-woo-checkout .woocommerce #customer_details.col2-set .col-2 {
|
| 11195 |
+
width: 100% !important;
|
| 11196 |
+
float: none !important;
|
| 11197 |
+
}
|
| 11198 |
+
}
|
| 11199 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review {
|
| 11200 |
+
margin-bottom: 30px;
|
| 11201 |
+
}
|
| 11202 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table {
|
| 11203 |
+
padding: 0;
|
| 11204 |
+
margin: 0;
|
| 11205 |
+
}
|
| 11206 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table li {
|
| 11207 |
+
display: -webkit-box;
|
| 11208 |
+
display: -webkit-flex;
|
| 11209 |
+
display: -ms-flexbox;
|
| 11210 |
+
display: flex;
|
| 11211 |
+
-webkit-box-align: center;
|
| 11212 |
+
-webkit-align-items: center;
|
| 11213 |
+
-ms-flex-align: center;
|
| 11214 |
+
align-items: center;
|
| 11215 |
+
margin: 0 0 12px 0;
|
| 11216 |
+
}
|
| 11217 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-header {
|
| 11218 |
+
font-size: 14px;
|
| 11219 |
+
}
|
| 11220 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-row {
|
| 11221 |
+
-webkit-border-radius: 3px;
|
| 11222 |
+
border-radius: 3px;
|
| 11223 |
+
font-size: 16px;
|
| 11224 |
+
font-weight: 500;
|
| 11225 |
+
background-color: #ffffff;
|
| 11226 |
+
}
|
| 11227 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-1 {
|
| 11228 |
+
-webkit-flex-basis: 70%;
|
| 11229 |
+
-ms-flex-preferred-size: 70%;
|
| 11230 |
+
flex-basis: 70%;
|
| 11231 |
+
max-width: 70%;
|
| 11232 |
+
}
|
| 11233 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-2 {
|
| 11234 |
+
-webkit-flex-basis: 15%;
|
| 11235 |
+
-ms-flex-preferred-size: 15%;
|
| 11236 |
+
flex-basis: 15%;
|
| 11237 |
+
max-width: 15%;
|
| 11238 |
+
text-align: center;
|
| 11239 |
+
}
|
| 11240 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-3 {
|
| 11241 |
+
-webkit-flex-basis: 15%;
|
| 11242 |
+
-ms-flex-preferred-size: 15%;
|
| 11243 |
+
flex-basis: 15%;
|
| 11244 |
+
max-width: 15%;
|
| 11245 |
+
text-align: right;
|
| 11246 |
+
padding-right: 25px !important;
|
| 11247 |
+
}
|
| 11248 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name {
|
| 11249 |
+
-webkit-box-align: center;
|
| 11250 |
+
-webkit-align-items: center;
|
| 11251 |
+
-ms-flex-align: center;
|
| 11252 |
+
align-items: center;
|
| 11253 |
+
display: -webkit-box;
|
| 11254 |
+
display: -webkit-flex;
|
| 11255 |
+
display: -ms-flexbox;
|
| 11256 |
+
display: flex;
|
| 11257 |
+
}
|
| 11258 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name .product-thumbnail {
|
| 11259 |
+
width: 65px;
|
| 11260 |
+
margin-right: 15px;
|
| 11261 |
+
}
|
| 11262 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name .product-thumbnail img {
|
| 11263 |
+
display: block;
|
| 11264 |
+
}
|
| 11265 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-quantity, .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-total {
|
| 11266 |
+
padding: 0 10px;
|
| 11267 |
+
}
|
| 11268 |
+
@media all and (max-width: 767px) {
|
| 11269 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table {
|
| 11270 |
+
overflow-y: auto;
|
| 11271 |
+
}
|
| 11272 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-row, .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-header {
|
| 11273 |
+
width: 400px;
|
| 11274 |
+
}
|
| 11275 |
+
}
|
| 11276 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer {
|
| 11277 |
+
display: -webkit-box;
|
| 11278 |
+
display: -webkit-flex;
|
| 11279 |
+
display: -ms-flexbox;
|
| 11280 |
+
display: flex;
|
| 11281 |
+
-webkit-box-pack: justify;
|
| 11282 |
+
-webkit-justify-content: space-between;
|
| 11283 |
+
-ms-flex-pack: justify;
|
| 11284 |
+
justify-content: space-between;
|
| 11285 |
+
}
|
| 11286 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shopping {
|
| 11287 |
+
margin: 0 0 10px 0;
|
| 11288 |
+
text-transform: capitalize;
|
| 11289 |
+
font-size: 15px;
|
| 11290 |
+
line-height: 1.5em;
|
| 11291 |
+
display: inline-block;
|
| 11292 |
+
}
|
| 11293 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shopping i {
|
| 11294 |
+
margin-right: 5px;
|
| 11295 |
+
}
|
| 11296 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content {
|
| 11297 |
+
font-size: 14px;
|
| 11298 |
+
-webkit-border-radius: 3px;
|
| 11299 |
+
border-radius: 3px;
|
| 11300 |
+
padding: 20px 25px;
|
| 11301 |
+
background-color: #ffffff;
|
| 11302 |
+
width: 40%;
|
| 11303 |
+
font-weight: 700;
|
| 11304 |
+
margin: 0 0 0 auto;
|
| 11305 |
+
}
|
| 11306 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content div:first-child {
|
| 11307 |
+
border: none;
|
| 11308 |
+
}
|
| 11309 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content div:last-child {
|
| 11310 |
+
padding-bottom: 0;
|
| 11311 |
+
}
|
| 11312 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content label {
|
| 11313 |
+
font-size: inherit;
|
| 11314 |
+
font-weight: inherit;
|
| 11315 |
+
line-height: inherit;
|
| 11316 |
+
}
|
| 11317 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content .woocommerce-remove-coupon {
|
| 11318 |
+
font-family: inherit;
|
| 11319 |
+
font-size: 0.7em;
|
| 11320 |
+
font-weight: inherit;
|
| 11321 |
+
line-height: inherit;
|
| 11322 |
+
-webkit-transition: all 0.2s;
|
| 11323 |
+
-o-transition: all 0.2s;
|
| 11324 |
+
transition: all 0.2s;
|
| 11325 |
+
}
|
| 11326 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .shipping-area, .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .order-total, .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .cart-subtotal, .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .cart-discount {
|
| 11327 |
+
display: -webkit-box;
|
| 11328 |
+
display: -webkit-flex;
|
| 11329 |
+
display: -ms-flexbox;
|
| 11330 |
+
display: flex;
|
| 11331 |
+
-webkit-box-pack: justify;
|
| 11332 |
+
-webkit-justify-content: space-between;
|
| 11333 |
+
-ms-flex-pack: justify;
|
| 11334 |
+
justify-content: space-between;
|
| 11335 |
+
border-top: 1px solid inherit;
|
| 11336 |
+
padding: 3px 0;
|
| 11337 |
+
}
|
| 11338 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .woocommerce-shipping-methods {
|
| 11339 |
+
margin: 0;
|
| 11340 |
+
padding: 0;
|
| 11341 |
+
list-style: none;
|
| 11342 |
+
}
|
| 11343 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .shipping-area #shipping_method li {
|
| 11344 |
+
margin-bottom: 0;
|
| 11345 |
+
}
|
| 11346 |
+
@media all and (max-width: 1024px) {
|
| 11347 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content {
|
| 11348 |
+
width: 40%;
|
| 11349 |
+
}
|
| 11350 |
+
}
|
| 11351 |
+
@media all and (max-width: 767px) {
|
| 11352 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer {
|
| 11353 |
+
-webkit-box-orient: vertical;
|
| 11354 |
+
-webkit-box-direction: reverse;
|
| 11355 |
+
-webkit-flex-direction: column-reverse;
|
| 11356 |
+
-ms-flex-direction: column-reverse;
|
| 11357 |
+
flex-direction: column-reverse;
|
| 11358 |
+
}
|
| 11359 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shop {
|
| 11360 |
+
margin-top: 15px;
|
| 11361 |
+
}
|
| 11362 |
+
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content {
|
| 11363 |
+
width: 100%;
|
| 11364 |
+
}
|
| 11365 |
+
}
|
| 11366 |
+
.eael-woo-checkout .woocommerce .woocommerce-error, .eael-woo-checkout .woocommerce .woocommerce-info, .eael-woo-checkout .woocommerce .woocommerce-message {
|
| 11367 |
+
border: 0;
|
| 11368 |
+
-webkit-border-radius: 5px;
|
| 11369 |
+
border-radius: 5px;
|
| 11370 |
+
text-align: left;
|
| 11371 |
+
background-color: transparent;
|
| 11372 |
+
text-transform: capitalize;
|
| 11373 |
+
padding: 20px 20px 20px 50px;
|
| 11374 |
+
font-size: 16px;
|
| 11375 |
+
line-height: 1.5em;
|
| 11376 |
+
font-weight: 400;
|
| 11377 |
+
margin-bottom: 30px;
|
| 11378 |
+
}
|
| 11379 |
+
.eael-woo-checkout .woocommerce .woocommerce-error::before, .eael-woo-checkout .woocommerce .woocommerce-info::before, .eael-woo-checkout .woocommerce .woocommerce-message::before {
|
| 11380 |
+
left: 20px;
|
| 11381 |
+
top: 20px;
|
| 11382 |
+
font-size: 20px;
|
| 11383 |
+
}
|
| 11384 |
+
.eael-woo-checkout .woocommerce .woocommerce-error a, .eael-woo-checkout .woocommerce .woocommerce-info a, .eael-woo-checkout .woocommerce .woocommerce-message a {
|
| 11385 |
+
-webkit-box-shadow: none;
|
| 11386 |
+
box-shadow: none;
|
| 11387 |
+
text-transform: capitalize;
|
| 11388 |
+
}
|
| 11389 |
+
.eael-woo-checkout .woocommerce .woocommerce-error {
|
| 11390 |
+
background-color: #FFF3F5;
|
| 11391 |
+
color: #FF7E93;
|
| 11392 |
+
}
|
| 11393 |
+
.eael-woo-checkout .woocommerce .woocommerce-info {
|
| 11394 |
+
background-color: #d1ecf1;
|
| 11395 |
+
color: #0c5460;
|
| 11396 |
+
}
|
| 11397 |
+
.eael-woo-checkout .woocommerce .woocommerce-message {
|
| 11398 |
+
background-color: #d4edda;
|
| 11399 |
+
color: #155724;
|
| 11400 |
+
}
|
| 11401 |
+
.eael-woo-checkout .woocommerce form.checkout_coupon {
|
| 11402 |
+
border: 1px solid #404040;
|
| 11403 |
+
}
|
| 11404 |
+
.eael-woo-checkout .woocommerce .woo-checkout-login.woo-checkout-login-editor {
|
| 11405 |
+
display: none;
|
| 11406 |
+
}
|
| 11407 |
+
.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-error, .eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-info, .eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-message {
|
| 11408 |
+
background-color: transparent !important;
|
| 11409 |
+
padding: 0 0 0 40px !important;
|
| 11410 |
+
border: none !important;
|
| 11411 |
+
margin: 0;
|
| 11412 |
+
}
|
| 11413 |
+
.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-error::before, .eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-info::before, .eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-message::before {
|
| 11414 |
+
left: 20px;
|
| 11415 |
+
top: 20px;
|
| 11416 |
+
font-size: 20px;
|
| 11417 |
+
}
|
| 11418 |
+
.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info {
|
| 11419 |
+
font-size: inherit;
|
| 11420 |
+
line-height: 1.5em;
|
| 11421 |
+
font-weight: inherit;
|
| 11422 |
+
margin-bottom: 0;
|
| 11423 |
+
display: block;
|
| 11424 |
+
}
|
| 11425 |
+
.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info::before {
|
| 11426 |
+
content: none;
|
| 11427 |
+
}
|
| 11428 |
+
.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info a {
|
| 11429 |
+
text-decoration: underline;
|
| 11430 |
+
}
|
| 11431 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon {
|
| 11432 |
+
-webkit-border-radius: 5px;
|
| 11433 |
+
border-radius: 5px;
|
| 11434 |
+
background-color: #ebfaff;
|
| 11435 |
+
padding: 30px;
|
| 11436 |
+
font-size: 16px;
|
| 11437 |
+
line-height: 1.5em;
|
| 11438 |
+
font-weight: 400;
|
| 11439 |
+
margin-bottom: 30px;
|
| 11440 |
+
position: relative;
|
| 11441 |
+
display: block;
|
| 11442 |
+
}
|
| 11443 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .ea-coupon-icon {
|
| 11444 |
+
width: 20px;
|
| 11445 |
+
position: absolute;
|
| 11446 |
+
top: 20px;
|
| 11447 |
+
left: 20px;
|
| 11448 |
+
font-size: 20px;
|
| 11449 |
+
}
|
| 11450 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .ea-coupon-icon i, .eael-woo-checkout .woocommerce .woo-checkout-coupon .ea-coupon-icon svg {
|
| 11451 |
+
width: 1em;
|
| 11452 |
+
height: 1em;
|
| 11453 |
+
position: relative;
|
| 11454 |
+
display: block;
|
| 11455 |
+
}
|
| 11456 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error {
|
| 11457 |
+
border-width: 1px;
|
| 11458 |
+
border-style: solid;
|
| 11459 |
+
-webkit-border-radius: 3px;
|
| 11460 |
+
border-radius: 3px;
|
| 11461 |
+
padding: 10px 10px 10px 40px !important;
|
| 11462 |
+
margin: 20px 0 0;
|
| 11463 |
+
color: inherit;
|
| 11464 |
+
}
|
| 11465 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info:before, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message:before, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error:before {
|
| 11466 |
+
left: 10px;
|
| 11467 |
+
top: 10px;
|
| 11468 |
+
color: inherit;
|
| 11469 |
+
}
|
| 11470 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info li, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message li, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error li {
|
| 11471 |
+
margin-left: 0;
|
| 11472 |
+
}
|
| 11473 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-error, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-message {
|
| 11474 |
+
background-color: transparent !important;
|
| 11475 |
+
padding: 0 0 0 40px !important;
|
| 11476 |
+
border: none !important;
|
| 11477 |
+
margin: 0;
|
| 11478 |
+
}
|
| 11479 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-error::before, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info::before, .eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-message::before {
|
| 11480 |
+
left: 20px;
|
| 11481 |
+
top: 20px;
|
| 11482 |
+
font-size: 20px;
|
| 11483 |
+
}
|
| 11484 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info {
|
| 11485 |
+
font-size: inherit;
|
| 11486 |
+
line-height: 1.5em;
|
| 11487 |
+
font-weight: inherit;
|
| 11488 |
+
margin-bottom: 0;
|
| 11489 |
+
display: block;
|
| 11490 |
+
}
|
| 11491 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info::before {
|
| 11492 |
+
content: none;
|
| 11493 |
+
}
|
| 11494 |
+
.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info a {
|
| 11495 |
+
text-decoration: underline;
|
| 11496 |
+
}
|
| 11497 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment {
|
| 11498 |
+
clear: both;
|
| 11499 |
+
}
|
| 11500 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods {
|
| 11501 |
+
padding: 0 0 20px 0 !important;
|
| 11502 |
+
margin: 0;
|
| 11503 |
+
border: 0;
|
| 11504 |
+
}
|
| 11505 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods li:not(.woocommerce-notice) {
|
| 11506 |
+
background-color: transparent;
|
| 11507 |
+
}
|
| 11508 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method {
|
| 11509 |
+
margin: 0;
|
| 11510 |
+
padding: 0;
|
| 11511 |
+
}
|
| 11512 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method > label {
|
| 11513 |
+
font-size: 15px;
|
| 11514 |
+
padding: 0;
|
| 11515 |
+
margin: 0;
|
| 11516 |
+
display: inline-block;
|
| 11517 |
+
width: 100%;
|
| 11518 |
+
}
|
| 11519 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio] {
|
| 11520 |
+
display: none;
|
| 11521 |
+
}
|
| 11522 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio] + label {
|
| 11523 |
+
cursor: pointer;
|
| 11524 |
+
-webkit-user-select: none;
|
| 11525 |
+
-moz-user-select: none;
|
| 11526 |
+
-ms-user-select: none;
|
| 11527 |
+
user-select: none;
|
| 11528 |
+
padding-left: 25px;
|
| 11529 |
+
position: relative;
|
| 11530 |
+
}
|
| 11531 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio] + label::before {
|
| 11532 |
+
-webkit-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
|
| 11533 |
+
-o-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
|
| 11534 |
+
transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
|
| 11535 |
+
content: "";
|
| 11536 |
+
width: 12px;
|
| 11537 |
+
height: 12px;
|
| 11538 |
+
-webkit-border-radius: 50%;
|
| 11539 |
+
border-radius: 50%;
|
| 11540 |
+
background-color: #b8b6ca;
|
| 11541 |
+
border: 0 solid white;
|
| 11542 |
+
font-size: 0;
|
| 11543 |
+
position: absolute;
|
| 11544 |
+
top: 47%;
|
| 11545 |
+
left: 0;
|
| 11546 |
+
-webkit-transform: translateY(-50%);
|
| 11547 |
+
-ms-transform: translateY(-50%);
|
| 11548 |
+
transform: translateY(-50%);
|
| 11549 |
+
}
|
| 11550 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio] + label::after {
|
| 11551 |
+
-webkit-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
|
| 11552 |
+
-o-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
|
| 11553 |
+
transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
|
| 11554 |
+
content: "";
|
| 11555 |
+
width: 0;
|
| 11556 |
+
height: 0;
|
| 11557 |
+
-webkit-border-radius: 50%;
|
| 11558 |
+
border-radius: 50%;
|
| 11559 |
+
background-color: white;
|
| 11560 |
+
position: absolute;
|
| 11561 |
+
top: 47%;
|
| 11562 |
+
left: 0;
|
| 11563 |
+
-webkit-transform: translateY(-50%);
|
| 11564 |
+
-ms-transform: translateY(-50%);
|
| 11565 |
+
transform: translateY(-50%);
|
| 11566 |
+
}
|
| 11567 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked + label::before {
|
| 11568 |
+
background-color: transparent;
|
| 11569 |
+
width: 12px;
|
| 11570 |
+
height: 12px;
|
| 11571 |
+
border-width: 2px;
|
| 11572 |
+
border-color: #7362f0;
|
| 11573 |
+
}
|
| 11574 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked + label::after {
|
| 11575 |
+
width: 6px;
|
| 11576 |
+
height: 6px;
|
| 11577 |
+
left: 3px;
|
| 11578 |
+
background-color: #fff;
|
| 11579 |
+
}
|
| 11580 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .payment_box {
|
| 11581 |
+
-webkit-border-radius: 5px;
|
| 11582 |
+
border-radius: 5px;
|
| 11583 |
+
}
|
| 11584 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .payment_box p:first-child {
|
| 11585 |
+
margin: 0 !important;
|
| 11586 |
+
}
|
| 11587 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order {
|
| 11588 |
+
padding: 20px 0 0 0;
|
| 11589 |
+
border-top: 1px solid #fff;
|
| 11590 |
+
}
|
| 11591 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order p {
|
| 11592 |
+
margin-top: 0;
|
| 11593 |
+
}
|
| 11594 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order a.woocommerce-privacy-policy-link {
|
| 11595 |
+
color: #fff;
|
| 11596 |
+
font-weight: 600;
|
| 11597 |
+
}
|
| 11598 |
+
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order #place_order {
|
| 11599 |
+
width: auto;
|
| 11600 |
+
margin: 0 0 0 auto;
|
| 11601 |
+
text-transform: capitalize;
|
| 11602 |
+
letter-spacing: unset;
|
| 11603 |
+
}
|
| 11604 |
+
.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 {
|
| 11605 |
+
width: 100% !important;
|
| 11606 |
+
float: none !important;
|
| 11607 |
+
}
|
| 11608 |
+
@media (min-width: 1024px) {
|
| 11609 |
+
.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-billing-fields {
|
| 11610 |
+
float: left !important;
|
| 11611 |
+
width: 48% !important;
|
| 11612 |
+
padding-right: 2%;
|
| 11613 |
+
}
|
| 11614 |
+
.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-account-fields, .eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-shipping-fields, .eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-additional-fields {
|
| 11615 |
+
float: left !important;
|
| 11616 |
+
width: 48% !important;
|
| 11617 |
+
padding-left: 2%;
|
| 11618 |
+
}
|
| 11619 |
+
}
|
| 11620 |
+
.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-2 {
|
| 11621 |
+
clear: both;
|
| 11622 |
+
}
|
| 11623 |
+
.eael-woo-checkout.elementor-editor-active .woocommerce .woo-checkout-login.woo-checkout-login-editor {
|
| 11624 |
+
display: block;
|
| 11625 |
+
}
|
| 11626 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=submit],
|
| 11627 |
+
.eael-wpforms .wpforms-container .wpforms-form button[type=submit],
|
| 11628 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
|
| 11629 |
+
border: 0;
|
| 11630 |
+
}
|
| 11631 |
+
|
| 11632 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
|
| 11633 |
+
.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
|
| 11634 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
|
| 11635 |
+
border: 0;
|
| 11636 |
+
}
|
| 11637 |
+
|
| 11638 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
|
| 11639 |
+
.eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
|
| 11640 |
+
padding: 3px;
|
| 11641 |
+
}
|
| 11642 |
+
|
| 11643 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
|
| 11644 |
+
display: none;
|
| 11645 |
+
}
|
| 11646 |
+
|
| 11647 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
|
| 11648 |
+
max-width: 100%;
|
| 11649 |
+
}
|
| 11650 |
+
|
| 11651 |
+
.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]),
|
| 11652 |
+
.eael-wpforms .wpforms-container .wpforms-field textarea,
|
| 11653 |
+
.eael-wpforms .wpforms-container .wpforms-field select {
|
| 11654 |
+
max-width: 100% !important;
|
| 11655 |
+
}
|
| 11656 |
+
|
| 11657 |
+
.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
|
| 11658 |
+
display: block;
|
| 11659 |
+
}
|
| 11660 |
+
|
| 11661 |
+
.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
|
| 11662 |
+
width: 100%;
|
| 11663 |
+
}
|
assets/front-end/css/view/view.min.css
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.clearfix:after,.clearfix:before{content:" ";display:table;clear:both}.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right{padding-top:40px}.eael-contact-form input[type=date],.eael-contact-form input[type=email],.eael-contact-form input[type=number],.eael-contact-form input[type=tel],.eael-contact-form input[type=text],.eael-contact-form input[type=url],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio],.eael-custom-radio-checkbox input[type=radio]:before{-webkit-border-radius:50%;border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto}
|
| 2 |
+
.eael-adv-accordion{width:auto;height:auto}.eael-adv-accordion,.eael-adv-accordion .eael-accordion-list .eael-accordion-header{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-adv-accordion .eael-accordion-list .eael-accordion-header{padding:15px;border:1px solid rgba(0,0,0,.02);font-size:1rem;font-weight:600;line-height:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.eael-adv-accordion .eael-accordion-list .eael-accordion-header>.eael-accordion-tab-title{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0}.eael-adv-accordion .eael-accordion-list .eael-accordion-header>i{margin-right:10px}.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);z-index:10;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);z-index:10;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fa-accordion-icon{display:inline-block;margin-right:10px}.eael-adv-accordion .eael-accordion-list .eael-accordion-content{display:none;border:1px solid #eee;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1rem;line-height:1.7}.eael-adv-accordion .eael-accordion-list .eael-accordion-content p{margin:0}.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active{display:block}@-webkit-keyframes rotate-90{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes rotate-90{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@-webkit-keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}to{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}to{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}
|
| 3 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-wrap-inner{width:100%;overflow-y:auto}.ea-advanced-data-table-wrap .ea-advanced-data-table{width:100%;border-collapse:collapse}.ea-advanced-data-table-wrap .ea-advanced-data-table td,.ea-advanced-data-table-wrap .ea-advanced-data-table th{background-color:transparent!important}.ea-advanced-data-table-wrap .ea-advanced-data-table td .inline-editor.ql-container,.ea-advanced-data-table-wrap .ea-advanced-data-table th .inline-editor.ql-container{font-family:inherit;font-size:inherit}.ea-advanced-data-table-wrap .ea-advanced-data-table td .inline-editor .ql-editor,.ea-advanced-data-table-wrap .ea-advanced-data-table th .inline-editor .ql-editor{line-height:inherit;padding:0}.ea-advanced-data-table-wrap .ea-advanced-data-table td .inline-editor .ql-tooltip,.ea-advanced-data-table-wrap .ea-advanced-data-table th .inline-editor .ql-tooltip{z-index:9999}.ea-advanced-data-table-wrap .ea-advanced-data-table td p,.ea-advanced-data-table-wrap .ea-advanced-data-table th p{margin-top:0;margin-bottom:0}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th{position:relative;cursor:pointer}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:before{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:5px solid #4d4d4d;position:absolute;top:50%;right:15px;margin-top:-6px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:after{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #4d4d4d;position:absolute;top:50%;right:15px;margin-top:1px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:before{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:after,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:before{margin-top:-3px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:after{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th{pointer-events:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-paginated tbody tr,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:after,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:before{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th{position:relative}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:before{border:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:after{content:"";display:block;height:100%;position:absolute;right:0;top:0;width:10px;border:none;cursor:col-resize}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable.ea-advanced-data-table-paginated tbody tr{display:table-row}.ea-advanced-data-table-wrap .ea-advanced-data-table .nt_add_cart_wrapper{text-align:center}.ea-advanced-data-table-wrap .ea-advanced-data-table .button{display:block;white-space:nowrap}.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-center{text-align:center}.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-right{text-align:right}.ea-advanced-data-table-wrap .ea-advanced-data-table-pagination a{display:inline-block}
|
| 4 |
+
.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{padding:0;margin:0;list-style-type:none;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul,.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.eael-advance-tabs .eael-tabs-nav>ul li{padding:1em 1.5em;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;z-index:1;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0;display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active,.eael-advance-tabs .eael-tabs-nav>ul li.active-default,.eael-advance-tabs .eael-tabs-nav>ul li:hover{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs .eael-tabs-nav>ul li.active:after{display:block}.eael-tabs-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active,.eael-advance-tabs .eael-tabs-content>div.active-default{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn .3s linear;animation:fadeIn .3s linear}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li,.eael-tab-top-icon li a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .eael-tab-title,.eael-tab-top-icon li .fa{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul li:after{bottom:auto!important;right:-10px;top:-webkit-calc(50% - 10px);top:calc(50% - 10px);left:auto!important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width:767px){.eael-advance-tabs .eael-tabs-nav>ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.eael-advance-tabs.eael-tabs-vertical{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav,.eael-advance-tabs.eael-tabs-vertical ul,.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li:after{border-left-color:transparent!important;bottom:-20px!important;left:0!important;right:0!important;top:auto!important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444!important}}
|
| 5 |
+
.eael-better-docs-category-box-post .eael-bd-cb-inner{background:#f8f8fc;padding:20px;border:1px solid #efffff;text-align:center;margin:7.5px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-better-docs-category-box-post .eael-bd-cb-inner:hover{background:#fff;-webkit-box-shadow:0 20px 50px 0 rgba(0,9,78,.1);box-shadow:0 20px 50px 0 rgba(0,9,78,.1)}.eael-better-docs-category-box-post .eael-bd-cb-cat-icon{height:80px;width:80px;margin:0 auto 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-better-docs-category-box-post .eael-bd-cb-cat-icon img{max-height:100%;max-width:100%}.eael-better-docs-category-box-post .eael-bd-cb-cat-title{color:#3f5876;font-size:18px;line-height:1.3;font-weight:700;margin-bottom:15px}.eael-better-docs-category-box-post .eael-bd-cb-cat-count{color:#707070;font-size:15px}.eael-better-docs-category-box-post .eael-bd-cb-cat-count .count-suffix{margin-left:5px}.eael-better-docs-category-box-post .eael-bd-cb-cat-count .count-prefix{margin-right:5px}.layout__2 .eael-bd-cb-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;-webkit-box-shadow:0 1px 5px 0 rgba(101,99,233,.18);box-shadow:0 1px 5px 0 rgba(101,99,233,.18);background:#fff}.layout__2 .eael-bd-cb-inner:hover{-webkit-box-shadow:0 8px 15px 0 rgba(101,99,233,.09);box-shadow:0 8px 15px 0 rgba(101,99,233,.09)}.layout__2 .eael-bd-cb-cat-icon__layout-2{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;border-right:1px solid #e4e4f9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout__2 .eael-bd-cb-cat-icon__layout-2 img{width:50px}.layout__2 .eael-bd-cb-cat-title__layout-2{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;line-height:1;font-size:20px;color:#333;font-weight:500}.layout__2 .eael-bd-cb-cat-title__layout-2 span{padding:45px 0 45px 30px}.layout__2 .eael-bd-cb-cat-count__layout-2{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%}.layout__2 .eael-bd-cb-cat-count__layout-2,.layout__2 .eael-bd-cb-cat-count__layout-2 .count-inner__layout-2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout__2 .eael-bd-cb-cat-count__layout-2 .count-inner__layout-2{height:60px;width:60px;background:#fff;margin:0;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 8px 15px 0 rgba(101,99,233,.09);box-shadow:0 8px 15px 0 rgba(101,99,233,.09);font-size:20px;color:#7e7cff}@media only screen and (min-width:1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-better-docs-category-box-post{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-better-docs-category-box-post{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-better-docs-category-box-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-2 .eael-better-docs-category-box-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-better-docs-category-box-post{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-better-docs-category-box-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-3 .eael-better-docs-category-box-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-better-docs-category-box-post{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-better-docs-category-box-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-4 .eael-better-docs-category-box-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .eael-better-docs-category-box-post{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-better-docs-category-box-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-5 .eael-better-docs-category-box-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .eael-better-docs-category-box-post{width:16%;float:left}.elementor-element.elementor-grid-6 .eael-better-docs-category-box-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-6 .eael-better-docs-category-box-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:1024px)and (min-width:766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-better-docs-category-box-post{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-box-post{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-box-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-box-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-box-post{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-box-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-box-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-box-post{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-box-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-box-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-box-post{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-box-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-box-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-box-post{width:16%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-box-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-box-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-better-docs-category-box-post{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-box-post{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-box-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-box-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-box-post{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-box-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-box-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-box-post{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-box-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-box-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-box-post{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-box-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-box-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-box-post{width:16%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-box-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-box-post:nth-of-type(6n+1){clear:left}}
|
| 6 |
+
.eael-better-docs-category-grid-wrapper{margin:0 -7.5px}.eael-better-docs-category-grid-wrapper .eael-better-docs-category-grid.fit-to-screen{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-better-docs-category-grid-wrapper .eael-better-docs-category-grid.fit-to-screen .eael-better-docs-category-grid-post{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-better-docs-category-grid-wrapper .eael-better-docs-category-grid.fit-to-screen .eael-better-docs-category-grid-post .eael-bd-cg-inner{width:100%}.eael-better-docs-category-grid-post .eael-bd-cg-inner{background:#fff;-webkit-box-shadow:0 10px 100px 0 rgba(40,47,98,.08);box-shadow:0 10px 100px 0 rgba(40,47,98,.08);margin:0 7.5px 15px}.eael-bd-cg-body{padding:0 20px}.eael-bd-cg-body ul{margin:0;padding:0;list-style:none}.eael-bd-cg-body ul li{margin:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;color:#566e8b}.eael-bd-cg-body ul li a{color:#566e8b;line-height:1.8}.eael-bd-cg-body ul li .eael-bd-cg-post-list-icon{line-height:1.8;margin-right:10px;width:22px}.eael-bd-cg-header{padding:20px}.eael-bd-cg-header .eael-bd-cg-header-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:2px solid;border-color:#528ffe}.eael-bd-cg-header .eael-docs-cat-title{color:#528ffe;font-size:20px;position:relative;margin:0}.eael-bd-cg-header .eael-docs-cat-icon{height:32px;width:32px;margin-right:30px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-bd-cg-header .eael-docs-cat-icon img{max-width:100%;max-height:100%}.eael-bd-cg-header .eael-docs-item-count{height:35px;width:35px;background:#528ffe;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;border-radius:50%;margin-left:auto;color:#fff;font-size:15px}.eael-bd-grid-sub-cat-title{display:block;cursor:pointer}.eael-bd-grid-sub-cat-title .toggle-arrow{margin-right:5px}.docs-sub-cat-list,.eael-bd-grid-sub-cat-title .arrow-down{display:none}.eael-bd-cg-button{display:inline-block;background-color:#fff;font-size:16px;color:#528ffe;border:1px solid #528ffe;-webkit-border-radius:50px;border-radius:50px;line-height:1;padding:15px 20px;margin:0 0 20px 20px}.eael-bd-cg-button .eael-bd-cg-button-icon{position:relative;top:1px}.eael-bd-cg-button .eael-bd-cg-button-icon.eael-bd-cg-button-icon-left{margin-right:5px}.eael-bd-cg-button .eael-bd-cg-button-icon.eael-bd-cg-button-icon-right{margin-left:5px}.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-header{padding:0 20px}.eael-better-docs-category-grid-post.layout-2 .eael-docs-cat-title{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-better-docs-category-grid-post.layout-2 .eael-docs-item-count{margin:0;-webkit-border-radius:0;border-radius:0;position:relative;display:block;width:auto;background:none;height:45px;width:40px}.eael-better-docs-category-grid-post.layout-2 .eael-docs-item-count:before{content:attr(data-content);position:absolute;left:0;top:-1px;height:45px;width:40px;background:#fc8c91;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-better-docs-category-grid-post.layout-2 .eael-docs-item-count:after{position:absolute;left:40px;top:-1px;content:"";border-top:6px solid #ad5e62;border-right:6px solid transparent;opacity:.9}.eael-better-docs-category-grid-post.layout-2 .eael-docs-cat-title{margin-top:30px;color:#000;font-size:18px;font-weight:500}.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-body ul li{font-size:15px}.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-body ul li a{color:#707070}.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-inner{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-shadow:0 1px 5px 0 rgba(0,9,78,.1);box-shadow:0 1px 5px 0 rgba(0,9,78,.1);-webkit-border-radius:5px;border-radius:5px}.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-inner:hover{-webkit-box-shadow:0 15px 40px 0 rgba(0,9,78,.1);box-shadow:0 15px 40px 0 rgba(0,9,78,.1)}.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-button{font-size:15px;border:0 solid;-webkit-border-radius:0;border-radius:0;color:#333;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-better-docs-category-grid-post.layout-2 .eael-bd-cg-button:hover{color:#fc8c91}@media only screen and (min-width:1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-better-docs-category-grid-post{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-better-docs-category-grid-post{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-better-docs-category-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-2 .eael-better-docs-category-grid-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-better-docs-category-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-better-docs-category-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-3 .eael-better-docs-category-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-better-docs-category-grid-post{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-better-docs-category-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-4 .eael-better-docs-category-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .eael-better-docs-category-grid-post{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-better-docs-category-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-5 .eael-better-docs-category-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .eael-better-docs-category-grid-post{width:16%;float:left}.elementor-element.elementor-grid-6 .eael-better-docs-category-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-6 .eael-better-docs-category-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:1024px)and (min-width:766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-better-docs-category-grid-post{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-grid-post{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-tablet-2 .eael-better-docs-category-grid-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-tablet-3 .eael-better-docs-category-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-grid-post{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-tablet-4 .eael-better-docs-category-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-grid-post{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-tablet-5 .eael-better-docs-category-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-grid-post{width:16%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-tablet-6 .eael-better-docs-category-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-better-docs-category-grid-post{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-grid-post{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-mobile-2 .eael-better-docs-category-grid-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-mobile-3 .eael-better-docs-category-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-grid-post{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-mobile-4 .eael-better-docs-category-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-grid-post{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-mobile-5 .eael-better-docs-category-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-grid-post{width:16%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-mobile-6 .eael-better-docs-category-grid-post:nth-of-type(6n+1){clear:left}}
|
| 7 |
+
.eael-caldera-form-align-left,.eael-caldera-form-btn-align-left{text-align:left}.eael-caldera-form-align-right,.eael-caldera-form-btn-align-right{text-align:right}.eael-caldera-form-align-center,.eael-caldera-form-btn-align-center{text-align:center}.eael-caldera-form .control-label{display:none}.eael-caldera-form-labels-yes .control-label{display:block}.eael-caldera-form-button-center .form-group input[type=button],.eael-caldera-form-button-center .form-group input[type=submit]{display:block;margin:0 auto}.eael-caldera-form-button-right .form-group input[type=button],.eael-caldera-form-button-right .form-group input[type=submit]{float:right}.eael-caldera-form .intl-tel-input{display:inherit}.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],.eael-custom-radio-checkbox .caldera-grid input[type=radio]{border-style:solid;border-width:0;padding:3px;-webkit-appearance:none}.eael-caldera-form-button-full-width .form-group input[type=button],.eael-caldera-form-button-full-width .form-group input[type=submit]{width:100%}
|
| 8 |
+
.eael-call-to-action{width:100%;height:auto;display:block;padding:30px;font-size:16px;color:#4d4d4d;font-weight:400;line-height:27px;margin:0 auto}.eael-call-to-action p{margin-bottom:10px}.eael-call-to-action .title{font-size:36px;font-weight:600;line-height:36px;margin-bottom:10px;text-transform:capitalize;font-style:normal}.elementor-widget-eael-cta-box.content-align-cta-default{text-align:left}.elementor-widget-eael-cta-box.content-align-cta-center{text-align:center}.elementor-widget-eael-cta-box.content-align-cta-right{text-align:right}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-cta-box.content-align--tabletcta-right{text-align:right}.elementor-widget-eael-cta-box.content-align--tabletcta-center{text-align:center}.elementor-widget-eael-cta-box.content-align--tabletcta-default{text-align:left}}@media (max-width:767px){.elementor-widget-eael-cta-box.content-align--mobilecta-center{text-align:center}.elementor-widget-eael-cta-box.content-align--mobilecta-right{text-align:right}.elementor-widget-eael-cta-box.content-align--mobilecta-default{text-align:left}}.eael-call-to-action.bg-lite{background:#f4f4f4}.eael-call-to-action.bg-img{background-image:url(../img/bg.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover;position:relative;z-index:0;color:hsla(0,0%,100%,.7)}.eael-call-to-action.bg-img .icon{color:#fff}.eael-cta-overlay-yes .eael-call-to-action.bg-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:rgba(0,0,0,.8)}.eael-call-to-action.bg-img.bg-fixed{background-attachment:fixed;background-position:50%}.eael-call-to-action.bg-img .title{color:hsla(0,0%,100%,.9)}.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:80px;text-align:left;line-height:130px}.eael-call-to-action.cta-icon-flex .action{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right;padding-top:22px;-webkit-flex-basis:22%;-ms-flex-preferred-size:22%;flex-basis:22%}.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 30px}.eael-call-to-action.cta-flex .content{padding:0 15px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.eael-call-to-action.cta-flex .action{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right;padding-top:25px;-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}.eael-call-to-action .cta-button{position:relative;display:inline-block;padding:12px 30px;background:#f9f9f9;font-size:16px;text-decoration:none;color:#4d4d4d;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;-webkit-box-shadow:0 0 3px -1px rgba(0,0,0,.2);-ms-box-shadow:0 0 3px -1px rgba(0,0,0,.2);box-shadow:0 0 3px -1px rgba(0,0,0,.2);margin-right:10px;margin-top:10px;z-index:0;overflow:hidden}.eael-call-to-action .cta-button:last-child{margin-right:0}.eael-call-to-action .cta-button:focus{outline:none}.eael-call-to-action .cta-button:hover{color:#fff;background:#3f51b5;-webkit-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);-ms-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);box-shadow:0 1px 12px 1px rgba(0,0,0,.1)}.eael-call-to-action .cta-button.effect-1:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);z-index:-1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff}.eael-call-to-action .cta-button.effect-1:hover:after{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-call-to-action .cta-button.effect-2:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;z-index:-1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-call-to-action .cta-button.effect-2:hover:after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:768px){.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-call-to-action .title{font-size:28px;line-height:36px;margin-top:0}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:48px;line-height:90px;text-align:center}.eael-call-to-action.cta-flex .content,.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center;padding:0}.eael-call-to-action.cta-flex .action,.eael-call-to-action.cta-icon-flex .action{text-align:center;padding-top:0}.eael-call-to-action .cta-button{padding:12px 25px}}@media only screen and (max-width:360px){.eael-call-to-action{font-size:14px;line-height:26px}.eael-call-to-action .cta-button{padding:4px 20px;font-size:12px}.eael-call-to-action .title{font-size:20px;line-height:30px}}
|
| 9 |
+
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit{float:right;width:auto}.eael-contact-form-7 .uneditable-input,.eael-contact-form-7 input[type=color],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=week],.eael-contact-form-7 textarea{-webkit-transition:border .2s linear,box-shadow .2s linear;-webkit-transition:border .2s linear,-webkit-box-shadow .2s linear;transition:border .2s linear,-webkit-box-shadow .2s linear;-o-transition:border linear .2s,box-shadow linear .2s;transition:border .2s linear,box-shadow .2s linear;transition:border .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear}.eael-contact-form-7 .wpcf7-form:after,.eael-contact-form-7 .wpcf7-form:before{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7.labels-hide .wpcf7-form label{display:none}.eael-contact-form-7-title{margin-bottom:10px}.eael-contact-form-7-description{margin-bottom:20px}.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit{width:100%}.eael-contact-form-7 .wpcf7-form p,.wpcf7 form>div,.wpcf7 form>p{margin-bottom:20px}.eael-contact-form-7 .wpcf7-form p span.wpcf7-form-control-wrap{margin-bottom:0}.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label,.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit{font-family:inherit;font-weight:400}
|
| 10 |
+
.eael-ticker-wrap{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.eael-ticker-wrap .ticker-badge{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 12px}.eael-ticker-wrap .eael-ticker{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.eael-ticker-wrap .eael-ticker .ticker-content{padding:8px 12px;line-height:1.8}.eael-ticker-wrap .eael-ticker .ticker-content p{margin:0}.eael-ticker-wrap .swiper-button-prev{left:auto!important;right:25px}.eael-ticker-wrap div.swiper-slide,.eael-ticker-wrap div.swiper-slide.swiper-slide-next,.eael-ticker-wrap div.swiper-slide.swiper-slide-prev{opacity:0!important}.eael-ticker-wrap div.swiper-slide.swiper-slide-active{opacity:1!important}.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide{text-align:left}@media only screen and (max-width:767px){.eael-ticker-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.content-ticker-pagination{display:none}}.eael-ticker-wrap .swiper-button-next,.eael-ticker-wrap .swiper-button-prev{background-image:none;outline:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
|
| 11 |
+
.eael-countdown-items{list-style:none;margin:0;padding:0;display:table;table-layout:fixed;width:100%}.eael-countdown-items>li{list-style:none;margin:0;padding:0;display:table-cell;position:relative}.eael-countdown-item>div{text-align:center;padding:20px}.eael-countdown-digits{font-size:54px;line-height:1}.eael-countdown-label{font-size:18px;line-height:1;color:#fff}.eael-countdown-show-separator.eael-countdown-separator-solid .eael-countdown-digits:after{content:"|";position:absolute;left:98%;z-index:1}.eael-countdown-show-separator.eael-countdown-separator-dotted .eael-countdown-digits:after{content:":";position:absolute;left:98%;z-index:1}.eael-countdown-item:last-child .eael-countdown-digits:after{display:none}.eael-countdown-items.style-1 .eael-countdown-item>div{background:#262625}@media (min-width:1025px){.eael-countdown-label-block .eael-countdown-digits,.eael-countdown-label-block .eael-countdown-label{display:block;text-align:center}}@media (max-width:1025px){.eael-countdown-label-inline-tablet .eael-countdown-digits,.eael-countdown-label-inline-tablet .eael-countdown-label{display:inline-block!important}.eael-countdown-label-block-tablet .eael-countdown-digits,.eael-countdown-label-block-tablet .eael-countdown-label{display:block!important}}@media (max-width:767px){.eael-countdown-label-inline-mobile .eael-countdown-digits,.eael-countdown-label-inline-mobile .eael-countdown-label{display:inline-block!important}.eael-countdown-label-block-mobile .eael-countdown-digits,.eael-countdown-label-block-mobile .eael-countdown-label{display:block!important}}
|
| 12 |
+
.eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-creative-button{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;-webkit-border-radius:2px;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:none}.eael-creative-button--winona{overflow:hidden;padding:0!important;-webkit-transition:border-color .3s,background-color .3s;-o-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona:after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button--winona:after,.eael-creative-button--winona>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona:hover:after{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.eael-creative-button--winona:hover>.creative-button-inner{opacity:0;-webkit-transform:translate3d(0,-25%,0);transform:translateZ(0)}.eael-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;-o-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s}.eael-creative-button--ujarak:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;-webkit-transform:scaleX(.7);transform:scaleX(.7);-webkit-transition:-webkit-transform .4s,opacity .4s;-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;-o-transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak,.eael-creative-button--ujarak:before{-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak,.eael-creative-button--ujarak:before{transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak:hover:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.eael-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;-o-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--wayra:before{content:"";position:absolute;top:0;left:0;width:150%;height:100%;z-index:-1;-webkit-transform:rotate(-45deg) translate3d(0,-3em,0);transform:rotate(-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transition:-webkit-transform .3s,opacity .3s,background-color .3s;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:opacity .3s,background-color .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s}.eael-creative-button--wayra:hover:before{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya{float:left;min-width:150px;max-width:250px;display:block;margin:1em;padding:1em 2em;border:none;background:none;color:inherit;vertical-align:middle;position:relative;z-index:1;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;color:#7986cb;min-width:180px}.eael-creative-button--tamaya.button--inverted{color:#37474f;border-color:#37474f}.eael-creative-button--tamaya:after,.eael-creative-button--tamaya:before{content:attr(data-text);position:absolute;width:100%;height:50%;left:0;background:#7986cb;color:#fff;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya.button--inverted:after,.eael-creative-button--tamaya.button--inverted:before{background:#fff;color:#37474f}.eael-creative-button--tamaya:before{top:0;padding-top:1em}.eael-creative-button--tamaya:after{bottom:0;line-height:0}.eael-creative-button--tamaya span{display:block;-webkit-transform:scale3d(.2,.2,1);transform:scale3d(.2,.2,1);opacity:0;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya:hover:before{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.eael-creative-button--tamaya:hover:after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.eael-creative-button--tamaya:hover span{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1);content:"Bangladesh"}.eael-creative-button--rayen{overflow:hidden;padding:0!important}.eael-creative-button--rayen:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button--rayen:before,.eael-creative-button--rayen>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);-o-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.eael-creative-button--rayen:hover:before{-webkit-transform:translateZ(0);transform:translateZ(0)}.eael-creative-button--rayen:hover>.creative-button-inner{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.creative-button-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button-icon-left{margin-right:5px}.eael-creative-button-icon-right{margin-left:5px}
|
| 13 |
+
table.eael-data-table thead .sorting,table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting:after,table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after{position:absolute;top:50%;right:10px;font-family:Font Awesome\ 5 Free;color:#fff;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-data-table-wrap .eael-data-tables_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.eael-data-table-wrap .eael-data-tables_filter{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_filter label{font-weight:700}.eael-data-table-wrap .eael-data-tables_filter label input[type=search]{height:40px;border:1px solid rgba(0,0,0,.09);outline:0;padding:10px;margin-left:10px}.eael-data-table-wrap .eael-data-tables_length{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_length select{width:auto;max-width:120px;height:40px;border:1px solid rgba(0,0,0,.09);outline:0;margin-left:10px;margin-right:10px}.eael-data-table-wrap .eael-data-tables_length label{font-weight:700}.eael-data-table-wrap .eael-data-tables_info{font-weight:700}.eael-data-table-wrap .eael-data-tables_info,.eael-data-table-wrap .eael-data-tables_paginate{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_paginate{text-align:right}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button{padding:10px 15px;background:#f2f2f2;margin-right:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current,.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled{cursor:no-drop;background:#f2f2f2;opacity:.5;color:#888}.data-header-icon{margin-right:10px;position:relative;top:2px}.eael-data-table{width:100%;height:auto;margin:0;border-collapse:collapse;border:none}.eael-data-table tr{border-style:none}.eael-data-table thead tr{text-align:left}.eael-data-table thead tr th{padding:20px 15px;background:#4a4893;font-size:16px;font-weight:600;font-family:Montserrat,"sans-serif";line-height:1;color:#fff;border:2px #000;background-clip:padding-box}.eael-data-table thead tr th:hover{border-color:#000}.eael-data-table tbody tr.even{-webkit-transition:background .4s ease-in-out;-o-transition:background .4s ease-in-out;transition:background .4s ease-in-out}.eael-data-table tbody tr.even:hover{background:hsla(0,0%,94.9%,.7)}.eael-data-table tbody tr.even:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr.odd{background:hsla(0,0%,94.9%,.5);-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.eael-data-table tbody tr.odd:hover{background:hsla(0,0%,94.9%,.7)}.eael-data-table tbody tr.odd:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr td{padding:20px 15px;font-size:14px;font-family:Montserrat,"sans-serif";line-height:1;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table-th-img{display:inline-block;margin:0 15px 0 0;line-height:1}.th-mobile-screen{display:none}@media(max-width:767px){.eael-data-table-wrap{overflow-x:scroll!important;padding-bottom:5px}.th-mobile-screen{display:inline-block;padding:0 .6em;margin-right:10px;text-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:100px;-ms-flex-preferred-size:100px;flex-basis:100px}.th-mobile-screen .data-header-icon,.th-mobile-screen .eael-data-table-th-img{margin:0 auto 15px;display:block}.td-content-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.td-content,.td-content>p{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.custom-responsive-option-enable .eael-data-table thead{display:none}.custom-responsive-option-enable .eael-data-table tbody tr td{float:none;clear:left;width:100%;text-align:left}.custom-responsive-option-enable .eael-data-table tbody tr td,.eael-data-table .td-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}table.eael-data-table thead .sorting:after{content:""}table.eael-data-table thead .headerSortDown:after{content:""}table.eael-data-table thead .headerSortUp:after{content:""}table.eael-data-table .sorting.sorting-none:after,table.eael-data-table .sorting_asc.sorting-none:after,table.eael-data-table .sorting_desc.sorting-none:after,table.eael-data-table thead .sorting_disabled.sorting:after{display:none}.eael-table-align-left table.eael-data-table{float:left}.eael-table-align-center table.eael-data-table{margin:0 auto}.eael-table-align-right table.eael-data-table{float:right}.eael-hide-elements .eael-data-tables_info{display:none}.eael-dt-th-align-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-center .eael-data-table thead tr th{text-align:center}.eael-dt-td-align-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-right .eael-data-table tbody tr td{text-align:right;padding-right:30px}.eael-dt-td-align-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-td-align-center .eael-data-table .th-mobile-screen{text-align:center}.eael-dt-td-align-right .eael-data-table .th-mobile-screen{text-align:right}@media(max-width:1024px){.eael-dt-td-align-tablet-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-tablet-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-tablet-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-tablet-left .eael-data-table .th-mobile-screen,.eael-dt-th-align-tablet-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-tablet-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-tablet-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-tablet-center .eael-data-table .th-mobile-screen,.eael-dt-th-align-tablet-center .eael-data-table thead tr th{text-align:center}}@media(max-width:767px){.eael-dt-td-align-mobile-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-mobile-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-mobile-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-mobile-left .eael-data-table .th-mobile-screen,.eael-dt-th-align-mobile-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-mobile-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-mobile-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-mobile-center .eael-data-table .th-mobile-screen,.eael-dt-th-align-mobile-center .eael-data-table thead tr th{text-align:center}}
|
| 14 |
+
.eael-dual-header{display:block;margin-bottom:50px}.eael-dual-header .title,.eael-dual-header .title span{font-size:36px;font-weight:700;text-transform:uppercase;line-height:48px;margin:10px 0}.eael-dual-header .subtext{font-size:16px;display:block}.eael-dual-header i{display:block;padding:0;margin:20px 0 10px;font-size:36px}.eael-dual-header .title span.lead{color:#1abc9c}.eael-dual-header-content-align-center{text-align:center}.eael-dual-header-content-align-left{text-align:left}.eael-dual-header-content-align-right{text-align:right}.eael-dch-separator-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-dch-separator-wrap .separator-one,.eael-dch-separator-wrap .separator-two{display:inline-block;width:15%;height:5px}.eael-dch-separator-wrap .separator-one{background:#207eff}.eael-dch-separator-wrap .separator-two{background:#4f6592}
|
| 15 |
+
.eael-event-calendar-wrapper{font-family:Segoe UI}.eael-event-calendar-wrapper .fc-row table{margin:0!important}.eael-event-calendar-wrapper .fc table{margin:auto;overflow:auto}.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td{border-top:1px solid #ddd!important;border-bottom:none!important}.eael-event-calendar-wrapper .fc-day-grid-event{margin-top:2px;padding:8px;font-size:12px;border-left-width:5px}.eael-event-calendar-wrapper .fc-day.fc-today{background:transparent}.eael-event-calendar-wrapper .fc-day-top.fc-today .fc-day-number{font-weight:700}.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th{font-size:14px}.eael-event-calendar-wrapper .fc-day-number{font-size:14px;float:center!important}.eael-event-calendar-wrapper .eaelec-modal{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:-1}.eael-event-calendar-wrapper .eaelec-modal .eael-ec-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-event-calendar-wrapper .eaelec-modal.eael-ec-popup-ready{z-index:99999;opacity:1}.eael-event-calendar-wrapper .eaelec-modal-content{position:relative;margin:auto;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;padding:20px 0;width:100%;-webkit-border-radius:10px;border-radius:10px}.eael-event-calendar-wrapper .eaelec-modal-header{padding:0 30px;color:#fff;border-color:#090;overflow:auto;margin-top:8px}.eael-event-calendar-wrapper .eaelec-modal-header h2{color:#242424;margin:0;padding:0}.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date{color:#555;padding-top:2px;display:inline-block}.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i{color:#5725ff}.eael-event-calendar-wrapper .eaelec-modal-close{position:absolute;right:-15px;top:-18px;font-size:24px;z-index:9999;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;border:2px solid #fff;background:#fff;-webkit-box-shadow:2px 0 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000!important;height:40px;width:40px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;border-radius:50%}.eael-event-calendar-wrapper .eaelec-modal-close>span{font-size:20px}.eael-event-calendar-wrapper .eaelec-modal-close:focus,.eael-event-calendar-wrapper .eaelec-modal-close:hover{color:#fff;text-decoration:none;cursor:pointer}.eael-event-calendar-wrapper .eaelec-modal-body{padding:0 10px 0 35px;margin:10px 0;color:#555;height:300px;overflow-y:auto;word-break:break-all}.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar{width:6px}.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar-thumb{background:#aaa;-webkit-border-radius:10px;border-radius:10px}.eael-event-calendar-wrapper .eaelec-modal-footer{padding:0 10px 0 35px;color:#fff;border:0 solid red}.eael-event-calendar-wrapper .eaelec-event-date-end,.eael-event-calendar-wrapper .eaelec-event-date-start{font-size:15px}@media(max-width:575px){.eael-event-calendar-wrapper .fc-toolbar{margin:0!important;padding:0!important}.eael-event-calendar-wrapper .fc-toolbar .fc-center{width:100%!important;margin:0!important;padding:0!important}.eael-event-calendar-wrapper .fc-toolbar h2{font-size:16px!important;width:100%!important;text-align:center!important;padding:5px!important}.eael-event-calendar-wrapper .fc-ltr .fc-axis{font-size:12px!important}.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th{font-weight:400!important;font-size:12px!important;padding:5px!important}}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2{font-size:22px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-button .fc-icon{font-size:13px}.eael-event-calendar-wrapper .eael-event-completed{text-decoration:line-through}.fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child){margin-left:5px}.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button,.fc-toolbar.fc-header-toolbar button.fc-listWeek-button,.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button,.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button{position:relative}.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before,.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before{font-family:Font Awesome\ 5 Free;font-weight:900;font-size:13px;display:inline-block;padding-right:5px;padding-left:0;-webkit-font-smoothing:antialiased}.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before{content:"";left:8px}.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before{content:"";left:21px}.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before{content:""}.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before{content:""}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary{-webkit-box-shadow:none;box-shadow:none;height:auto;width:auto;float:none;font-size:13px;font-weight:400;color:#5e5e5e;-webkit-border-radius:3px;border-radius:3px;text-transform:capitalize;background:#f7f7fb;text-shadow:none;line-height:19px;padding:8px 12px;border:none}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-state-active,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:focus,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:hover,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:visited{background:#5725ff;color:#fff;-webkit-box-shadow:none;box-shadow:none}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active{background:#5725ff;color:#fff}th.fc-widget-header>span{padding:14px;display:block;font-size:16px;color:#424344}span.fc-day-number{padding:17px;display:block}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:12px 2px 2px;display:block;border-bottom:0 solid}.eael-event-calendar-wrapper .fc-view .fc-body thead:first-child tr:first-child td{border-bottom:3px solid transparent}.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td{border-top:1px solid #dfdfe9}.fc-unthemed .fc-timeGridDay-view .fc-event,.fc-unthemed .fc-timeGridWeek-view .fc-event{border-left:1px solid;border-color:#4d4d4d!important}.fc-unthemed .fc-timeGridDay-view .fc-event .fc-time,.fc-unthemed .fc-timeGridWeek-view .fc-event .fc-time{padding-left:3px}.fc-unthemed .fc-timeGridDay-view .fc-bg table tbody tr>td,.fc-unthemed .fc-timeGridWeek-view .fc-bg table tbody tr>td{padding-left:1px}.fc-unthemed .fc-timeGridDay-view .fc-time-grid .fc-event .fc-content,.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content{display:inherit}.fc-unthemed .fc-listMonth-view .fc-list-table tr.fc-list-item,.fc-unthemed .fc-listWeek-view .fc-list-table tr.fc-list-item{cursor:pointer}.fc-unthemed .fc-listMonth-view .fc-list-table tr td,.fc-unthemed .fc-listWeek-view .fc-list-table tr td{padding-bottom:10px;padding-top:10px}.fc-unthemed .fc-dayGridMonth-view .fc-day-grid-event .fc-time{font-weight:400}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#dfdfe9}.fc-unthemed .fc-event,.fc-unthemed a.fc-day-grid-event{color:#707070;font-size:14px;background:#fff;-webkit-border-radius:5px;border-radius:5px;font-weight:400;margin:1px;border:none}.fc-unthemed .fc-event .fc-day-grid-event .fc-time,.fc-unthemed a.fc-day-grid-event .fc-day-grid-event .fc-time{font-weight:400}.fc-unthemed .fc-time-grid .fc-event{min-height:20px}.fc-unthemed .fc-time-grid .fc-event .fc-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%}.fc-unthemed .fc-time-grid .fc-event .fc-content .fc-title{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.fc-unthemed .fc-event:hover{color:#707070}.eaelec-modal.eael-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eaelec-modal.eael-zoom-in .eaelec-modal-content{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eael-ec-modal-bg{opacity:.7}.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eaelec-modal-content{opacity:1;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eaelec-modal-content{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);opacity:0}.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eael-ec-modal-bg{opacity:0}@media(min-width:768px)and (max-width:1024px){.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar{margin-bottom:12px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2{font-size:22px}.eael-event-calendar-wrapper .fc-right .fc-button-group .fc-button.fc-button-primary:before{font-size:15px}.eael-event-calendar-wrapper .fc-timeGridWeek-view a .fc-content{display:inherit!important}.eael-event-calendar-wrapper .fc-day-header.fc-widget-header span{font-size:15px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child){margin-left:5px}.eael-event-calendar-wrapper .eaelec-modal-body{height:200px}}@media only screen and (max-width:767px){.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event{padding:8px 0!important}.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event .fc-content{font-size:12px}.fc-left,.fc-right{width:100%;text-align:center}.fc-left{text-align:center}.fc-right{margin-bottom:10px}.fc-right .fc-button-group .fc-button.fc-button-primary{font-size:11px}.fc-right .fc-button-group .fc-button.fc-button-primary:before{font-size:11px;padding-left:0}.fc-center{text-align:center}.fc-toolbar.fc-header-toolbar{display:inline-block;width:100%}.fc-toolbar.fc-header-toolbar .fc-button-group button.fc-button.fc-button-primary{margin-left:5px;font-size:12px}th.fc-widget-header>span{padding:0;font-size:14px}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0;margin:0;font-size:10px}.fc-basic-view .fc-body .fc-row{min-height:2em}.eael-event-calendar-wrapper .eaelec-modal-body{height:100px}}
|
| 16 |
+
.eael-facebook-feed{width:100%;margin:auto}.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{float:none;width:100%}@media only screen and (max-width:979px){.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width:480px){.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{float:left;width:50%}@media only screen and (max-width:979px){.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width:480px){.eael-facebook-feed.eael-col-2 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{float:left;width:33.3333%}@media only screen and (max-width:979px){.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width:480px){.eael-facebook-feed.eael-col-3 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{float:left;width:25%}@media only screen and (max-width:979px){.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width:480px){.eael-facebook-feed.eael-col-4 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{float:left;width:20%}@media only screen and (max-width:979px){.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width:480px){.eael-facebook-feed.eael-col-5 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{float:left;width:16.6666%}@media only screen and (max-width:979px){.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{width:50%}}@media only screen and (max-width:480px){.eael-facebook-feed.eael-col-6 .eael-facebook-feed-item{width:100%}}.eael-facebook-feed .eael-facebook-feed-item{display:inline-block;line-height:0}.eael-facebook-feed .eael-facebook-feed-item,.eael-facebook-feed .eael-facebook-feed-item-inner{position:relative}.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;font-size:12px;line-height:1;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);opacity:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay .eael-facebook-feed-item-overlay-inner{position:relative;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.eael-facebook-feed-overlay .eael-facebook-feed-item:hover .eael-facebook-feed-item-overlay{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.eael-facebook-feed-overlay .eael-facebook-feed-meta{margin-bottom:0}.eael-facebook-feed-overlay .eael-facebook-feed-meta span{display:inline-block;margin:0 15px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;margin:10px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header{padding:8px 12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user{float:left}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-avatar{float:left;display:inline-block;width:32px;height:32px;-webkit-border-radius:50%;border-radius:50%;margin-right:10px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-username{float:left;display:inline-block;font-size:14px;font-weight:400;line-height:32px;margin:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-post-time{float:right;font-size:11px;font-weight:400;line-height:32px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content{position:relative;display:block;padding:12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content .eael-facebook-feed-message{font-size:14px;font-weight:400;line-height:1.3;margin:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap{padding:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-img{display:block;position:relative;margin-bottom:12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-overlay i{font-size:48px;color:#fff}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview{padding:0 12px 15px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-host{font-size:12px;font-weight:400;line-height:1;text-transform:uppercase;margin-bottom:5px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-title{font-size:15px;font-weight:700;line-height:1.4;margin-top:0;margin-bottom:6px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-description{font-size:14px;font-weight:400;line-height:1.2;margin-bottom:0}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer{font-size:13px;font-weight:400;line-height:30px;padding:8px 12px}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span{display:inline-block}.eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer span.eael-facebook-feed-post-likes{margin-right:15px}.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.elementor-widget-eael-facebook-feed .eael-load-more-button-wrap.no-pagination{display:none}.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-username{display:block!important;float:none!important;line-height:20px!important}.eael-facebook-feed-card .eael-facebook-feed-item-style-two .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-header-content .eael-facebook-feed-post-time{line-height:20px!important}
|
| 17 |
+
.eael-fancy-text-container p{margin:0}.eael-fancy-text-strings{display:none}.eael-fancy-text-prefix,.eael-fancy-text-suffix,.morphext>.animated{display:inline-block}.typed-cursor{opacity:1;-webkit-animation:blink_cursor .7s infinite;animation:blink_cursor .7s infinite}@keyframes blink_cursor{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-webkit-keyframes blink_cursor{0%{opacity:1}50%{opacity:0}to{opacity:1}}.eael-fancy-text-container.style-2{font-size:24px}.eael-fancy-text-container.style-2 .eael-fancy-text-strings{background:#f54;color:#fff;padding:10px 25px}
|
| 18 |
+
.elementor-widget-eael-feature-list .-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before{top:3px!important}.elementor-widget-eael-feature-list .-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after{top:45px!important}.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .connector,.elementor-widget-eael-feature-list .-icon-position-right .connector{right:0;left:-webkit-calc(100% - 70px);left:calc(100% - 70px)}.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 50px 0 0}@media(max-width:767px){.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 30px 0 0}}.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:auto;right:0}.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:auto;right:5px;top:50%}.elementor-widget-eael-feature-list .eael-feature-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item{position:relative}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector{display:block;position:absolute;width:0;margin:0 auto;z-index:1;height:100%;top:.5em;font-size:60px;left:0;right:-webkit-calc(100% - 60px);right:calc(100% - 60px);border-right:none!important}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector{display:none}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box{z-index:2;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@media(prefers-reduced-motion:reduce){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box{-webkit-transition:none;-o-transition:none;transition:none}}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner{background-color:#37368e;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media(prefers-reduced-motion:reduce){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner{-webkit-transition:none;-o-transition:none;transition:none}}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon{padding:.5em;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;font-size:30px;line-height:1;color:#37368e;text-align:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(prefers-reduced-motion:reduce){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon{-webkit-transition:none;-o-transition:none;transition:none}}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i{width:1em;height:1em;position:relative;display:block}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img{font-size:8px;line-height:1;max-width:inherit}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box{margin:0 0 0 20px}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title{margin-top:-2px;line-height:1.5em}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content{padding:0;margin:0;font-size:14px;line-height:1.5em}.elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon{color:#fff}.elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon{background-color:#fff}.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner,.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:15px}.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i,.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title{margin-top:15px}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px;position:relative}@media(max-width:767px){.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px;display:block}}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{content:"";position:absolute;display:block}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;top:0;z-index:1;border-left:1px solid #000;border-right:none!important;height:100%}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px;top:50%;width:23px;display:block;z-index:2;border-bottom:1px dashed #000;border-top:none!important}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector,.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile,.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet{display:none}@media (min-width:1025px){.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-content-box{margin-right:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-content-box{margin-left:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-top .eael-feature-list-content-box{margin-left:0!important;margin-right:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:1024px){.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item,.elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box{margin-right:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px}}@media(min-width:768px)and (max-width:1024px)and (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;right:auto}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px;top:30px}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-content-box{margin-left:0!important;margin-right:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px}}@media(min-width:768px)and (max-width:1024px)and (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;right:auto}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-content-box{margin-left:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 50px 0 0}}@media(min-width:768px)and (max-width:1024px)and (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 30px 0 0}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{right:0;left:auto}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:auto;right:5px}}@media (min-width:768px)and (max-width:1024px){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector{display:none}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet{display:block}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile,.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector.connector-tablet{display:none}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item,.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item,.elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item{display:block;text-align:left}.elementor-widget-eael-feature-list .-mobile-icon-position-left .eael-feature-list-item,.elementor-widget-eael-feature-list .-mobile-icon-position-right .eael-feature-list-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-eael-feature-list .-mobile-icon-position-left .eael-feature-list-item{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-eael-feature-list .-mobile-icon-position-right .eael-feature-list-item{text-align:right!important;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box{margin-right:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px}}@media(max-width:767px)and (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;right:auto}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box{margin-left:0!important;margin-right:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px}}@media(max-width:767px)and (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;right:auto}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box{margin-left:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 50px 0 0}}@media(max-width:767px)and (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 30px 0 0}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{right:0;left:auto}}@media (max-width:767px){.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:auto;right:5px}}@media (max-width:767px){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector,.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet{display:none}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile{display:block}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector.connector-mobile{display:none}}
|
| 19 |
+
.eael-filter-gallery-control{width:100%}.eael-filter-gallery-control ul,.eael-filter-gallery-control ul li{text-align:center}.eael-filter-gallery-control ul{margin:0 0 20px;padding:0;text-align:center}.eael-filter-gallery-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:1 1 auto;-ms-flex-flow:1 1 auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0;margin:0}.eael-filter-gallery-control ul li{list-style:none;font-size:24px;display:inline-block;text-align:center}.eael-filter-gallery-control ul li a.control{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;padding:10px 25px;margin:10px 6px}.eael-filter-gallery-container{text-align:justify;font-size:.1px}.eael-filter-gallery-container:after{content:"";display:inline-block;width:100%}.eael-filter-gallery-container:not(.eael-cards) .item:before{content:"";display:inline-block;padding-top:56.25%}.eael-filter-gallery-container .item .caption{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:1 1 100%;-ms-flex-flow:1 1 100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1;top:0;left:0;right:0;bottom:0;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.eael-filter-gallery-container.eael-cards .item .caption{display:none}.eael-filter-gallery-container.eael-cards .item .item-img .caption{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:1 1 100%;-ms-flex-flow:1 1 100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:10;top:0;left:0;right:0;bottom:0;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.gallery-item-caption-over{width:100%;height:auto}a.eael-gallery-load-more,a.eael-gallery-load-more:hover{text-decoration:none}.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in,.eael-filter-gallery-container .item .caption.eael-zoom-in{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in,.eael-filter-gallery-container .item:hover .caption.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left,.eael-filter-gallery-container .item .caption.eael-slide-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left,.eael-filter-gallery-container .item:hover .caption.eael-slide-left{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right,.eael-filter-gallery-container .item .caption.eael-slide-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right,.eael-filter-gallery-container .item:hover .caption.eael-slide-right{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top,.eael-filter-gallery-container .item .caption.eael-slide-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top,.eael-filter-gallery-container .item:hover .caption.eael-slide-top{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom,.eael-filter-gallery-container .item .caption.eael-slide-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom,.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-filter-gallery-container .item .caption a{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;-webkit-border-radius:50%;border-radius:50%;margin:0 5px;font-size:20px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-container .item .caption a:nth-child(2),.eael-filter-gallery-container .item .caption a:first-child{-webkit-transition:.6s;-o-transition:.6s;transition:.6s;opacity:0}.eael-filter-gallery-container .item .caption a:first-child{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item .caption a:nth-child(2){-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item .caption:hover a:first-child,.eael-filter-gallery-container .item .caption:hover a:nth-child(2){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.eael-filter-gallery-container .item .caption .eael-popup-link{outline:0}.eael-filter-gallery-container.eael-cards .item:before{padding-top:0}.eael-filter-gallery-container.eael-cards .item-img{position:relative;background-repeat:no-repeat;background-position:50%;background-size:cover;height:220px;z-index:0;overflow:hidden}.eael-filter-gallery-container.eael-cards .item-content{padding:15px}.eael-filter-gallery-container.eael-cards .item-content .title,.eael-filter-gallery-container.eael-cards .item-content .title a{font-size:20px;line-height:1;margin-bottom:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container.eael-cards .item-content p{font-size:14px;line-height:26px}.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-content-align-left .eael-cards .item .item-content{text-align:left}.eael-fg-content-align-center .eael-cards .item .item-content{text-align:center}.eael-fg-content-align-right .eael-cards .item .item-content{text-align:right}.mfp-wrap~div.dialog-widget{display:none!important}.eael-filterable-gallery-item-wrap{float:left;width:33.33%}.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap{width:100%}.eael-filter-gallery-control>ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:400}.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap{width:50%}.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap{width:25%}.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap{width:20%}.eael-gallery-grid-item{margin-left:10px;margin-right:10px;margin-bottom:20px;position:relative}.gallery-item-caption-wrap,.media-content-wrap{font-size:14px;text-align:left}.gallery-item-thumbnail-wrap.caption-style-card img{max-height:100%;width:100%}.gallery-item-caption-wrap.caption-style-hoverer{position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.fg-item-content,.fg-item-title{color:#fff;font-family:inherit}.gallery-item-caption-wrap.caption-style-card .fg-item-title{font-size:18px;margin:15px 0;line-height:1}.gallery-item-caption-wrap.caption-style-card{background:#f7f7f7}.gallery-item-caption-wrap.caption-style-card .fg-item-title{margin:10px 0 15px;color:#000}.gallery-item-caption-wrap.caption-style-card .fg-item-content{color:#212529;line-height:1.5;font-weight:400}.gallery-item-buttons>a{display:inline-block;font-size:16px;color:#000;margin-right:15px}.gallery-item-buttons>a:visited{color:#000}.gallery-item-caption-wrap.caption-style-card{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.gallery-item-caption-wrap .gallery-item-hoverer-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";background:#000;z-index:-1;opacity:.7}.gallery-item-caption-wrap.caption-style-hoverer{visibility:hidden;opacity:0;-webkit-transition:all .6s ease;-o-transition:.6s all ease;transition:all .6s ease;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer{opacity:1;visibility:visible}.gallery-item-caption-wrap.caption-style-hoverer h5{font-size:20px;margin-bottom:5px;line-height:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .6s ease;-o-transition:.6s all ease;transition:all .6s ease}.gallery-item-caption-wrap.caption-style-hoverer p{margin-bottom:5px}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all .6s ease;-o-transition:.6s all ease;transition:all .6s ease}.gallery-item-caption-wrap .gallery-item-buttons>a span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;border-radius:50%;outline:none;text-decoration:none;display:inline-block;text-align:center}.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-transition:all .6s ease;-o-transition:.6s all ease;transition:all .6s ease}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);visibility:visible;opacity:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-none{-webkit-transition:none;-o-transition:none;transition:none}.gallery-item-thumbnail-wrap{position:relative}.video-popup,.video-popup-bg{position:absolute;left:0;top:0;height:100%;width:100%}.video-popup>img{width:62px;position:relative;z-index:1;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.video-popup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.video-popup:hover>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video-popup-bg{visibility:hidden;opacity:0;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.eael-gallery-grid-item:hover .video-popup-bg{visibility:visible;opacity:1}.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap{position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.gallery-item-caption-wrap.card-hover-bg{visibility:hidden;opacity:0;-webkit-transition:.8s;-o-transition:.8s;transition:.8s}.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg{visibility:visible;opacity:1}.gallery-item-caption-wrap .gallery-item-buttons>a>i{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width:1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .pp-logo-grid{margin-right:-5px}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:1024px)and (min-width:766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}.fg-layout-3-filter-controls{margin:0;padding:0;list-style:none}.fg-layout-3-item-content .fg-item-title{font-size:18px;line-height:1;font-weight:500;margin:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.fg-layout-3-item-content .fg-item-content p{font-size:13px;font-weight:400}.fg-filter-wrap{position:relative;-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%}.fg-layout-3-filter-controls{position:absolute;left:0;background:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:100%;-webkit-border-radius:5px;border-radius:5px;padding-top:7px}.fg-layout-3-filter-controls.open-filters{visibility:visible;opacity:1}.fg-layout-3-filter-controls li.control{padding:5px 5px 5px 10px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;font-size:14px;color:#7f8995;font-weight:400}.fg-layout-3-filter-controls li.control:hover{color:#2d425a}.fg-layout-3-filter-controls li.control:first-child{border-top:0 solid}.fg-layout-3-filter-controls li.control:last-child{border-bottom:0 solid}.fg-layout-3-filters-wrap{max-width:600px;margin:15px auto 50px}.fg-filter-wrap button{width:100%;-webkit-border-radius:0;border-radius:0;padding:17px 13px;font-size:14px;color:#2d425a;background:#f7f8ff;height:55px;border:0 solid;border-right:1px solid #abb5ff;-webkit-border-radius:10px 0 0 10px;border-radius:10px 0 0 10px;outline:none;text-align:center;position:relative}.fg-filter-wrap button>i{font-size:18px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:10px}.fg-layout-3-search-box{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;height:100%}.fg-layout-3-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;border:0 solid;outline:none;background:none}.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]::-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-ms-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-filters-wrap{height:55px;-webkit-border-radius:5px;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.fg-layout-3-filters-wrap .fg-layout-3-search-box{background:#f7f8ff;-webkit-border-radius:0 10px 10px 0;border-radius:0 10px 10px 0}.fg-layout-3-item-thumb{position:relative;overflow:hidden}.fg-layout-3-item-thumb .gallery-item-buttons{text-align:center;position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:4}.fg-layout-3-item-content{padding:27px 27px 30px;text-align:center}.eael-fg-card-content-align-left .fg-layout-3-item-content{text-align:left}.eael-fg-card-content-align-center .fg-layout-3-item-content{text-align:center}.eael-fg-card-content-align-right .fg-layout-3-item-content{text-align:right}.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item{-webkit-box-shadow:0 0 30px 0 rgba(3,29,60,.05);box-shadow:0 0 30px 0 rgba(3,29,60,.05);-webkit-border-radius:5px;border-radius:5px}.fg-caption-head{position:absolute;left:0;top:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:35px;z-index:3;color:#fff;font-size:18px;font-weight:700}.fg-item-category>span{font-size:12px;color:#fff;background:#fa9196;padding:10px 12px;display:inline-block}.fg-layout-3-item-content{position:relative}.fg-item-category{position:absolute;left:0;top:0;text-align:center;width:100%;height:30px;margin-top:-15px;z-index:11}.fg-item-category span{-webkit-border-radius:5px;border-radius:5px;line-height:1;visibility:hidden;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span{visibility:visible;opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{width:auto}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{text-decoration:none}button.mfp-arrow:not(.toggle),button.mfp-close:not(.toggle){background:transparent}
|
| 20 |
+
.eael-elements-flip-box-container{position:relative;height:300px;width:100%}.eael-elements-flip-box-container .flipbox-button{display:inline-block;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.eael-elements-flip-box-container a{display:block}.eael-elements-flip-box-vertical-align{width:100%}.eael-elements-flip-box-padding{padding:0 30px 5px}.eael-elements-flip-box-icon-image{display:inline-block;margin:0 auto;line-height:1}.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background{background:#ccc}.eael_eleements_flip_front_icon_style_bordered{border:2px solid #fff}.eael_flip_box_icon_border_round{-webkit-border-radius:100px;border-radius:100px}.eael_eleements_flip_front_icon_style_background,.eael_eleements_flip_front_icon_style_bordered{padding:15px}.eael-elements-flip-box-icon-image i{font-size:40px}.eael-elements-slider-display-table{width:100%}.eael-elements-flip-box-front-container{text-align:center;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:#14bcc8;color:#fff;border-color:#000;-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-elements-flip-box-content,.eael-elements-flip-box-heading{color:#fff}.eael-elements-flip-box-heading.flipbox-linked-title{color:#fff;font-size:1.5em;font-weight:700}.eael-elements-flip-box-rear-container{text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;background:#ff7e70;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:#000}.eael-elements-button-floating-container{position:fixed;z-index:100}.eael-elements-button-floating-container .eael-elements-button{margin-top:0;font-size:14px;position:relative;padding:14px 20px}.eael-elements-button{cursor:pointer;display:inline-block;line-height:1;padding:16px 25px;margin-top:15px}.eael-elements-button,.eael-elements-button:hover{background:#077bbe;color:#fff}.eael-elements-flip-box-container{-webkit-perspective:1000px;perspective:1000px}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.eael-elements-flip-box-flip-card{width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.eael-animate-push.eael-elements-flip-box-container,.eael-animate-slide.eael-elements-flip-box-container{overflow:hidden}.eael-animate-push .eael-elements-flip-box-rear-container,.eael-animate-slide .eael-elements-flip-box-rear-container{z-index:3}.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container{top:100%}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:0}.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container{top:auto;bottom:100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:auto;bottom:0}.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container{left:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:0}.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container{left:auto;right:100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:auto;right:0}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:-100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:-100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:100%}.eael-animate-zoom-in .eael-elements-flip-box-rear-container{opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);z-index:3}.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0}.eael-flipbox-content-align-right .eael-elements-flip-box-padding{text-align:right}.eael-flipbox-content-align-left .eael-elements-flip-box-padding{text-align:left}.eael-flipbox-content-align-center .eael-elements-flip-box-padding{text-align:center}.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,.eael-flipbox-img-circle .flipbox-back-image-icon img{-webkit-border-radius:50%;border-radius:50%;overflow:hidden}
|
| 21 |
+
.eael-fluent-form-wrapper label.ff-el-form-check-label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-fluent-form-wrapper label.ff-el-form-check-label input{margin-right:5px}.eael-fluentform-form-button-full-width .ff-btn-submit{width:100%;display:block}.eael-contact-form.eael-fluent-form-wrapper.error-message-hide .ff-el-is-error .text-danger{display:none}.eael-fluentform-form-button-center .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-center .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-center .ff-el-group.ff-text-right .ff-btn-submit{margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-fluentform-form-button-right .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-right .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-right .ff-el-group.ff-text-right .ff-btn-submit{float:right}.eael-fluentform-form-button-left .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-left .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-left .ff-el-group.ff-text-right .ff-btn-submit{float:left}.eael-contact-form.eael-fluent-form-wrapper.fluent-form-labels-hide label{display:none!important}.eael-fluentform-section-break-content-left .ff-el-group.ff-el-section-break{text-align:left}.eael-fluentform-section-break-content-center .ff-el-group.ff-el-section-break{text-align:center}.eael-fluentform-section-break-content-right .ff-el-group.ff-el-section-break{text-align:right}.ff-el-progress,.ff-step-header .ff-el-progress-status{display:none}.eael-ff-step-header-yes .ff-step-header .ff-el-progress-status,.eael-ff-step-progressbar-yes .ff-el-progress{display:block}.ff-el-progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:100%}
|
| 22 |
+
.eael-formstack .fsForm,.eael-formstack .fsForm .fsCell{padding:0!important}.eael-formstack .fsForm.fsMaxCol1{width:inherit!important}.eael-formstack input{font-size:inherit;line-height:normal}.eael-formstack .vertical{display:inherit;border-left:none;height:auto}.eael-formstack.eael-formstack-form-labels-hide .fsLabel{display:none!important}.eael-formstack.eael-formstack-validation-message-hide .fsError{display:none}.eael-formstack.eael-formstack-error-message-hide .fsValidationError{background:unset!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#595d64}.eael-formstack.eael-formstack-error-message-hide .fsValidationError .fsRequiredLabel{color:#595d64!important}.eael-formstack.eael-formstack-form-align-center{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-formstack.eael-formstack-form-align-left{float:left}.eael-formstack.eael-formstack-form-align-right{float:right}.eael-formstack .fsRowBody .fsOptionLabel input[type=checkbox]:checked:before{background-color:#595d64!important}.eael-formstack .fsProgress{display:none}.eael-formstack #fsReferralBadge,.eael-formstack .reportAbuse{display:none!important}.eael-formstack .fsProgressText{position:relative;bottom:50%}.eael-formstack .fsRatingPipButton:focus,.eael-formstack .fsRatingPipButton:hover{background:none!important}.eael-formstack-section-break-content-center .fsSectionHeader .fsSectionHeading,.eael-formstack-section-break-content-center .fsSectionHeader .fsSectionText{text-align:center}.eael-formstack-section-break-content-left .fsSectionHeader .fsSectionHeading,.eael-formstack-section-break-content-left .fsSectionHeader .fsSectionText{text-align:left!important}.eael-formstack-section-break-content-right .fsSectionHeader .fsSectionHeading,.eael-formstack-section-break-content-right .fsSectionHeader .fsSectionText{text-align:right!important}.eael-formstack-form-button-full-width .fsSubmit .fsSubmitButton{width:100%;display:block}.eael-formstack-form-button-center .fsSubmit .fsSubmitButton{margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-formstack-form-button-right .fsSubmit .fsSubmitButton{float:right}.eael-formstack-form-button-left .fsSubmit .fsSubmitButton{float:left}.eael-formstack-progressbar-yes .fsProgress{display:inline-block!important}
|
| 23 |
+
.eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.gform_wrapper form li,.gform_wrapper li{list-style:none}.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield{padding:0 16px 0 0}.eael-gravity-form .gform_wrapper textarea{padding:0;font-weight:400!important;font-family:inherit}.eael-gravity-form .gform_wrapper .gform_footer input.button,.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],.eael-gravity-form .gform_wrapper .gform_page_footer input.button,.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit]{margin:0}.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,.eael-gravity-form.title-description-hide .gform_heading{display:none}.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit]{width:100%}.eael-gravity-form .gform_wrapper .gf_scroll_text .gsection_description{margin:0}
|
| 24 |
+
.eael-img-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50vh}.eael-img-accordion.accordion-direction-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a{position:relative;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;background-size:cover;background-position:50%;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s,-webkit-flex .4s;transition:-webkit-box-flex .4s,-webkit-flex .4s;-o-transition:flex .4s;transition:flex .4s;transition:flex .4s,-webkit-box-flex .4s,-webkit-flex .4s,-ms-flex .4s;overflow:hidden}.eael-grow-accordion{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}.eael-img-accordion .overlay{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion-horizontal-align-left .overlay{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.eael-img-accordion-horizontal-align-center .overlay{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.eael-img-accordion-horizontal-align-right .overlay{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.eael-img-accordion-vertical-align-top .overlay{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.eael-img-accordion-vertical-align-center .overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-img-accordion-vertical-align-bottom .overlay{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion a:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;bottom:0;right:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0,-60px,0);transform:translate3d(0,-60px,0)}.eael-img-accordion .overlay p{color:#fff;margin-bottom:0;-webkit-transform:translate3d(0,60px,0);transform:translate3d(0,60px,0)}.eael-img-accordion .overlay-inner-show *,.eael-img-accordion a.overlay-active .overlay-inner *{opacity:1;visibility:visible;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:all .3s .3s;-o-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width:800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a:hover{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.eael-img-accordion a:hover .overlay{background-color:transparent}}
|
| 25 |
+
.eael-infobox .infobox-icon{height:auto}.eael-infobox .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-infobox .infobox-icon .infobox-icon-wrap,.eael-infobox .infobox-icon .infobox-icon-wrap i{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-infobox-content-align-left .eael-infobox .infobox-button,.eael-infobox-content-align-left .eael-infobox .infobox-content,.eael-infobox-content-align-left .eael-infobox .infobox-icon{text-align:left}.eael-infobox-content-align-right .eael-infobox .infobox-button,.eael-infobox-content-align-right .eael-infobox .infobox-content,.eael-infobox-content-align-right .eael-infobox .infobox-icon{text-align:right}.eael-infobox-content-align-center .eael-infobox .infobox-button,.eael-infobox-content-align-center .eael-infobox .infobox-content,.eael-infobox-content-align-center .eael-infobox .infobox-icon{text-align:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap{width:90px;height:90px;text-align:center}.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap{-webkit-border-radius:0;border-radius:0}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap{-webkit-border-radius:15px;border-radius:15px}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap{-webkit-border-radius:50%;border-radius:50%}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i{margin-top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-infobox .infobox-button a.eael-infobox-button{display:inline-block;padding:5px 10px;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox.icon-on-left{position:relative;z-index:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-infobox.icon-on-left .infobox-icon-wrap,.eael-infobox.icon-on-right .infobox-icon-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap{background:none;border:0;text-align:left;height:auto;display:block}.eael-infobox .infobox-content p{margin:0 0 15px}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-left .infobox-content{padding-left:15px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.eael-infobox.icon-on-left .infobox-content .title{line-height:1;margin:0 0 10px}.eael-infobox.icon-on-right{position:relative;z-index:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap{background:none;border:0;text-align:right;width:auto;height:auto;display:block}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-right .infobox-content{padding-right:15px;text-align:right;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-infobox.icon-on-right .infobox-content .title{line-height:1;margin:0 0 10px}.eael-infobox .infobox-icon img{-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img{-webkit-border-radius:0;border-radius:0}.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-circle .eael-infobox .infobox-icon img{-webkit-border-radius:50%;border-radius:50%}.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-radius .eael-infobox .infobox-icon img{-webkit-border-radius:15px;border-radius:15px}
|
| 26 |
+
@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.eael-button-wrap,.eael-load-more-button-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-button,.eael-load-more-button{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1em 2em;border:0 solid;font-size:16px;overflow:hidden}.eael-button>span,.eael-load-more-button>span{margin-left:-20px}.eael-button .eael-btn-loader,.eael-load-more-button .eael-btn-loader{-webkit-border-radius:50%;border-radius:50%;width:20px;height:20px;font-size:10px;position:relative;text-indent:-9999em;border:4px solid hsla(0,0%,100%,.2);border-left-color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loaderSpin 1.1s linear infinite;animation:loaderSpin 1.1s linear infinite;left:-100%;top:auto;margin-right:5px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.eael-button .eael-btn-loader:after,.eael-load-more-button .eael-btn-loader:after{-webkit-border-radius:50%;border-radius:50%;width:20px;height:20px}.eael-button.button--loading>span,.eael-load-more-button.button--loading>span{margin-left:0}.eael-button.button--loading .eael-btn-loader,.eael-load-more-button.button--loading .eael-btn-loader{left:0}
|
| 27 |
+
.eael-ninja-container input,.eael-ninja-container textarea{height:auto;padding:10px}.eael-contact-form-align-center .eael-ninja-container,.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type=button]{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-align-left .eael-ninja-container,.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:left;width:auto}.eael-contact-form-align-right .eael-ninja-container,.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:right;width:auto}.eael-ninja-container .nf-field .nf-field-element input[type=password],.eael-ninja-container .nf-field .nf-field-element input[type=url],.eael-ninja-container .nf-field .nf-field-element textarea,.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=text]{max-width:100%}.eael-ninja-form .nf-form-title{display:none}.eael-ninja-form-title-yes .nf-form-title{display:block}.eael-ninja-form .nf-field-label,.eael-ninja-form.title-description-hide .nf-form-title,.eael-ninja-form .title-description-hide .nf-form-title{display:none}.eael-ninja-form-labels-yes .nf-field-label{display:block}.eael-ninja-form .submit-container input[type=button]{border:0;-webkit-border-radius:0;border-radius:0}.eael-ninja-form-button-full-width .submit-container input[type=button]{width:100%}
|
| 28 |
+
.eael-post-grid-container .eael-post-grid{margin:0 -10px}.eael-post-grid-container .eael-post-grid .eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-overlay{z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);-o-transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1),-webkit-transform .25s cubic-bezier(.19,1,.22,1)}.eael-entry-overlay,.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%}.eael-entry-overlay>a{z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{-webkit-border-radius:50%;border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;white-space:nowrap}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.eael-entry-meta>div{font-size:12px;line-height:1.2;padding-bottom:5px}.eael-grid-post-excerpt p{margin:0;font-size:14px}.eael-entry-meta .eael-entry-footer .eael-posted-by{display:block}.eael-grid-post .eael-entry-footer,.eael-grid-post .eael-entry-wrapper{padding:15px}.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on{padding-left:5px}.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on:before{content:"";font-family:Font Awesome\ 5 Free;font-weight:700;color:inherit;opacity:.4;font-size:.8em;padding-right:7px}.eael-entry-media{position:relative}.eael-entry-overlay{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-entry-overlay>i{color:#fff}.eael-entry-overlay.fade-in{visibility:hidden;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.fade-in{visibility:visible;opacity:1}.eael-entry-media:hover .eael-entry-overlay.fade-in>i{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);opacity:1}.eael-entry-overlay.zoom-in{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);visibility:hidden;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.zoom-in{visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-entry-overlay.slide-up{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.slide-up{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.eael-entry-media{overflow:hidden}.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay{opacity:0}.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay{opacity:1}.eael-entry-media.grid-hover-style-none .eael-entry-overlay{display:none}.eael-entry-overlay.none{opacity:0}.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay{-webkit-transform:scale(.4);-ms-transform:scale(.4);transform:scale(.4);opacity:0}.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i{-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px);-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);visibility:visible;opacity:1}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width:1025px){.elementor-element.elementor-grid-eael-col-1{position:relative}.elementor-element.elementor-grid-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-eael-col-2{position:relative}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-eael-col-3{position:relative}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-eael-col-4{position:relative}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-eael-col-5{position:relative}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-eael-col-6{position:relative}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:1024px)and (min-width:766px){.elementor-element.elementor-grid-tablet-eael-col-1{position:relative}.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2{position:relative}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-tablet-eael-col-3{position:relative}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-4{position:relative}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-5{position:relative}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-6{position:relative}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:767px){.elementor-element.elementor-grid-mobile-eael-col-1{position:relative}.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2{position:relative}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(odd){clear:left}.elementor-element.elementor-grid-mobile-eael-col-3{position:relative}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-4{position:relative}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-5{position:relative}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-6{position:relative}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}.eael-author-avatar>a{display:block}.eael-entry-footer{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-entry-footer>div{display:inline-block;float:left}.post-carousel-categories{position:absolute;left:0;top:0;z-index:11;width:100%;margin:0;padding:15px;text-align:left;visibility:hidden;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.post-carousel-categories li{display:inline-block;text-transform:capitalize;margin-right:5px;position:relative}.post-carousel-categories li:after{content:",";color:#fff}.post-carousel-categories li:last-child:after{display:none}.post-carousel-categories li a{color:#fff}.eael-entry-media:hover .post-carousel-categories{visibility:visible;opacity:1}.eael-post-grid-style-three .eael-meta-posted-on{min-width:60px;height:50px;padding:5px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5);text-align:center;font-size:16px;line-height:18px;margin-top:12px;margin-left:12px}.eael-post-grid-style-three .eael-meta-posted-on span{display:block}.eael-post-grid-style-two .eael-entry-meta{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on{padding:0;font-size:12px;margin-right:15px;color:#929292}.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i{margin-right:7px}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories{list-style:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;margin:0;padding-left:0}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li{font-size:12px;margin-right:7px;color:#929292}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child{margin-right:0}.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a{color:#929292}
|
| 29 |
+
.eael-post-timeline{margin-bottom:0;min-height:100%;overflow:hidden;position:relative}.eael-timeline-column{width:50%;margin-left:0;float:left;margin-top:0!important}.eael-timeline-post{position:relative}.eael-timeline-post:after{background-color:rgba(83,85,86,.2);content:"";width:2px;height:245px;position:absolute;right:0;top:70px}.eael-timeline-post:nth-child(2n):after{display:none}.eael-timeline-bullet{-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.1);box-shadow:0 1px 0 1px rgba(0,0,0,.1);right:-9px;top:60px;cursor:pointer}.eael-timeline-bullet,.eael-timeline-post:nth-child(2n) .eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;-webkit-border-radius:50%;border-radius:50%;content:"";height:20px;position:absolute;width:20px;z-index:3}.eael-timeline-post:nth-child(2n) .eael-timeline-bullet{bottom:36px;left:-11px;top:300px}.eael-timeline-post-inner{background:-o-linear-gradient(45deg,#3f3f46 0,#05abe0 100%) repeat scroll 0 0 transparent;background:linear-gradient(45deg,#3f3f46,#05abe0) repeat scroll 0 0 transparent;border:8px solid #e5eaed;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15);float:right;margin:30px 40px 30px auto;position:relative;height:320px;width:-webkit-calc(100% - 40px);width:calc(100% - 40px)}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{float:left;margin-left:40px}.eael-timeline-post-inner:after{border:15px solid transparent;border-left-color:#e5eaed;content:"";height:0;position:absolute;right:-36px;top:17px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after{border:15px solid transparent;border-right-color:#e5eaed;content:"";height:0;left:-36px;position:absolute;top:257px;width:0;border-left-color:transparent!important}.eael-timeline-post p{margin:1.6rem 0 0;font-size:.9em;line-height:1.6em}.eael-timeline-post-image{background-size:cover;background-position:50%;background-repeat:no-repeat;display:block;height:100%;overflow:hidden;position:relative;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-timeline-post-title{bottom:40px;position:absolute;width:100%}.eael-timeline-post-title h2{color:#fff;font-size:20px;font-weight:700;letter-spacing:1px;line-height:24px;padding:0 25px;text-align:left;text-transform:uppercase}.eael-timeline-post-excerpt{opacity:0;position:absolute;top:0;left:0;right:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-timeline-post-excerpt p{color:#fff;font-size:14px;padding:25px}.eael-timeline-post-inner:hover .eael-timeline-post-excerpt{opacity:1;top:10px}.eael-timeline-post-inner:hover .eael-timeline-post-image{opacity:.3}.eael-timeline-post time{opacity:0;right:-97px;top:50px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.eael-timeline-post:nth-child(2n) time,.eael-timeline-post time{background-color:rgba(0,0,0,.7);color:#fff;font-size:10px;-webkit-border-radius:20px;border-radius:20px;position:absolute;width:100px;height:30px;line-height:30px;text-align:center;z-index:4}.eael-timeline-post:nth-child(2n) time{left:-99px;top:290px}.eael-timeline-post time:before{border-bottom:5px solid rgba(0,0,0,.7);border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:45px;position:absolute;top:-5px;width:0}.eael-timeline-post:hover time{opacity:1}.eael-timeline-post:after{height:100%}.eael-post-timeline .eael-timeline-post:nth-last-child(2):after{height:245px}.eael-post-timeline .eael-timeline-post:last-child:after{display:none}.eael-load-more-button-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width:1366px){.eael-timeline-post-title h2{font-size:.8em}.eael-timeline-post-excerpt p{font-size:13px}}@media only screen and (max-width:1169px){.eael-timeline-post-inner{height:320px}}@media only screen and (max-width:992px){.eael-post-timeline{margin-left:0}.eael-timeline-bullet,.eael-timeline-post-inner:after,.eael-timeline-post:after,.eael-timeline-post:before{display:none}.eael-timeline-post{display:inline-block;float:left!important;width:50%!important;margin:15px auto}.eael-timeline-post-inner{height:320px;padding-bottom:30px}.eael-timeline-post-title{bottom:50px}.eael-timeline-post-title h2{font-size:.8em;line-height:1.2em}.eael-timeline-post .eael-timeline-post-inner{margin:0 10px auto 0;width:90%}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{margin:0 auto 0 10px;width:90%}.eael-timeline-post-excerpt{opacity:0!important}.eael-timeline-post-image{opacity:.3}.eael-timeline-post:nth-child(2n) time,.eael-timeline-post time{background-color:#fff;-webkit-border-radius:0;border-radius:0;color:#444;font-size:12px;text-transform:uppercase;left:0;opacity:1;padding-top:3px;top:275px;width:100%}time:before{display:none}}@media only screen and (max-width:767px){.eael-timeline-post{display:block;float:none!important;margin:20px auto;width:100%!important}.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{display:block;float:none;margin:0 auto}}@media only screen and (max-width:479px){.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{height:250px;margin:0 auto;width:95%}.eael-timeline-post:nth-child(2n) time,.eael-timeline-post time{top:205px}}
|
| 30 |
+
.eael-pricing{-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:none;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-border-radius:4px;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0;margin:0;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;-webkit-border-radius:5px;border-radius:5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-4:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:30px;right:-55px;z-index:10;font-size:13px;font-weight:600;text-transform:uppercase;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:200px;padding:7px 0;white-space:nowrap}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-left.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-left.ribbon-4:before{right:auto;left:-55px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0;-webkit-border-radius:5px;border-radius:5px;margin:0;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;-webkit-border-radius:50%;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:-1;background:hsla(0,0%,100%,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width:768px)and (max-width:992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px}}@media only screen and (max-width:480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-center .eael-pricing.style-4{text-align:center}.eael-pricing-content-align-left .eael-pricing.style-4{text-align:left}.eael-pricing-content-align-right .eael-pricing.style-4{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header{padding-left:30px;padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);-ms-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:Roboto,sans-serif;font-size:24px;line-height:40px;margin:0}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0!important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0!important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width:480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
| 31 |
+
.eael-post-grid .woocommerce ul.products,.eael-product-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px;padding:0!important}.eael-post-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-product-grid .woocommerce ul.products:before{display:none}.eael-post-grid .woocommerce ul.products .product,.eael-product-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-post-grid .woocommerce ul.products .product a.add_to_cart_button,.eael-post-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title,.eael-post-grid .woocommerce ul.products .product span.price,.eael-product-grid .woocommerce ul.products .product a.add_to_cart_button,.eael-product-grid .woocommerce ul.products .product h2.woocommerce-loop-product__title,.eael-product-grid .woocommerce ul.products .product span.price{margin-left:10px!important;margin-right:10px!important}.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0;-webkit-border-radius:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a{text-decoration:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img{width:100%;height:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;-webkit-border-radius:0;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-weight:600;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;-webkit-border-radius:0;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button{display:inline-block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:5px 25px;-webkit-border-radius:0;border-radius:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:before,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:before{content:"";font-family:Font Awesome\ 5 Free;font-weight:900;padding-right:8px}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;-o-transition:none;transition:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px;-webkit-border-radius:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img{width:100%;height:auto;margin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;-webkit-border-radius:50%;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,-webkit-transform .2s;-o-transition:transform .2s,opacity .3s;transition:transform .2s,opacity .3s;transition:transform .2s,opacity .3s,-webkit-transform .2s}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus{outline:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"";font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0;font-family:Font Awesome\ 5 Free}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"";display:inline-block;font-weight:400;font-family:Font Awesome\ 5 Free;font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"";font-weight:400;font-family:Font Awesome\ 5 Free;font-size:14px;line-height:38px;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;-webkit-border-radius:0;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-post-grid.eael-product-default .woocommerce ul.products li.product,.eael-product-grid.eael-product-default .woocommerce ul.products li.product{overflow:visible!important}.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale{line-height:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-post-grid.eael-product-default .button.add_to_cart_button:before,.eael-product-grid.eael-product-default .button.add_to_cart_button:before{content:"";font-family:Font Awesome\ 5 Free;font-weight:900;padding-right:8px}@media only screen and (min-width:1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:1024px)and (min-width:766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}
|
| 32 |
+
@-webkit-keyframes animateStripe{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(35px);transform:translate(35px)}}@keyframes animateStripe{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(35px);transform:translate(35px)}}@-webkit-keyframes animateStripeRTL{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-35px);transform:translate(-35px)}}@keyframes animateStripeRTL{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-35px);transform:translate(-35px)}}.eael-progressbar{position:relative}.eael-progressbar-title{font-size:20px;font-weight:400}.eael-progressbar-line{position:relative;display:block;width:100%;height:12px;background-color:#eee}.eael-progressbar-line .eael-progressbar-count-wrap{position:absolute;right:0;bottom:-webkit-calc(100% + 5px);bottom:calc(100% + 5px);font-size:16px;font-weight:400;line-height:1}.eael-progressbar-line-fill{display:inline-block;position:absolute;top:50%;left:0;width:0;height:12px;background-color:#000;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:width 1.5s linear;-o-transition:width 1.5s linear;transition:width 1.5s linear;overflow:hidden}.eael-progressbar-circle{position:relative;width:200px;height:200px}.eael-progressbar-circle .eael-progressbar-title{font-size:16px;font-weight:400}.eael-progressbar-circle .eael-progressbar-count-wrap{font-size:28px;font-weight:700}.eael-progressbar-circle-shadow{width:220px;height:220px;padding:10px;-webkit-border-radius:50%;border-radius:50%}.eael-progressbar-circle-pie{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.eael-progressbar-circle-inner{height:100%;width:100%;border:12px solid #eee;-webkit-border-radius:50%;border-radius:50%}.eael-progressbar-circle-half{position:absolute;left:0;top:0;height:100%;width:100%;border:12px solid #000;-webkit-border-radius:50%;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.eael-progressbar-circle-half-left{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.eael-progressbar-circle-half-right{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);visibility:hidden}.eael-progressbar-circle-inner-content{position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.eael-progressbar-half-circle{position:relative;width:200px;height:100px;overflow:hidden}.eael-progressbar-half-circle .eael-progressbar-circle-pie{-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0)}.eael-progressbar-half-circle .eael-progressbar-circle-half{-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 1.5s linear;transition:-webkit-transform 1.5s linear;-o-transition:transform 1.5s linear;transition:transform 1.5s linear;transition:transform 1.5s linear,-webkit-transform 1.5s linear}.eael-progressbar-half-circle .eael-progressbar-circle-inner-content{top:auto;bottom:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-progressbar-half-circle .eael-progressbar-title{font-size:16px;font-weight:400}.eael-progressbar-half-circle .eael-progressbar-count-wrap{font-size:28px;font-weight:700}.eael-progressbar-half-circle-after{position:relative;font-size:12px;font-weight:400;clear:both}.eael-progressbar-postfix-label{float:right}.eael-progressbar-line-stripe .eael-progressbar-line-fill:after{content:"";position:absolute;top:0;left:-35px;width:-webkit-calc(100% + 70px);width:calc(100% + 70px);height:100%;background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:35px 35px}.eael-progressbar-line-animate .eael-progressbar-line-fill:after{-webkit-animation:animateStripe 2s linear infinite;animation:animateStripe 2s linear infinite}.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after{-webkit-animation:animateStripeRTL 2s linear infinite;animation:animateStripeRTL 2s linear infinite}.eael-progressbar-circle-wrap>div{margin:0 auto}.eael-progressbar-box-container.left>div,.eael-progressbar-circle-container.left>div,.eael-progressbar-line-container.left{margin:0 auto 0 0}.eael-progressbar-box-container.center>div,.eael-progressbar-circle-container.center>div,.eael-progressbar-line-container.center{margin:0 auto}.eael-progressbar-box-container.right>div,.eael-progressbar-circle-container.right>div,.eael-progressbar-line-container.right{margin:0 0 0 auto}
|
| 33 |
+
.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-global,.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-local,.eael-reading-progress-wrap.eael-reading-progress-wrap-global .eael-reading-progress-local,.eael-reading-progress-wrap.eael-reading-progress-wrap-local .eael-reading-progress-global{display:none}.eael-reading-progress-wrap .eael-reading-progress{width:100%;position:fixed;top:0;left:0;height:5px;z-index:999999}.eael-reading-progress-wrap .eael-reading-progress.eael-reading-progress-bottom{top:unset;bottom:0}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px;background-color:#1fd18e;width:0;-webkit-transition:width 50ms ease;-o-transition:width 50ms ease;transition:width 50ms ease}
|
| 34 |
+
.eaelsv-overlay{position:absolute;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:4;cursor:pointer;background-size:cover;background-position:50%;text-align:center;overflow:hidden}.eaelsv-overlay-icon{position:absolute;top:50%;left:50%;font-size:90px;color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.plyr__controls button,.plyr__controls button:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.plyr__controls{display:none!important}.eael-sticky-video-wrapper{position:relative;width:100%;min-height:200px;margin:0;padding:0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;text-align:left;overflow:hidden}.eael-sticky-video-player2{min-height:20px;overflow:visible}.eael-sticky-video-player2.out{position:fixed;z-index:999;border:0!important;-webkit-border-radius:0!important;border-radius:0!important;height:200px;width:300px}.eael-sticky-video-wrapper.out .eael-sticky-video-player,.eael-sticky-video-wrapper.out .eael-sticky-video-player2{-webkit-border-radius:0!important;border-radius:0!important}.eael-sticky-video-player2.in{position:relative;margin:0;padding:0;height:100%;border:0;line-height:1}.owp-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.owp-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.eael-sticky-video-player:hover .owp-play i{opacity:1}.eaelsv-sticky-player-close{position:absolute;right:-25px;top:-36px;display:none;padding:7px;font-size:24px;z-index:9999;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible}.eaelsv-sticky-player-close:hover{color:#090}.eaelsv-sticky-player-close:after,.eaelsv-sticky-player-close:before{position:absolute;left:15px;background-color:#333}.eaelsv-sticky-player-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eaelsv-sticky-player-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.plyr__progress input[type=range]::-webkit-slider-runnable-track,.plyr__volume input[type=range]::-webkit-slider-runnable-track{-webkit-box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}.plyr__progress input[type=range]::-moz-range-track,.plyr__volume input[type=range]::-moz-range-track{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}
|
| 35 |
+
html{scroll-behavior:smooth}.eael-toc{z-index:9999;width:300px}.eael-toc,.eael-toc .eael-toc-button{display:none}.eael-toc .eael-toc-not-found{color:#a94442}.eael-toc.eael-toc-disable{display:none}.eael-toc.eael-sticky{position:fixed;top:100px;background:none;display:block}.eael-toc.collapsed{width:unset!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}.eael-toc.collapsed .eael-toc-body,.eael-toc.collapsed .eael-toc-close,.eael-toc.collapsed .eael-toc-header{display:none}.eael-toc.collapsed.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;margin-top:100%}.eael-toc.collapsed .eael-toc-button{position:relative;display:inline-block;font-size:80%!important;font-weight:400;text-align:center;text-decoration:none;text-transform:none;color:#fff;background:#ff7d50;padding:10px 20px;-webkit-border-radius:3px;border-radius:3px;border:none;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;cursor:pointer}.eael-toc.collapsed .eael-toc-button:focus{outline:none}.eael-toc.collapsed .eael-toc-button i{margin-right:10px}.eael-toc.eael-toc-right{right:0}.eael-toc.eael-toc-right .eael-toc-close{left:-11px}.eael-toc.eael-toc-right.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;margin-top:-100%}.eael-toc.eael-toc-right .eael-toc-button{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;margin-top:100%}.eael-toc .eael-toc-header{position:relative;background:#ff7d50;padding:12px 30px}.eael-toc .eael-toc-header .eael-toc-title{font-size:18px;font-weight:400;letter-spacing:.1px;color:#fff;margin:0;padding:0}.eael-toc .eael-toc-header .eael-toc-title:before{content:none}.eael-toc .eael-toc-header .eael-toc-close{position:absolute;width:28px;height:28px;background:#fff;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);right:-9px;top:-11px;-webkit-border-radius:20px;border-radius:20px;font-family:serif;font-size:20px;font-weight:700;line-height:28px;text-align:center;color:#ff7d50;cursor:pointer;padding:0;margin:0;border:0}.eael-toc .eael-toc-body{padding:12px 30px;background:#fff6f3;min-width:20vh;max-height:50vh;overflow-y:scroll}.eael-toc .eael-toc-body::-webkit-scrollbar{width:6px}.eael-toc .eael-toc-body::-webkit-scrollbar-thumb{background:#aaa;-webkit-border-radius:10px;border-radius:10px}.eael-toc .eael-toc-body ul.eael-toc-list{margin:0;padding:0;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list li{list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list li ul{padding:0;margin:0 0 0 20px;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-bullet li:before{content:"";position:relative;display:inline-block;width:8px;height:8px;-webkit-border-radius:50%;border-radius:50%;background-color:#ff7d50;margin-right:8px;top:-2px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li:before{content:counters(counter,".") " "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li:before{content:counters(counter,".") " "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-arrow li.eael-highlight-active>a:before{content:"";position:absolute;left:0;z-index:999999;border-bottom:10px solid #ff7d50;border-left:5px solid transparent;border-right:5px solid transparent;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin-top:10px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-bar li.eael-highlight-active>a:after{content:"";position:absolute;right:0;height:30px;width:2px;background:#ff7d50;z-index:999999}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-collapse :not(.eael-highlight-parent) ul{display:none}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a span{width:140px!important;display:block;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (max-width:767px){.eael-toc.eael-toc-mobile-hide{display:none!important}}
|
| 36 |
+
.eael-team-item{overflow:hidden;position:relative}.team-avatar-rounded figure img{-webkit-border-radius:50%;border-radius:50%;height:auto}.eael-team-image>figure{margin:0;padding:0}.eael-team-image>figure img{display:block;margin:0 auto}.eael-team-item .eael-team-content{padding:10px}.eael-team-item .eael-team-member-name{font-size:20px;font-weight:700;letter-spacing:.05em;margin:5px 0;text-transform:uppercase}.eael-team-item .eael-team-member-position{font-size:14px;font-weight:400;letter-spacing:.05em;margin:5px 0 10px;text-transform:uppercase}.eael-team-item .eael-team-content,.eael-team-item .eael-team-content .eael-team-text{font-size:14px;line-height:1.5}.eael-team-content>ul{margin:0;padding:0}.eael-team-content li{display:inline-block;list-style:outside none none;margin-right:10px;text-align:center}.eael-team-content li a{font-size:2.5rem}.eael-team-align-left .eael-team-item .eael-team-content li,.eael-team-align-left .eael-team-item .eael-team-content p,.eael-team-align-left .eael-team-item .eael-team-content ul,.eael-team-align-left .eael-team-item .eael-team-member-name,.eael-team-align-left .eael-team-item .eael-team-member-position,.eael-team-align-left .eael-team-item .eael-team-text{text-align:left}.eael-team-align-right .eael-team-item .eael-team-content li,.eael-team-align-right .eael-team-item .eael-team-content p,.eael-team-align-right .eael-team-item .eael-team-content ul,.eael-team-align-right .eael-team-item .eael-team-member-name,.eael-team-align-right .eael-team-item .eael-team-member-position,.eael-team-align-right .eael-team-item .eael-team-text{text-align:right}.eael-team-align-centered .eael-team-item .eael-team-content li,.eael-team-align-centered .eael-team-item .eael-team-content p,.eael-team-align-centered .eael-team-item .eael-team-content ul,.eael-team-align-centered .eael-team-item .eael-team-member-name,.eael-team-align-centered .eael-team-item .eael-team-member-position,.eael-team-align-centered .eael-team-item .eael-team-text{text-align:center}.eael-team-item.eael-team-members-overlay .eael-team-content{bottom:10px;left:10px;margin-bottom:0;padding-top:15%;opacity:0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:absolute;right:10px;top:10px;-webkit-transition:all .615s cubic-bezier(.19,1,.22,1) 0s;-o-transition:all .615s cubic-bezier(.19,1,.22,1) 0s;transition:all .615s cubic-bezier(.19,1,.22,1) 0s}.eael-team-item.eael-team-members-overlay:hover .eael-team-content{opacity:1}.eael-team-member-social-link>a{display:inline-block;-webkit-transition:all .3s cubic-bezier(.19,1,.22,1) 0s;-o-transition:all .3s cubic-bezier(.19,1,.22,1) 0s;transition:all .3s cubic-bezier(.19,1,.22,1) 0s}.eael-team-member-social-link>a:focus{outline:none}
|
| 37 |
+
.eael-testimonial-slider{position:relative}.testimonial-star-rating{padding:0;margin:0}.testimonial-star-rating li{list-style:none;display:inline-block}.testimonial-star-rating li i{color:#d8d8d8}.rating-five .testimonial-star-rating li i,.rating-four .testimonial-star-rating li:first-child i,.rating-four .testimonial-star-rating li:nth-child(2) i,.rating-four .testimonial-star-rating li:nth-child(3) i,.rating-four .testimonial-star-rating li:nth-child(4) i,.rating-one .testimonial-star-rating li:first-child i,.rating-three .testimonial-star-rating li:first-child i,.rating-three .testimonial-star-rating li:nth-child(2) i,.rating-three .testimonial-star-rating li:nth-child(3) i,.rating-two .testimonial-star-rating li:first-child i,.rating-two .testimonial-star-rating li:nth-child(2) i{color:#f2b01e}.eael-testimonial-image img{max-width:100%}.eael-testimonial-image{padding:10px 0 0}.eael-testimonial-image>figure{display:block;margin:0}.testimonial-avatar-rounded figure img{-webkit-border-radius:50%;border-radius:50%;height:auto}.eael-testimonial-content{margin:0;padding:10px}.eael-testimonial-item>figure{margin:0 auto;padding:0 20px}.eael-testimonial-item .center-text{text-align:center}.eael-testimonial-item .right-text{text-align:right}.eael-testimonial-item .left-text{text-align:left}.eael-testimonial-item .justify-text{text-align:justify}.eael-testimonial-content .eael-testimonial-text{font-size:100%;font-style:italic;line-height:1.5;margin-top:0;margin-bottom:10px;word-wrap:break-word}.eael-testimonial-content .eael-testimonial-user{display:inline-block;font-family:inherit;font-size:105%;font-style:italic;font-weight:400;line-height:1.5;margin-top:0;margin-bottom:0;margin-right:5px}.eael-testimonial-content .eael-testimonial-user-company{display:inline-block;font-family:inherit;font-size:90%;font-style:italic;font-weight:lighter;line-height:1.75;margin-bottom:0;margin-top:1px}.eael-testimonial-image{position:relative}.eael-testimonial-item .eael-testimonial-image figure img{display:inline-block}.eael-testimonial-item .eael-testimonial-quote:after{color:inherit!important;content:"";font-family:Font Awesome\ 5 Free;font-size:200%;font-weight:900}.icon-img-left-content .eael-testimonial-image{float:left;width:30%}.icon-img-left-content .eael-testimonial-content{float:left;width:70%;text-align:left}.icon-img-left-content.eael-testimonial-item{overflow:hidden;position:relative}.icon-img-left-content .eael-testimonial-quote{position:absolute;right:0}.icon-img-left-content .eael-testimonial-text{margin-top:0}.eael-testimonial-align-centered .eael-testimonial-user,.eael-testimonial-align-centered .eael-testimonial-user-company{float:none;text-align:center}.eael-testimonial-align-centered .eael-testimonial-image>figure img{display:block;margin-left:auto!important;margin-right:auto!important}.icon-img-right-content .eael-testimonial-image{float:right;width:30%}.icon-img-right-content .eael-testimonial-content{float:right;width:70%;text-align:right}.icon-img-right-content.eael-testimonial-item{overflow:hidden;position:relative}.icon-img-right-content .eael-testimonial-quote{position:absolute}.icon-img-right-content .eael-testimonial-text{margin-top:0}.eael-testimonial-item{position:relative}.classic-style.testimonial-alignment-center .eael-testimonial-image,.default-style.testimonial-alignment-center .eael-testimonial-image{text-align:center}.classic-style.testimonial-alignment-right .eael-testimonial-image,.default-style.testimonial-alignment-right .eael-testimonial-image{text-align:right}.classic-style.testimonial-alignment-center .eael-testimonial-image>figure,.default-style.testimonial-alignment-center .eael-testimonial-image>figure{text-align:center}span.eael-testimonial-quote{position:absolute;right:10px;top:10px}.eael-testimonial-item.left .eael-testimonial-image{text-align:left}.eael-testimonial-item.center .eael-testimonial-image{text-align:center}.eael-testimonial-item.right .eael-testimonial-image{text-align:right}.eael-testimonial-inline-bio .eael-testimonial-image{float:left}.eael-testimonial-inline-bio .bio-text{padding-top:10px}.eael-testimonial-content.eael-testimonial-inline-bio{overflow:hidden;margin-bottom:0;padding-bottom:0}.eael-testimonial-inline-bio .bio-text,.eael-testimonial-inline-bio .testimonial-star-rating{float:left;width:65%}.testimonial-inline-style .eael-testimonial-image{float:left;max-width:100%;padding:0;margin-right:15px}.testimonial-inline-style{overflow:hidden;text-align:left}.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text{text-align:center}.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text{text-align:right}.content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text,.content-bottom-icon-title-inline .eael-testimonial-text{text-align:left}.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text{text-align:center}.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text{text-align:right}
|
| 38 |
+
.eael-tooltip{position:relative;display:inline-block;min-width:150px;padding:12px 24px;font-size:.93rem;color:#333;line-height:1;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-tooltip .eael-tooltip-text{display:block;width:100%;visibility:hidden;background-color:#000;color:#fff;-webkit-border-radius:4px;border-radius:4px;padding:10px;position:absolute;z-index:1;font-size:.93rem;line-height:1.3}.eael-tooltip .eael-tooltip-text p{margin:0}.eael-tooltip .eael-tooltip-text:after{content:"";position:absolute;border-width:5px;border-style:solid}.eael-tooltip:hover .eael-tooltip-text{visibility:visible}.eael-tooltip .eael-tooltip-text.eael-tooltip-left{top:50%;right:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left{-webkit-animation:tooltipLeftIn .3s ease-in-out;animation:tooltipLeftIn .3s ease-in-out}.eael-tooltip .eael-tooltip-text.eael-tooltip-left:after{top:-webkit-calc(50% - 5px);top:calc(50% - 5px);left:100%;border-color:transparent transparent transparent #000}.eael-tooltip .eael-tooltip-text.eael-tooltip-right{top:50%;left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-left:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right{-webkit-animation:tooltipRightIn .3s linear;animation:tooltipRightIn .3s linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-right:after{top:-webkit-calc(50% - 5px);top:calc(50% - 5px);right:100%;border-color:transparent #000 transparent transparent}.eael-tooltip .eael-tooltip-text.eael-tooltip-top{bottom:100%;left:0;right:0;margin:0 auto 10px}.eael-tooltip .eael-tooltip-text.eael-tooltip-top:after{margin-top:0;top:100%;left:-webkit-calc(50% - 5px);left:calc(50% - 5px);border-color:#000 transparent transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top{-webkit-animation:tooltipTopIn .3s linear;animation:tooltipTopIn .3s linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom{top:100%;left:0;right:0;margin:10px auto 0}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom:after{margin-top:0;bottom:100%;left:-webkit-calc(50% - 5px);left:calc(50% - 5px);border-color:transparent transparent #000}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom{-webkit-animation:tooltipBottomIn .3s linear;animation:tooltipBottomIn .3s linear}.eael-tooltip-align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.eael-tooltip-align-left,.eael-tooltip-align-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.eael-tooltip-align-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.eael-tooltip-align-center{width:100%}.eael-tooltip-align-center,.eael-tooltip-align-justify .eael-tooltip{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.eael-tooltip-align-justify .eael-tooltip{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes tooltipRightIn{0%{opacity:0;left:105%}to{opacity:1;left:100%}}@keyframes tooltipRightIn{0%{opacity:0;left:105%}to{opacity:1;left:100%}}@-webkit-keyframes tooltipLeftIn{0%{opacity:0;right:105%}to{opacity:1;right:100%}}@keyframes tooltipLeftIn{0%{opacity:0;right:105%}to{opacity:1;right:100%}}@-webkit-keyframes tooltipTopIn{0%{opacity:0;bottom:110%}to{opacity:1;bottom:100%}}@keyframes tooltipTopIn{0%{opacity:0;bottom:110%}to{opacity:1;bottom:100%}}@-webkit-keyframes tooltipBottomIn{0%{opacity:0;top:110%}to{opacity:1;top:100%}}@keyframes tooltipBottomIn{0%{opacity:0;top:110%}to{opacity:1;top:100%}}span.eael-tooltip-content,span.eael-tooltip-content a{width:100%;display:block;text-align:center}.eael-tooltip-text-align-left .eael-tooltip-content a,.eael-tooltip-text-align-left .eael-tooltip-text{text-align:left}.eael-tooltip-text-align-right .eael-tooltip-content a,.eael-tooltip-text-align-right .eael-tooltip-text{text-align:right}.eael-tooltip-text-align-center .eael-tooltip-content a,.eael-tooltip-text-align-center .eael-tooltip-text{text-align:center}.eael-tooltip-text-align-justify .eael-tooltip-content a,.eael-tooltip-text-align-justify .eael-tooltip-text{text-align:justify}
|
| 39 |
+
.eael-twitter-feed:after,.eael-twitter-feed:before{content:"";clear:both}.eael-twitter-feed-masonry .eael-twitter-feed-item{float:left}@media only screen and (max-width:480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-2 .eael-twitter-feed-item,.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item,.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item{width:100%!important}}.eael-twitter-feed-item .eael-twitter-feed-item-inner{background:#fff;border:1px solid rgba(0,0,0,.1);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.eael-twitter-feed-item a{color:#08c;text-decoration:none}.eael-twitter-feed-item a:hover{outline:0;color:#005580}.eael-twitter-feed-item a:focus{outline:none}.eael-twitter-feed-item .eael-twitter-feed-item-header{padding:20px 15px 0;margin-bottom:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar{float:left;width:38px;margin-right:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img{max-width:none;height:auto;-o-object-fit:cover;object-fit:cover}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar.avatar-circle img{-webkit-border-radius:50%;border-radius:50%}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta{float:left}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-icon{color:#1da1f2;margin-right:5px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-author{color:#444;line-height:1.5em;font-weight:700}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-date{float:right;margin-right:10px;font-size:90%;color:#999}.eael-twitter-feed-item .eael-twitter-feed-item-content{padding:0 15px 15px}.eael-twitter-feed-item .eael-twitter-feed-item-content p{color:#666;margin:0 0 5px;min-height:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px 15px}.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-content,.eael-twitter-feed-item-style-three .eael-twitter-feed-item-inner .eael-twitter-feed-item-header{padding:0}.eael-twitter-feed-item-style-two .eael-twitter-feed-item-icon{float:right;margin-top:5px}.eael-twitter-feed.swiper-container .swiper-button-next,.eael-twitter-feed.swiper-container .swiper-button-prev{background-image:none;outline:none}
|
| 40 |
+
.eael-typeform{width:100%;height:700px}.eael-typeform.eael-typeform-align-center{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-typeform.eael-typeform-align-left{float:left}.eael-typeform.eael-typeform-align-right{float:right}
|
| 41 |
+
.eael-weform-container input,.eael-weform-container textarea{height:auto;padding:10px}.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:left;width:auto}.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:right;width:auto}.eael-weform-container ul.wpuf-form{list-style:none}.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=url],.eael-weform-container ul.wpuf-form li .wpuf-fields textarea{max-width:100%}
|
| 42 |
+
.ea-woo-checkout{font-size:14px;line-height:1.5em;font-weight:400}.ea-woo-checkout .woocommerce #ship-to-different-address span,.ea-woo-checkout .woocommerce h3{font-size:25px;line-height:1.5em;font-weight:600;margin-top:0;text-transform:capitalize}.ea-woo-checkout .woocommerce label{font-size:16px;line-height:1.5;font-weight:500}.ea-woo-checkout .woocommerce label.woocommerce-form__label-for-checkbox.checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ea-woo-checkout .woocommerce .checkout li.wc_payment_method{border-bottom:none}.ea-woo-checkout .woocommerce .woo-checkout-coupon a,.ea-woo-checkout .woocommerce .woo-checkout-login a{color:#7866ff}.ea-woo-checkout .woocommerce .woo-checkout-coupon a :hover,.ea-woo-checkout .woocommerce .woo-checkout-login a :hover{color:#443d6d}.ea-woo-checkout .woocommerce .woo-checkout-coupon label,.ea-woo-checkout .woocommerce .woo-checkout-login label{margin-bottom:10px}.ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text,.ea-woo-checkout .woocommerce .woo-checkout-coupon select,.ea-woo-checkout .woocommerce .woo-checkout-login .input-text,.ea-woo-checkout .woocommerce .woo-checkout-login select{-webkit-border-radius:5px;border-radius:5px;background-color:#fff;padding:13px;border:1px solid transparent}.ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text :active,.ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text :hover,.ea-woo-checkout .woocommerce .woo-checkout-coupon select :active,.ea-woo-checkout .woocommerce .woo-checkout-coupon select :hover,.ea-woo-checkout .woocommerce .woo-checkout-login .input-text :active,.ea-woo-checkout .woocommerce .woo-checkout-login .input-text :hover,.ea-woo-checkout .woocommerce .woo-checkout-login select :active,.ea-woo-checkout .woocommerce .woo-checkout-login select :hover{border-color:inherit}.ea-woo-checkout .woocommerce .woo-checkout-coupon .input-text :focus,.ea-woo-checkout .woocommerce .woo-checkout-coupon select :focus,.ea-woo-checkout .woocommerce .woo-checkout-login .input-text :focus,.ea-woo-checkout .woocommerce .woo-checkout-login select :focus{outline:inherit;outline-offset:0}.ea-woo-checkout .woocommerce .woo-checkout-coupon .button,.ea-woo-checkout .woocommerce .woo-checkout-login .button{background-color:#7866ff;-webkit-border-radius:5px;border-radius:5px;font-size:16px;line-height:1.5em;color:#fff;font-weight:400;margin:0;padding:13px 30px;border:none;text-transform:capitalize!important}.ea-woo-checkout .woocommerce .woo-checkout-coupon .button:hover,.ea-woo-checkout .woocommerce .woo-checkout-login .button:hover{text-decoration:none}.ea-woo-checkout .woocommerce .woo-checkout-login{-webkit-border-radius:5px;border-radius:5px;background-color:#f1ebff;padding:30px;font-size:16px;line-height:1.5em;font-weight:400;margin-bottom:30px;position:relative;display:block}.ea-woo-checkout .woocommerce .woo-checkout-login .ea-login-icon{width:20px;position:absolute;top:20px;left:20px;font-size:20px}.ea-woo-checkout .woocommerce .woo-checkout-login .ea-login-icon i,.ea-woo-checkout .woocommerce .woo-checkout-login .ea-login-icon svg{width:1em;height:1em;position:relative;display:block}.ea-woo-checkout .woocommerce .woo-checkout-login .form-row-first{width:48.5%;float:left!important}.ea-woo-checkout .woocommerce .woo-checkout-login .form-row-last{float:right!important}.ea-woo-checkout .woocommerce .woo-checkout-login .clear{clear:both}.ea-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login{max-width:100%;margin:15px 0 0!important}.ea-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login p:first-child{margin-top:0}.ea-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login .woocommerce-form-login__submit{margin-right:30px}.ea-woo-checkout .woocommerce .woo-checkout-login .lost_password{margin-left:3px;margin-bottom:0}.ea-woo-checkout .woocommerce .woo-checkout-coupon .form-row-first{width:48.5%}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon{margin:15px 0 0!important;padding:20px;width:100%;text-align:left;border:1px solid inherit;-webkit-border-radius:5px;border-radius:5px}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon p:first-child{margin:0 0 20px}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first{width:78%;float:left}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first input{-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 12px 20px rgba(51,57,137,.1);box-shadow:0 12px 20px rgba(51,57,137,.1);background-color:#fff;height:50px}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first input :focus{outline:none;outline-offset:0}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last{width:20%;margin-left:2%;float:right}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .clear{clear:both}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon p{margin-top:0}@media(max-width:1024px){.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first{width:50%}.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last{width:48%}}@media(max-width:767px){.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first,.ea-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last{width:100%}}.ea-woo-checkout .woocommerce .woo-checkout-coupon .lost_password{margin-bottom:0}.ea-woo-checkout .woocommerce h3#order_review_heading{float:none;width:100%}.ea-woo-checkout .woocommerce #customer_details.col2-set{width:100%!important;padding:0!important;float:none!important;margin:0 0 30px}.ea-woo-checkout .woocommerce #customer_details.col2-set h3{border:none;padding:0;font-size:25px}.ea-woo-checkout .woocommerce #customer_details.col2-set .col-1{padding-left:0;float:left!important;width:48%!important}.ea-woo-checkout .woocommerce #customer_details.col2-set .col-2{padding-right:0;float:right!important;width:48%!important}.ea-woo-checkout .woocommerce #customer_details.col2-set #ship-to-different-address label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:0;padding-bottom:0}.ea-woo-checkout .woocommerce #customer_details.col2-set #ship-to-different-address label input{-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;margin-top:9px;margin-right:10px}@media(max-width:767px){.ea-woo-checkout .woocommerce #customer_details.col2-set .col-1,.ea-woo-checkout .woocommerce #customer_details.col2-set .col-2{width:100%!important;float:none!important}}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review{margin-bottom:30px}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table{padding:0;margin:0}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 12px}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-header{font-size:14px}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-row{-webkit-border-radius:3px;border-radius:3px;font-size:16px;font-weight:500;background-color:#fff}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-1{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;max-width:70%}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-2{-webkit-flex-basis:15%;-ms-flex-preferred-size:15%;flex-basis:15%;max-width:15%;text-align:center}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-3{-webkit-flex-basis:15%;-ms-flex-preferred-size:15%;flex-basis:15%;max-width:15%;text-align:right;padding-right:25px!important}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name .product-thumbnail{width:65px;margin-right:15px}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name .product-thumbnail img{display:block}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-quantity,.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-total{padding:0 10px}@media (max-width:767px){.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table{overflow-y:auto}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-header,.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-row{width:400px}}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shopping{margin:0 0 10px;text-transform:capitalize;font-size:15px;line-height:1.5em;display:inline-block}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shopping i{margin-right:5px}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content{font-size:14px;-webkit-border-radius:3px;border-radius:3px;padding:20px 25px;background-color:#fff;width:40%;font-weight:700;margin:0 0 0 auto}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content div:first-child{border:none}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content div:last-child{padding-bottom:0}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content label{font-size:inherit;font-weight:inherit;line-height:inherit}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content .woocommerce-remove-coupon{font-family:inherit;font-size:.7em;font-weight:inherit;line-height:inherit;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .cart-discount,.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .cart-subtotal,.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .order-total,.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .shipping-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid inherit;padding:3px 0}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .woocommerce-shipping-methods{margin:0;padding:0;list-style:none}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .shipping-area #shipping_method li{margin-bottom:0}@media (max-width:1024px){.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content{width:40%}}@media (max-width:767px){.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shop{margin-top:15px}.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content{width:100%}}.eael-woo-checkout .woocommerce .woocommerce-error,.eael-woo-checkout .woocommerce .woocommerce-info,.eael-woo-checkout .woocommerce .woocommerce-message{border:0;-webkit-border-radius:5px;border-radius:5px;text-align:left;background-color:transparent;text-transform:capitalize;padding:20px 20px 20px 50px;font-size:16px;line-height:1.5em;font-weight:400;margin-bottom:30px}.eael-woo-checkout .woocommerce .woocommerce-error:before,.eael-woo-checkout .woocommerce .woocommerce-info:before,.eael-woo-checkout .woocommerce .woocommerce-message:before{left:20px;top:20px;font-size:20px}.eael-woo-checkout .woocommerce .woocommerce-error a,.eael-woo-checkout .woocommerce .woocommerce-info a,.eael-woo-checkout .woocommerce .woocommerce-message a{-webkit-box-shadow:none;box-shadow:none;text-transform:capitalize}.eael-woo-checkout .woocommerce .woocommerce-error{background-color:#fff3f5;color:#ff7e93}.eael-woo-checkout .woocommerce .woocommerce-info{background-color:#d1ecf1;color:#0c5460}.eael-woo-checkout .woocommerce .woocommerce-message{background-color:#d4edda;color:#155724}.eael-woo-checkout .woocommerce form.checkout_coupon{border:1px solid #404040}.eael-woo-checkout .woocommerce .woo-checkout-login.woo-checkout-login-editor{display:none}.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-error,.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-info,.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-message{background-color:transparent!important;padding:0 0 0 40px!important;border:none!important;margin:0}.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-error:before,.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-info:before,.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-message:before{left:20px;top:20px;font-size:20px}.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info{font-size:inherit;line-height:1.5em;font-weight:inherit;margin-bottom:0;display:block}.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info:before{content:none}.eael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info a{text-decoration:underline}.eael-woo-checkout .woocommerce .woo-checkout-coupon{-webkit-border-radius:5px;border-radius:5px;background-color:#ebfaff;padding:30px;font-size:16px;line-height:1.5em;font-weight:400;margin-bottom:30px;position:relative;display:block}.eael-woo-checkout .woocommerce .woo-checkout-coupon .ea-coupon-icon{width:20px;position:absolute;top:20px;left:20px;font-size:20px}.eael-woo-checkout .woocommerce .woo-checkout-coupon .ea-coupon-icon i,.eael-woo-checkout .woocommerce .woo-checkout-coupon .ea-coupon-icon svg{width:1em;height:1em;position:relative;display:block}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message{border-width:1px;border-style:solid;-webkit-border-radius:3px;border-radius:3px;padding:10px 10px 10px 40px!important;margin:20px 0 0;color:inherit}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error:before,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info:before,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message:before{left:10px;top:10px;color:inherit}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error li,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info li,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message li{margin-left:0}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-error,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-message{background-color:transparent!important;padding:0 0 0 40px!important;border:none!important;margin:0}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-error:before,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info:before,.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-message:before{left:20px;top:20px;font-size:20px}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info{font-size:inherit;line-height:1.5em;font-weight:inherit;margin-bottom:0;display:block}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info:before{content:none}.eael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info a{text-decoration:underline}.eael-woo-checkout .woocommerce .woo-checkout-payment{clear:both}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods{padding:0 0 20px!important;margin:0;border:0}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods li:not(.woocommerce-notice){background-color:transparent}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method{margin:0;padding:0}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method>label{font-size:15px;padding:0;margin:0;display:inline-block;width:100%}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]{display:none}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-left:25px;position:relative}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label:before{width:12px;height:12px;-webkit-border-radius:50%;border-radius:50%;background-color:#b8b6ca;border:0 solid #fff;font-size:0}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label:after,.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label:before{-webkit-transition:all .25s cubic-bezier(.4,.25,.3,1);-o-transition:all .25s cubic-bezier(.4,.25,.3,1);transition:all .25s cubic-bezier(.4,.25,.3,1);content:"";position:absolute;top:47%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label:after{width:0;height:0;-webkit-border-radius:50%;border-radius:50%;background-color:#fff}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked+label:before{background-color:transparent;width:12px;height:12px;border-width:2px;border-color:#7362f0}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked+label:after{width:6px;height:6px;left:3px;background-color:#fff}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .payment_box{-webkit-border-radius:5px;border-radius:5px}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .payment_box p:first-child{margin:0!important}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order{padding:20px 0 0;border-top:1px solid #fff}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order p{margin-top:0}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order a.woocommerce-privacy-policy-link{color:#fff;font-weight:600}.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order #place_order{width:auto;margin:0 0 0 auto;text-transform:capitalize;letter-spacing:unset}.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1{width:100%!important;float:none!important}@media(min-width:1024px){.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-billing-fields{float:left!important;width:48%!important;padding-right:2%}.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-account-fields,.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-additional-fields,.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-1 .woocommerce-shipping-fields{float:left!important;width:48%!important;padding-left:2%}}.eael-woo-checkout.theme-astra:not(.elementor-editor-active) .woocommerce #customer_details.col2-set .col-2{clear:both}.eael-woo-checkout.elementor-editor-active .woocommerce .woo-checkout-login.woo-checkout-login-editor{display:block}
|
| 43 |
+
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button,.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover,.eael-wpforms .wpforms-container .wpforms-form button[type=submit],.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,.eael-wpforms .wpforms-container .wpforms-form input[type=submit],.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover{border:0}.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],.eael-wpforms .wpforms-container .wpforms-form input[type=radio]{padding:3px}.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label{display:none}.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row{max-width:100%}.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]),.eael-wpforms .wpforms-container .wpforms-field select,.eael-wpforms .wpforms-container .wpforms-field textarea{max-width:100%!important}.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label{display:block}.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit{width:100%}
|
assets/front-end/css/view/weforms.css
CHANGED
|
@@ -21,6 +21,10 @@
|
|
| 21 |
width: auto;
|
| 22 |
}
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],
|
| 25 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],
|
| 26 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],
|
| 21 |
width: auto;
|
| 22 |
}
|
| 23 |
|
| 24 |
+
.eael-weform-container ul.wpuf-form {
|
| 25 |
+
list-style: none;
|
| 26 |
+
}
|
| 27 |
+
|
| 28 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],
|
| 29 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],
|
| 30 |
.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],
|
assets/front-end/css/view/weforms.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-weform-container input,.eael-weform-container textarea{height:auto;padding:10px}.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{margin-left:auto !important;margin-right:auto !important;display:block;float:none}.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:left;width:auto}.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:right;width:auto}.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=url],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-weform-container ul.wpuf-form li .wpuf-fields textarea{max-width:100%}
|
| 1 |
+
.eael-weform-container input,.eael-weform-container textarea{height:auto;padding:10px}.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{margin-left:auto !important;margin-right:auto !important;display:block;float:none}.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:left;width:auto}.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:right;width:auto}.eael-weform-container ul.wpuf-form{list-style:none}.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=url],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-weform-container ul.wpuf-form li .wpuf-fields textarea{max-width:100%}
|
assets/front-end/js/view/count-down.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("var CountDown = function CountDown($scope, $) {\n var $coundDown = $scope.find(\".eael-countdown-wrapper\").eq(0),\n $countdown_id = $coundDown.data(\"countdown-id\") !== undefined ? $coundDown.data(\"countdown-id\") : \"\",\n $expire_type = $coundDown.data(\"expire-type\") !== undefined ? $coundDown.data(\"expire-type\") : \"\",\n $expiry_text = $coundDown.data(\"expiry-text\") !== undefined ? $coundDown.data(\"expiry-text\") : \"\",\n $expiry_title = $coundDown.data(\"expiry-title\") !== undefined ? $coundDown.data(\"expiry-title\") : \"\",\n $redirect_url = $coundDown.data(\"redirect-url\") !== undefined ? $coundDown.data(\"redirect-url\") : \"\",\n $template = $coundDown.data(\"template\") !== undefined ? $coundDown.data(\"template\") : \"\";\n jQuery(document).ready(function ($) {\n \"use strict\";\n\n var countDown = $(\"#eael-countdown-\" + $countdown_id);\n countDown.countdown({\n end: function end() {\n if ($expire_type == \"text\") {\n countDown.html('<div class=\"eael-countdown-finish-message\"><h4 class=\"expiry-title\">' + $expiry_title + \"</h4>\" + '<div class=\"eael-countdown-finish-text\">' + $expiry_text + \"</div></div>\");\n } else if ($expire_type === \"url\") {\n
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("var CountDown = function CountDown($scope, $) {\n var $coundDown = $scope.find(\".eael-countdown-wrapper\").eq(0),\n $countdown_id = $coundDown.data(\"countdown-id\") !== undefined ? $coundDown.data(\"countdown-id\") : \"\",\n $expire_type = $coundDown.data(\"expire-type\") !== undefined ? $coundDown.data(\"expire-type\") : \"\",\n $expiry_text = $coundDown.data(\"expiry-text\") !== undefined ? $coundDown.data(\"expiry-text\") : \"\",\n $expiry_title = $coundDown.data(\"expiry-title\") !== undefined ? $coundDown.data(\"expiry-title\") : \"\",\n $redirect_url = $coundDown.data(\"redirect-url\") !== undefined ? $coundDown.data(\"redirect-url\") : \"\",\n $template = $coundDown.data(\"template\") !== undefined ? $coundDown.data(\"template\") : \"\";\n jQuery(document).ready(function ($) {\n \"use strict\";\n\n var countDown = $(\"#eael-countdown-\" + $countdown_id);\n countDown.countdown({\n end: function end() {\n if ($expire_type == \"text\") {\n countDown.html('<div class=\"eael-countdown-finish-message\"><h4 class=\"expiry-title\">' + $expiry_title + \"</h4>\" + '<div class=\"eael-countdown-finish-text\">' + $expiry_text + \"</div></div>\");\n } else if ($expire_type === \"url\") {\n if (isEditMode) {\n countDown.html(\"Your Page will be redirected to given URL (only on Frontend).\");\n } else {\n window.location.href = $redirect_url;\n }\n } else if ($expire_type === \"template\") {\n countDown.html($template);\n } else {//do nothing!\n }\n }\n });\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-countdown.default\", CountDown);\n});\n\n//# sourceURL=webpack:///./src/js/view/count-down.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/count-down.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=5)}({5:function(e,t){var n=function(e,t){var n=e.find(".eael-countdown-wrapper").eq(0),o=void 0!==n.data("countdown-id")?n.data("countdown-id"):"",r=void 0!==n.data("expire-type")?n.data("expire-type"):"",i=void 0!==n.data("expiry-text")?n.data("expiry-text"):"",d=void 0!==n.data("expiry-title")?n.data("expiry-title"):"",a=void 0!==n.data("redirect-url")?n.data("redirect-url"):"",
|
| 1 |
+
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=5)}({5:function(e,t){var n=function(e,t){var n=e.find(".eael-countdown-wrapper").eq(0),o=void 0!==n.data("countdown-id")?n.data("countdown-id"):"",r=void 0!==n.data("expire-type")?n.data("expire-type"):"",i=void 0!==n.data("expiry-text")?n.data("expiry-text"):"",d=void 0!==n.data("expiry-title")?n.data("expiry-title"):"",a=void 0!==n.data("redirect-url")?n.data("redirect-url"):"",u=void 0!==n.data("template")?n.data("template"):"";jQuery(document).ready((function(e){"use strict";var t=e("#eael-countdown-"+o);t.countdown({end:function(){"text"==r?t.html('<div class="eael-countdown-finish-message"><h4 class="expiry-title">'+d+'</h4><div class="eael-countdown-finish-text">'+i+"</div></div>"):"url"===r?isEditMode?t.html("Your Page will be redirected to given URL (only on Frontend)."):window.location.href=a:"template"===r&&t.html(u)}})}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-countdown.default",n)}))}});
|
assets/front-end/js/view/filterable-gallery.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("var filterableGalleryHandler = function filterableGalleryHandler($scope, $) {\n var filterControls = $scope.find(\".fg-layout-3-filter-controls\").eq(0),\n filterTrigger = $scope.find(\"#fg-filter-trigger\"),\n form = $scope.find(\".fg-layout-3-search-box\"),\n input = $scope.find(\"#fg-search-box-input\"),\n searchRegex,\n buttonFilter,\n timer;\n\n if (form.length) {\n form.on(\"submit\", function (e) {\n e.preventDefault();\n });\n }\n\n filterTrigger.on(\"click\", function () {\n filterControls.toggleClass(\"open-filters\");\n }).blur(function () {\n filterControls.toggleClass(\"open-filters\");\n });\n\n if (!isEditMode) {\n var $gallery = $(\".eael-filter-gallery-container\", $scope),\n $settings = $gallery.data(\"settings\"),\n $gallery_items = $gallery.data(\"gallery-items\"),\n $layout_mode = $settings.grid_style == \"masonry\" ? \"masonry\" : \"fitRows\",\n $gallery_enabled = $settings.gallery_enabled == \"yes\" ? true : false; // init isotope\n\n var layoutMode = $(\".eael-filter-gallery-wrapper\").data(\"layout-mode\");\n var mfpCaption = $(\".eael-filter-gallery-wrapper\").data(\"mfp_caption\");\n var $isotope_gallery = $gallery.isotope({\n itemSelector: \".eael-filterable-gallery-item-wrap\",\n layoutMode: $layout_mode,\n percentPosition: true,\n stagger: 30,\n transitionDuration: $settings.duration + \"ms\",\n filter: function filter() {\n var $this = $(this);\n var $result = searchRegex ? $this.text().match(searchRegex) : true;\n\n if (buttonFilter == undefined) {\n if (layoutMode != \"layout_3\") {\n buttonFilter = $scope.find(\".eael-filter-gallery-control ul li\").first().data(\"filter\");\n } else {\n buttonFilter = $scope.find(\".fg-layout-3-filter-controls li\").first().data(\"filter\");\n }\n }\n\n var buttonResult = buttonFilter ? $this.is(buttonFilter) : true;\n return $result && buttonResult;\n }\n }); // Popup\n\n $($scope).magnificPopup({\n delegate: \".eael-magnific-link\",\n type: \"image\",\n gallery: {\n enabled: $gallery_enabled\n },\n image: {\n titleSrc: function titleSrc(item) {\n if (mfpCaption == \"yes\") {\n return item.el.parents('.gallery-item-caption-over').find('.fg-item-title').html() || item.el.parents('.gallery-item-caption-wrap').find('.fg-item-title').html() || item.el.parents('.eael-filterable-gallery-item-wrap').find('.fg-item-title').html();\n }\n }\n }\n }); // filter\n\n $scope.on(\"click\", \".control\", function () {\n var $this = $(this);\n buttonFilter = $(this).attr(\"data-filter\");\n\n if ($scope.find(\"#fg-filter-trigger > span\")) {\n $scope.find(\"#fg-filter-trigger > span\").text($this.text());\n }\n\n $this.siblings().removeClass(\"active\");\n $this.addClass(\"active\");\n $isotope_gallery.isotope();\n }); //quick search\n\n input.on(\"input\", function () {\n var $this = $(this);\n clearTimeout(timer);\n timer = setTimeout(function () {\n searchRegex = new RegExp($this.val(), \"gi\");\n $isotope_gallery.isotope();\n }, 600);\n }); // layout gal, while images are loading\n\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, on click tabs\n\n $isotope_gallery.on(\"arrangeComplete\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, after window loaded\n\n $(window).on(\"load\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // Load more button\n\n $scope.on(\"click\", \".eael-gallery-load-more\", function (e) {\n e.preventDefault();\n var $this = $(this),\n $init_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n $total_items = $gallery.data(\"total-gallery-items\"),\n $images_per_page = $gallery.data(\"images-per-page\"),\n $nomore_text = $gallery.data(\"nomore-item-text\"),\n $items = [];\n\n if ($init_show == $total_items) {\n $this.html('<div class=\"no-more-items-text\">' + $nomore_text + \"</div>\");\n setTimeout(function () {\n $this.fadeOut(\"slow\");\n }, 600);\n } // new items html\n\n\n
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("var filterableGalleryHandler = function filterableGalleryHandler($scope, $) {\n var filterControls = $scope.find(\".fg-layout-3-filter-controls\").eq(0),\n filterTrigger = $scope.find(\"#fg-filter-trigger\"),\n form = $scope.find(\".fg-layout-3-search-box\"),\n input = $scope.find(\"#fg-search-box-input\"),\n searchRegex,\n buttonFilter,\n timer;\n\n if (form.length) {\n form.on(\"submit\", function (e) {\n e.preventDefault();\n });\n }\n\n filterTrigger.on(\"click\", function () {\n filterControls.toggleClass(\"open-filters\");\n }).blur(function () {\n filterControls.toggleClass(\"open-filters\");\n });\n\n if (!isEditMode) {\n var $gallery = $(\".eael-filter-gallery-container\", $scope),\n $settings = $gallery.data(\"settings\"),\n $gallery_items = $gallery.data(\"gallery-items\"),\n $layout_mode = $settings.grid_style == \"masonry\" ? \"masonry\" : \"fitRows\",\n $first_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n $gallery_enabled = $settings.gallery_enabled == \"yes\" ? true : false; // init isotope\n\n var layoutMode = $(\".eael-filter-gallery-wrapper\").data(\"layout-mode\");\n var mfpCaption = $(\".eael-filter-gallery-wrapper\").data(\"mfp_caption\");\n var $isotope_gallery = $gallery.isotope({\n itemSelector: \".eael-filterable-gallery-item-wrap\",\n layoutMode: $layout_mode,\n percentPosition: true,\n stagger: 30,\n transitionDuration: $settings.duration + \"ms\",\n filter: function filter() {\n var $this = $(this);\n var $result = searchRegex ? $this.text().match(searchRegex) : true;\n\n if (buttonFilter == undefined) {\n if (layoutMode != \"layout_3\") {\n buttonFilter = $scope.find(\".eael-filter-gallery-control ul li\").first().data(\"filter\");\n } else {\n buttonFilter = $scope.find(\".fg-layout-3-filter-controls li\").first().data(\"filter\");\n }\n }\n\n var buttonResult = buttonFilter ? $this.is(buttonFilter) : true;\n return $result && buttonResult;\n }\n }); // Popup\n\n $($scope).magnificPopup({\n delegate: \".eael-magnific-link\",\n type: \"image\",\n gallery: {\n enabled: $gallery_enabled\n },\n image: {\n titleSrc: function titleSrc(item) {\n if (mfpCaption == \"yes\") {\n return item.el.parents('.gallery-item-caption-over').find('.fg-item-title').html() || item.el.parents('.gallery-item-caption-wrap').find('.fg-item-title').html() || item.el.parents('.eael-filterable-gallery-item-wrap').find('.fg-item-title').html();\n }\n }\n }\n }); // filter\n\n $scope.on(\"click\", \".control\", function () {\n var $this = $(this);\n buttonFilter = $(this).attr(\"data-filter\");\n\n if ($scope.find(\"#fg-filter-trigger > span\")) {\n $scope.find(\"#fg-filter-trigger > span\").text($this.text());\n }\n\n $this.siblings().removeClass(\"active\");\n $this.addClass(\"active\");\n $isotope_gallery.isotope();\n }); //quick search\n\n input.on(\"input\", function () {\n var $this = $(this);\n clearTimeout(timer);\n timer = setTimeout(function () {\n searchRegex = new RegExp($this.val(), \"gi\");\n $isotope_gallery.isotope();\n }, 600);\n }); // layout gal, while images are loading\n\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, on click tabs\n\n $isotope_gallery.on(\"arrangeComplete\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, after window loaded\n\n $(window).on(\"load\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // Load more button\n\n $scope.on(\"click\", \".eael-gallery-load-more\", function (e) {\n e.preventDefault();\n var $this = $(this),\n $init_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n $total_items = $gallery.data(\"total-gallery-items\"),\n $images_per_page = $gallery.data(\"images-per-page\"),\n $nomore_text = $gallery.data(\"nomore-item-text\"),\n filter_enable = $(\".eael-filter-gallery-control\", $scope).length,\n $items = [];\n var filter_name = $(\".eael-filter-gallery-control li.active\").data('filter');\n\n if (filterControls.length > 0) {\n filter_name = $(\".fg-layout-3-filter-controls li.active\").data('filter');\n }\n\n if ($init_show == $total_items) {\n $this.html('<div class=\"no-more-items-text\">' + $nomore_text + \"</div>\");\n setTimeout(function () {\n $this.fadeOut(\"slow\");\n }, 600);\n } // new items html\n\n\n var i = $init_show;\n var item_found = 0;\n\n while (i < $init_show + $images_per_page) {\n if (filter_name != '' && filter_name != '*' && filter_enable) {\n for (var j = i; j < $gallery_items.length; j++) {\n var element = $($($gallery_items[j])[0]);\n\n if (element.is(filter_name)) {\n ++item_found;\n $items.push($($gallery_items[j])[0]);\n delete $gallery_items[j];\n\n if (item_found === $images_per_page) {\n break;\n }\n }\n } //break when cross $images_per_page or no image found\n\n\n break;\n } else {\n $items.push($($gallery_items[i])[0]);\n delete $gallery_items[i];\n }\n\n i++;\n } // append items\n\n\n $gallery.append($items);\n $isotope_gallery.isotope(\"appended\", $items);\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n });\n });\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-filterable-gallery.default\", filterableGalleryHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/filterable-gallery.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/filterable-gallery.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var t={};function r
|
| 1 |
+
!function(e){var t={};function l(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,l),i.l=!0,i.exports}l.m=e,l.c=t,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)l.d(r,i,function(t){return e[t]}.bind(null,i));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="",l(l.s=10)}({10:function(e,t){var l=function(e,t){var l,r,i,a=e.find(".fg-layout-3-filter-controls").eq(0),n=e.find("#fg-filter-trigger"),o=e.find(".fg-layout-3-search-box"),f=e.find("#fg-search-box-input");if(o.length&&o.on("submit",(function(e){e.preventDefault()})),n.on("click",(function(){a.toggleClass("open-filters")})).blur((function(){a.toggleClass("open-filters")})),!isEditMode){var u=t(".eael-filter-gallery-container",e),s=u.data("settings"),d=u.data("gallery-items"),c="masonry"==s.grid_style?"masonry":"fitRows",g=(t(".eael-filter-gallery-container",e).children(".eael-filterable-gallery-item-wrap").length,"yes"==s.gallery_enabled),p=t(".eael-filter-gallery-wrapper").data("layout-mode"),y=t(".eael-filter-gallery-wrapper").data("mfp_caption"),m=u.isotope({itemSelector:".eael-filterable-gallery-item-wrap",layoutMode:c,percentPosition:!0,stagger:30,transitionDuration:s.duration+"ms",filter:function(){var i=t(this),a=!l||i.text().match(l);null==r&&(r="layout_3"!=p?e.find(".eael-filter-gallery-control ul li").first().data("filter"):e.find(".fg-layout-3-filter-controls li").first().data("filter"));var n=!r||i.is(r);return a&&n}});t(e).magnificPopup({delegate:".eael-magnific-link",type:"image",gallery:{enabled:g},image:{titleSrc:function(e){if("yes"==y)return e.el.parents(".gallery-item-caption-over").find(".fg-item-title").html()||e.el.parents(".gallery-item-caption-wrap").find(".fg-item-title").html()||e.el.parents(".eael-filterable-gallery-item-wrap").find(".fg-item-title").html()}}}),e.on("click",".control",(function(){var l=t(this);r=t(this).attr("data-filter"),e.find("#fg-filter-trigger > span")&&e.find("#fg-filter-trigger > span").text(l.text()),l.siblings().removeClass("active"),l.addClass("active"),m.isotope()})),f.on("input",(function(){var e=t(this);clearTimeout(i),i=setTimeout((function(){l=new RegExp(e.val(),"gi"),m.isotope()}),600)})),m.imagesLoaded().progress((function(){m.isotope("layout")})),m.on("arrangeComplete",(function(){m.isotope("layout")})),t(window).on("load",(function(){m.isotope("layout")})),e.on("click",".eael-gallery-load-more",(function(l){l.preventDefault();var r=t(this),i=t(".eael-filter-gallery-container",e).children(".eael-filterable-gallery-item-wrap").length,n=u.data("total-gallery-items"),o=u.data("images-per-page"),f=u.data("nomore-item-text"),s=t(".eael-filter-gallery-control",e).length,c=[],g=t(".eael-filter-gallery-control li.active").data("filter");a.length>0&&(g=t(".fg-layout-3-filter-controls li.active").data("filter")),i==n&&(r.html('<div class="no-more-items-text">'+f+"</div>"),setTimeout((function(){r.fadeOut("slow")}),600));for(var p=i,y=0;p<i+o;){if(""!=g&&"*"!=g&&s){for(var v=p;v<d.length;v++){if(t(t(d[v])[0]).is(g)&&(++y,c.push(t(d[v])[0]),delete d[v],y===o))break}break}c.push(t(d[p])[0]),delete d[p],p++}u.append(c),m.isotope("appended",c),m.imagesLoaded().progress((function(){m.isotope("layout")}))}))}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-filterable-gallery.default",l)}))}});
|
assets/front-end/js/view/sticky-video.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("var eaelsvPosition = '';\nvar eaelsvWidth = 0;\nvar eaelsvHeight = 0;\nvar eaelsvDomHeight = 0;\nvar videoIsActive = 'off';\nvar eaelMakeItSticky = 0;\nvar scrollHeight = 0;\njQuery(window).on('elementor/frontend/init', function () {\n if (isEditMode) {\n elementor.hooks.addAction('panel/open_editor/widget/eael-sticky-video', function (panel, model, view) {\n var interval;\n model.attributes.settings.on('change:eaelsv_sticky_width', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var height = Math.ceil(model.getSetting('eaelsv_sticky_width') / 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_height = height;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_height\"]').value = height;\n }, 250);\n });\n model.attributes.settings.on('change:eaelsv_sticky_height', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var width = Math.ceil(model.getSetting('eaelsv_sticky_height') * 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_width = width;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_width\"]').value = width;\n }, 250);\n });\n });\n }\n\n elementorFrontend.hooks.addAction('frontend/element_ready/eael-sticky-video.default', function ($scope, $) {\n $('.eaelsv-sticky-player-close', $scope).hide();\n var element = $scope.find('.eael-sticky-video-player2');\n var sticky = '';\n var autoplay = '';\n var overlay = '';\n sticky = element.data('sticky');\n autoplay = element.data('autoplay');\n eaelsvPosition = element.data('position');\n eaelsvHeight = element.data('sheight');\n eaelsvWidth = element.data('swidth');\n overlay = element.data('overlay');\n scrollHeight = element.data('scroll_height');\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n var playerAbc = new Plyr('#eaelsv-player-' + $scope.data('id')); // If element is Sticky video\n\n if (overlay === 'no') {\n // If autoplay is enable\n if ('yes' === autoplay && sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } // Overlay Operation Started\n\n\n if (overlay === 'yes') {\n var ovrlyElmnt = element.prev();\n videoIsActive = 'off';\n $(
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("var eaelsvPosition = '';\nvar eaelsvWidth = 0;\nvar eaelsvHeight = 0;\nvar eaelsvDomHeight = 0;\nvar videoIsActive = 'off';\nvar eaelMakeItSticky = 0;\nvar scrollHeight = 0;\njQuery(window).on('elementor/frontend/init', function () {\n if (isEditMode) {\n elementor.hooks.addAction('panel/open_editor/widget/eael-sticky-video', function (panel, model, view) {\n var interval;\n model.attributes.settings.on('change:eaelsv_sticky_width', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var height = Math.ceil(model.getSetting('eaelsv_sticky_width') / 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_height = height;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_height\"]').value = height;\n }, 250);\n });\n model.attributes.settings.on('change:eaelsv_sticky_height', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var width = Math.ceil(model.getSetting('eaelsv_sticky_height') * 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_width = width;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_width\"]').value = width;\n }, 250);\n });\n });\n }\n\n elementorFrontend.hooks.addAction('frontend/element_ready/eael-sticky-video.default', function ($scope, $) {\n $('.eaelsv-sticky-player-close', $scope).hide();\n var element = $scope.find('.eael-sticky-video-player2');\n var sticky = '';\n var autoplay = '';\n var overlay = '';\n sticky = element.data('sticky');\n autoplay = element.data('autoplay');\n eaelsvPosition = element.data('position');\n eaelsvHeight = element.data('sheight');\n eaelsvWidth = element.data('swidth');\n overlay = element.data('overlay');\n scrollHeight = element.data('scroll_height');\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n var playerAbc = new Plyr('#eaelsv-player-' + $scope.data('id')); // If element is Sticky video\n\n if (overlay === 'no') {\n // If autoplay is enable\n // previous condition if ('yes' === autoplay && sticky === 'yes')\n if (sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } // Overlay Operation Started\n\n\n if (overlay === 'yes' && autoplay === 'yes') {\n var ovrlyElmnt = element.prev();\n videoIsActive = 'off';\n $('.eael-sticky-video-wrapper > i').hide();\n ovrlyElmnt.css('display', 'none');\n playerAbc.play();\n\n if (sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } else if (overlay === 'yes') {\n var ovrlyElmnt = element.prev();\n videoIsActive = 'off';\n $(ovrlyElmnt).on('click', function () {\n $('.eael-sticky-video-wrapper > i').hide();\n $(this).css('display', 'none');\n playerAbc.play();\n\n if (sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n });\n }\n\n playerAbc.on('pause', function (event) {\n videoIsActive = 'off';\n });\n playerAbc.on('play', function (event) {\n videoIsActive = 'on';\n });\n $('.eaelsv-sticky-player-close').on('click', function () {\n element.removeClass('out').addClass('in');\n $('.eael-sticky-video-player2').removeAttr('style');\n videoIsActive = 'off';\n });\n element.parent().css('height', element.height() + 'px');\n $(window).resize(function () {\n element.parent().css('height', element.height() + 'px');\n });\n });\n});\njQuery(window).scroll(function () {\n var scrollTop = jQuery(window).scrollTop();\n var scrollBottom = jQuery(document).height() - scrollTop;\n\n if (scrollBottom > jQuery(window).height() + 400) {\n if (scrollTop >= eaelsvDomHeight) {\n if (videoIsActive == 'on') {\n jQuery('#videobox').find('.eaelsv-sticky-player-close').css('display', 'block');\n jQuery('#videobox').removeClass('in').addClass('out');\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n }\n } else {\n jQuery('.eaelsv-sticky-player-close').hide();\n jQuery('#videobox').removeClass('out').addClass('in');\n jQuery('.eael-sticky-video-player2').removeAttr('style');\n }\n }\n});\n\nfunction GetDomElementHeight(elem) {\n var contentHeight = jQuery(elem).parent().height();\n var expHeight = scrollHeight * contentHeight / 100;\n var hght = jQuery(elem).parent().offset().top + expHeight;\n return hght;\n}\n\nfunction PositionStickyPlayer(p, h, w) {\n if (p == 'top-left') {\n jQuery('.eael-sticky-video-player2.out').css('top', '40px');\n jQuery('.eael-sticky-video-player2.out').css('left', '40px');\n }\n\n if (p == 'top-right') {\n jQuery('.eael-sticky-video-player2.out').css('top', '40px');\n jQuery('.eael-sticky-video-player2.out').css('right', '40px');\n }\n\n if (p == 'bottom-right') {\n jQuery('.eael-sticky-video-player2.out').css('bottom', '40px');\n jQuery('.eael-sticky-video-player2.out').css('right', '40px');\n }\n\n if (p == 'bottom-left') {\n jQuery('.eael-sticky-video-player2.out').css('bottom', '40px');\n jQuery('.eael-sticky-video-player2.out').css('left', '40px');\n }\n\n jQuery('.eael-sticky-video-player2.out').css('width', w + 'px');\n jQuery('.eael-sticky-video-player2.out').css('height', h + 'px');\n}\n\nfunction PlayerPlay(a, b) {\n a.on('play', function (event) {\n eaelsvDomHeight = GetDomElementHeight(b);\n jQuery('.eael-sticky-video-player2').removeAttr('id');\n jQuery('.eael-sticky-video-player2').removeClass('out');\n b.attr('id', 'videobox');\n videoIsActive = 'on';\n eaelsvPosition = b.data('position');\n eaelsvHeight = b.data('sheight');\n eaelsvWidth = b.data('swidth');\n });\n}\n\nfunction RunStickyPlayer(elem) {\n var ovrplyer = new Plyr('#' + elem);\n ovrplyer.start();\n}\n\n//# sourceURL=webpack:///./src/js/view/sticky-video.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/sticky-video.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var t={};function i(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=t,i.d=function(e,t,o){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(i.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(o,r,function(t){return e[t]}.bind(null,r));return o},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=18)}({18:function(e,t){var i="",o=0,r=0,a=0,s="off",n=0;function l(e){var t=jQuery(e).parent().height(),i=n*t/100;return jQuery(e).parent().offset().top+i}function
|
| 1 |
+
!function(e){var t={};function i(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=t,i.d=function(e,t,o){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(i.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(o,r,function(t){return e[t]}.bind(null,r));return o},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=18)}({18:function(e,t){var i="",o=0,r=0,a=0,s="off",n=0;function l(e){var t=jQuery(e).parent().height(),i=n*t/100;return jQuery(e).parent().offset().top+i}function c(e,t,i){"top-left"==e&&(jQuery(".eael-sticky-video-player2.out").css("top","40px"),jQuery(".eael-sticky-video-player2.out").css("left","40px")),"top-right"==e&&(jQuery(".eael-sticky-video-player2.out").css("top","40px"),jQuery(".eael-sticky-video-player2.out").css("right","40px")),"bottom-right"==e&&(jQuery(".eael-sticky-video-player2.out").css("bottom","40px"),jQuery(".eael-sticky-video-player2.out").css("right","40px")),"bottom-left"==e&&(jQuery(".eael-sticky-video-player2.out").css("bottom","40px"),jQuery(".eael-sticky-video-player2.out").css("left","40px")),jQuery(".eael-sticky-video-player2.out").css("width",i+"px"),jQuery(".eael-sticky-video-player2.out").css("height",t+"px")}function u(e,t){e.on("play",(function(e){a=l(t),jQuery(".eael-sticky-video-player2").removeAttr("id"),jQuery(".eael-sticky-video-player2").removeClass("out"),t.attr("id","videobox"),s="on",i=t.data("position"),r=t.data("sheight"),o=t.data("swidth")}))}jQuery(window).on("elementor/frontend/init",(function(){isEditMode&&elementor.hooks.addAction("panel/open_editor/widget/eael-sticky-video",(function(e,t,i){var o;t.attributes.settings.on("change:eaelsv_sticky_width",(function(){clearTimeout(o),o=setTimeout((function(){var i=Math.ceil(t.getSetting("eaelsv_sticky_width")/1.78);t.attributes.settings.attributes.eaelsv_sticky_height=i,e.el.querySelector('[data-setting="eaelsv_sticky_height"]').value=i}),250)})),t.attributes.settings.on("change:eaelsv_sticky_height",(function(){clearTimeout(o),o=setTimeout((function(){var i=Math.ceil(1.78*t.getSetting("eaelsv_sticky_height"));t.attributes.settings.attributes.eaelsv_sticky_width=i,e.el.querySelector('[data-setting="eaelsv_sticky_width"]').value=i}),250)}))})),elementorFrontend.hooks.addAction("frontend/element_ready/eael-sticky-video.default",(function(e,t){t(".eaelsv-sticky-player-close",e).hide();var y,d,p,v=e.find(".eael-sticky-video-player2");y=v.data("sticky"),d=v.data("autoplay"),i=v.data("position"),r=v.data("sheight"),o=v.data("swidth"),p=v.data("overlay"),n=v.data("scroll_height"),c(i,r,o);var f=new Plyr("#eaelsv-player-"+e.data("id"));if("no"===p&&"yes"===y&&(a=l(v),v.attr("id","videobox"),s="on",u(f,v)),"yes"===p&&"yes"===d){var h=v.prev();s="off",t(".eael-sticky-video-wrapper > i").hide(),h.css("display","none"),f.play(),"yes"===y&&(a=l(v),v.attr("id","videobox"),s="on",u(f,v))}else if("yes"===p){h=v.prev();s="off",t(h).on("click",(function(){t(".eael-sticky-video-wrapper > i").hide(),t(this).css("display","none"),f.play(),"yes"===y&&(a=l(v),v.attr("id","videobox"),s="on",u(f,v))}))}f.on("pause",(function(e){s="off"})),f.on("play",(function(e){s="on"})),t(".eaelsv-sticky-player-close").on("click",(function(){v.removeClass("out").addClass("in"),t(".eael-sticky-video-player2").removeAttr("style"),s="off"})),v.parent().css("height",v.height()+"px"),t(window).resize((function(){v.parent().css("height",v.height()+"px")}))}))})),jQuery(window).scroll((function(){var e=jQuery(window).scrollTop();jQuery(document).height()-e>jQuery(window).height()+400&&(e>=a?"on"==s&&(jQuery("#videobox").find(".eaelsv-sticky-player-close").css("display","block"),jQuery("#videobox").removeClass("in").addClass("out"),c(i,r,o)):(jQuery(".eaelsv-sticky-player-close").hide(),jQuery("#videobox").removeClass("out").addClass("in"),jQuery(".eael-sticky-video-player2").removeAttr("style")))}))}});
|
assets/front-end/js/view/table-of-content.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n(function ($) {\n jQuery(document).ready(function () {\n /**\r\n * add ID in main content heading tag\r\n * @param selector\r\n * @param supportTag\r\n */\n function eael_toc_content(selector, supportTag) {\n var listId = document.getElementById(\"eael-toc-list\");\n\n if (selector === null || supportTag === undefined || !listId) {\n return null;\n }\n\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== 'undefined' ? eaelToc.dataset.titleurl : 'false';\n var excludeArr = typeof eaelToc.dataset.excludeSelector !== 'undefined' ? eaelToc.dataset.excludeSelector.replace(/^,|,$/g, '') : '';\n var allSupportTag = [];\n var mainSelector = document.querySelectorAll(selector),\n listIndex = 0;\n\n for (var j = 0; j < mainSelector.length; j++) {\n allSupportTag = [].concat(_toConsumableArray(allSupportTag), _toConsumableArray(mainSelector[j].querySelectorAll(supportTag)));\n }\n\n allSupportTag = Array.from(new Set(allSupportTag));\n allSupportTag.forEach(function (el) {\n if (eaelTocExclude(excludeArr, el)) {\n return;\n }\n\n el.id = listIndex + \"-\" + eael_build_id(titleUrl, el.textContent);\n el.classList.add(\"eael-heading-content\");\n listIndex++;\n }); //build toc list hierarchy\n\n eael_list_hierarchy(selector, supportTag, allSupportTag);\n var firstChild = $(\"ul.eael-toc-list > li\");\n\n if (firstChild.length < 1) {\n document.getElementById(\"eael-toc\").classList.add(\"eael-toc-disable\");\n }\n\n firstChild.each(function () {\n this.classList.add(\"eael-first-child\");\n });\n }\n /**\r\n * Make toc list\r\n * @param selector\r\n * @param supportTag\r\n */\n\n\n function eael_list_hierarchy(selector, supportTag, allSupportTagList) {\n var tagList = supportTag;\n var allHeadings = allSupportTagList;\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== 'undefined' ? eaelToc.dataset.titleurl : 'false';\n var listId = document.getElementById(\"eael-toc-list\");\n var excludeArr = typeof eaelToc.dataset.excludeselector !== 'undefined' ? eaelToc.dataset.excludeselector.replace(/^,|,$/g, '') : '';\n var parentLevel = '',\n baseTag = parentLevel = tagList.trim().split(\",\")[0].substr(1, 1),\n ListNode = listId;\n listId.innerHTML = \"\";\n\n if (allHeadings.length > 0) {\n document.getElementById(\"eael-toc\").classList.remove(\"eael-toc-disable\");\n }\n\n for (var i = 0, len = allHeadings.length; i < len; ++i) {\n var currentHeading = allHeadings[i];\n\n if (eaelTocExclude(excludeArr, currentHeading)) {\n continue;\n }\n\n var latestLavel = parseInt(currentHeading.tagName.substr(1, 1));\n var diff = latestLavel - parentLevel;\n\n if (diff > 0) {\n var containerLiNode = ListNode.lastChild;\n\n if (containerLiNode) {\n var createUlNode = document.createElement(\"UL\");\n containerLiNode.appendChild(createUlNode);\n ListNode = createUlNode;\n parentLevel = latestLavel;\n }\n }\n\n var sequenceParent = false;\n\n if (diff < 0) {\n while (0 !== diff++) {\n if (ListNode.parentNode.parentNode) {\n ListNode = ListNode.parentNode.parentNode;\n }\n }\n\n parentLevel = latestLavel;\n sequenceParent = true;\n }\n\n if (ListNode.tagName !== \"UL\") {\n ListNode = listId;\n }\n\n if (currentHeading.textContent.trim() === \"\") {\n continue;\n }\n\n var liNode = document.createElement(\"LI\");\n var anchorTag = document.createElement(\"A\");\n var spanTag = document.createElement(\"SPAN\");\n\n if (baseTag === parentLevel || sequenceParent) {\n liNode.setAttribute(\"itemscope\", \"\");\n liNode.setAttribute(\"itemtype\", \"http://schema.org/ListItem\");\n liNode.setAttribute(\"itemprop\", \"itemListElement\");\n }\n\n var Linkid = \"#\" + i + \"-\" + eael_build_id(titleUrl, currentHeading.textContent);\n anchorTag.className = \"eael-toc-link\";\n anchorTag.setAttribute(\"itemprop\", \"item\");\n anchorTag.setAttribute(\"href\", Linkid);\n spanTag.appendChild(document.createTextNode(currentHeading.textContent));\n anchorTag.appendChild(spanTag);\n liNode.appendChild(anchorTag);\n ListNode.appendChild(liNode);\n }\n } // expand collapse\n\n\n $(document).on(\"click\", \"ul.eael-toc-list a\", function (e) {\n e.preventDefault();\n $(document).off(\"scroll\");\n var target = this.hash;\n history.pushState(\"\", document.title, window.location.pathname + window.location.search);\n var parentLi = $(this).parent();\n\n if (parentLi.is(\".eael-highlight-parent.eael-highlight-active\")) {\n window.location.hash = target;\n return false;\n }\n\n $(\".eael-highlight-active, .eael-highlight-parent\").removeClass(\"eael-highlight-active eael-highlight-parent\");\n $(this).closest(\".eael-first-child\").addClass(\"eael-highlight-parent\");\n $(this).parent().addClass(\"eael-highlight-active\");\n window.location.hash = target;\n }); //some site not working with **window.onscroll**\n\n window.addEventListener('scroll', function (e) {\n eaelTocSticky();\n });\n var stickyScroll = $('#eael-toc').data('stickyscroll');\n /**\r\n * Check selector in array\r\n *\r\n * @param arr\r\n * @param el\r\n * @returns boolean\r\n */\n\n function eaelTocExclude(excludes, el) {\n return $(el).closest(excludes).length;\n }\n /**\r\n * check sticky\r\n */\n\n\n function eaelTocSticky() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (!eaelToc) {\n return;\n }\n\n stickyScroll = stickyScroll !== undefined ? stickyScroll : 200;\n\n if (window.pageYOffset >= stickyScroll && !eaelToc.classList.contains('eael-toc-disable')) {\n eaelToc.classList.add(\"eael-sticky\");\n } else {\n eaelToc.classList.remove(\"eael-sticky\");\n }\n }\n /**\r\n *\r\n * @param content\r\n * @returns {string}\r\n */\n\n\n function eael_build_id(showTitle, title) {\n if (showTitle == 'true' && title != '') {\n //create slug from Heading text\n return title.toString().toLowerCase().normalize('NFD').trim().replace(/[^a-z0-9 -]/g, '').replace(/\\s+/g, '-').replace(/^-+/, \"\").replace(/-+$/, \"\").replace(/-+/g, '-');\n } else {\n return \"eael-table-of-content\";\n }\n }\n /**\r\n *\r\n * @returns {null|selector}\r\n */\n\n\n function eael_toc_check_content() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (eaelToc && eaelToc.dataset.contentselector) {\n return eaelToc.dataset.contentselector;\n }\n\n var contentSelectro = '.site-content';\n\n if ($(\".site-content\")[0]) {\n contentSelectro = \".site-content\";\n } else if ($(\".elementor-inner\")[0]) {\n contentSelectro = \".elementor-inner\";\n } else if ($(\"#site-content\")[0]) {\n contentSelectro = \"#site-content\";\n }\n\n return contentSelectro;\n } //toc auto collapse\n\n\n $(\"body\").click(function (e) {\n var target = $(e.target);\n var eaToc = $(\"#eael-toc\");\n\n if (eaToc.hasClass(\"eael-toc-auto-collapse\") && eaToc.hasClass(\"eael-sticky\") && !eaToc.hasClass(\"collapsed\") && $(target).closest(\"#eael-toc\").length === 0) {\n eaToc.toggleClass(\"collapsed\");\n }\n });\n $(document).on(\"click\", \".eael-toc-close ,.eael-toc-button\", function (event) {\n event.stopPropagation();\n $(\".eael-toc\").toggleClass(\"collapsed\");\n });\n\n function eael_build_toc($settings) {\n var pageSetting = $settings.settings,\n title = pageSetting.eael_ext_toc_title,\n toc_style_class = \"eael-toc-list eael-toc-list-\" + pageSetting.eael_ext_table_of_content_list_style,\n icon = pageSetting.eael_ext_table_of_content_header_icon.value,\n el_class = pageSetting.eael_ext_toc_position === \"right\" ? \" eael-toc-right\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_collapse_sub_heading === \"yes\" ? \" eael-toc-collapse\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_list_icon === \"number\" ? \" eael-toc-number\" : \" eael-toc-bullet\";\n return '<div id=\"eael-toc\" class=\"eael-toc eael-toc-disable ' + el_class + '\">' + '<div class=\"eael-toc-header\"><span class=\"eael-toc-close\">×</span><h2 class=\"eael-toc-title\">' + title + \"</h2></div>\" + '<div class=\"eael-toc-body\"><ul id=\"eael-toc-list\" class=\"' + toc_style_class + '\"></ul></div>' + '<button class=\"eael-toc-button\"><i class=\"' + icon + '\"></i><span>' + title + \"</span></button>\" + \"</div>\";\n }\n\n var intSupportTag = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (intSupportTag !== \"\" && !isEditMode) {\n eael_toc_content(eael_toc_check_content(), intSupportTag);\n } //editor mode\n\n\n if (isEditMode) {\n var eael_toc_list_collapse = function eael_toc_list_collapse(newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"yes\") {\n list.addClass(\"eael-toc-collapse\");\n } else {\n list.removeClass(\"eael-toc-collapse\");\n }\n };\n\n var ea_toc_title_change = function ea_toc_title_change(newValue) {\n elementorFrontend.elements.$document.find(\".eael-toc-title\").text(newValue);\n elementorFrontend.elements.$document.find(\".eael-toc-button span\").text(newValue);\n };\n\n elementorFrontend.hooks.addAction('frontend/element_ready/widget', function ($scope, $) {\n var tocLoad = $('#eael-toc #eael-toc-list');\n var TocList = tocLoad.find('li.eael-first-child');\n\n if (TocList.length < 1 && tocLoad.length >= 1) {\n var tagList = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (tagList) {\n eael_toc_content(eael_toc_check_content(), tagList);\n }\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content\", function (newValue) {\n var tocGlobal = $(\".eael-toc-global\");\n\n if (tocGlobal.length > 0) {\n tocGlobal.attr(\"id\", \"eael-toc-temp\").removeClass(\"eael-toc\").hide();\n $(\".eael-toc-global #eael-toc-list\").attr(\"id\", \"\");\n }\n\n $(\"#eael-toc\").remove();\n\n if (newValue === \"yes\") {\n var $settings = elementor.settings.page.getSettings();\n $(\"body\").append(eael_build_toc($settings));\n eael_toc_content(eael_toc_check_content(), $settings.settings.eael_ext_toc_supported_heading_tag.join(\", \"));\n } else {\n if (tocGlobal.length > 0) {\n tocGlobal.addClass(\"eael-toc\").attr(\"id\", \"eael-toc\").show();\n }\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_position\", function (newValue) {\n if (newValue === \"right\") {\n $(\"#eael-toc\").addClass(\"eael-toc-right\");\n } else {\n $(\"#eael-toc\").removeClass(\"eael-toc-right\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content_list_style\", function (newValue) {\n var list = $(\".eael-toc-list\");\n list.removeClass(\"eael-toc-list-bar eael-toc-list-arrow\");\n\n if (newValue !== \"none\") {\n list.addClass(\"eael-toc-list-\" + newValue);\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_collapse_sub_heading\", eael_toc_list_collapse);\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content_header_icon\", function (newValue) {\n var iconElement = $(\".eael-toc-button i\");\n iconElement.removeClass().addClass(newValue.value);\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_list_icon\", function (newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"number\") {\n list.addClass(\"eael-toc-number\").removeClass(\"eael-toc-bullet\");\n } else {\n list.addClass(\"eael-toc-bullet\").removeClass(\"eael-toc-number\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_word_wrap\", function (newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"yes\") {\n list.addClass(\"eael-toc-word-wrap\");\n } else {\n list.removeClass(\"eael-toc-word-wrap\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_close_button_text_style\", function (newValue) {\n var toc = $(\"#eael-toc\");\n\n if (newValue === \"bottom_to_top\") {\n toc.addClass(\"eael-bottom-to-top\");\n } else {\n toc.removeClass(\"eael-bottom-to-top\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_box_shadow\", function (newValue) {\n var toc = $(\"#eael-toc\");\n\n if (newValue === \"yes\") {\n toc.addClass(\"eael-box-shadow\");\n } else {\n toc.removeClass(\"eael-box-shadow\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_auto_collapse\", function (newValue) {\n var toc = $(\"#eael-toc\");\n\n if (newValue === \"yes\") {\n toc.addClass(\"eael-toc-auto-collapse\");\n } else {\n toc.removeClass(\"eael-toc-auto-collapse\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_title\", ea_toc_title_change);\n }\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/table-of-content.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n(function ($) {\n jQuery(document).ready(function () {\n /**\n * add ID in main content heading tag\n * @param selector\n * @param supportTag\n */\n function eael_toc_content(selector, supportTag) {\n var listId = document.getElementById(\"eael-toc-list\");\n\n if (selector === null || supportTag === undefined || !listId) {\n return null;\n }\n\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== 'undefined' ? eaelToc.dataset.titleurl : 'false';\n var excludeArr = typeof eaelToc.dataset.excludeSelector !== 'undefined' ? eaelToc.dataset.excludeSelector.replace(/^,|,$/g, '') : '';\n var allSupportTag = [];\n var mainSelector = document.querySelectorAll(selector),\n listIndex = 0;\n\n for (var j = 0; j < mainSelector.length; j++) {\n allSupportTag = [].concat(_toConsumableArray(allSupportTag), _toConsumableArray(mainSelector[j].querySelectorAll(supportTag)));\n }\n\n allSupportTag = Array.from(new Set(allSupportTag));\n allSupportTag.forEach(function (el) {\n if (eaelTocExclude(excludeArr, el)) {\n return;\n }\n\n el.id = listIndex + \"-\" + eael_build_id(titleUrl, el.textContent);\n el.classList.add(\"eael-heading-content\");\n listIndex++;\n }); //build toc list hierarchy\n\n eael_list_hierarchy(selector, supportTag, allSupportTag);\n var firstChild = $(\"ul.eael-toc-list > li\");\n\n if (firstChild.length < 1) {\n document.getElementById(\"eael-toc\").classList.add(\"eael-toc-disable\");\n }\n\n firstChild.each(function () {\n this.classList.add(\"eael-first-child\");\n });\n }\n /**\n * Make toc list\n * @param selector\n * @param supportTag\n */\n\n\n function eael_list_hierarchy(selector, supportTag, allSupportTagList) {\n var tagList = supportTag;\n var allHeadings = allSupportTagList;\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== 'undefined' ? eaelToc.dataset.titleurl : 'false';\n var listId = document.getElementById(\"eael-toc-list\");\n var excludeArr = typeof eaelToc.dataset.excludeselector !== 'undefined' ? eaelToc.dataset.excludeselector.replace(/^,|,$/g, '') : '';\n var parentLevel = '',\n baseTag = parentLevel = tagList.trim().split(\",\")[0].substr(1, 1),\n ListNode = listId;\n listId.innerHTML = \"\";\n\n if (allHeadings.length > 0) {\n document.getElementById(\"eael-toc\").classList.remove(\"eael-toc-disable\");\n }\n\n for (var i = 0, len = allHeadings.length; i < len; ++i) {\n var currentHeading = allHeadings[i];\n\n if (eaelTocExclude(excludeArr, currentHeading)) {\n continue;\n }\n\n var latestLavel = parseInt(currentHeading.tagName.substr(1, 1));\n var diff = latestLavel - parentLevel;\n\n if (diff > 0) {\n var containerLiNode = ListNode.lastChild;\n\n if (containerLiNode) {\n var createUlNode = document.createElement(\"UL\");\n containerLiNode.appendChild(createUlNode);\n ListNode = createUlNode;\n parentLevel = latestLavel;\n }\n }\n\n var sequenceParent = false;\n\n if (diff < 0) {\n while (0 !== diff++) {\n if (ListNode.parentNode.parentNode) {\n ListNode = ListNode.parentNode.parentNode;\n }\n }\n\n parentLevel = latestLavel;\n sequenceParent = true;\n }\n\n if (ListNode.tagName !== \"UL\") {\n ListNode = listId;\n }\n\n if (currentHeading.textContent.trim() === \"\") {\n continue;\n }\n\n var liNode = document.createElement(\"LI\");\n var anchorTag = document.createElement(\"A\");\n var spanTag = document.createElement(\"SPAN\");\n\n if (baseTag === parentLevel || sequenceParent) {\n liNode.setAttribute(\"itemscope\", \"\");\n liNode.setAttribute(\"itemtype\", \"http://schema.org/ListItem\");\n liNode.setAttribute(\"itemprop\", \"itemListElement\");\n }\n\n var Linkid = \"#\" + i + \"-\" + eael_build_id(titleUrl, currentHeading.textContent);\n anchorTag.className = \"eael-toc-link\";\n anchorTag.setAttribute(\"itemprop\", \"item\");\n anchorTag.setAttribute(\"href\", Linkid);\n spanTag.appendChild(document.createTextNode(currentHeading.textContent));\n anchorTag.appendChild(spanTag);\n liNode.appendChild(anchorTag);\n ListNode.appendChild(liNode);\n }\n } // expand collapse\n\n\n $(document).on(\"click\", \"ul.eael-toc-list a\", function (e) {\n e.preventDefault();\n $(document).off(\"scroll\");\n var target = this.hash;\n history.pushState(\"\", document.title, window.location.pathname + window.location.search);\n var parentLi = $(this).parent();\n\n if (parentLi.is(\".eael-highlight-parent.eael-highlight-active\")) {\n window.location.hash = target;\n return false;\n }\n\n $(\".eael-highlight-active, .eael-highlight-parent\").removeClass(\"eael-highlight-active eael-highlight-parent\");\n $(this).closest(\".eael-first-child\").addClass(\"eael-highlight-parent\");\n $(this).parent().addClass(\"eael-highlight-active\");\n window.location.hash = target;\n }); //some site not working with **window.onscroll**\n\n window.addEventListener('scroll', function (e) {\n eaelTocSticky();\n });\n var stickyScroll = $('#eael-toc').data('stickyscroll');\n /**\n * Check selector in array\n *\n * @param arr\n * @param el\n * @returns boolean\n */\n\n function eaelTocExclude(excludes, el) {\n return $(el).closest(excludes).length;\n }\n /**\n * check sticky\n */\n\n\n function eaelTocSticky() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (!eaelToc) {\n return;\n }\n\n stickyScroll = stickyScroll !== undefined ? stickyScroll : 200;\n\n if (window.pageYOffset >= stickyScroll && !eaelToc.classList.contains('eael-toc-disable')) {\n eaelToc.classList.add(\"eael-sticky\");\n } else {\n eaelToc.classList.remove(\"eael-sticky\");\n }\n }\n /**\n *\n * @param content\n * @returns {string}\n */\n\n\n function eael_build_id(showTitle, title) {\n if (showTitle == 'true' && title != '') {\n //create slug from Heading text\n return title.toString().toLowerCase().normalize('NFD').trim().replace(/[^a-z0-9 -]/g, '').replace(/\\s+/g, '-').replace(/^-+/, \"\").replace(/-+$/, \"\").replace(/-+/g, '-');\n } else {\n return \"eael-table-of-content\";\n }\n }\n /**\n *\n * @returns {null|selector}\n */\n\n\n function eael_toc_check_content() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (eaelToc && eaelToc.dataset.contentselector) {\n return eaelToc.dataset.contentselector;\n }\n\n var contentSelectro = '.site-content';\n\n if ($(\".site-content\")[0]) {\n contentSelectro = \".site-content\";\n } else if ($(\".elementor-inner\")[0]) {\n contentSelectro = \".elementor-inner\";\n } else if ($(\"#site-content\")[0]) {\n contentSelectro = \"#site-content\";\n }\n\n return contentSelectro;\n } //toc auto collapse\n\n\n $(\"body\").click(function (e) {\n var target = $(e.target);\n var eaToc = $(\"#eael-toc\");\n\n if (eaToc.hasClass(\"eael-toc-auto-collapse\") && eaToc.hasClass(\"eael-sticky\") && !eaToc.hasClass(\"collapsed\") && $(target).closest(\"#eael-toc\").length === 0) {\n eaToc.toggleClass(\"collapsed\");\n }\n });\n $(document).on(\"click\", \".eael-toc-close ,.eael-toc-button\", function (event) {\n event.stopPropagation();\n $(\".eael-toc\").toggleClass(\"collapsed\");\n });\n\n function eael_build_toc($settings) {\n var pageSetting = $settings.settings,\n title = pageSetting.eael_ext_toc_title,\n toc_style_class = \"eael-toc-list eael-toc-list-\" + pageSetting.eael_ext_table_of_content_list_style,\n icon = pageSetting.eael_ext_table_of_content_header_icon.value,\n el_class = pageSetting.eael_ext_toc_position === \"right\" ? \" eael-toc-right\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_collapse_sub_heading === \"yes\" ? \" eael-toc-collapse\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_list_icon === \"number\" ? \" eael-toc-number\" : \" eael-toc-bullet\";\n return '<div id=\"eael-toc\" class=\"eael-toc eael-toc-disable ' + el_class + '\">' + '<div class=\"eael-toc-header\"><span class=\"eael-toc-close\">×</span><h2 class=\"eael-toc-title\">' + title + \"</h2></div>\" + '<div class=\"eael-toc-body\"><ul id=\"eael-toc-list\" class=\"' + toc_style_class + '\"></ul></div>' + '<button class=\"eael-toc-button\"><i class=\"' + icon + '\"></i><span>' + title + \"</span></button>\" + \"</div>\";\n }\n\n var intSupportTag = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (intSupportTag !== \"\" && !isEditMode) {\n eael_toc_content(eael_toc_check_content(), intSupportTag);\n } //editor mode\n\n\n if (isEditMode) {\n var eael_toc_list_collapse = function eael_toc_list_collapse(newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"yes\") {\n list.addClass(\"eael-toc-collapse\");\n } else {\n list.removeClass(\"eael-toc-collapse\");\n }\n };\n\n var ea_toc_title_change = function ea_toc_title_change(newValue) {\n elementorFrontend.elements.$document.find(\".eael-toc-title\").text(newValue);\n elementorFrontend.elements.$document.find(\".eael-toc-button span\").text(newValue);\n };\n\n elementorFrontend.hooks.addAction('frontend/element_ready/widget', function ($scope, $) {\n var tocLoad = $('#eael-toc #eael-toc-list');\n var TocList = tocLoad.find('li.eael-first-child');\n\n if (TocList.length < 1 && tocLoad.length >= 1) {\n var tagList = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (tagList) {\n eael_toc_content(eael_toc_check_content(), tagList);\n }\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content\", function (newValue) {\n var tocGlobal = $(\".eael-toc-global\");\n\n if (tocGlobal.length > 0) {\n tocGlobal.attr(\"id\", \"eael-toc-temp\").removeClass(\"eael-toc\").hide();\n $(\".eael-toc-global #eael-toc-list\").attr(\"id\", \"\");\n }\n\n $(\"#eael-toc\").remove();\n\n if (newValue === \"yes\") {\n var $settings = elementor.settings.page.getSettings();\n $(\"body\").append(eael_build_toc($settings));\n eael_toc_content(eael_toc_check_content(), $settings.settings.eael_ext_toc_supported_heading_tag.join(\", \"));\n } else {\n if (tocGlobal.length > 0) {\n tocGlobal.addClass(\"eael-toc\").attr(\"id\", \"eael-toc\").show();\n }\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_position\", function (newValue) {\n if (newValue === \"right\") {\n $(\"#eael-toc\").addClass(\"eael-toc-right\");\n } else {\n $(\"#eael-toc\").removeClass(\"eael-toc-right\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content_list_style\", function (newValue) {\n var list = $(\".eael-toc-list\");\n list.removeClass(\"eael-toc-list-bar eael-toc-list-arrow\");\n\n if (newValue !== \"none\") {\n list.addClass(\"eael-toc-list-\" + newValue);\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_collapse_sub_heading\", eael_toc_list_collapse);\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content_header_icon\", function (newValue) {\n var iconElement = $(\".eael-toc-button i\");\n iconElement.removeClass().addClass(newValue.value);\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_list_icon\", function (newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"number\") {\n list.addClass(\"eael-toc-number\").removeClass(\"eael-toc-bullet\");\n } else {\n list.addClass(\"eael-toc-bullet\").removeClass(\"eael-toc-number\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_word_wrap\", function (newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"yes\") {\n list.addClass(\"eael-toc-word-wrap\");\n } else {\n list.removeClass(\"eael-toc-word-wrap\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_close_button_text_style\", function (newValue) {\n var toc = $(\"#eael-toc\");\n\n if (newValue === \"bottom_to_top\") {\n toc.addClass(\"eael-bottom-to-top\");\n } else {\n toc.removeClass(\"eael-bottom-to-top\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_box_shadow\", function (newValue) {\n var toc = $(\"#eael-toc\");\n\n if (newValue === \"yes\") {\n toc.addClass(\"eael-box-shadow\");\n } else {\n toc.removeClass(\"eael-box-shadow\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_auto_collapse\", function (newValue) {\n var toc = $(\"#eael-toc\");\n\n if (newValue === \"yes\") {\n toc.addClass(\"eael-toc-auto-collapse\");\n } else {\n toc.removeClass(\"eael-toc-auto-collapse\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_title\", ea_toc_title_change);\n }\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/table-of-content.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/view.js
ADDED
|
@@ -0,0 +1,558 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/******/ (function(modules) { // webpackBootstrap
|
| 2 |
+
/******/ // The module cache
|
| 3 |
+
/******/ var installedModules = {};
|
| 4 |
+
/******/
|
| 5 |
+
/******/ // The require function
|
| 6 |
+
/******/ function __webpack_require__(moduleId) {
|
| 7 |
+
/******/
|
| 8 |
+
/******/ // Check if module is in cache
|
| 9 |
+
/******/ if(installedModules[moduleId]) {
|
| 10 |
+
/******/ return installedModules[moduleId].exports;
|
| 11 |
+
/******/ }
|
| 12 |
+
/******/ // Create a new module (and put it into the cache)
|
| 13 |
+
/******/ var module = installedModules[moduleId] = {
|
| 14 |
+
/******/ i: moduleId,
|
| 15 |
+
/******/ l: false,
|
| 16 |
+
/******/ exports: {}
|
| 17 |
+
/******/ };
|
| 18 |
+
/******/
|
| 19 |
+
/******/ // Execute the module function
|
| 20 |
+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
| 21 |
+
/******/
|
| 22 |
+
/******/ // Flag the module as loaded
|
| 23 |
+
/******/ module.l = true;
|
| 24 |
+
/******/
|
| 25 |
+
/******/ // Return the exports of the module
|
| 26 |
+
/******/ return module.exports;
|
| 27 |
+
/******/ }
|
| 28 |
+
/******/
|
| 29 |
+
/******/
|
| 30 |
+
/******/ // expose the modules object (__webpack_modules__)
|
| 31 |
+
/******/ __webpack_require__.m = modules;
|
| 32 |
+
/******/
|
| 33 |
+
/******/ // expose the module cache
|
| 34 |
+
/******/ __webpack_require__.c = installedModules;
|
| 35 |
+
/******/
|
| 36 |
+
/******/ // define getter function for harmony exports
|
| 37 |
+
/******/ __webpack_require__.d = function(exports, name, getter) {
|
| 38 |
+
/******/ if(!__webpack_require__.o(exports, name)) {
|
| 39 |
+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
| 40 |
+
/******/ }
|
| 41 |
+
/******/ };
|
| 42 |
+
/******/
|
| 43 |
+
/******/ // define __esModule on exports
|
| 44 |
+
/******/ __webpack_require__.r = function(exports) {
|
| 45 |
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
| 46 |
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
| 47 |
+
/******/ }
|
| 48 |
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
| 49 |
+
/******/ };
|
| 50 |
+
/******/
|
| 51 |
+
/******/ // create a fake namespace object
|
| 52 |
+
/******/ // mode & 1: value is a module id, require it
|
| 53 |
+
/******/ // mode & 2: merge all properties of value into the ns
|
| 54 |
+
/******/ // mode & 4: return value when already ns object
|
| 55 |
+
/******/ // mode & 8|1: behave like require
|
| 56 |
+
/******/ __webpack_require__.t = function(value, mode) {
|
| 57 |
+
/******/ if(mode & 1) value = __webpack_require__(value);
|
| 58 |
+
/******/ if(mode & 8) return value;
|
| 59 |
+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
| 60 |
+
/******/ var ns = Object.create(null);
|
| 61 |
+
/******/ __webpack_require__.r(ns);
|
| 62 |
+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
| 63 |
+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
| 64 |
+
/******/ return ns;
|
| 65 |
+
/******/ };
|
| 66 |
+
/******/
|
| 67 |
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
| 68 |
+
/******/ __webpack_require__.n = function(module) {
|
| 69 |
+
/******/ var getter = module && module.__esModule ?
|
| 70 |
+
/******/ function getDefault() { return module['default']; } :
|
| 71 |
+
/******/ function getModuleExports() { return module; };
|
| 72 |
+
/******/ __webpack_require__.d(getter, 'a', getter);
|
| 73 |
+
/******/ return getter;
|
| 74 |
+
/******/ };
|
| 75 |
+
/******/
|
| 76 |
+
/******/ // Object.prototype.hasOwnProperty.call
|
| 77 |
+
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
| 78 |
+
/******/
|
| 79 |
+
/******/ // __webpack_public_path__
|
| 80 |
+
/******/ __webpack_require__.p = "";
|
| 81 |
+
/******/
|
| 82 |
+
/******/
|
| 83 |
+
/******/ // Load entry module and return exports
|
| 84 |
+
/******/ return __webpack_require__(__webpack_require__.s = 0);
|
| 85 |
+
/******/ })
|
| 86 |
+
/************************************************************************/
|
| 87 |
+
/******/ ({
|
| 88 |
+
|
| 89 |
+
/***/ "./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
|
| 90 |
+
/*!*********************************************************************!*\
|
| 91 |
+
!*** ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
|
| 92 |
+
\*********************************************************************/
|
| 93 |
+
/*! exports provided: default */
|
| 94 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 95 |
+
|
| 96 |
+
"use strict";
|
| 97 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return _arrayLikeToArray; });\nfunction _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n\n for (var i = 0, arr2 = new Array(len); i < len; i++) {\n arr2[i] = arr[i];\n }\n\n return arr2;\n}\n\n//# sourceURL=webpack:///./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js?");
|
| 98 |
+
|
| 99 |
+
/***/ }),
|
| 100 |
+
|
| 101 |
+
/***/ "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js":
|
| 102 |
+
/*!**********************************************************************!*\
|
| 103 |
+
!*** ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js ***!
|
| 104 |
+
\**********************************************************************/
|
| 105 |
+
/*! exports provided: default */
|
| 106 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 107 |
+
|
| 108 |
+
"use strict";
|
| 109 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return _arrayWithoutHoles; });\n/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray */ \"./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js\");\n\nfunction _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(arr);\n}\n\n//# sourceURL=webpack:///./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js?");
|
| 110 |
+
|
| 111 |
+
/***/ }),
|
| 112 |
+
|
| 113 |
+
/***/ "./node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
|
| 114 |
+
/*!********************************************************************!*\
|
| 115 |
+
!*** ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
| 116 |
+
\********************************************************************/
|
| 117 |
+
/*! exports provided: default */
|
| 118 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 119 |
+
|
| 120 |
+
"use strict";
|
| 121 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return _iterableToArray; });\nfunction _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter);\n}\n\n//# sourceURL=webpack:///./node_modules/@babel/runtime/helpers/esm/iterableToArray.js?");
|
| 122 |
+
|
| 123 |
+
/***/ }),
|
| 124 |
+
|
| 125 |
+
/***/ "./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js":
|
| 126 |
+
/*!**********************************************************************!*\
|
| 127 |
+
!*** ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js ***!
|
| 128 |
+
\**********************************************************************/
|
| 129 |
+
/*! exports provided: default */
|
| 130 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 131 |
+
|
| 132 |
+
"use strict";
|
| 133 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return _nonIterableSpread; });\nfunction _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}\n\n//# sourceURL=webpack:///./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js?");
|
| 134 |
+
|
| 135 |
+
/***/ }),
|
| 136 |
+
|
| 137 |
+
/***/ "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js":
|
| 138 |
+
/*!**********************************************************************!*\
|
| 139 |
+
!*** ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js ***!
|
| 140 |
+
\**********************************************************************/
|
| 141 |
+
/*! exports provided: default */
|
| 142 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 143 |
+
|
| 144 |
+
"use strict";
|
| 145 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return _toConsumableArray; });\n/* harmony import */ var _arrayWithoutHoles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithoutHoles */ \"./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js\");\n/* harmony import */ var _iterableToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray */ \"./node_modules/@babel/runtime/helpers/esm/iterableToArray.js\");\n/* harmony import */ var _unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray */ \"./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js\");\n/* harmony import */ var _nonIterableSpread__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableSpread */ \"./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js\");\n\n\n\n\nfunction _toConsumableArray(arr) {\n return Object(_arrayWithoutHoles__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(arr) || Object(_iterableToArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(arr) || Object(_unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(arr) || Object(_nonIterableSpread__WEBPACK_IMPORTED_MODULE_3__[\"default\"])();\n}\n\n//# sourceURL=webpack:///./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js?");
|
| 146 |
+
|
| 147 |
+
/***/ }),
|
| 148 |
+
|
| 149 |
+
/***/ "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
|
| 150 |
+
/*!*******************************************************************************!*\
|
| 151 |
+
!*** ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
|
| 152 |
+
\*******************************************************************************/
|
| 153 |
+
/*! exports provided: default */
|
| 154 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 155 |
+
|
| 156 |
+
"use strict";
|
| 157 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return _unsupportedIterableToArray; });\n/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray */ \"./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js\");\n\nfunction _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(o, minLen);\n}\n\n//# sourceURL=webpack:///./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js?");
|
| 158 |
+
|
| 159 |
+
/***/ }),
|
| 160 |
+
|
| 161 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createAddHook.js":
|
| 162 |
+
/*!*********************************************************************!*\
|
| 163 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createAddHook.js ***!
|
| 164 |
+
\*********************************************************************/
|
| 165 |
+
/*! exports provided: default */
|
| 166 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 167 |
+
|
| 168 |
+
"use strict";
|
| 169 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _validateNamespace_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validateNamespace.js */ \"./node_modules/@wordpress/hooks/build-module/validateNamespace.js\");\n/* harmony import */ var _validateHookName_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./validateHookName.js */ \"./node_modules/@wordpress/hooks/build-module/validateHookName.js\");\n/* harmony import */ var ___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ */ \"./node_modules/@wordpress/hooks/build-module/index.js\");\n/**\n * Internal dependencies\n */\n\n\n\n/**\n * Returns a function which, when invoked, will add a hook.\n *\n * @param {Object} hooks Stored hooks, keyed by hook name.\n *\n * @return {Function} Function that adds a new hook.\n */\n\nfunction createAddHook(hooks) {\n /**\n * Adds the hook to the appropriate hooks container.\n *\n * @param {string} hookName Name of hook to add\n * @param {string} namespace The unique namespace identifying the callback in the form `vendor/plugin/function`.\n * @param {Function} callback Function to call when the hook is run\n * @param {?number} priority Priority of this hook (default=10)\n */\n return function addHook(hookName, namespace, callback) {\n var priority = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 10;\n\n if (!Object(_validateHookName_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(hookName)) {\n return;\n }\n\n if (!Object(_validateNamespace_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(namespace)) {\n return;\n }\n\n if ('function' !== typeof callback) {\n // eslint-disable-next-line no-console\n console.error('The hook callback must be a function.');\n return;\n } // Validate numeric priority\n\n\n if ('number' !== typeof priority) {\n // eslint-disable-next-line no-console\n console.error('If specified, the hook priority must be a number.');\n return;\n }\n\n var handler = {\n callback: callback,\n priority: priority,\n namespace: namespace\n };\n\n if (hooks[hookName]) {\n // Find the correct insert index of the new hook.\n var handlers = hooks[hookName].handlers;\n var i;\n\n for (i = handlers.length; i > 0; i--) {\n if (priority >= handlers[i - 1].priority) {\n break;\n }\n }\n\n if (i === handlers.length) {\n // If append, operate via direct assignment.\n handlers[i] = handler;\n } else {\n // Otherwise, insert before index via splice.\n handlers.splice(i, 0, handler);\n } // We may also be currently executing this hook. If the callback\n // we're adding would come after the current callback, there's no\n // problem; otherwise we need to increase the execution index of\n // any other runs by 1 to account for the added element.\n\n\n (hooks.__current || []).forEach(function (hookInfo) {\n if (hookInfo.name === hookName && hookInfo.currentIndex >= i) {\n hookInfo.currentIndex++;\n }\n });\n } else {\n // This is the first hook of its type.\n hooks[hookName] = {\n handlers: [handler],\n runs: 0\n };\n }\n\n if (hookName !== 'hookAdded') {\n Object(___WEBPACK_IMPORTED_MODULE_2__[\"doAction\"])('hookAdded', hookName, namespace, callback, priority);\n }\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createAddHook);\n//# sourceMappingURL=createAddHook.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createAddHook.js?");
|
| 170 |
+
|
| 171 |
+
/***/ }),
|
| 172 |
+
|
| 173 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createCurrentHook.js":
|
| 174 |
+
/*!*************************************************************************!*\
|
| 175 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createCurrentHook.js ***!
|
| 176 |
+
\*************************************************************************/
|
| 177 |
+
/*! exports provided: default */
|
| 178 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 179 |
+
|
| 180 |
+
"use strict";
|
| 181 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/**\n * Returns a function which, when invoked, will return the name of the\n * currently running hook, or `null` if no hook of the given type is currently\n * running.\n *\n * @param {Object} hooks Stored hooks, keyed by hook name.\n *\n * @return {Function} Function that returns the current hook.\n */\nfunction createCurrentHook(hooks) {\n /**\n * Returns the name of the currently running hook, or `null` if no hook of\n * the given type is currently running.\n *\n * @return {?string} The name of the currently running hook, or\n * `null` if no hook is currently running.\n */\n return function currentHook() {\n if (!hooks.__current || !hooks.__current.length) {\n return null;\n }\n\n return hooks.__current[hooks.__current.length - 1].name;\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createCurrentHook);\n//# sourceMappingURL=createCurrentHook.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createCurrentHook.js?");
|
| 182 |
+
|
| 183 |
+
/***/ }),
|
| 184 |
+
|
| 185 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createDidHook.js":
|
| 186 |
+
/*!*********************************************************************!*\
|
| 187 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createDidHook.js ***!
|
| 188 |
+
\*********************************************************************/
|
| 189 |
+
/*! exports provided: default */
|
| 190 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 191 |
+
|
| 192 |
+
"use strict";
|
| 193 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _validateHookName_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validateHookName.js */ \"./node_modules/@wordpress/hooks/build-module/validateHookName.js\");\n/**\n * Internal dependencies\n */\n\n/**\n * Returns a function which, when invoked, will return the number of times a\n * hook has been called.\n *\n * @param {Object} hooks Stored hooks, keyed by hook name.\n *\n * @return {Function} Function that returns a hook's call count.\n */\n\nfunction createDidHook(hooks) {\n /**\n * Returns the number of times an action has been fired.\n *\n * @param {string} hookName The hook name to check.\n *\n * @return {number} The number of times the hook has run.\n */\n return function didHook(hookName) {\n if (!Object(_validateHookName_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(hookName)) {\n return;\n }\n\n return hooks[hookName] && hooks[hookName].runs ? hooks[hookName].runs : 0;\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createDidHook);\n//# sourceMappingURL=createDidHook.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createDidHook.js?");
|
| 194 |
+
|
| 195 |
+
/***/ }),
|
| 196 |
+
|
| 197 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createDoingHook.js":
|
| 198 |
+
/*!***********************************************************************!*\
|
| 199 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createDoingHook.js ***!
|
| 200 |
+
\***********************************************************************/
|
| 201 |
+
/*! exports provided: default */
|
| 202 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 203 |
+
|
| 204 |
+
"use strict";
|
| 205 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/**\n * Returns a function which, when invoked, will return whether a hook is\n * currently being executed.\n *\n * @param {Object} hooks Stored hooks, keyed by hook name.\n *\n * @return {Function} Function that returns whether a hook is currently\n * being executed.\n */\nfunction createDoingHook(hooks) {\n /**\n * Returns whether a hook is currently being executed.\n *\n * @param {?string} hookName The name of the hook to check for. If\n * omitted, will check for any hook being executed.\n *\n * @return {boolean} Whether the hook is being executed.\n */\n return function doingHook(hookName) {\n // If the hookName was not passed, check for any current hook.\n if ('undefined' === typeof hookName) {\n return 'undefined' !== typeof hooks.__current[0];\n } // Return the __current hook.\n\n\n return hooks.__current[0] ? hookName === hooks.__current[0].name : false;\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createDoingHook);\n//# sourceMappingURL=createDoingHook.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createDoingHook.js?");
|
| 206 |
+
|
| 207 |
+
/***/ }),
|
| 208 |
+
|
| 209 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createHasHook.js":
|
| 210 |
+
/*!*********************************************************************!*\
|
| 211 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createHasHook.js ***!
|
| 212 |
+
\*********************************************************************/
|
| 213 |
+
/*! exports provided: default */
|
| 214 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 215 |
+
|
| 216 |
+
"use strict";
|
| 217 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/**\n * Returns a function which, when invoked, will return whether any handlers are\n * attached to a particular hook.\n *\n * @param {Object} hooks Stored hooks, keyed by hook name.\n *\n * @return {Function} Function that returns whether any handlers are\n * attached to a particular hook and optional namespace.\n */\nfunction createHasHook(hooks) {\n /**\n * Returns whether any handlers are attached for the given hookName and optional namespace.\n *\n * @param {string} hookName The name of the hook to check for.\n * @param {?string} namespace Optional. The unique namespace identifying the callback\n * in the form `vendor/plugin/function`.\n *\n * @return {boolean} Whether there are handlers that are attached to the given hook.\n */\n return function hasHook(hookName, namespace) {\n // Use the namespace if provided.\n if ('undefined' !== typeof namespace) {\n return hookName in hooks && hooks[hookName].handlers.some(function (hook) {\n return hook.namespace === namespace;\n });\n }\n\n return hookName in hooks;\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createHasHook);\n//# sourceMappingURL=createHasHook.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createHasHook.js?");
|
| 218 |
+
|
| 219 |
+
/***/ }),
|
| 220 |
+
|
| 221 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createHooks.js":
|
| 222 |
+
/*!*******************************************************************!*\
|
| 223 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createHooks.js ***!
|
| 224 |
+
\*******************************************************************/
|
| 225 |
+
/*! exports provided: default */
|
| 226 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 227 |
+
|
| 228 |
+
"use strict";
|
| 229 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _createAddHook__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./createAddHook */ \"./node_modules/@wordpress/hooks/build-module/createAddHook.js\");\n/* harmony import */ var _createRemoveHook__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./createRemoveHook */ \"./node_modules/@wordpress/hooks/build-module/createRemoveHook.js\");\n/* harmony import */ var _createHasHook__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./createHasHook */ \"./node_modules/@wordpress/hooks/build-module/createHasHook.js\");\n/* harmony import */ var _createRunHook__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./createRunHook */ \"./node_modules/@wordpress/hooks/build-module/createRunHook.js\");\n/* harmony import */ var _createCurrentHook__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./createCurrentHook */ \"./node_modules/@wordpress/hooks/build-module/createCurrentHook.js\");\n/* harmony import */ var _createDoingHook__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./createDoingHook */ \"./node_modules/@wordpress/hooks/build-module/createDoingHook.js\");\n/* harmony import */ var _createDidHook__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./createDidHook */ \"./node_modules/@wordpress/hooks/build-module/createDidHook.js\");\n/**\n * Internal dependencies\n */\n\n\n\n\n\n\n\n/**\n * Returns an instance of the hooks object.\n *\n * @return {Object} Object that contains all hooks.\n */\n\nfunction createHooks() {\n var actions = Object.create(null);\n var filters = Object.create(null);\n actions.__current = [];\n filters.__current = [];\n return {\n addAction: Object(_createAddHook__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(actions),\n addFilter: Object(_createAddHook__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(filters),\n removeAction: Object(_createRemoveHook__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(actions),\n removeFilter: Object(_createRemoveHook__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(filters),\n hasAction: Object(_createHasHook__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(actions),\n hasFilter: Object(_createHasHook__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(filters),\n removeAllActions: Object(_createRemoveHook__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(actions, true),\n removeAllFilters: Object(_createRemoveHook__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(filters, true),\n doAction: Object(_createRunHook__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(actions),\n applyFilters: Object(_createRunHook__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(filters, true),\n currentAction: Object(_createCurrentHook__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(actions),\n currentFilter: Object(_createCurrentHook__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(filters),\n doingAction: Object(_createDoingHook__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(actions),\n doingFilter: Object(_createDoingHook__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(filters),\n didAction: Object(_createDidHook__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(actions),\n didFilter: Object(_createDidHook__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(filters),\n actions: actions,\n filters: filters\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createHooks);\n//# sourceMappingURL=createHooks.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createHooks.js?");
|
| 230 |
+
|
| 231 |
+
/***/ }),
|
| 232 |
+
|
| 233 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createRemoveHook.js":
|
| 234 |
+
/*!************************************************************************!*\
|
| 235 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createRemoveHook.js ***!
|
| 236 |
+
\************************************************************************/
|
| 237 |
+
/*! exports provided: default */
|
| 238 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 239 |
+
|
| 240 |
+
"use strict";
|
| 241 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _validateNamespace_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validateNamespace.js */ \"./node_modules/@wordpress/hooks/build-module/validateNamespace.js\");\n/* harmony import */ var _validateHookName_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./validateHookName.js */ \"./node_modules/@wordpress/hooks/build-module/validateHookName.js\");\n/* harmony import */ var ___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ */ \"./node_modules/@wordpress/hooks/build-module/index.js\");\n/**\n * Internal dependencies\n */\n\n\n\n/**\n * Returns a function which, when invoked, will remove a specified hook or all\n * hooks by the given name.\n *\n * @param {Object} hooks Stored hooks, keyed by hook name.\n * @param {boolean} removeAll Whether to remove all callbacks for a hookName, without regard to namespace. Used to create `removeAll*` functions.\n *\n * @return {Function} Function that removes hooks.\n */\n\nfunction createRemoveHook(hooks, removeAll) {\n /**\n * Removes the specified callback (or all callbacks) from the hook with a\n * given hookName and namespace.\n *\n * @param {string} hookName The name of the hook to modify.\n * @param {string} namespace The unique namespace identifying the callback in the form `vendor/plugin/function`.\n *\n * @return {number} The number of callbacks removed.\n */\n return function removeHook(hookName, namespace) {\n if (!Object(_validateHookName_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(hookName)) {\n return;\n }\n\n if (!removeAll && !Object(_validateNamespace_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(namespace)) {\n return;\n } // Bail if no hooks exist by this name\n\n\n if (!hooks[hookName]) {\n return 0;\n }\n\n var handlersRemoved = 0;\n\n if (removeAll) {\n handlersRemoved = hooks[hookName].handlers.length;\n hooks[hookName] = {\n runs: hooks[hookName].runs,\n handlers: []\n };\n } else {\n // Try to find the specified callback to remove.\n var handlers = hooks[hookName].handlers;\n\n var _loop = function _loop(i) {\n if (handlers[i].namespace === namespace) {\n handlers.splice(i, 1);\n handlersRemoved++; // This callback may also be part of a hook that is\n // currently executing. If the callback we're removing\n // comes after the current callback, there's no problem;\n // otherwise we need to decrease the execution index of any\n // other runs by 1 to account for the removed element.\n\n (hooks.__current || []).forEach(function (hookInfo) {\n if (hookInfo.name === hookName && hookInfo.currentIndex >= i) {\n hookInfo.currentIndex--;\n }\n });\n }\n };\n\n for (var i = handlers.length - 1; i >= 0; i--) {\n _loop(i);\n }\n }\n\n if (hookName !== 'hookRemoved') {\n Object(___WEBPACK_IMPORTED_MODULE_2__[\"doAction\"])('hookRemoved', hookName, namespace);\n }\n\n return handlersRemoved;\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createRemoveHook);\n//# sourceMappingURL=createRemoveHook.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createRemoveHook.js?");
|
| 242 |
+
|
| 243 |
+
/***/ }),
|
| 244 |
+
|
| 245 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/createRunHook.js":
|
| 246 |
+
/*!*********************************************************************!*\
|
| 247 |
+
!*** ./node_modules/@wordpress/hooks/build-module/createRunHook.js ***!
|
| 248 |
+
\*********************************************************************/
|
| 249 |
+
/*! exports provided: default */
|
| 250 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 251 |
+
|
| 252 |
+
"use strict";
|
| 253 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toConsumableArray */ \"./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js\");\n\n\n/**\n * Returns a function which, when invoked, will execute all callbacks\n * registered to a hook of the specified type, optionally returning the final\n * value of the call chain.\n *\n * @param {Object} hooks Stored hooks, keyed by hook name.\n * @param {?boolean} returnFirstArg Whether each hook callback is expected to\n * return its first argument.\n *\n * @return {Function} Function that runs hook callbacks.\n */\nfunction createRunHook(hooks, returnFirstArg) {\n /**\n * Runs all callbacks for the specified hook.\n *\n * @param {string} hookName The name of the hook to run.\n * @param {...*} args Arguments to pass to the hook callbacks.\n *\n * @return {*} Return value of runner, if applicable.\n */\n return function runHooks(hookName) {\n if (!hooks[hookName]) {\n hooks[hookName] = {\n handlers: [],\n runs: 0\n };\n }\n\n hooks[hookName].runs++;\n var handlers = hooks[hookName].handlers; // The following code is stripped from production builds.\n\n if (true) {\n // Handle any 'all' hooks registered.\n if ('hookAdded' !== hookName && hooks.all) {\n handlers.push.apply(handlers, Object(_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(hooks.all.handlers));\n }\n }\n\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n if (!handlers || !handlers.length) {\n return returnFirstArg ? args[0] : undefined;\n }\n\n var hookInfo = {\n name: hookName,\n currentIndex: 0\n };\n\n hooks.__current.push(hookInfo);\n\n while (hookInfo.currentIndex < handlers.length) {\n var handler = handlers[hookInfo.currentIndex];\n var result = handler.callback.apply(null, args);\n\n if (returnFirstArg) {\n args[0] = result;\n }\n\n hookInfo.currentIndex++;\n }\n\n hooks.__current.pop();\n\n if (returnFirstArg) {\n return args[0];\n }\n };\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (createRunHook);\n//# sourceMappingURL=createRunHook.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/createRunHook.js?");
|
| 254 |
+
|
| 255 |
+
/***/ }),
|
| 256 |
+
|
| 257 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/index.js":
|
| 258 |
+
/*!*************************************************************!*\
|
| 259 |
+
!*** ./node_modules/@wordpress/hooks/build-module/index.js ***!
|
| 260 |
+
\*************************************************************/
|
| 261 |
+
/*! exports provided: createHooks, addAction, addFilter, removeAction, removeFilter, hasAction, hasFilter, removeAllActions, removeAllFilters, doAction, applyFilters, currentAction, currentFilter, doingAction, doingFilter, didAction, didFilter, actions, filters */
|
| 262 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 263 |
+
|
| 264 |
+
"use strict";
|
| 265 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"addAction\", function() { return addAction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"addFilter\", function() { return addFilter; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"removeAction\", function() { return removeAction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"removeFilter\", function() { return removeFilter; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"hasAction\", function() { return hasAction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"hasFilter\", function() { return hasFilter; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"removeAllActions\", function() { return removeAllActions; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"removeAllFilters\", function() { return removeAllFilters; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"doAction\", function() { return doAction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"applyFilters\", function() { return applyFilters; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"currentAction\", function() { return currentAction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"currentFilter\", function() { return currentFilter; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"doingAction\", function() { return doingAction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"doingFilter\", function() { return doingFilter; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"didAction\", function() { return didAction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"didFilter\", function() { return didFilter; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"actions\", function() { return actions; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"filters\", function() { return filters; });\n/* harmony import */ var _createHooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./createHooks */ \"./node_modules/@wordpress/hooks/build-module/createHooks.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"createHooks\", function() { return _createHooks__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; });\n\n/**\n * Internal dependencies\n */\n\n\nvar _createHooks = Object(_createHooks__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(),\n addAction = _createHooks.addAction,\n addFilter = _createHooks.addFilter,\n removeAction = _createHooks.removeAction,\n removeFilter = _createHooks.removeFilter,\n hasAction = _createHooks.hasAction,\n hasFilter = _createHooks.hasFilter,\n removeAllActions = _createHooks.removeAllActions,\n removeAllFilters = _createHooks.removeAllFilters,\n doAction = _createHooks.doAction,\n applyFilters = _createHooks.applyFilters,\n currentAction = _createHooks.currentAction,\n currentFilter = _createHooks.currentFilter,\n doingAction = _createHooks.doingAction,\n doingFilter = _createHooks.doingFilter,\n didAction = _createHooks.didAction,\n didFilter = _createHooks.didFilter,\n actions = _createHooks.actions,\n filters = _createHooks.filters;\n\n\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/index.js?");
|
| 266 |
+
|
| 267 |
+
/***/ }),
|
| 268 |
+
|
| 269 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/validateHookName.js":
|
| 270 |
+
/*!************************************************************************!*\
|
| 271 |
+
!*** ./node_modules/@wordpress/hooks/build-module/validateHookName.js ***!
|
| 272 |
+
\************************************************************************/
|
| 273 |
+
/*! exports provided: default */
|
| 274 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 275 |
+
|
| 276 |
+
"use strict";
|
| 277 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/**\n * Validate a hookName string.\n *\n * @param {string} hookName The hook name to validate. Should be a non empty string containing\n * only numbers, letters, dashes, periods and underscores. Also,\n * the hook name cannot begin with `__`.\n *\n * @return {boolean} Whether the hook name is valid.\n */\nfunction validateHookName(hookName) {\n if ('string' !== typeof hookName || '' === hookName) {\n // eslint-disable-next-line no-console\n console.error('The hook name must be a non-empty string.');\n return false;\n }\n\n if (/^__/.test(hookName)) {\n // eslint-disable-next-line no-console\n console.error('The hook name cannot begin with `__`.');\n return false;\n }\n\n if (!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(hookName)) {\n // eslint-disable-next-line no-console\n console.error('The hook name can only contain numbers, letters, dashes, periods and underscores.');\n return false;\n }\n\n return true;\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (validateHookName);\n//# sourceMappingURL=validateHookName.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/validateHookName.js?");
|
| 278 |
+
|
| 279 |
+
/***/ }),
|
| 280 |
+
|
| 281 |
+
/***/ "./node_modules/@wordpress/hooks/build-module/validateNamespace.js":
|
| 282 |
+
/*!*************************************************************************!*\
|
| 283 |
+
!*** ./node_modules/@wordpress/hooks/build-module/validateNamespace.js ***!
|
| 284 |
+
\*************************************************************************/
|
| 285 |
+
/*! exports provided: default */
|
| 286 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 287 |
+
|
| 288 |
+
"use strict";
|
| 289 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/**\n * Validate a namespace string.\n *\n * @param {string} namespace The namespace to validate - should take the form\n * `vendor/plugin/function`.\n *\n * @return {boolean} Whether the namespace is valid.\n */\nfunction validateNamespace(namespace) {\n if ('string' !== typeof namespace || '' === namespace) {\n // eslint-disable-next-line no-console\n console.error('The namespace must be a non-empty string.');\n return false;\n }\n\n if (!/^[a-zA-Z][a-zA-Z0-9_.\\-\\/]*$/.test(namespace)) {\n // eslint-disable-next-line no-console\n console.error('The namespace can only contain numbers, letters, dashes, periods, underscores and slashes.');\n return false;\n }\n\n return true;\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (validateNamespace);\n//# sourceMappingURL=validateNamespace.js.map\n\n//# sourceURL=webpack:///./node_modules/@wordpress/hooks/build-module/validateNamespace.js?");
|
| 290 |
+
|
| 291 |
+
/***/ }),
|
| 292 |
+
|
| 293 |
+
/***/ "./src/js/view/advanced-accordion.js":
|
| 294 |
+
/*!*******************************************!*\
|
| 295 |
+
!*** ./src/js/view/advanced-accordion.js ***!
|
| 296 |
+
\*******************************************/
|
| 297 |
+
/*! no static exports found */
|
| 298 |
+
/***/ (function(module, exports) {
|
| 299 |
+
|
| 300 |
+
eval("var AdvAccordionHandler = function AdvAccordionHandler($scope, $) {\n var $advanceAccordion = $scope.find(\".eael-adv-accordion\"),\n $accordionHeader = $scope.find(\".eael-accordion-header\"),\n $accordionType = $advanceAccordion.data(\"accordion-type\"),\n $accordionSpeed = $advanceAccordion.data(\"toogle-speed\"); // Open default actived tab\n\n $accordionHeader.each(function () {\n if ($(this).hasClass(\"active-default\")) {\n $(this).addClass(\"show active\");\n $(this).next().slideDown($accordionSpeed);\n }\n }); // Remove multiple click event for nested accordion\n\n $accordionHeader.unbind(\"click\");\n $accordionHeader.click(function (e) {\n e.preventDefault();\n var $this = $(this);\n\n if ($accordionType === \"accordion\") {\n if ($this.hasClass(\"show\")) {\n $this.removeClass(\"show active\");\n $this.next().slideUp($accordionSpeed);\n } else {\n $this.parent().parent().find(\".eael-accordion-header\").removeClass(\"show active\");\n $this.parent().parent().find(\".eael-accordion-content\").slideUp($accordionSpeed);\n $this.toggleClass(\"show active\");\n $this.next().slideToggle($accordionSpeed);\n }\n } else {\n // For acccordion type 'toggle'\n if ($this.hasClass(\"show\")) {\n $this.removeClass(\"show active\");\n $this.next().slideUp($accordionSpeed);\n } else {\n $this.addClass(\"show active\");\n $this.next().slideDown($accordionSpeed);\n }\n }\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-accordion.default\", AdvAccordionHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-accordion.js?");
|
| 301 |
+
|
| 302 |
+
/***/ }),
|
| 303 |
+
|
| 304 |
+
/***/ "./src/js/view/advanced-data-table.js":
|
| 305 |
+
/*!********************************************!*\
|
| 306 |
+
!*** ./src/js/view/advanced-data-table.js ***!
|
| 307 |
+
\********************************************/
|
| 308 |
+
/*! no static exports found */
|
| 309 |
+
/***/ (function(module, exports) {
|
| 310 |
+
|
| 311 |
+
eval("function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar advancedDataTable = /*#__PURE__*/function () {\n function advancedDataTable() {\n _classCallCheck(this, advancedDataTable);\n\n // register hooks\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-advanced-data-table.default\", this.initFrontend.bind(this));\n } // init frontend features\n\n\n _createClass(advancedDataTable, [{\n key: \"initFrontend\",\n value: function initFrontend($scope, $) {\n var table = $scope.context.querySelector(\".ea-advanced-data-table\");\n var search = $scope.context.querySelector(\".ea-advanced-data-table-search\");\n var pagination = $scope.context.querySelector(\".ea-advanced-data-table-pagination\");\n var classCollection = {};\n\n if (!ea.isEditMode && table !== null) {\n // search\n this.initTableSearch(table, search, pagination); // sort\n\n this.initTableSort(table, pagination, classCollection); // paginated table\n\n this.initTablePagination(table, pagination, classCollection); // woocommerce\n\n this.initWooFeatures(table);\n }\n } // frontend - search\n\n }, {\n key: \"initTableSearch\",\n value: function initTableSearch(table, search, pagination) {\n if (search) {\n search.addEventListener(\"input\", function (e) {\n var input = e.target.value.toLowerCase();\n var hasSort = table.classList.contains(\"ea-advanced-data-table-sortable\");\n var offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n\n if (table.rows.length > 1) {\n if (input.length > 0) {\n if (hasSort) {\n table.classList.add(\"ea-advanced-data-table-unsortable\");\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n pagination.style.display = \"none\";\n }\n\n for (var i = offset; i < table.rows.length; i++) {\n var matchFound = false;\n\n if (table.rows[i].cells.length > 0) {\n for (var j = 0; j < table.rows[i].cells.length; j++) {\n if (table.rows[i].cells[j].textContent.toLowerCase().indexOf(input) > -1) {\n matchFound = true;\n break;\n }\n }\n }\n\n if (matchFound) {\n table.rows[i].style.display = \"table-row\";\n } else {\n table.rows[i].style.display = \"none\";\n }\n }\n } else {\n if (hasSort) {\n table.classList.remove(\"ea-advanced-data-table-unsortable\");\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n pagination.style.display = \"\";\n var currentPage = pagination.querySelector(\".ea-advanced-data-table-pagination-current\").dataset.page;\n var startIndex = (currentPage - 1) * table.dataset.itemsPerPage + 1;\n var endIndex = currentPage * table.dataset.itemsPerPage;\n\n for (var _i = 1; _i <= table.rows.length - 1; _i++) {\n if (_i >= startIndex && _i <= endIndex) {\n table.rows[_i].style.display = \"table-row\";\n } else {\n table.rows[_i].style.display = \"none\";\n }\n }\n } else {\n for (var _i2 = 1; _i2 <= table.rows.length - 1; _i2++) {\n table.rows[_i2].style.display = \"table-row\";\n }\n }\n }\n }\n });\n }\n } // frontend - sort\n\n }, {\n key: \"initTableSort\",\n value: function initTableSort(table, pagination, classCollection) {\n if (table.classList.contains(\"ea-advanced-data-table-sortable\")) {\n table.addEventListener(\"click\", function (e) {\n if (e.target.tagName.toLowerCase() === \"th\") {\n var index = e.target.cellIndex;\n var currentPage = 1;\n var startIndex = 1;\n var endIndex = table.rows.length - 1;\n var sort = \"\";\n var classList = e.target.classList;\n var collection = [];\n var origTable = table.cloneNode(true);\n\n if (classList.contains(\"asc\")) {\n e.target.classList.remove(\"asc\");\n e.target.classList.add(\"desc\");\n sort = \"desc\";\n } else if (classList.contains(\"desc\")) {\n e.target.classList.remove(\"desc\");\n e.target.classList.add(\"asc\");\n sort = \"asc\";\n } else {\n e.target.classList.add(\"asc\");\n sort = \"asc\";\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n currentPage = pagination.querySelector(\".ea-advanced-data-table-pagination-current\").dataset.page;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + 1;\n endIndex = endIndex - (currentPage - 1) * table.dataset.itemsPerPage >= table.dataset.itemsPerPage ? currentPage * table.dataset.itemsPerPage : endIndex;\n } // collect header class\n\n\n classCollection[currentPage] = [];\n table.querySelectorAll(\"th\").forEach(function (el) {\n if (el.cellIndex != index) {\n el.classList.remove(\"asc\", \"desc\");\n }\n\n classCollection[currentPage].push(el.classList.contains(\"asc\") ? \"asc\" : el.classList.contains(\"desc\") ? \"desc\" : \"\");\n }); // collect table cells value\n\n for (var i = startIndex; i <= endIndex; i++) {\n var value = void 0;\n var cell = table.rows[i].cells[index];\n\n if (isNaN(parseInt(cell.innerText))) {\n value = cell.innerText.toLowerCase();\n } else {\n value = parseInt(cell.innerText);\n }\n\n collection.push({\n index: i,\n value: value\n });\n } // sort collection array\n\n\n if (sort == \"asc\") {\n collection.sort(function (x, y) {\n return x.value > y.value ? 1 : -1;\n });\n } else if (sort == \"desc\") {\n collection.sort(function (x, y) {\n return x.value < y.value ? 1 : -1;\n });\n } // sort table\n\n\n collection.forEach(function (row, index) {\n table.rows[startIndex + index].innerHTML = origTable.rows[row.index].innerHTML;\n });\n }\n });\n }\n } // frontend - pagination\n\n }, {\n key: \"initTablePagination\",\n value: function initTablePagination(table, pagination, classCollection) {\n if (table.classList.contains(\"ea-advanced-data-table-paginated\")) {\n var paginationHTML = \"\";\n var paginationType = pagination.classList.contains(\"ea-advanced-data-table-pagination-button\") ? \"button\" : \"select\";\n var currentPage = 1;\n var startIndex = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n var endIndex = currentPage * table.dataset.itemsPerPage;\n var maxPages = Math.ceil((table.rows.length - 1) / table.dataset.itemsPerPage); // insert pagination\n\n if (maxPages > 1) {\n if (paginationType == \"button\") {\n for (var i = 1; i <= maxPages; i++) {\n paginationHTML += \"<a href=\\\"#\\\" data-page=\\\"\".concat(i, \"\\\" class=\\\"\").concat(i == 1 ? \"ea-advanced-data-table-pagination-current\" : \"\", \"\\\">\").concat(i, \"</a>\");\n }\n\n pagination.insertAdjacentHTML(\"beforeend\", \"<a href=\\\"#\\\" data-page=\\\"1\\\">«</a>\".concat(paginationHTML, \"<a href=\\\"#\\\" data-page=\\\"\").concat(maxPages, \"\\\">»</a>\"));\n } else {\n for (var _i3 = 1; _i3 <= maxPages; _i3++) {\n paginationHTML += \"<option value=\\\"\".concat(_i3, \"\\\">\").concat(_i3, \"</option>\");\n }\n\n pagination.insertAdjacentHTML(\"beforeend\", \"<select>\".concat(paginationHTML, \"</select>\"));\n }\n } // make initial item visible\n\n\n for (var _i4 = 0; _i4 <= endIndex; _i4++) {\n if (_i4 >= table.rows.length) {\n break;\n }\n\n table.rows[_i4].style.display = \"table-row\";\n } // paginate on click\n\n\n if (paginationType == \"button\") {\n pagination.addEventListener(\"click\", function (e) {\n e.preventDefault();\n\n if (e.target.tagName.toLowerCase() == \"a\") {\n currentPage = e.target.dataset.page;\n offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + offset;\n endIndex = currentPage * table.dataset.itemsPerPage;\n pagination.querySelectorAll(\".ea-advanced-data-table-pagination-current\").forEach(function (el) {\n el.classList.remove(\"ea-advanced-data-table-pagination-current\");\n });\n pagination.querySelectorAll(\"[data-page=\\\"\".concat(currentPage, \"\\\"]\")).forEach(function (el) {\n el.classList.add(\"ea-advanced-data-table-pagination-current\");\n });\n\n for (var _i5 = offset; _i5 <= table.rows.length - 1; _i5++) {\n if (_i5 >= startIndex && _i5 <= endIndex) {\n table.rows[_i5].style.display = \"table-row\";\n } else {\n table.rows[_i5].style.display = \"none\";\n }\n }\n\n table.querySelectorAll(\"th\").forEach(function (el, index) {\n el.classList.remove(\"asc\", \"desc\");\n\n if (typeof classCollection[currentPage] != \"undefined\") {\n if (classCollection[currentPage][index]) {\n el.classList.add(classCollection[currentPage][index]);\n }\n }\n });\n }\n });\n } else {\n if (pagination.hasChildNodes()) {\n pagination.querySelector(\"select\").addEventListener(\"input\", function (e) {\n e.preventDefault();\n currentPage = e.target.value;\n offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + offset;\n endIndex = currentPage * table.dataset.itemsPerPage;\n\n for (var _i6 = offset; _i6 <= table.rows.length - 1; _i6++) {\n if (_i6 >= startIndex && _i6 <= endIndex) {\n table.rows[_i6].style.display = \"table-row\";\n } else {\n table.rows[_i6].style.display = \"none\";\n }\n }\n\n table.querySelectorAll(\"th\").forEach(function (el, index) {\n el.classList.remove(\"asc\", \"desc\");\n\n if (typeof classCollection[currentPage] != \"undefined\") {\n if (classCollection[currentPage][index]) {\n el.classList.add(classCollection[currentPage][index]);\n }\n }\n });\n });\n }\n }\n }\n } // woocommerce features\n\n }, {\n key: \"initWooFeatures\",\n value: function initWooFeatures(table) {\n table.querySelectorAll(\".nt_button_woo\").forEach(function (el) {\n el.classList.add(\"add_to_cart_button\", \"ajax_add_to_cart\");\n });\n table.querySelectorAll(\".nt_woo_quantity\").forEach(function (el) {\n el.addEventListener(\"input\", function (e) {\n var product_id = e.target.dataset.product_id;\n var quantity = e.target.value;\n $(\".nt_add_to_cart_\".concat(product_id), $(table)).data(\"quantity\", quantity);\n });\n });\n }\n }]);\n\n return advancedDataTable;\n}();\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n new advancedDataTable();\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-data-table.js?");
|
| 312 |
+
|
| 313 |
+
/***/ }),
|
| 314 |
+
|
| 315 |
+
/***/ "./src/js/view/advanced-tabs.js":
|
| 316 |
+
/*!**************************************!*\
|
| 317 |
+
!*** ./src/js/view/advanced-tabs.js ***!
|
| 318 |
+
\**************************************/
|
| 319 |
+
/*! no static exports found */
|
| 320 |
+
/***/ (function(module, exports) {
|
| 321 |
+
|
| 322 |
+
eval("var AdvanceTabHandler = function AdvanceTabHandler($scope, $) {\n var $currentTab = $scope.find('.eael-advance-tabs'),\n $currentTabId = '#' + $currentTab.attr('id').toString();\n $($currentTabId + ' .eael-tabs-nav ul li').each(function (index) {\n if ($(this).hasClass('active-default')) {\n $($currentTabId + ' .eael-tabs-nav > ul li').removeClass('active').addClass('inactive');\n $(this).removeClass('inactive');\n } else {\n if (index == 0) {\n $(this).removeClass('inactive').addClass('active');\n }\n }\n });\n $($currentTabId + ' .eael-tabs-content div').each(function (index) {\n if ($(this).hasClass('active-default')) {\n $($currentTabId + ' .eael-tabs-content > div').removeClass('active');\n } else {\n if (index == 0) {\n $(this).removeClass('inactive').addClass('active');\n }\n }\n });\n $($currentTabId + ' .eael-tabs-nav ul li').click(function () {\n var currentTabIndex = $(this).index();\n var tabsContainer = $(this).closest('.eael-advance-tabs');\n var tabsNav = $(tabsContainer).children('.eael-tabs-nav').children('ul').children('li');\n var tabsContent = $(tabsContainer).children('.eael-tabs-content').children('div');\n $(this).parent('li').addClass('active');\n $(tabsNav).removeClass('active active-default').addClass('inactive');\n $(this).addClass('active').removeClass('inactive');\n $(tabsContent).removeClass('active').addClass('inactive');\n $(tabsContent).eq(currentTabIndex).addClass('active').removeClass('inactive');\n var $filterGallery = tabsContent.eq(currentTabIndex).find('.eael-filter-gallery-container'),\n $postGridGallery = tabsContent.eq(currentTabIndex).find('.eael-post-grid.eael-post-appender'),\n $twitterfeedGallery = tabsContent.eq(currentTabIndex).find('.eael-twitter-feed-masonry'),\n $instaGallery = tabsContent.eq(currentTabIndex).find('.eael-instafeed'),\n $paGallery = tabsContent.eq(currentTabIndex).find('.premium-gallery-container');\n\n if ($postGridGallery.length) {\n $postGridGallery.isotope('layout');\n }\n\n if ($twitterfeedGallery.length) {\n $twitterfeedGallery.isotope('layout');\n }\n\n if ($filterGallery.length) {\n $filterGallery.isotope('layout');\n }\n\n if ($instaGallery.length) {\n $instaGallery.isotope('layout');\n }\n\n if ($paGallery.length) {\n $paGallery.each(function (index, item) {\n $(item).isotope('layout');\n });\n }\n\n $(tabsContent).each(function (index) {\n $(this).removeClass('active-default');\n });\n });\n};\n\njQuery(window).on('elementor/frontend/init', function () {\n elementorFrontend.hooks.addAction('frontend/element_ready/eael-adv-tabs.default', AdvanceTabHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
|
| 323 |
+
|
| 324 |
+
/***/ }),
|
| 325 |
+
|
| 326 |
+
/***/ "./src/js/view/betterdocs-category-grid.js":
|
| 327 |
+
/*!*************************************************!*\
|
| 328 |
+
!*** ./src/js/view/betterdocs-category-grid.js ***!
|
| 329 |
+
\*************************************************/
|
| 330 |
+
/*! no static exports found */
|
| 331 |
+
/***/ (function(module, exports) {
|
| 332 |
+
|
| 333 |
+
eval("var PostGrid = function PostGrid($scope, $) {\n var $gallery = $(\".eael-better-docs-category-grid\", $scope),\n $layout_mode = $gallery.data('layout-mode');\n\n if ($layout_mode === 'masonry') {\n $gallery.isotope({\n itemSelector: \".eael-better-docs-category-grid-post\",\n layoutMode: $layout_mode,\n percentPosition: true\n }); // layout gal, while images are loading\n\n $gallery.imagesLoaded().progress(function () {\n $gallery.isotope(\"layout\");\n });\n }\n\n $('.eael-bd-grid-sub-cat-title').on('click', function (e) {\n e.preventDefault();\n $(this).children(\".toggle-arrow\").toggle();\n $(this).next(\".docs-sub-cat-list\").slideToggle();\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-betterdocs-category-grid.default\", PostGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/betterdocs-category-grid.js?");
|
| 334 |
+
|
| 335 |
+
/***/ }),
|
| 336 |
+
|
| 337 |
+
/***/ "./src/js/view/content-ticker.js":
|
| 338 |
+
/*!***************************************!*\
|
| 339 |
+
!*** ./src/js/view/content-ticker.js ***!
|
| 340 |
+
\***************************************/
|
| 341 |
+
/*! no static exports found */
|
| 342 |
+
/***/ (function(module, exports) {
|
| 343 |
+
|
| 344 |
+
eval("var ContentTicker = function ContentTicker($scope, $) {\n var $contentTicker = $scope.find(\".eael-content-ticker\").eq(0),\n $items = $contentTicker.data(\"items\") !== undefined ? $contentTicker.data(\"items\") : 1,\n $items_tablet = $contentTicker.data(\"items-tablet\") !== undefined ? $contentTicker.data(\"items-tablet\") : 1,\n $items_mobile = $contentTicker.data(\"items-mobile\") !== undefined ? $contentTicker.data(\"items-mobile\") : 1,\n $margin = $contentTicker.data(\"margin\") !== undefined ? $contentTicker.data(\"margin\") : 10,\n $margin_tablet = $contentTicker.data(\"margin-tablet\") !== undefined ? $contentTicker.data(\"margin-tablet\") : 10,\n $margin_mobile = $contentTicker.data(\"margin-mobile\") !== undefined ? $contentTicker.data(\"margin-mobile\") : 10,\n $effect = $contentTicker.data(\"effect\") !== undefined ? $contentTicker.data(\"effect\") : \"slide\",\n $speed = $contentTicker.data(\"speed\") !== undefined ? $contentTicker.data(\"speed\") : 400,\n $autoplay = $contentTicker.data(\"autoplay\") !== undefined ? $contentTicker.data(\"autoplay\") : 5000,\n $loop = $contentTicker.data(\"loop\") !== undefined ? $contentTicker.data(\"loop\") : false,\n $grab_cursor = $contentTicker.data(\"grab-cursor\") !== undefined ? $contentTicker.data(\"grab-cursor\") : false,\n $pagination = $contentTicker.data(\"pagination\") !== undefined ? $contentTicker.data(\"pagination\") : \".swiper-pagination\",\n $arrow_next = $contentTicker.data(\"arrow-next\") !== undefined ? $contentTicker.data(\"arrow-next\") : \".swiper-button-next\",\n $arrow_prev = $contentTicker.data(\"arrow-prev\") !== undefined ? $contentTicker.data(\"arrow-prev\") : \".swiper-button-prev\",\n $pause_on_hover = $contentTicker.data(\"pause-on-hover\") !== undefined ? $contentTicker.data(\"pause-on-hover\") : \"\",\n $contentTickerOptions = {\n direction: \"horizontal\",\n loop: $loop,\n speed: $speed,\n effect: $effect,\n slidesPerView: $items,\n spaceBetween: $margin,\n grabCursor: $grab_cursor,\n paginationClickable: true,\n autoHeight: true,\n autoplay: {\n delay: $autoplay\n },\n pagination: {\n el: $pagination,\n clickable: true\n },\n navigation: {\n nextEl: $arrow_next,\n prevEl: $arrow_prev\n },\n breakpoints: {\n // when window width is <= 480px\n 480: {\n slidesPerView: $items_mobile,\n spaceBetween: $margin_mobile\n },\n // when window width is <= 640px\n 768: {\n slidesPerView: $items_tablet,\n spaceBetween: $margin_tablet\n }\n }\n };\n var $contentTickerSlider = new Swiper($contentTicker, $contentTickerOptions);\n\n if ($autoplay === 0) {\n $contentTickerSlider.autoplay.stop();\n }\n\n if ($pause_on_hover && $autoplay !== 0) {\n $contentTicker.on(\"mouseenter\", function () {\n $contentTickerSlider.autoplay.stop();\n });\n $contentTicker.on(\"mouseleave\", function () {\n $contentTickerSlider.autoplay.start();\n });\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-content-ticker.default\", ContentTicker);\n});\n\n//# sourceURL=webpack:///./src/js/view/content-ticker.js?");
|
| 345 |
+
|
| 346 |
+
/***/ }),
|
| 347 |
+
|
| 348 |
+
/***/ "./src/js/view/count-down.js":
|
| 349 |
+
/*!***********************************!*\
|
| 350 |
+
!*** ./src/js/view/count-down.js ***!
|
| 351 |
+
\***********************************/
|
| 352 |
+
/*! no static exports found */
|
| 353 |
+
/***/ (function(module, exports) {
|
| 354 |
+
|
| 355 |
+
eval("var CountDown = function CountDown($scope, $) {\n var $coundDown = $scope.find(\".eael-countdown-wrapper\").eq(0),\n $countdown_id = $coundDown.data(\"countdown-id\") !== undefined ? $coundDown.data(\"countdown-id\") : \"\",\n $expire_type = $coundDown.data(\"expire-type\") !== undefined ? $coundDown.data(\"expire-type\") : \"\",\n $expiry_text = $coundDown.data(\"expiry-text\") !== undefined ? $coundDown.data(\"expiry-text\") : \"\",\n $expiry_title = $coundDown.data(\"expiry-title\") !== undefined ? $coundDown.data(\"expiry-title\") : \"\",\n $redirect_url = $coundDown.data(\"redirect-url\") !== undefined ? $coundDown.data(\"redirect-url\") : \"\",\n $template = $coundDown.data(\"template\") !== undefined ? $coundDown.data(\"template\") : \"\";\n jQuery(document).ready(function ($) {\n \"use strict\";\n\n var countDown = $(\"#eael-countdown-\" + $countdown_id);\n countDown.countdown({\n end: function end() {\n if ($expire_type == \"text\") {\n countDown.html('<div class=\"eael-countdown-finish-message\"><h4 class=\"expiry-title\">' + $expiry_title + \"</h4>\" + '<div class=\"eael-countdown-finish-text\">' + $expiry_text + \"</div></div>\");\n } else if ($expire_type === \"url\") {\n if (isEditMode) {\n countDown.html(\"Your Page will be redirected to given URL (only on Frontend).\");\n } else {\n window.location.href = $redirect_url;\n }\n } else if ($expire_type === \"template\") {\n countDown.html($template);\n } else {//do nothing!\n }\n }\n });\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-countdown.default\", CountDown);\n});\n\n//# sourceURL=webpack:///./src/js/view/count-down.js?");
|
| 356 |
+
|
| 357 |
+
/***/ }),
|
| 358 |
+
|
| 359 |
+
/***/ "./src/js/view/data-table.js":
|
| 360 |
+
/*!***********************************!*\
|
| 361 |
+
!*** ./src/js/view/data-table.js ***!
|
| 362 |
+
\***********************************/
|
| 363 |
+
/*! no static exports found */
|
| 364 |
+
/***/ (function(module, exports) {
|
| 365 |
+
|
| 366 |
+
eval("var dataTable = function dataTable($scope, $) {\n var $_this = $scope.find(\".eael-data-table-wrap\"),\n $id = $_this.data(\"table_id\");\n\n if (typeof enableProSorter !== \"undefined\" && $.isFunction(enableProSorter)) {\n $(document).ready(function () {\n enableProSorter(jQuery, $_this);\n });\n }\n\n var responsive = $_this.data(\"custom_responsive\");\n\n if (true == responsive) {\n var $th = $scope.find(\".eael-data-table\").find(\"th\");\n var $tbody = $scope.find(\".eael-data-table\").find(\"tbody\");\n $tbody.find(\"tr\").each(function (i, item) {\n $(item).find(\"td .td-content-wrapper\").each(function (index, item) {\n $(this).prepend('<div class=\"th-mobile-screen\">' + $th.eq(index).html() + \"</div>\");\n });\n });\n }\n};\n\nvar Data_Table_Click_Handler = function Data_Table_Click_Handler(panel, model, view) {\n if (event.target.dataset.event == \"ea:table:export\") {\n // export\n var table = view.el.querySelector(\"#eael-data-table-\" + model.attributes.id);\n var rows = table.querySelectorAll(\"table tr\");\n var csv = []; // generate csv\n\n for (var i = 0; i < rows.length; i++) {\n var row = [];\n var cols = rows[i].querySelectorAll(\"th, td\");\n\n for (var j = 0; j < cols.length; j++) {\n row.push(JSON.stringify(cols[j].innerText.replace(/(\\r\\n|\\n|\\r)/gm, \" \").trim()));\n }\n\n csv.push(row.join(\",\"));\n } // download\n\n\n var csv_file = new Blob([csv.join(\"\\n\")], {\n type: \"text/csv\"\n });\n var download_link = parent.document.createElement(\"a\");\n download_link.classList.add(\"eael-data-table-download-\" + model.attributes.id);\n download_link.download = \"eael-data-table-\" + model.attributes.id + \".csv\";\n download_link.href = window.URL.createObjectURL(csv_file);\n download_link.style.display = \"none\";\n parent.document.body.appendChild(download_link);\n download_link.click();\n parent.document.querySelector(\".eael-data-table-download-\" + model.attributes.id).remove();\n }\n};\n\nvar data_table_panel = function data_table_panel(panel, model, view) {\n var handler = Data_Table_Click_Handler.bind(this, panel, model, view);\n panel.el.addEventListener(\"click\", handler);\n panel.currentPageView.on(\"destroy\", function () {\n panel.el.removeEventListener(\"click\", handler);\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n // export table\n if (isEditMode) {\n elementor.hooks.addAction(\"panel/open_editor/widget/eael-data-table\", data_table_panel);\n }\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-data-table.default\", dataTable);\n});\n\n//# sourceURL=webpack:///./src/js/view/data-table.js?");
|
| 367 |
+
|
| 368 |
+
/***/ }),
|
| 369 |
+
|
| 370 |
+
/***/ "./src/js/view/event-calendar.js":
|
| 371 |
+
/*!***************************************!*\
|
| 372 |
+
!*** ./src/js/view/event-calendar.js ***!
|
| 373 |
+
\***************************************/
|
| 374 |
+
/*! no static exports found */
|
| 375 |
+
/***/ (function(module, exports) {
|
| 376 |
+
|
| 377 |
+
eval("var EventCalendar = function EventCalendar($scope, $) {\n var Calendar = FullCalendar.Calendar;\n var element = $(\".eael-event-calendar-cls\", $scope),\n CloseButton = $(\".eaelec-modal-close\", $scope).eq(0),\n ecModal = $(\"#eaelecModal\", $scope),\n eventAll = element.data(\"events\"),\n firstDay = element.data(\"first_day\"),\n calendarID = element.data(\"cal_id\"),\n locale = element.data(\"locale\"),\n translate = element.data(\"translate\"),\n defaultView = element.data(\"defaultview\"),\n calendarEl = document.getElementById(\"eael-event-calendar-\" + calendarID);\n var calendar = new Calendar(calendarEl, {\n plugins: [\"dayGrid\", \"timeGrid\", \"list\"],\n editable: false,\n selectable: false,\n draggable: false,\n firstDay: firstDay,\n eventTimeFormat: {\n hour: '2-digit',\n minute: '2-digit',\n meridiem: 'short'\n },\n nextDayThreshold: \"00:00:00\",\n header: {\n left: \"prev,next today\",\n center: \"title\",\n right: \"timeGridDay,timeGridWeek,dayGridMonth,listMonth\"\n },\n events: eventAll,\n selectHelper: true,\n locale: locale,\n eventLimit: 3,\n defaultView: defaultView,\n eventRender: function eventRender(info) {\n var element = $(info.el),\n event = info.event; // when event is finished event text are cross\n\n if (event.extendedProps.eventHasComplete !== undefined && event.extendedProps.eventHasComplete === 'yes') {\n element.find('div.fc-content .fc-title').addClass('eael-event-completed');\n element.find('td.fc-list-item-title').addClass('eael-event-completed');\n }\n\n translate.today = info.event._calendar.dateEnv.locale.options.buttonText.today;\n element.attr(\"href\", \"javascript:void(0);\");\n element.click(function (e) {\n e.preventDefault();\n e.stopPropagation();\n var startDate = event.start,\n timeFormate = \"h:mm A\",\n endDate = event.end,\n startSelector = $(\"span.eaelec-event-date-start\"),\n endSelector = $(\"span.eaelec-event-date-end\");\n\n if (event.allDay === \"yes\") {\n var newEnd = moment(endDate).subtract(1, \"days\");\n endDate = newEnd._d;\n timeFormate = \" \";\n }\n\n var startYear = moment(startDate).format(\"YYYY\"),\n endYear = moment(endDate).format(\"YYYY\"),\n yearDiff = endYear > startYear,\n startView = '',\n endView = '';\n startSelector.html(\" \");\n endSelector.html(\" \");\n ecModal.addClass(\"eael-ec-popup-ready\").removeClass(\"eael-ec-modal-removing\");\n\n if (event.allDay === \"yes\" && moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n startView = moment(startDate).format(\"MMM Do\");\n\n if (moment(startDate).isSame(Date.now(), \"day\") === true) {\n startView = translate.today;\n } else if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow;\n }\n } else {\n if (moment(event.start).isSame(Date.now(), \"day\") === true) {\n startView = translate.today + ' ' + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow + ' ' + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") < moment(new Date()).format(\"MM-DD-YYYY\") || moment(startDate).format(\"MM-DD-YYYY\") > moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = moment(event.start).format(\"MMM Do \" + timeFormate);\n }\n\n startView = yearDiff ? startYear + ' ' + startView : startView;\n\n if (moment(endDate).isSame(Date.now(), \"day\") === true) {\n if (moment(startDate).isSame(Date.now(), \"day\") !== true) {\n endView = translate.today + \" \" + moment(endDate).format(timeFormate);\n } else {\n endView = moment(endDate).format(timeFormate);\n }\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") !== moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = translate.tomorrow + \" \" + moment(endDate).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n if (moment(endDate).diff(moment(startDate), \"days\") > 0 && endSelector.text().trim().length < 1) {\n endView = moment(endDate).format(\"MMM Do \" + timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n endView = yearDiff ? endYear + ' ' + endView : endView;\n }\n\n if (event.extendedProps.hideEndDate !== undefined && event.extendedProps.hideEndDate === 'yes') {\n endSelector.html(\" \");\n } else {\n endSelector.html(endView != '' ? \"- \" + endView : '');\n }\n\n startSelector.html('<i class=\"eicon-calendar\"></i> ' + startView);\n $(\".eaelec-modal-header h2\").html(event.title);\n $(\".eaelec-modal-body p\").html(event.extendedProps.description);\n\n if (event.extendedProps.description.length < 1) {\n $(\".eaelec-modal-body\").css(\"height\", \"auto\");\n } else {\n $(\".eaelec-modal-body\").css(\"height\", \"300px\");\n }\n\n $(\".eaelec-modal-footer a\").attr(\"href\", event.url);\n\n if (event.extendedProps.external === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"target\", \"_blank\");\n }\n\n if (event.extendedProps.nofollow === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"rel\", \"nofollow\");\n }\n\n if (event.url == \"\") {\n $(\".eaelec-modal-footer a\").css(\"display\", \"none\");\n } // Popup color\n\n\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n });\n }\n });\n CloseButton.on(\"click\", function () {\n event.stopPropagation();\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n });\n $(document).on('click', function (event) {\n if (event.target.closest(\".eaelec-modal-content\")) return;\n\n if (ecModal.hasClass(\"eael-ec-popup-ready\")) {\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n }\n });\n calendar.render();\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-event-calendar.default\", EventCalendar);\n});\n\n//# sourceURL=webpack:///./src/js/view/event-calendar.js?");
|
| 378 |
+
|
| 379 |
+
/***/ }),
|
| 380 |
+
|
| 381 |
+
/***/ "./src/js/view/facebook-feed.js":
|
| 382 |
+
/*!**************************************!*\
|
| 383 |
+
!*** ./src/js/view/facebook-feed.js ***!
|
| 384 |
+
\**************************************/
|
| 385 |
+
/*! no static exports found */
|
| 386 |
+
/***/ (function(module, exports) {
|
| 387 |
+
|
| 388 |
+
eval("var FacebookFeed = function FacebookFeed($scope, $) {\n if (!isEditMode) {\n $facebook_gallery = $(\".eael-facebook-feed\", $scope).isotope({\n itemSelector: \".eael-facebook-feed-item\",\n percentPosition: true,\n columnWidth: \".eael-facebook-feed-item\"\n });\n $facebook_gallery.imagesLoaded().progress(function () {\n $facebook_gallery.isotope(\"layout\");\n });\n } // ajax load more\n\n\n $(\".eael-load-more-button\", $scope).on(\"click\", function (e) {\n e.preventDefault();\n $this = $(this);\n $settings = $this.attr(\"data-settings\");\n $page = $this.attr(\"data-page\");\n $loadmore_text = $this.attr(\"data-loadmore-text\"); // update load moer button\n\n $this.addClass(\"button--loading\");\n $(\"span\", $this).html(\"Loading...\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: {\n action: \"facebook_feed_load_more\",\n security: localize.nonce,\n settings: $settings,\n page: $page\n },\n success: function success(response) {\n $html = $(response.html); // append items\n\n $facebook_gallery = $(\".eael-facebook-feed\", $scope).isotope();\n $(\".eael-facebook-feed\", $scope).append($html);\n $facebook_gallery.isotope(\"appended\", $html);\n $facebook_gallery.imagesLoaded().progress(function () {\n $facebook_gallery.isotope(\"layout\");\n }); // update load more button\n\n if (response.num_pages > $page) {\n $this.attr(\"data-page\", parseInt($page) + 1);\n $this.removeClass(\"button--loading\");\n $(\"span\", $this).html($loadmore_text);\n } else {\n $this.remove();\n }\n },\n error: function error() {}\n });\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-facebook-feed.default\", FacebookFeed);\n});\n\n//# sourceURL=webpack:///./src/js/view/facebook-feed.js?");
|
| 389 |
+
|
| 390 |
+
/***/ }),
|
| 391 |
+
|
| 392 |
+
/***/ "./src/js/view/fancy-text.js":
|
| 393 |
+
/*!***********************************!*\
|
| 394 |
+
!*** ./src/js/view/fancy-text.js ***!
|
| 395 |
+
\***********************************/
|
| 396 |
+
/*! no static exports found */
|
| 397 |
+
/***/ (function(module, exports) {
|
| 398 |
+
|
| 399 |
+
eval("var FancyText = function FancyText($scope, $) {\n var $fancyText = $scope.find(\".eael-fancy-text-container\").eq(0),\n $id = $fancyText.data(\"fancy-text-id\") !== undefined ? $fancyText.data(\"fancy-text-id\") : \"\",\n $fancy_text = $fancyText.data(\"fancy-text\") !== undefined ? $fancyText.data(\"fancy-text\") : \"\",\n $transition_type = $fancyText.data(\"fancy-text-transition-type\") !== undefined ? $fancyText.data(\"fancy-text-transition-type\") : \"\",\n $fancy_text_speed = $fancyText.data(\"fancy-text-speed\") !== undefined ? $fancyText.data(\"fancy-text-speed\") : \"\",\n $fancy_text_delay = $fancyText.data(\"fancy-text-delay\") !== undefined ? $fancyText.data(\"fancy-text-delay\") : \"\",\n $fancy_text_cursor = $fancyText.data(\"fancy-text-cursor\") === \"yes\" ? true : false,\n $fancy_text_loop = $fancyText.data(\"fancy-text-loop\") !== undefined ? $fancyText.data(\"fancy-text-loop\") == \"yes\" ? true : false : false;\n $fancy_text = $fancy_text.split(\"|\");\n\n if ($transition_type == \"typing\") {\n new Typed(\"#eael-fancy-text-\" + $id, {\n strings: $fancy_text,\n typeSpeed: $fancy_text_speed,\n backSpeed: 0,\n startDelay: 300,\n backDelay: $fancy_text_delay,\n showCursor: $fancy_text_cursor,\n loop: $fancy_text_loop\n });\n }\n\n if ($transition_type != \"typing\") {\n $(\"#eael-fancy-text-\" + $id).Morphext({\n animation: $transition_type,\n separator: \", \",\n speed: $fancy_text_delay,\n complete: function complete() {// Overrides default empty function\n }\n });\n }\n\n jQuery(window).on(\"load\", function () {\n setTimeout(function () {\n $(\".eael-fancy-text-strings\", $scope).css(\"display\", \"inline-block\");\n }, 500);\n });\n\n if (isEditMode) {\n setTimeout(function () {\n $(\".eael-fancy-text-strings\", $scope).css(\"display\", \"inline-block\");\n }, 800);\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-fancy-text.default\", FancyText);\n});\n\n//# sourceURL=webpack:///./src/js/view/fancy-text.js?");
|
| 400 |
+
|
| 401 |
+
/***/ }),
|
| 402 |
+
|
| 403 |
+
/***/ "./src/js/view/filterable-gallery.js":
|
| 404 |
+
/*!*******************************************!*\
|
| 405 |
+
!*** ./src/js/view/filterable-gallery.js ***!
|
| 406 |
+
\*******************************************/
|
| 407 |
+
/*! no static exports found */
|
| 408 |
+
/***/ (function(module, exports) {
|
| 409 |
+
|
| 410 |
+
eval("var filterableGalleryHandler = function filterableGalleryHandler($scope, $) {\n var filterControls = $scope.find(\".fg-layout-3-filter-controls\").eq(0),\n filterTrigger = $scope.find(\"#fg-filter-trigger\"),\n form = $scope.find(\".fg-layout-3-search-box\"),\n input = $scope.find(\"#fg-search-box-input\"),\n searchRegex,\n buttonFilter,\n timer;\n\n if (form.length) {\n form.on(\"submit\", function (e) {\n e.preventDefault();\n });\n }\n\n filterTrigger.on(\"click\", function () {\n filterControls.toggleClass(\"open-filters\");\n }).blur(function () {\n filterControls.toggleClass(\"open-filters\");\n });\n\n if (!isEditMode) {\n var $gallery = $(\".eael-filter-gallery-container\", $scope),\n $settings = $gallery.data(\"settings\"),\n $gallery_items = $gallery.data(\"gallery-items\"),\n $layout_mode = $settings.grid_style == \"masonry\" ? \"masonry\" : \"fitRows\",\n $gallery_enabled = $settings.gallery_enabled == \"yes\" ? true : false; // init isotope\n\n var layoutMode = $(\".eael-filter-gallery-wrapper\").data(\"layout-mode\");\n var mfpCaption = $(\".eael-filter-gallery-wrapper\").data(\"mfp_caption\");\n var $isotope_gallery = $gallery.isotope({\n itemSelector: \".eael-filterable-gallery-item-wrap\",\n layoutMode: $layout_mode,\n percentPosition: true,\n stagger: 30,\n transitionDuration: $settings.duration + \"ms\",\n filter: function filter() {\n var $this = $(this);\n var $result = searchRegex ? $this.text().match(searchRegex) : true;\n\n if (buttonFilter == undefined) {\n if (layoutMode != \"layout_3\") {\n buttonFilter = $scope.find(\".eael-filter-gallery-control ul li\").first().data(\"filter\");\n } else {\n buttonFilter = $scope.find(\".fg-layout-3-filter-controls li\").first().data(\"filter\");\n }\n }\n\n var buttonResult = buttonFilter ? $this.is(buttonFilter) : true;\n return $result && buttonResult;\n }\n }); // Popup\n\n $($scope).magnificPopup({\n delegate: \".eael-magnific-link\",\n type: \"image\",\n gallery: {\n enabled: $gallery_enabled\n },\n image: {\n titleSrc: function titleSrc(item) {\n if (mfpCaption == \"yes\") {\n return item.el.parents('.gallery-item-caption-over').find('.fg-item-title').html() || item.el.parents('.gallery-item-caption-wrap').find('.fg-item-title').html() || item.el.parents('.eael-filterable-gallery-item-wrap').find('.fg-item-title').html();\n }\n }\n }\n }); // filter\n\n $scope.on(\"click\", \".control\", function () {\n var $this = $(this);\n buttonFilter = $(this).attr(\"data-filter\");\n\n if ($scope.find(\"#fg-filter-trigger > span\")) {\n $scope.find(\"#fg-filter-trigger > span\").text($this.text());\n }\n\n $this.siblings().removeClass(\"active\");\n $this.addClass(\"active\");\n $isotope_gallery.isotope();\n }); //quick search\n\n input.on(\"input\", function () {\n var $this = $(this);\n clearTimeout(timer);\n timer = setTimeout(function () {\n searchRegex = new RegExp($this.val(), \"gi\");\n $isotope_gallery.isotope();\n }, 600);\n }); // layout gal, while images are loading\n\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, on click tabs\n\n $isotope_gallery.on(\"arrangeComplete\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, after window loaded\n\n $(window).on(\"load\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // Load more button\n\n $scope.on(\"click\", \".eael-gallery-load-more\", function (e) {\n e.preventDefault();\n var $this = $(this),\n $init_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n $total_items = $gallery.data(\"total-gallery-items\"),\n $images_per_page = $gallery.data(\"images-per-page\"),\n $nomore_text = $gallery.data(\"nomore-item-text\"),\n $items = [];\n\n if ($init_show == $total_items) {\n $this.html('<div class=\"no-more-items-text\">' + $nomore_text + \"</div>\");\n setTimeout(function () {\n $this.fadeOut(\"slow\");\n }, 600);\n } // new items html\n\n\n for (var i = $init_show; i < $init_show + $images_per_page; i++) {\n $items.push($($gallery_items[i])[0]);\n } // append items\n\n\n $gallery.append($items);\n $isotope_gallery.isotope(\"appended\", $items);\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n });\n });\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-filterable-gallery.default\", filterableGalleryHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/filterable-gallery.js?");
|
| 411 |
+
|
| 412 |
+
/***/ }),
|
| 413 |
+
|
| 414 |
+
/***/ "./src/js/view/general.js":
|
| 415 |
+
/*!********************************!*\
|
| 416 |
+
!*** ./src/js/view/general.js ***!
|
| 417 |
+
\********************************/
|
| 418 |
+
/*! no exports provided */
|
| 419 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
| 420 |
+
|
| 421 |
+
"use strict";
|
| 422 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/hooks */ \"./node_modules/@wordpress/hooks/build-module/index.js\");\n\nwindow.isEditMode = false;\nwindow.ea = {\n hooks: Object(_wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__[\"createHooks\"])(),\n isEditMode: false\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n window.isEditMode = elementorFrontend.isEditMode();\n window.ea.isEditMode = elementorFrontend.isEditMode(); // hooks\n\n ea.hooks.doAction(\"init\"); // init edit mode hook\n\n if (ea.isEditMode) {\n ea.hooks.doAction(\"editMode.init\");\n }\n});\n\n//# sourceURL=webpack:///./src/js/view/general.js?");
|
| 423 |
+
|
| 424 |
+
/***/ }),
|
| 425 |
+
|
| 426 |
+
/***/ "./src/js/view/image-accordion.js":
|
| 427 |
+
/*!****************************************!*\
|
| 428 |
+
!*** ./src/js/view/image-accordion.js ***!
|
| 429 |
+
\****************************************/
|
| 430 |
+
/*! no static exports found */
|
| 431 |
+
/***/ (function(module, exports) {
|
| 432 |
+
|
| 433 |
+
eval("var ImageAccordion = function ImageAccordion($scope, $) {\n var $imageAccordion = $scope.find(\".eael-img-accordion\").eq(0),\n $id = $imageAccordion.data(\"img-accordion-id\") !== undefined ? $imageAccordion.data(\"img-accordion-id\") : \"\",\n $type = $imageAccordion.data(\"img-accordion-type\") !== undefined ? $imageAccordion.data(\"img-accordion-type\") : \"\";\n var $clickCount = 0;\n\n if (\"on-click\" === $type) {\n $(\"#eael-img-accordion-\" + $id + \" a\").on(\"click\", function (e) {\n if ($(this).hasClass(\"overlay-active\") == false) {\n e.preventDefault();\n }\n\n if ($clickCount == 0) {\n if ($(\"#eael-img-accordion-\" + $id + \" a\").hasClass('overlay-active')) {\n $(\"#eael-img-accordion-\" + $id + \" a\").removeClass(\"overlay-active\");\n }\n\n $clickCount += 1;\n }\n\n $(\"#eael-img-accordion-\" + $id + \" a\").css(\"flex\", \"1\");\n $(this).find(\".overlay\").parent(\"a\").addClass(\"overlay-active\");\n $(\"#eael-img-accordion-\" + $id + \" a\").find(\".overlay-inner\").removeClass(\"overlay-inner-show\");\n $(this).find(\".overlay-inner\").addClass(\"overlay-inner-show\");\n $(this).css(\"flex\", \"3\");\n });\n $(\"#eael-img-accordion-\" + $id + \" a\").on(\"blur\", function (e) {\n $(\"#eael-img-accordion-\" + $id + \" a\").css(\"flex\", \"1\");\n $(\"#eael-img-accordion-\" + $id + \" a\").find(\".overlay-inner\").removeClass(\"overlay-inner-show\");\n $(this).find(\".overlay\").parent(\"a\").removeClass(\"overlay-active\");\n });\n } else {\n $(\"#eael-img-accordion-\" + $id + \" a\").on('hover', function () {\n if ($(\"#eael-img-accordion-\" + $id + \" a\").hasClass('overlay-active')) {\n $(\"#eael-img-accordion-\" + $id + \" a.overlay-active\").css(\"flex\", \"1\");\n $(\"#eael-img-accordion-\" + $id + \" a\").removeClass(\"overlay-active\");\n $(\"#eael-img-accordion-\" + $id + \" a .overlay .overlay-inner\").removeClass('overlay-inner-show');\n }\n });\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-image-accordion.default\", ImageAccordion);\n});\n\n//# sourceURL=webpack:///./src/js/view/image-accordion.js?");
|
| 434 |
+
|
| 435 |
+
/***/ }),
|
| 436 |
+
|
| 437 |
+
/***/ "./src/js/view/load-more.js":
|
| 438 |
+
/*!**********************************!*\
|
| 439 |
+
!*** ./src/js/view/load-more.js ***!
|
| 440 |
+
\**********************************/
|
| 441 |
+
/*! no static exports found */
|
| 442 |
+
/***/ (function(module, exports) {
|
| 443 |
+
|
| 444 |
+
eval("(function ($) {\n \"use strict\";\n\n $(document).on(\"click\", \".eael-load-more-button\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n e.stopImmediatePropagation();\n var $this = $(this),\n $text = $(\"span\", $this).html(),\n $widget_id = $this.data(\"widget\"),\n $scope = $(\".elementor-element-\" + $widget_id),\n $class = $this.data(\"class\"),\n $args = $this.data(\"args\"),\n $settings = $this.data(\"settings\"),\n $layout = $this.data(\"layout\"),\n $page = parseInt($this.data(\"page\")) + 1;\n\n if (typeof $widget_id == \"undefined\" || typeof $args == \"undefined\") {\n return;\n }\n\n var obj = {};\n var $data = {\n action: \"load_more\",\n \"class\": $class,\n args: $args,\n settings: $settings,\n page: $page\n };\n String($args).split(\"&\").forEach(function (item, index) {\n var arr = String(item).split(\"=\");\n obj[arr[0]] = arr[1];\n });\n\n if (obj.orderby == \"rand\") {\n var $printed = $(\".eael-grid-post\");\n\n if ($printed.length) {\n var $ids = [];\n $printed.each(function (index, item) {\n var $id = $(item).data(\"id\");\n $ids.push($id);\n });\n $data.post__not_in = $ids;\n }\n }\n\n $this.addClass(\"button--loading\");\n $(\"span\", $this).html(\"Loading...\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: $data,\n success: function success(response) {\n var $content = $(response);\n\n if ($content.hasClass(\"no-posts-found\") || $content.length == 0) {\n $this.remove();\n } else {\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Product_Grid\") {\n $(\".eael-product-grid .products\", $scope).append($content);\n } else {\n $(\".eael-post-appender\", $scope).append($content);\n\n if ($layout == \"masonry\") {\n var $isotope = $(\".eael-post-appender\", $scope).isotope();\n $isotope.isotope(\"appended\", $content).isotope(\"layout\");\n $isotope.imagesLoaded().progress(function () {\n $isotope.isotope(\"layout\");\n });\n }\n }\n\n $this.removeClass(\"button--loading\");\n $(\"span\", $this).html($text);\n $this.data(\"page\", $page);\n }\n },\n error: function error(response) {\n console.log(response);\n }\n });\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/load-more.js?");
|
| 445 |
+
|
| 446 |
+
/***/ }),
|
| 447 |
+
|
| 448 |
+
/***/ "./src/js/view/post-grid.js":
|
| 449 |
+
/*!**********************************!*\
|
| 450 |
+
!*** ./src/js/view/post-grid.js ***!
|
| 451 |
+
\**********************************/
|
| 452 |
+
/*! no static exports found */
|
| 453 |
+
/***/ (function(module, exports) {
|
| 454 |
+
|
| 455 |
+
eval("var PostGrid = function PostGrid($scope, $) {\n var $gallery = $(\".eael-post-appender\", $scope),\n $layout_mode = $gallery.data('layout-mode');\n\n if ($layout_mode === 'masonry') {\n $gallery.isotope({\n itemSelector: \".eael-grid-post\",\n layoutMode: $layout_mode,\n percentPosition: true\n }); // layout gal, while images are loading\n\n $gallery.imagesLoaded().progress(function () {\n $gallery.isotope(\"layout\");\n });\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-post-grid.default\", PostGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/post-grid.js?");
|
| 456 |
+
|
| 457 |
+
/***/ }),
|
| 458 |
+
|
| 459 |
+
/***/ "./src/js/view/price-table.js":
|
| 460 |
+
/*!************************************!*\
|
| 461 |
+
!*** ./src/js/view/price-table.js ***!
|
| 462 |
+
\************************************/
|
| 463 |
+
/*! no static exports found */
|
| 464 |
+
/***/ (function(module, exports) {
|
| 465 |
+
|
| 466 |
+
eval("var PricingTooltip = function PricingTooltip($scope, $) {\n if ($.fn.tooltipster) {\n var $tooltip = $scope.find(\".tooltip\"),\n i;\n\n for (i = 0; i < $tooltip.length; i++) {\n var $currentTooltip = $(\"#\" + $($tooltip[i]).attr(\"id\")),\n $tooltipSide = $currentTooltip.data(\"side\") !== undefined ? $currentTooltip.data(\"side\") : false,\n $tooltipTrigger = $currentTooltip.data(\"trigger\") !== undefined ? $currentTooltip.data(\"trigger\") : \"hover\",\n $animation = $currentTooltip.data(\"animation\") !== undefined ? $currentTooltip.data(\"animation\") : \"fade\",\n $anim_duration = $currentTooltip.data(\"animation_duration\") !== undefined ? $currentTooltip.data(\"animation_duration\") : 300,\n $theme = $currentTooltip.data(\"theme\") !== undefined ? $currentTooltip.data(\"theme\") : \"default\",\n $arrow = \"yes\" == $currentTooltip.data(\"arrow\") ? true : false;\n $currentTooltip.tooltipster({\n animation: $animation,\n trigger: $tooltipTrigger,\n side: $tooltipSide,\n delay: $anim_duration,\n arrow: $arrow,\n theme: \"tooltipster-\" + $theme\n });\n }\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-pricing-table.default\", PricingTooltip);\n});\n\n//# sourceURL=webpack:///./src/js/view/price-table.js?");
|
| 467 |
+
|
| 468 |
+
/***/ }),
|
| 469 |
+
|
| 470 |
+
/***/ "./src/js/view/progress-bar.js":
|
| 471 |
+
/*!*************************************!*\
|
| 472 |
+
!*** ./src/js/view/progress-bar.js ***!
|
| 473 |
+
\*************************************/
|
| 474 |
+
/*! no static exports found */
|
| 475 |
+
/***/ (function(module, exports) {
|
| 476 |
+
|
| 477 |
+
eval("var ProgressBar = function ProgressBar($scope, $) {\n var $this = $(\".eael-progressbar\", $scope);\n var $layout = $this.data(\"layout\");\n var $num = $this.data(\"count\");\n var $duration = $this.data(\"duration\");\n\n if ($num > 100) {\n $num = 100;\n }\n\n $this.one(\"inview\", function () {\n if ($layout == \"line\") {\n $(\".eael-progressbar-line-fill\", $this).css({\n width: $num + \"%\"\n });\n } else if ($layout == \"half_circle\") {\n $(\".eael-progressbar-circle-half\", $this).css({\n transform: \"rotate(\" + $num * 1.8 + \"deg)\"\n });\n }\n\n ea.hooks.doAction(\"progressBar.initValue\", $this, $layout, $num);\n $(\".eael-progressbar-count\", $this).prop({\n counter: 0\n }).animate({\n counter: $num\n }, {\n duration: $duration,\n easing: \"linear\",\n step: function step(counter) {\n if ($layout == \"circle\" || $layout == \"circle_fill\") {\n var rotate = counter * 3.6;\n $(\".eael-progressbar-circle-half-left\", $this).css({\n transform: \"rotate(\" + rotate + \"deg)\"\n });\n\n if (rotate > 180) {\n $(\".eael-progressbar-circle-pie\", $this).css({\n \"-webkit-clip-path\": \"inset(0)\",\n \"clip-path\": \"inset(0)\"\n });\n $(\".eael-progressbar-circle-half-right\", $this).css({\n visibility: \"visible\"\n });\n }\n }\n\n $(this).text(Math.ceil(counter));\n }\n });\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-progress-bar.default\", ProgressBar);\n});\n\n//# sourceURL=webpack:///./src/js/view/progress-bar.js?");
|
| 478 |
+
|
| 479 |
+
/***/ }),
|
| 480 |
+
|
| 481 |
+
/***/ "./src/js/view/reading-progress.js":
|
| 482 |
+
/*!*****************************************!*\
|
| 483 |
+
!*** ./src/js/view/reading-progress.js ***!
|
| 484 |
+
\*****************************************/
|
| 485 |
+
/*! no static exports found */
|
| 486 |
+
/***/ (function(module, exports) {
|
| 487 |
+
|
| 488 |
+
eval("jQuery(document).ready(function () {\n // scroll func\n jQuery(window).scroll(function () {\n var winScroll = document.body.scrollTop || document.documentElement.scrollTop;\n var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;\n var scrolled = winScroll / height * 100;\n jQuery(\".eael-reading-progress-fill\").css({\n width: scrolled + \"%\"\n });\n }); // live prev\n\n if (isEditMode) {\n elementor.settings.page.addChangeCallback(\"eael_ext_reading_progress\", function (newValue) {\n var $settings = elementor.settings.page.getSettings();\n\n if (newValue == \"yes\") {\n if (jQuery(\".eael-reading-progress-wrap\").length == 0) {\n jQuery(\"body\").append('<div class=\"eael-reading-progress-wrap eael-reading-progress-wrap-local\"><div class=\"eael-reading-progress eael-reading-progress-local eael-reading-progress-' + $settings.settings.eael_ext_reading_progress_position + '\"><div class=\"eael-reading-progress-fill\"></div></div><div class=\"eael-reading-progress eael-reading-progress-global eael-reading-progress-' + $settings.settings.eael_ext_reading_progress_position + '\"><div class=\"eael-reading-progress-fill\"></div></div></div>');\n }\n\n jQuery(\".eael-reading-progress-wrap\").addClass(\"eael-reading-progress-wrap-local\").removeClass(\"eael-reading-progress-wrap-global eael-reading-progress-wrap-disabled\");\n } else {\n jQuery(\".eael-reading-progress-wrap\").removeClass(\"eael-reading-progress-wrap-local eael-reading-progress-wrap-global\");\n\n if ($settings.settings.eael_ext_reading_progress_has_global == true) {\n jQuery(\".eael-reading-progress-wrap\").addClass(\"eael-reading-progress-wrap-global\");\n } else {\n jQuery(\".eael-reading-progress-wrap\").addClass(\"eael-reading-progress-wrap-disabled\");\n }\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_reading_progress_position\", function (newValue) {\n elementor.settings.page.setSettings(\"eael_ext_reading_progress_position\", newValue);\n jQuery(\".eael-reading-progress\").removeClass(\"eael-reading-progress-top eael-reading-progress-bottom\").addClass(\"eael-reading-progress-\" + newValue);\n });\n }\n});\n\n//# sourceURL=webpack:///./src/js/view/reading-progress.js?");
|
| 489 |
+
|
| 490 |
+
/***/ }),
|
| 491 |
+
|
| 492 |
+
/***/ "./src/js/view/sticky-video.js":
|
| 493 |
+
/*!*************************************!*\
|
| 494 |
+
!*** ./src/js/view/sticky-video.js ***!
|
| 495 |
+
\*************************************/
|
| 496 |
+
/*! no static exports found */
|
| 497 |
+
/***/ (function(module, exports) {
|
| 498 |
+
|
| 499 |
+
eval("var eaelsvPosition = '';\nvar eaelsvWidth = 0;\nvar eaelsvHeight = 0;\nvar eaelsvDomHeight = 0;\nvar videoIsActive = 'off';\nvar eaelMakeItSticky = 0;\nvar scrollHeight = 0;\njQuery(window).on('elementor/frontend/init', function () {\n if (isEditMode) {\n elementor.hooks.addAction('panel/open_editor/widget/eael-sticky-video', function (panel, model, view) {\n var interval;\n model.attributes.settings.on('change:eaelsv_sticky_width', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var height = Math.ceil(model.getSetting('eaelsv_sticky_width') / 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_height = height;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_height\"]').value = height;\n }, 250);\n });\n model.attributes.settings.on('change:eaelsv_sticky_height', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var width = Math.ceil(model.getSetting('eaelsv_sticky_height') * 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_width = width;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_width\"]').value = width;\n }, 250);\n });\n });\n }\n\n elementorFrontend.hooks.addAction('frontend/element_ready/eael-sticky-video.default', function ($scope, $) {\n $('.eaelsv-sticky-player-close', $scope).hide();\n var element = $scope.find('.eael-sticky-video-player2');\n var sticky = '';\n var autoplay = '';\n var overlay = '';\n sticky = element.data('sticky');\n autoplay = element.data('autoplay');\n eaelsvPosition = element.data('position');\n eaelsvHeight = element.data('sheight');\n eaelsvWidth = element.data('swidth');\n overlay = element.data('overlay');\n scrollHeight = element.data('scroll_height');\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n var playerAbc = new Plyr('#eaelsv-player-' + $scope.data('id')); // If element is Sticky video\n\n if (overlay === 'no') {\n // If autoplay is enable\n if ('yes' === autoplay && sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } // Overlay Operation Started\n\n\n if (overlay === 'yes') {\n var ovrlyElmnt = element.prev();\n videoIsActive = 'off';\n $(ovrlyElmnt).on('click', function () {\n $('.eael-sticky-video-wrapper > i').hide();\n $(this).css('display', 'none');\n playerAbc.play();\n\n if ($(this).next().data('autoplay') === 'yes') {\n playerAbc.restart();\n eaelsvDomHeight = GetDomElementHeight(this);\n\n if (sticky === 'yes') {\n $(this).next().attr('id', 'videobox');\n videoIsActive = 'on';\n }\n }\n });\n }\n\n playerAbc.on('pause', function (event) {\n videoIsActive = 'off';\n });\n playerAbc.on('play', function (event) {\n videoIsActive = 'on';\n });\n $('.eaelsv-sticky-player-close').on('click', function () {\n element.removeClass('out').addClass('in');\n $('.eael-sticky-video-player2').removeAttr('style');\n videoIsActive = 'off';\n });\n element.parent().css('height', element.height() + 'px');\n $(window).resize(function () {\n element.parent().css('height', element.height() + 'px');\n });\n });\n});\njQuery(window).scroll(function () {\n var scrollTop = jQuery(window).scrollTop();\n var scrollBottom = jQuery(document).height() - scrollTop;\n\n if (scrollBottom > jQuery(window).height() + 400) {\n if (scrollTop >= eaelsvDomHeight) {\n if (videoIsActive == 'on') {\n jQuery('#videobox').find('.eaelsv-sticky-player-close').css('display', 'block');\n jQuery('#videobox').removeClass('in').addClass('out');\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n }\n } else {\n jQuery('.eaelsv-sticky-player-close').hide();\n jQuery('#videobox').removeClass('out').addClass('in');\n jQuery('.eael-sticky-video-player2').removeAttr('style');\n }\n }\n});\n\nfunction GetDomElementHeight(elem) {\n var contentHeight = jQuery(elem).parent().height();\n var expHeight = scrollHeight * contentHeight / 100;\n var hght = jQuery(elem).parent().offset().top + expHeight;\n return hght;\n}\n\nfunction PositionStickyPlayer(p, h, w) {\n if (p == 'top-left') {\n jQuery('.eael-sticky-video-player2.out').css('top', '40px');\n jQuery('.eael-sticky-video-player2.out').css('left', '40px');\n }\n\n if (p == 'top-right') {\n jQuery('.eael-sticky-video-player2.out').css('top', '40px');\n jQuery('.eael-sticky-video-player2.out').css('right', '40px');\n }\n\n if (p == 'bottom-right') {\n jQuery('.eael-sticky-video-player2.out').css('bottom', '40px');\n jQuery('.eael-sticky-video-player2.out').css('right', '40px');\n }\n\n if (p == 'bottom-left') {\n jQuery('.eael-sticky-video-player2.out').css('bottom', '40px');\n jQuery('.eael-sticky-video-player2.out').css('left', '40px');\n }\n\n jQuery('.eael-sticky-video-player2.out').css('width', w + 'px');\n jQuery('.eael-sticky-video-player2.out').css('height', h + 'px');\n}\n\nfunction PlayerPlay(a, b) {\n a.on('play', function (event) {\n eaelsvDomHeight = GetDomElementHeight(b);\n jQuery('.eael-sticky-video-player2').removeAttr('id');\n jQuery('.eael-sticky-video-player2').removeClass('out');\n b.attr('id', 'videobox');\n videoIsActive = 'on';\n eaelsvPosition = b.data('position');\n eaelsvHeight = b.data('sheight');\n eaelsvWidth = b.data('swidth');\n });\n}\n\nfunction RunStickyPlayer(elem) {\n var ovrplyer = new Plyr('#' + elem);\n ovrplyer.start();\n}\n\n//# sourceURL=webpack:///./src/js/view/sticky-video.js?");
|
| 500 |
+
|
| 501 |
+
/***/ }),
|
| 502 |
+
|
| 503 |
+
/***/ "./src/js/view/table-of-content.js":
|
| 504 |
+
/*!*****************************************!*\
|
| 505 |
+
!*** ./src/js/view/table-of-content.js ***!
|
| 506 |
+
\*****************************************/
|
| 507 |
+
/*! no static exports found */
|
| 508 |
+
/***/ (function(module, exports) {
|
| 509 |
+
|
| 510 |
+
eval("function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n(function ($) {\n jQuery(document).ready(function () {\n /**\n * add ID in main content heading tag\n * @param selector\n * @param supportTag\n */\n function eael_toc_content(selector, supportTag) {\n var listId = document.getElementById(\"eael-toc-list\");\n\n if (selector === null || supportTag === undefined || !listId) {\n return null;\n }\n\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== 'undefined' ? eaelToc.dataset.titleurl : 'false';\n var excludeArr = typeof eaelToc.dataset.excludeSelector !== 'undefined' ? eaelToc.dataset.excludeSelector.replace(/^,|,$/g, '') : '';\n var allSupportTag = [];\n var mainSelector = document.querySelectorAll(selector),\n listIndex = 0;\n\n for (var j = 0; j < mainSelector.length; j++) {\n allSupportTag = [].concat(_toConsumableArray(allSupportTag), _toConsumableArray(mainSelector[j].querySelectorAll(supportTag)));\n }\n\n allSupportTag = Array.from(new Set(allSupportTag));\n allSupportTag.forEach(function (el) {\n if (eaelTocExclude(excludeArr, el)) {\n return;\n }\n\n el.id = listIndex + \"-\" + eael_build_id(titleUrl, el.textContent);\n el.classList.add(\"eael-heading-content\");\n listIndex++;\n }); //build toc list hierarchy\n\n eael_list_hierarchy(selector, supportTag, allSupportTag);\n var firstChild = $(\"ul.eael-toc-list > li\");\n\n if (firstChild.length < 1) {\n document.getElementById(\"eael-toc\").classList.add(\"eael-toc-disable\");\n }\n\n firstChild.each(function () {\n this.classList.add(\"eael-first-child\");\n });\n }\n /**\n * Make toc list\n * @param selector\n * @param supportTag\n */\n\n\n function eael_list_hierarchy(selector, supportTag, allSupportTagList) {\n var tagList = supportTag;\n var allHeadings = allSupportTagList;\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== 'undefined' ? eaelToc.dataset.titleurl : 'false';\n var listId = document.getElementById(\"eael-toc-list\");\n var excludeArr = typeof eaelToc.dataset.excludeselector !== 'undefined' ? eaelToc.dataset.excludeselector.replace(/^,|,$/g, '') : '';\n var parentLevel = '',\n baseTag = parentLevel = tagList.trim().split(\",\")[0].substr(1, 1),\n ListNode = listId;\n listId.innerHTML = \"\";\n\n if (allHeadings.length > 0) {\n document.getElementById(\"eael-toc\").classList.remove(\"eael-toc-disable\");\n }\n\n for (var i = 0, len = allHeadings.length; i < len; ++i) {\n var currentHeading = allHeadings[i];\n\n if (eaelTocExclude(excludeArr, currentHeading)) {\n continue;\n }\n\n var latestLavel = parseInt(currentHeading.tagName.substr(1, 1));\n var diff = latestLavel - parentLevel;\n\n if (diff > 0) {\n var containerLiNode = ListNode.lastChild;\n\n if (containerLiNode) {\n var createUlNode = document.createElement(\"UL\");\n containerLiNode.appendChild(createUlNode);\n ListNode = createUlNode;\n parentLevel = latestLavel;\n }\n }\n\n var sequenceParent = false;\n\n if (diff < 0) {\n while (0 !== diff++) {\n if (ListNode.parentNode.parentNode) {\n ListNode = ListNode.parentNode.parentNode;\n }\n }\n\n parentLevel = latestLavel;\n sequenceParent = true;\n }\n\n if (ListNode.tagName !== \"UL\") {\n ListNode = listId;\n }\n\n if (currentHeading.textContent.trim() === \"\") {\n continue;\n }\n\n var liNode = document.createElement(\"LI\");\n var anchorTag = document.createElement(\"A\");\n var spanTag = document.createElement(\"SPAN\");\n\n if (baseTag === parentLevel || sequenceParent) {\n liNode.setAttribute(\"itemscope\", \"\");\n liNode.setAttribute(\"itemtype\", \"http://schema.org/ListItem\");\n liNode.setAttribute(\"itemprop\", \"itemListElement\");\n }\n\n var Linkid = \"#\" + i + \"-\" + eael_build_id(titleUrl, currentHeading.textContent);\n anchorTag.className = \"eael-toc-link\";\n anchorTag.setAttribute(\"itemprop\", \"item\");\n anchorTag.setAttribute(\"href\", Linkid);\n spanTag.appendChild(document.createTextNode(currentHeading.textContent));\n anchorTag.appendChild(spanTag);\n liNode.appendChild(anchorTag);\n ListNode.appendChild(liNode);\n }\n } // expand collapse\n\n\n $(document).on(\"click\", \"ul.eael-toc-list a\", function (e) {\n e.preventDefault();\n $(document).off(\"scroll\");\n var target = this.hash;\n history.pushState(\"\", document.title, window.location.pathname + window.location.search);\n var parentLi = $(this).parent();\n\n if (parentLi.is(\".eael-highlight-parent.eael-highlight-active\")) {\n window.location.hash = target;\n return false;\n }\n\n $(\".eael-highlight-active, .eael-highlight-parent\").removeClass(\"eael-highlight-active eael-highlight-parent\");\n $(this).closest(\".eael-first-child\").addClass(\"eael-highlight-parent\");\n $(this).parent().addClass(\"eael-highlight-active\");\n window.location.hash = target;\n }); //some site not working with **window.onscroll**\n\n window.addEventListener('scroll', function (e) {\n eaelTocSticky();\n });\n var stickyScroll = $('#eael-toc').data('stickyscroll');\n /**\n * Check selector in array\n *\n * @param arr\n * @param el\n * @returns boolean\n */\n\n function eaelTocExclude(excludes, el) {\n return $(el).closest(excludes).length;\n }\n /**\n * check sticky\n */\n\n\n function eaelTocSticky() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (!eaelToc) {\n return;\n }\n\n stickyScroll = stickyScroll !== undefined ? stickyScroll : 200;\n\n if (window.pageYOffset >= stickyScroll && !eaelToc.classList.contains('eael-toc-disable')) {\n eaelToc.classList.add(\"eael-sticky\");\n } else {\n eaelToc.classList.remove(\"eael-sticky\");\n }\n }\n /**\n *\n * @param content\n * @returns {string}\n */\n\n\n function eael_build_id(showTitle, title) {\n if (showTitle == 'true' && title != '') {\n //create slug from Heading text\n return title.toString().toLowerCase().normalize('NFD').trim().replace(/[^a-z0-9 -]/g, '').replace(/\\s+/g, '-').replace(/^-+/, \"\").replace(/-+$/, \"\").replace(/-+/g, '-');\n } else {\n return \"eael-table-of-content\";\n }\n }\n /**\n *\n * @returns {null|selector}\n */\n\n\n function eael_toc_check_content() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (eaelToc && eaelToc.dataset.contentselector) {\n return eaelToc.dataset.contentselector;\n }\n\n var contentSelectro = '.site-content';\n\n if ($(\".site-content\")[0]) {\n contentSelectro = \".site-content\";\n } else if ($(\".elementor-inner\")[0]) {\n contentSelectro = \".elementor-inner\";\n } else if ($(\"#site-content\")[0]) {\n contentSelectro = \"#site-content\";\n }\n\n return contentSelectro;\n } //toc auto collapse\n\n\n $(\"body\").click(function (e) {\n var target = $(e.target);\n var eaToc = $(\"#eael-toc\");\n\n if (eaToc.hasClass(\"eael-toc-auto-collapse\") && eaToc.hasClass(\"eael-sticky\") && !eaToc.hasClass(\"collapsed\") && $(target).closest(\"#eael-toc\").length === 0) {\n eaToc.toggleClass(\"collapsed\");\n }\n });\n $(document).on(\"click\", \".eael-toc-close ,.eael-toc-button\", function (event) {\n event.stopPropagation();\n $(\".eael-toc\").toggleClass(\"collapsed\");\n });\n\n function eael_build_toc($settings) {\n var pageSetting = $settings.settings,\n title = pageSetting.eael_ext_toc_title,\n toc_style_class = \"eael-toc-list eael-toc-list-\" + pageSetting.eael_ext_table_of_content_list_style,\n icon = pageSetting.eael_ext_table_of_content_header_icon.value,\n el_class = pageSetting.eael_ext_toc_position === \"right\" ? \" eael-toc-right\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_collapse_sub_heading === \"yes\" ? \" eael-toc-collapse\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_list_icon === \"number\" ? \" eael-toc-number\" : \" eael-toc-bullet\";\n return '<div id=\"eael-toc\" class=\"eael-toc eael-toc-disable ' + el_class + '\">' + '<div class=\"eael-toc-header\"><span class=\"eael-toc-close\">×</span><h2 class=\"eael-toc-title\">' + title + \"</h2></div>\" + '<div class=\"eael-toc-body\"><ul id=\"eael-toc-list\" class=\"' + toc_style_class + '\"></ul></div>' + '<button class=\"eael-toc-button\"><i class=\"' + icon + '\"></i><span>' + title + \"</span></button>\" + \"</div>\";\n }\n\n var intSupportTag = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (intSupportTag !== \"\" && !isEditMode) {\n eael_toc_content(eael_toc_check_content(), intSupportTag);\n } //editor mode\n\n\n if (isEditMode) {\n var eael_toc_list_collapse = function eael_toc_list_collapse(newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"yes\") {\n list.addClass(\"eael-toc-collapse\");\n } else {\n list.removeClass(\"eael-toc-collapse\");\n }\n };\n\n var ea_toc_title_change = function ea_toc_title_change(newValue) {\n elementorFrontend.elements.$document.find(\".eael-toc-title\").text(newValue);\n elementorFrontend.elements.$document.find(\".eael-toc-button span\").text(newValue);\n };\n\n elementorFrontend.hooks.addAction('frontend/element_ready/widget', function ($scope, $) {\n var tocLoad = $('#eael-toc #eael-toc-list');\n var TocList = tocLoad.find('li.eael-first-child');\n\n if (TocList.length < 1 && tocLoad.length >= 1) {\n var tagList = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (tagList) {\n eael_toc_content(eael_toc_check_content(), tagList);\n }\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content\", function (newValue) {\n var tocGlobal = $(\".eael-toc-global\");\n\n if (tocGlobal.length > 0) {\n tocGlobal.attr(\"id\", \"eael-toc-temp\").removeClass(\"eael-toc\").hide();\n $(\".eael-toc-global #eael-toc-list\").attr(\"id\", \"\");\n }\n\n $(\"#eael-toc\").remove();\n\n if (newValue === \"yes\") {\n var $settings = elementor.settings.page.getSettings();\n $(\"body\").append(eael_build_toc($settings));\n eael_toc_content(eael_toc_check_content(), $settings.settings.eael_ext_toc_supported_heading_tag.join(\", \"));\n } else {\n if (tocGlobal.length > 0) {\n tocGlobal.addClass(\"eael-toc\").attr(\"id\", \"eael-toc\").show();\n }\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_position\", function (newValue) {\n if (newValue === \"right\") {\n $(\"#eael-toc\").addClass(\"eael-toc-right\");\n } else {\n $(\"#eael-toc\").removeClass(\"eael-toc-right\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content_list_style\", function (newValue) {\n var list = $(\".eael-toc-list\");\n list.removeClass(\"eael-toc-list-bar eael-toc-list-arrow\");\n\n if (newValue !== \"none\") {\n list.addClass(\"eael-toc-list-\" + newValue);\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_collapse_sub_heading\", eael_toc_list_collapse);\n elementor.settings.page.addChangeCallback(\"eael_ext_table_of_content_header_icon\", function (newValue) {\n var iconElement = $(\".eael-toc-button i\");\n iconElement.removeClass().addClass(newValue.value);\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_list_icon\", function (newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"number\") {\n list.addClass(\"eael-toc-number\").removeClass(\"eael-toc-bullet\");\n } else {\n list.addClass(\"eael-toc-bullet\").removeClass(\"eael-toc-number\");\n }\n });\n elementor.settings.page.addChangeCallback(\"eael_ext_toc_word_wrap\", function (newValue) {\n var list = $(\".eael-toc-list\");\n\n if (newValue === \"yes\") {\n
|
