PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.2
Easy Elements for Elementor – Addons & Website Templates v1.3.2
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / team-grid / css / team-grid.css

team-grid.css in Easy Elements for Elementor – Addons & Website Templates 1.3.2, at widgets/team-grid/css/team-grid.css

296 lines 7.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --e-global-color-primary: #5933FF;
3 }
4
5 .eel-team-grid .grid-item {
6 box-sizing: border-box;
7 }
8 .eel-team-grid .grid-item .ee--team-img {
9 position: relative;
10 overflow: hidden;
11 border-radius: 16px;
12 transition: all 0.5s ease;
13 }
14 .eel-team-grid .grid-item .ee--team-img .eel-team-img-area {
15 position: relative;
16 z-index: 1;
17 overflow: hidden;
18 }
19 .eel-team-grid .grid-item .ee--team-img .eel-team-img-area .eel-team-img-box {
20 overflow: hidden;
21 border-radius: 16px;
22 margin: 0 auto;
23 }
24 .eel-team-grid .grid-item .ee--team-img .eel-team-img-area .eel-team-img {
25 width: 100%;
26 height: auto;
27 display: block;
28 margin: 0 auto;
29 position: relative;
30 transition: all 0.5s ease;
31 z-index: 0;
32 -o-object-fit: cover;
33 object-fit: cover;
34 }
35 .eel-team-grid .grid-item .ee--team-img .eel-team-img-area .eel-image-below-bg {
36 position: absolute;
37 top: 0;
38 left: 0;
39 width: 100%;
40 border-radius: 10px;
41 z-index: -1;
42 }
43 .eel-team-grid .grid-item .ee--team-img .eel-image-overlay {
44 position: absolute;
45 top: 0;
46 left: 0;
47 width: 100%;
48 height: 100%;
49 pointer-events: none;
50 border-radius: inherit;
51 transition: background 0.3s, opacity 0.3s;
52 z-index: 1;
53 }
54 .eel-team-grid .grid-item .ee--team-img .eel-name-deg-wrap {
55 background: #fff;
56 padding: 26px 24px 24px 24px;
57 border-radius: 8px;
58 text-align: center;
59 }
60 .eel-team-grid .grid-item .ee--team-img .eel-name-deg-wrap.inside {
61 position: absolute;
62 bottom: 24px;
63 left: 24px;
64 right: 24px;
65 z-index: 2;
66 }
67 .eel-team-grid .grid-item .ee--team-img .eel-name-deg-wrap .eel-name {
68 margin: 0 0 5px;
69 }
70 .eel-team-grid .grid-item .ee--team-img:hover img {
71 transform: scale(1.1);
72 }
73 .eel-team-grid.skin1 .ee--team-img {
74 display: flex;
75 align-items: center;
76 padding: 16px;
77 gap: 20px;
78 background: #F1F2FA;
79 }
80 .eel-team-grid.skin1 .ee--team-img .eel-team-left {
81 width: 50%;
82 }
83 .eel-team-grid.skin1 .ee--team-img .eel-team-right {
84 width: 50%;
85 }
86 .eel-team-grid.skin1 .ee--team-img .eel-team-right .eel-name-deg-wrap {
87 background: transparent;
88 padding: 0px 0px 20px;
89 border-radius: 0;
90 text-align: left;
91 color: #000;
92 }
93 .eel-team-grid.skin1 .ee--team-img .eel-team-right .eel-team-grid-social.default {
94 border-top: 1px solid #D9D9D9;
95 }
96 .eel-team-grid.skin1 .ee--team-img .eel-team-right .eel-team-grid-social.default ul {
97 justify-content: flex-start;
98 }
99 .eel-team-grid.skin2 .eel-team-img-area {
100 padding: 20px 20px 0;
101 }
102 .eel-team-grid.skin2 .eel-team-img-area .eel-image-below-bg {
103 height: 80%;
104 background: var(--e-global-color-primary);
105 }
106
107 .eel-team-grid-social {
108 position: relative;
109 }
110 .eel-team-grid-social .eel-team-social-hover {
111 transition: all 0.3s ease;
112 }
113 .eel-team-grid-social .eel-team-social-hover a,
114 .eel-team-grid-social ul li a:not(.eel-popup-trigger) {
115 background: var(--e-global-color-primary);
116 color: #fff;
117 transition: all 0.5s ease;
118 display: inline-flex;
119 align-items: center;
120 justify-content: center;
121 width: 32px;
122 height: 32px;
123 border-radius: 100%;
124 }
125 .eel-team-grid-social .eel-team-social-hover a svg,
126 .eel-team-grid-social ul li a:not(.eel-popup-trigger) svg {
127 fill: currentColor;
128 height: 1em;
129 }
130 .eel-team-grid-social .eel-team-social-hover a path,
131 .eel-team-grid-social ul li a:not(.eel-popup-trigger) path {
132 fill: currentColor;
133 }
134 .eel-team-grid-social .eel-team-social-hover a:hover,
135 .eel-team-grid-social ul li a:not(.eel-popup-trigger):hover {
136 background: #000;
137 transform: translateY(-5px);
138 }
139 .eel-team-grid-social ul {
140 list-style: none;
141 display: flex;
142 align-items: center;
143 gap: 1em;
144 margin: 0;
145 padding: 0;
146 }
147 .eel-team-grid-social.hover_show ul {
148 position: absolute;
149 transition: all 0.8s ease;
150 opacity: 0;
151 }
152 .eel-team-grid-social.hover_show:hover .eel-team-social-hover {
153 opacity: 0;
154 visibility: hidden;
155 }
156 .eel-team-grid-social.hover_show:hover ul {
157 z-index: 2;
158 opacity: 1;
159 }
160 .eel-team-grid-social.default {
161 padding-top: 20px;
162 }
163 .eel-team-grid-social.posi_left, .eel-team-grid-social.posi_right, .eel-team-grid-social.posi_botttom_left, .eel-team-grid-social.posi_botttom_right {
164 position: absolute;
165 z-index: 1;
166 }
167 .eel-team-grid-social.posi_left ul, .eel-team-grid-social.posi_right ul, .eel-team-grid-social.posi_botttom_left ul, .eel-team-grid-social.posi_botttom_right ul {
168 flex-direction: column;
169 gap: 10px;
170 }
171 .eel-team-grid-social.posi_left, .eel-team-grid-social.posi_right {
172 top: 16px;
173 }
174 .eel-team-grid-social.posi_left.hover_show ul, .eel-team-grid-social.posi_right.hover_show ul {
175 transform: translateY(-100%);
176 }
177 .eel-team-grid-social.posi_left.hover_show:hover ul, .eel-team-grid-social.posi_right.hover_show:hover ul {
178 transform: translateY(-40%);
179 }
180 .eel-team-grid-social.posi_botttom_left, .eel-team-grid-social.posi_botttom_right {
181 bottom: 16px;
182 }
183 .eel-team-grid-social.posi_botttom_left.hover_show ul, .eel-team-grid-social.posi_botttom_right.hover_show ul {
184 transform: translateY(50px);
185 }
186 .eel-team-grid-social.posi_botttom_left.hover_show:hover ul, .eel-team-grid-social.posi_botttom_right.hover_show:hover ul {
187 transform: translateY(-100%);
188 }
189 .eel-team-grid-social.posi_left, .eel-team-grid-social.posi_botttom_left {
190 left: 16px;
191 }
192 .eel-team-grid-social.posi_right, .eel-team-grid-social.posi_botttom_right {
193 right: 16px;
194 }
195
196 .eel-popup-modal {
197 display: none;
198 position: fixed;
199 z-index: 9999;
200 left: 0;
201 top: 0;
202 width: 100vw;
203 height: 100vh;
204 overflow: auto;
205 background: rgba(0, 0, 0, 0.5);
206 }
207
208 .eel-popup-content {
209 background: #fff;
210 position: fixed;
211 top: 50%;
212 left: 50%;
213 transform: translate(-50%, -50%);
214 padding: 40px 50px;
215 border-radius: 8px;
216 max-width: 550px;
217 box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
218 }
219
220 .eel-popup-close {
221 position: absolute;
222 top: 10px;
223 right: 16px;
224 font-size: 24px;
225 color: #888;
226 cursor: pointer;
227 }
228
229 .eel-popup-details {
230 font-size: 15px;
231 color: #333;
232 line-height: 1.6;
233 margin-top: 10px;
234 -webkit-user-select: none;
235 -moz-user-select: none;
236 user-select: none;
237 }
238
239 .eel-popup-header {
240 margin-bottom: 12px;
241 }
242
243 .eel-popup-name .eel-name {
244 font-size: 18px;
245 color: #222;
246 margin-bottom: 2px;
247 margin: 0 0 5px;
248 }
249
250 .eel-popup-designation {
251 font-size: 15px;
252 color: #888;
253 margin-bottom: 6px;
254 -webkit-user-select: none;
255 -moz-user-select: none;
256 user-select: none;
257 }
258
259 .eel-team-grid.skin3 .eel-team-img-box .eel-image-content {
260 position: absolute;
261 padding: 30px;
262 left: 0;
263 width: 100%;
264 height: 100%;
265 top: 0;
266 display: flex;
267 border-radius: inherit;
268 align-items: end;
269 overflow: hidden;
270 }
271 .eel-team-grid.skin3 .eel-team-img-box .eel-image-content .eel-description {
272 position: relative;
273 z-index: 2;
274 opacity: 0;
275 transition: opacity 0.4s ease;
276 }
277 .eel-team-grid.skin3 .eel-team-img-box .eel-image-content::before {
278 content: "";
279 position: absolute;
280 top: 0;
281 left: 0;
282 width: 100%;
283 height: 100%;
284 background: rgba(0, 0, 0, 0.6);
285 opacity: 0;
286 transition: opacity 0.4s ease;
287 }
288 .eel-team-grid.skin3 .eel-team-img-box:hover .eel-image-content .eel-description {
289 opacity: 1;
290 }
291 .eel-team-grid.skin3 .eel-team-deg-content .eel-name-deg-wrap {
292 display: flex;
293 justify-content: space-between;
294 align-items: center;
295 width: 100%;
296 }