Version Description
- Fixed: Security issues
- Fixed: CSS loading everywhere issue
- Fixed: Changed banner, removed the word Facebook and Instagram
- Fixed: Minor CSS issues
Download this release
Release Info
Developer | DaNish Ali |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 6.2.7 |
Comparing to | |
See all releases |
Code changes from version 6.2.6 to 6.2.7
- README.txt +7 -1
- admin/class-esf-admin.php +246 -270
- admin/views/html-admin-page-easy-social-feed.php +28 -15
- admin/views/html-admin-page-wellcome.php +18 -7
- easy-facebook-likebox.php +3 -3
- facebook/admin/assets/js/admin.js +13 -4
- facebook/admin/class-easy-facebook-likebox-admin.php +18 -8
- facebook/admin/includes/efbl-customizer.php +2 -2
- facebook/admin/views/html-admin-page-easy-facebook-likebox.php +2 -2
- facebook/admin/views/html-authenticate-tab.php +15 -16
- facebook/admin/views/html-clear-cache-tab.php +9 -9
- facebook/admin/views/html-how-to-use-tab.php +11 -11
- facebook/admin/views/html-likebox-tab.php +5 -5
- facebook/admin/views/html-moderate-tab.php +4 -4
- facebook/admin/views/html-skins-tab.php +13 -13
- facebook/admin/views/template-moderate.php +2 -2
- facebook/frontend/assets/css/easy-facebook-likebox-customizer-style.css.php +0 -8
- facebook/frontend/assets/css/easy-facebook-likebox-frontend.css +1 -1
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: DaNish Ali, maltathemes, sjaved
|
|
3 |
Tags: instagram feed, instagram, facebook feed, Facebook, page plugin
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 5.8
|
6 |
-
Stable tag: 6.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -177,6 +177,12 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
177 |
23. Instagram skins/layouts panel
|
178 |
|
179 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
= 6.2.6 =
|
181 |
* Tested: Upto v5.8
|
182 |
* Fixed: Translation string issue
|
3 |
Tags: instagram feed, instagram, facebook feed, Facebook, page plugin
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 5.8
|
6 |
+
Stable tag: 6.2.7
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
177 |
23. Instagram skins/layouts panel
|
178 |
|
179 |
== Changelog ==
|
180 |
+
= 6.2.7 =
|
181 |
+
* Fixed: Security issues
|
182 |
+
* Fixed: CSS loading everywhere issue
|
183 |
+
* Fixed: Changed banner, removed the word Facebook and Instagram
|
184 |
+
* Fixed: Minor CSS issues
|
185 |
+
|
186 |
= 6.2.6 =
|
187 |
* Tested: Upto v5.8
|
188 |
* Fixed: Translation string issue
|
admin/class-esf-admin.php
CHANGED
@@ -11,425 +11,385 @@ if ( ! class_exists( 'ESF_Admin' ) ) {
|
|
11 |
|
12 |
class ESF_Admin {
|
13 |
|
14 |
-
function __construct()
|
|
|
15 |
|
16 |
-
add_action(
|
|
|
|
|
17 |
|
18 |
-
add_action(
|
|
|
|
|
19 |
|
20 |
-
add_action(
|
21 |
$this,
|
22 |
'esf_admin_assets',
|
23 |
] );
|
24 |
|
25 |
-
add_action(
|
26 |
$this,
|
27 |
'esf_change_module_status',
|
28 |
-
]
|
29 |
|
30 |
-
add_action(
|
31 |
$this,
|
32 |
'esf_remove_access_token',
|
33 |
-
]
|
34 |
|
35 |
-
add_action(
|
|
|
|
|
|
|
36 |
|
37 |
-
add_filter(
|
38 |
$this,
|
39 |
'esf_admin_footer_text',
|
40 |
-
]
|
41 |
|
42 |
-
add_action(
|
43 |
$this,
|
44 |
'esf_hide_rating_notice',
|
45 |
-
]
|
46 |
|
47 |
-
add_action(
|
48 |
$this,
|
49 |
'hide_free_sidebar',
|
50 |
-
]
|
51 |
|
52 |
-
add_action(
|
|
|
|
|
|
|
53 |
|
54 |
-
add_action(
|
55 |
$this,
|
56 |
'esf_exclude_demo_pages',
|
57 |
-
], 1
|
58 |
|
59 |
}
|
60 |
|
61 |
-
public function esf_hide_notices()
|
|
|
62 |
|
63 |
-
|
64 |
|
65 |
-
if
|
66 |
remove_all_actions( 'admin_notices' );
|
67 |
-
|
68 |
|
69 |
-
echo
|
70 |
|
71 |
}
|
72 |
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
76 |
*/
|
77 |
-
public function esf_admin_assets( $hook )
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
return;
|
85 |
}
|
86 |
|
87 |
-
wp_deregister_script(
|
88 |
-
|
89 |
-
wp_deregister_script(
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
wp_enqueue_style(
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
wp_enqueue_script(
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
|
|
|
|
|
|
109 |
'ajax_url' => admin_url( 'admin-ajax.php' ),
|
110 |
'nonce' => wp_create_nonce( 'fta-ajax-nonce' ),
|
111 |
-
]
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
wp_enqueue_script( 'esf-image-uploader', FTA_PLUGIN_URL . 'admin/assets/js/esf-image-uploader.js', [
|
119 |
'jquery',
|
120 |
'media-upload',
|
121 |
'thickbox'
|
122 |
-
], '1.0.0',
|
123 |
-
|
124 |
-
wp_localize_script(
|
125 |
'title' => __( 'Select or Upload Image', 'easy-facebook-likebox' ),
|
126 |
'btn_text' => __( 'Use this Image', 'easy-facebook-likebox' ),
|
127 |
-
]
|
128 |
-
|
129 |
-
|
130 |
wp_enqueue_media();
|
|
|
131 |
}
|
132 |
|
133 |
-
|
134 |
-
|
135 |
-
|
|
|
136 |
*/
|
137 |
-
public function esf_menu()
|
138 |
-
|
139 |
-
add_menu_page(
|
|
|
|
|
|
|
140 |
$this,
|
141 |
'esf_page',
|
142 |
-
],
|
143 |
-
|
144 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
$this,
|
146 |
'esf_welcome_page',
|
147 |
-
]
|
148 |
-
|
149 |
|
150 |
$token_valid = $this->esf_access_token_valid();
|
151 |
|
152 |
-
|
153 |
-
if
|
154 |
-
|
155 |
global $menu;
|
|
|
156 |
|
157 |
-
$menu_item
|
158 |
-
|
159 |
-
|
160 |
-
$menu_item_position = key( $menu_item );
|
161 |
-
$menu[ $menu_item_position ][0] .= ' <span class="awaiting-mod">1</span>';
|
162 |
}
|
163 |
-
}
|
164 |
|
|
|
165 |
}
|
166 |
|
167 |
-
|
168 |
-
/*
|
169 |
* Includes view of welcome page
|
170 |
-
|
|
|
171 |
*/
|
172 |
-
function esf_welcome_page()
|
173 |
-
|
174 |
-
include_once FTA_PLUGIN_DIR
|
175 |
-
|
176 |
}
|
177 |
|
178 |
-
|
179 |
-
/*
|
180 |
* Includes view of Easy Soical Feed page
|
181 |
-
|
|
|
182 |
*/
|
183 |
-
function esf_page()
|
184 |
-
|
185 |
include_once FTA_PLUGIN_DIR . 'admin/views/html-admin-page-easy-social-feed.php';
|
|
|
186 |
|
187 |
-
|
188 |
-
}/* fta_page method ends here. */
|
189 |
-
|
190 |
-
|
191 |
-
/*
|
192 |
* Changes the module status like enable or disable Facebook/Instagram modules
|
|
|
|
|
193 |
*/
|
194 |
-
function esf_change_module_status()
|
|
|
195 |
|
196 |
$module_name = sanitize_text_field( $_POST['plugin'] );
|
197 |
-
|
198 |
$module_status = sanitize_text_field( $_POST['status'] );
|
199 |
-
|
200 |
$Feed_Them_All = new Feed_Them_All();
|
201 |
-
|
202 |
$esf_settings = $Feed_Them_All->fta_get_settings();
|
203 |
-
|
204 |
$esf_settings['plugins'][ $module_name ]['status'] = $module_status;
|
|
|
205 |
|
206 |
-
|
207 |
-
|
208 |
-
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ):
|
209 |
-
|
210 |
-
|
211 |
$status_updated = update_option( 'fta_settings', $esf_settings );
|
212 |
-
|
213 |
-
endif;
|
214 |
-
|
215 |
-
if ( $module_status == 'activated' ) {
|
216 |
-
|
217 |
-
$status = __( ' Activated', 'easy-facebook-likebox' );
|
218 |
-
|
219 |
-
} else {
|
220 |
-
|
221 |
-
$status = __( ' Deactivated', 'easy-facebook-likebox' );
|
222 |
}
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
echo wp_send_json_success( __( ucfirst( $module_name ) . $status . ' Successfully', 'easy-facebook-likebox' ) );
|
228 |
-
wp_die();
|
229 |
-
|
230 |
-
} else {
|
231 |
-
|
232 |
-
echo wp_send_json_error( __( 'Something Went Wrong! Please try again.', 'easy-facebook-likebox' ) );
|
233 |
-
wp_die();
|
234 |
-
|
235 |
}
|
236 |
-
exit;
|
237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
}
|
239 |
|
240 |
-
|
241 |
-
/*
|
242 |
* Removes the access token and deletes users access to the app.
|
|
|
|
|
243 |
*/
|
244 |
-
function esf_remove_access_token()
|
245 |
-
|
246 |
$Feed_Them_All = new Feed_Them_All();
|
247 |
-
|
248 |
$esf_settings = $Feed_Them_All->fta_get_settings();
|
|
|
249 |
|
250 |
-
|
251 |
-
if ( wp_verify_nonce( $_POST['fta_nonce'], 'fta-ajax-nonce' ) ):
|
252 |
-
|
253 |
-
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ):
|
254 |
-
|
255 |
$access_token = $esf_settings['plugins']['facebook']['access_token'];
|
256 |
|
257 |
-
if(
|
258 |
-
unset(
|
259 |
}
|
260 |
|
261 |
-
if(
|
262 |
unset( $esf_settings['plugins']['facebook']['approved_groups'] );
|
263 |
-
|
264 |
-
|
265 |
-
unset( $esf_settings['plugins']['facebook']['access_token'] );
|
266 |
|
|
|
267 |
$esf_settings['plugins']['instagram']['selected_type'] = 'personal';
|
|
|
268 |
|
269 |
-
$
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
$body = wp_remote_retrieve_body( $response );
|
276 |
-
|
277 |
-
endif;
|
278 |
-
|
279 |
-
endif;
|
280 |
-
|
281 |
-
if ( $delted_data ) {
|
282 |
-
|
283 |
-
echo wp_send_json_success( __( 'Deleted', 'easy-facebook-likebox' ) );
|
284 |
-
wp_die();
|
285 |
-
|
286 |
-
} else {
|
287 |
-
|
288 |
-
echo wp_send_json_error( __( 'Something Went Wrong! Please try again.', 'easy-facebook-likebox' ) );
|
289 |
-
wp_die();
|
290 |
}
|
291 |
-
exit;
|
292 |
|
|
|
|
|
|
|
|
|
|
|
293 |
}
|
294 |
|
295 |
/**
|
296 |
-
|
|
|
|
|
|
|
|
|
297 |
*/
|
298 |
-
public function esf_admin_notice()
|
299 |
-
|
300 |
-
if
|
301 |
-
return;
|
302 |
}
|
303 |
|
304 |
-
global $pagenow;
|
305 |
-
|
306 |
$Feed_Them_All = new Feed_Them_All();
|
307 |
-
|
308 |
-
$install_date = $Feed_Them_All->fta_get_settings( 'installDate' );
|
309 |
-
|
310 |
$fta_settings = $Feed_Them_All->fta_get_settings();
|
311 |
-
|
312 |
-
$display_date = date( 'Y-m-d h:i:s' );
|
313 |
-
|
314 |
$datetime1 = new DateTime( $install_date );
|
315 |
-
|
316 |
$datetime2 = new DateTime( $display_date );
|
317 |
-
|
318 |
$diff_intrval = round( ( $datetime2->format( 'U' ) - $datetime1->format( 'U' ) ) / ( 60 * 60 * 24 ) );
|
|
|
319 |
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
<div style="position:relative;padding-right:80px;background: #fff;"
|
324 |
-
class="update-nag fta_msg fta_review">
|
325 |
-
|
326 |
-
<p><?php esc_html_e( "Awesome, you have been using Easy Social Feed ", 'easy-facebook-likebox' ); ?>
|
327 |
<?php esc_html_e( "for more than a week. I would really appreciate it if you ", 'easy-facebook-likebox' ); ?>
|
328 |
<b><?php esc_html_e( "review and rate ", 'easy-facebook-likebox' ); ?></b>
|
329 |
<?php esc_html_e( "the plugin to help spread the word and ", 'easy-facebook-likebox' ); ?>
|
330 |
<b><?php esc_html_e( "encourage us to make it even better.", 'easy-facebook-likebox' ); ?></b>
|
331 |
</p>
|
332 |
-
|
333 |
<div class="fl_support_btns">
|
334 |
-
|
335 |
<a href="https://wordpress.org/support/plugin/easy-facebook-likebox/reviews/?filter=5#new-post"
|
336 |
class="esf_HideRating button button-primary"
|
337 |
target="_blank">
|
338 |
<?php esc_html_e( "I Like Easy Social Feed - It increased engagement on my site", 'easy-facebook-likebox' ); ?>
|
339 |
</a>
|
340 |
-
|
341 |
<a href="javascript:void(0);"
|
342 |
class="esf_HideRating button">
|
343 |
<?php esc_html_e( "I already rated it", 'easy-facebook-likebox' ); ?>
|
344 |
</a>
|
345 |
-
|
346 |
<br>
|
347 |
<a style="margin-top:5px;float:left;"
|
348 |
href="javascript:void(0);" class="esf_HideRating">
|
349 |
<?php esc_html_e( "No, not good enough, I do not like to rate it", 'easy-facebook-likebox' ); ?>
|
350 |
</a>
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
<span style="margin-left: 2px;"><?php esc_html_e( "Dismiss", 'easy-facebook-likebox' ); ?></span>
|
357 |
</div>
|
358 |
</div>
|
359 |
</div>
|
360 |
-
|
361 |
<script>
|
362 |
jQuery('.esf_HideRating').click(function() {
|
363 |
-
|
364 |
var data = {'action': 'esf_hide_rating_notice'};
|
365 |
-
|
366 |
jQuery.ajax({
|
367 |
-
|
368 |
url: "<?php echo esc_url( admin_url( 'admin-ajax.php' ) ); ?>",
|
369 |
type: 'post',
|
370 |
data: data,
|
371 |
dataType: 'json',
|
372 |
async: !0,
|
373 |
success: function(e) {
|
374 |
-
|
375 |
-
if (e == 'success') {
|
376 |
jQuery('.fta_msg').slideUp('fast');
|
377 |
-
|
378 |
}
|
379 |
},
|
380 |
});
|
381 |
});
|
382 |
</script>
|
383 |
-
|
384 |
<?php }
|
385 |
-
|
386 |
$screen = get_current_screen();
|
387 |
-
|
388 |
$arr = [
|
389 |
'easy-social-feed_page_mif',
|
390 |
'toplevel_page_feed-them-all',
|
391 |
'easy-social-feed_page_easy-facebook-likebox',
|
392 |
];
|
393 |
-
|
394 |
-
|
395 |
$insta_selected_type = '';
|
396 |
|
397 |
-
|
398 |
-
* Display notification if access token is not valid
|
399 |
-
*/
|
400 |
$token_valid = $this->esf_access_token_valid();
|
401 |
-
|
402 |
-
if ( isset( $fta_settings['plugins']['instagram']['selected_type'] ) ) {
|
403 |
-
|
404 |
$insta_selected_type = $fta_settings['plugins']['instagram']['selected_type'];
|
405 |
-
|
406 |
}
|
407 |
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
unset( $arr[0] );
|
412 |
-
|
413 |
}
|
414 |
|
415 |
-
if
|
416 |
|
417 |
<div class="update-nag fta_upgraded_msg"
|
418 |
style="border-color: #ed6d62;">
|
419 |
-
<p><?php
|
420 |
</div>
|
421 |
-
|
422 |
-
|
423 |
<?php }
|
|
|
|
|
424 |
}
|
425 |
|
426 |
/**
|
427 |
* Hide rating notice permenately
|
|
|
|
|
428 |
*/
|
429 |
-
public function esf_hide_rating_notice()
|
430 |
-
|
431 |
-
update_site_option( 'fta_supported', 'yes'
|
432 |
-
|
433 |
echo json_encode( [ "success" ] );
|
434 |
wp_die();
|
435 |
}
|
@@ -439,7 +399,8 @@ if ( ! class_exists( 'ESF_Admin' ) ) {
|
|
439 |
*
|
440 |
* @since 6.2.3
|
441 |
*/
|
442 |
-
public function hide_free_sidebar()
|
|
|
443 |
|
444 |
$FTA = new Feed_Them_All();
|
445 |
$fta_settings = $FTA->fta_get_settings();
|
@@ -454,14 +415,18 @@ if ( ! class_exists( 'ESF_Admin' ) ) {
|
|
454 |
|
455 |
}
|
456 |
|
457 |
-
|
458 |
/**
|
459 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
*/
|
461 |
-
function esf_admin_footer_text( $text )
|
462 |
-
|
463 |
$screen = get_current_screen();
|
464 |
-
|
465 |
$arr = [
|
466 |
'easy-social-feed_page_mif',
|
467 |
'toplevel_page_feed-them-all',
|
@@ -471,53 +436,64 @@ if ( ! class_exists( 'ESF_Admin' ) ) {
|
|
471 |
'easy-social-feed_page_easy-facebook-likebox',
|
472 |
];
|
473 |
|
474 |
-
if
|
475 |
-
|
476 |
$fta_class = new Feed_Them_All();
|
477 |
-
$text
|
478 |
-
|
479 |
}
|
480 |
-
|
481 |
return $text;
|
482 |
-
|
483 |
}
|
484 |
|
485 |
-
|
486 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
487 |
$action = 'install-plugin';
|
488 |
-
$
|
489 |
'action' => $action,
|
490 |
'plugin' => $slug,
|
491 |
-
], admin_url( 'update.php' )
|
492 |
|
493 |
-
return $
|
494 |
}
|
495 |
|
496 |
-
|
497 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
498 |
return $query;
|
499 |
}
|
500 |
global $pagenow;
|
501 |
-
|
502 |
-
if ( 'edit.php' == $pagenow && ( get_query_var( 'post_type' ) && 'page' == get_query_var( 'post_type' ) ) ) {
|
503 |
$fta_class = new Feed_Them_All();
|
504 |
-
|
505 |
$fta_settings = $fta_class->fta_get_settings();
|
506 |
-
|
507 |
-
if ( isset( $fta_settings['plugins']['facebook']['default_page_id'] ) ) {
|
508 |
$fb_id = $fta_settings['plugins']['facebook']['default_page_id'];
|
509 |
}
|
510 |
|
511 |
-
if
|
512 |
$insta_id = $fta_settings['plugins']['instagram']['default_page_id'];
|
513 |
}
|
514 |
|
515 |
-
if
|
516 |
$query->set( 'post__not_in', [ $fb_id, $insta_id ] );
|
517 |
-
}
|
518 |
}
|
519 |
|
520 |
-
|
521 |
return $query;
|
522 |
}
|
523 |
|
11 |
|
12 |
class ESF_Admin {
|
13 |
|
14 |
+
function __construct()
|
15 |
+
{
|
16 |
|
17 |
+
add_action('admin_menu',[
|
18 |
+
$this, 'esf_menu'
|
19 |
+
]);
|
20 |
|
21 |
+
add_action('admin_head',[$this,
|
22 |
+
'esf_debug_token'
|
23 |
+
]);
|
24 |
|
25 |
+
add_action('admin_enqueue_scripts',[
|
26 |
$this,
|
27 |
'esf_admin_assets',
|
28 |
] );
|
29 |
|
30 |
+
add_action('wp_ajax_esf_change_module_status',[
|
31 |
$this,
|
32 |
'esf_change_module_status',
|
33 |
+
]);
|
34 |
|
35 |
+
add_action('wp_ajax_esf_remove_access_token',[
|
36 |
$this,
|
37 |
'esf_remove_access_token',
|
38 |
+
]);
|
39 |
|
40 |
+
add_action('admin_notices',[
|
41 |
+
$this,
|
42 |
+
'esf_admin_notice',
|
43 |
+
]);
|
44 |
|
45 |
+
add_filter('admin_footer_text',[
|
46 |
$this,
|
47 |
'esf_admin_footer_text',
|
48 |
+
]);
|
49 |
|
50 |
+
add_action('wp_ajax_esf_hide_rating_notice',[
|
51 |
$this,
|
52 |
'esf_hide_rating_notice',
|
53 |
+
]);
|
54 |
|
55 |
+
add_action('wp_ajax_esf_hide_free_sidebar',[
|
56 |
$this,
|
57 |
'hide_free_sidebar',
|
58 |
+
]);
|
59 |
|
60 |
+
add_action('admin_head',[
|
61 |
+
$this,
|
62 |
+
'esf_hide_notices'
|
63 |
+
]);
|
64 |
|
65 |
+
add_action('pre_get_posts',[
|
66 |
$this,
|
67 |
'esf_exclude_demo_pages',
|
68 |
+
], 1);
|
69 |
|
70 |
}
|
71 |
|
72 |
+
public function esf_hide_notices()
|
73 |
+
{
|
74 |
|
75 |
+
$screen = get_current_screen();
|
76 |
|
77 |
+
if( $screen->base == 'admin_page_esf_welcome' ){
|
78 |
remove_all_actions( 'admin_notices' );
|
79 |
+
}
|
80 |
|
81 |
+
echo"<style>.toplevel_page_feed-them-all .wp-menu-image img{padding-top: 4px!important;}</style>";
|
82 |
|
83 |
}
|
84 |
|
85 |
+
/**
|
86 |
+
* Includes common admin scripts and styles for FB and Insta.
|
87 |
+
*
|
88 |
+
* @since 1.0.0
|
89 |
+
*
|
90 |
+
* @param $hook
|
91 |
*/
|
92 |
+
public function esf_admin_assets( $hook )
|
93 |
+
{
|
94 |
+
// load plugin files only on it's pages
|
95 |
+
if('toplevel_page_feed-them-all' !== $hook
|
96 |
+
&& 'easy-social-feed_page_mif' !== $hook
|
97 |
+
&& 'easy-social-feed_page_easy-facebook-likebox' !== $hook
|
98 |
+
&& 'admin_page_esf_welcome' !== $hook){
|
99 |
+
return false;
|
100 |
}
|
101 |
|
102 |
+
wp_deregister_script('bootstrap.min');
|
103 |
+
wp_deregister_script('bootstrap');
|
104 |
+
wp_deregister_script('jquery-ui-tabs');
|
105 |
+
wp_enqueue_style('materialize.min',
|
106 |
+
FTA_PLUGIN_URL . 'admin/assets/css/materialize.min.css'
|
107 |
+
);
|
108 |
+
wp_enqueue_style('esf-animations',
|
109 |
+
FTA_PLUGIN_URL . 'admin/assets/css/esf-animations.css'
|
110 |
+
);
|
111 |
+
wp_enqueue_style('esf-admin',
|
112 |
+
FTA_PLUGIN_URL . 'admin/assets/css/esf-admin.css'
|
113 |
+
);
|
114 |
+
wp_enqueue_script('materialize.min',
|
115 |
+
FTA_PLUGIN_URL . 'admin/assets/js/materialize.min.js',
|
116 |
+
['jquery']
|
117 |
+
);
|
118 |
+
wp_enqueue_script('jquery-effects-slide');
|
119 |
+
wp_enqueue_script('clipboard.min',
|
120 |
+
FTA_PLUGIN_URL . 'admin/assets/js/clipboard.min.js'
|
121 |
+
);
|
122 |
+
wp_enqueue_script('esf-admin',
|
123 |
+
FTA_PLUGIN_URL . 'admin/assets/js/esf-admin.js',
|
124 |
+
['jquery']
|
125 |
+
);
|
126 |
+
wp_localize_script('esf-admin', 'fta',[
|
127 |
'ajax_url' => admin_url( 'admin-ajax.php' ),
|
128 |
'nonce' => wp_create_nonce( 'fta-ajax-nonce' ),
|
129 |
+
]);
|
130 |
+
wp_enqueue_script('thickbox');
|
131 |
+
wp_enqueue_style('thickbox');
|
132 |
+
wp_enqueue_script('media-upload');
|
133 |
+
wp_enqueue_script( 'esf-image-uploader',
|
134 |
+
FTA_PLUGIN_URL . 'admin/assets/js/esf-image-uploader.js',
|
135 |
+
[
|
|
|
136 |
'jquery',
|
137 |
'media-upload',
|
138 |
'thickbox'
|
139 |
+
], '1.0.0',true
|
140 |
+
);
|
141 |
+
wp_localize_script('esf-image-uploader','esf_image_uploader',[
|
142 |
'title' => __( 'Select or Upload Image', 'easy-facebook-likebox' ),
|
143 |
'btn_text' => __( 'Use this Image', 'easy-facebook-likebox' ),
|
144 |
+
]);
|
|
|
|
|
145 |
wp_enqueue_media();
|
146 |
+
return false;
|
147 |
}
|
148 |
|
149 |
+
/**
|
150 |
+
* Add plugin menu
|
151 |
+
*
|
152 |
+
* @since 1.0.0
|
153 |
*/
|
154 |
+
public function esf_menu()
|
155 |
+
{
|
156 |
+
add_menu_page(__( 'Easy Social Feed', 'easy-facebook-likebox'),
|
157 |
+
__('Easy Social Feed', 'easy-facebook-likebox'),
|
158 |
+
'administrator',
|
159 |
+
'feed-them-all',[
|
160 |
$this,
|
161 |
'esf_page',
|
162 |
+
],
|
163 |
+
FTA_PLUGIN_URL.'admin/assets/images/plugin_icon.png'
|
164 |
+
);
|
165 |
+
|
166 |
+
add_submenu_page(null,
|
167 |
+
__( 'Welcome', 'easy-facebook-likebox' ),
|
168 |
+
__( 'Welcome', 'easy-facebook-likebox' ),
|
169 |
+
'administrator',
|
170 |
+
'esf_welcome',[
|
171 |
$this,
|
172 |
'esf_welcome_page',
|
173 |
+
]);
|
|
|
174 |
|
175 |
$token_valid = $this->esf_access_token_valid();
|
176 |
|
177 |
+
// If access token is inavlid show the notification counter
|
178 |
+
if(!$token_valid['is_valid']){
|
|
|
179 |
global $menu;
|
180 |
+
$menu_item = wp_list_filter($menu, [ 2 => 'feed-them-all' ]);
|
181 |
|
182 |
+
if(!empty($menu_item)){
|
183 |
+
$menu_item_position = key($menu_item);
|
184 |
+
$menu[$menu_item_position][0] .= ' <span class="awaiting-mod">1</span>';
|
|
|
|
|
185 |
}
|
|
|
186 |
|
187 |
+
}
|
188 |
}
|
189 |
|
190 |
+
/**
|
|
|
191 |
* Includes view of welcome page
|
192 |
+
*
|
193 |
+
* @since 1.0.0
|
194 |
*/
|
195 |
+
function esf_welcome_page()
|
196 |
+
{
|
197 |
+
include_once FTA_PLUGIN_DIR.'admin/views/html-admin-page-wellcome.php';
|
|
|
198 |
}
|
199 |
|
200 |
+
/**
|
|
|
201 |
* Includes view of Easy Soical Feed page
|
202 |
+
*
|
203 |
+
* @since 1.0.0
|
204 |
*/
|
205 |
+
function esf_page()
|
206 |
+
{
|
207 |
include_once FTA_PLUGIN_DIR . 'admin/views/html-admin-page-easy-social-feed.php';
|
208 |
+
}
|
209 |
|
210 |
+
/**
|
|
|
|
|
|
|
|
|
211 |
* Changes the module status like enable or disable Facebook/Instagram modules
|
212 |
+
*
|
213 |
+
* @since 1.0.0
|
214 |
*/
|
215 |
+
function esf_change_module_status()
|
216 |
+
{
|
217 |
|
218 |
$module_name = sanitize_text_field( $_POST['plugin'] );
|
|
|
219 |
$module_status = sanitize_text_field( $_POST['status'] );
|
|
|
220 |
$Feed_Them_All = new Feed_Them_All();
|
|
|
221 |
$esf_settings = $Feed_Them_All->fta_get_settings();
|
|
|
222 |
$esf_settings['plugins'][ $module_name ]['status'] = $module_status;
|
223 |
+
if(wp_verify_nonce($_POST['fta_nonce'],'fta-ajax-nonce')){
|
224 |
|
225 |
+
if(current_user_can( 'editor' ) || current_user_can( 'administrator' )){
|
|
|
|
|
|
|
|
|
226 |
$status_updated = update_option( 'fta_settings', $esf_settings );
|
227 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
}
|
229 |
+
if($module_status == 'activated'){
|
230 |
+
$status = __(' Activated', 'easy-facebook-likebox');
|
231 |
+
}else{
|
232 |
+
$status = __(' Deactivated', 'easy-facebook-likebox');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
}
|
|
|
234 |
|
235 |
+
if(isset($status_updated)){
|
236 |
+
wp_send_json_success(
|
237 |
+
__( ucfirst( $module_name ) . $status . ' Successfully', 'easy-facebook-likebox')
|
238 |
+
);
|
239 |
+
}else{
|
240 |
+
wp_send_json_error(__( 'Something Went Wrong! Please try again.', 'easy-facebook-likebox'));
|
241 |
+
}
|
242 |
}
|
243 |
|
244 |
+
/**
|
|
|
245 |
* Removes the access token and deletes users access to the app.
|
246 |
+
*
|
247 |
+
* @since 1.0.0
|
248 |
*/
|
249 |
+
function esf_remove_access_token()
|
250 |
+
{
|
251 |
$Feed_Them_All = new Feed_Them_All();
|
|
|
252 |
$esf_settings = $Feed_Them_All->fta_get_settings();
|
253 |
+
if (wp_verify_nonce( $_POST['fta_nonce'],'fta-ajax-nonce')){
|
254 |
|
255 |
+
if (current_user_can( 'editor' ) || current_user_can( 'administrator')){
|
|
|
|
|
|
|
|
|
256 |
$access_token = $esf_settings['plugins']['facebook']['access_token'];
|
257 |
|
258 |
+
if(isset($esf_settings['plugins']['facebook']['approved_pages'])){
|
259 |
+
unset($esf_settings['plugins']['facebook']['approved_pages']);
|
260 |
}
|
261 |
|
262 |
+
if (isset( $esf_settings['plugins']['facebook']['approved_groups'])){
|
263 |
unset( $esf_settings['plugins']['facebook']['approved_groups'] );
|
264 |
+
}
|
|
|
|
|
265 |
|
266 |
+
unset($esf_settings['plugins']['facebook']['access_token']);
|
267 |
$esf_settings['plugins']['instagram']['selected_type'] = 'personal';
|
268 |
+
$delted_data = update_option('fta_settings', $esf_settings);
|
269 |
|
270 |
+
$response = wp_remote_request(
|
271 |
+
'https://graph.facebook.com/v4.0/me/permissions?access_token=' . $access_token . '', [
|
272 |
+
'method' => 'DELETE',
|
273 |
+
]);
|
274 |
+
wp_remote_retrieve_body( $response );
|
275 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
}
|
|
|
277 |
|
278 |
+
if($delted_data){
|
279 |
+
wp_send_json_success( __( 'Deleted', 'easy-facebook-likebox' ) );
|
280 |
+
}else{
|
281 |
+
wp_send_json_error( __( 'Something Went Wrong! Please try again.', 'easy-facebook-likebox' ) );
|
282 |
+
}
|
283 |
}
|
284 |
|
285 |
/**
|
286 |
+
* Displays the admin notices
|
287 |
+
*
|
288 |
+
* @since 1.0.0
|
289 |
+
*
|
290 |
+
* @throws \Exception
|
291 |
*/
|
292 |
+
public function esf_admin_notice()
|
293 |
+
{
|
294 |
+
if(!current_user_can('install_plugins')){
|
295 |
+
return false;
|
296 |
}
|
297 |
|
|
|
|
|
298 |
$Feed_Them_All = new Feed_Them_All();
|
299 |
+
$install_date = $Feed_Them_All->fta_get_settings('installDate');
|
|
|
|
|
300 |
$fta_settings = $Feed_Them_All->fta_get_settings();
|
301 |
+
$display_date = date('Y-m-d h:i:s');
|
|
|
|
|
302 |
$datetime1 = new DateTime( $install_date );
|
|
|
303 |
$datetime2 = new DateTime( $display_date );
|
|
|
304 |
$diff_intrval = round( ( $datetime2->format( 'U' ) - $datetime1->format( 'U' ) ) / ( 60 * 60 * 24 ) );
|
305 |
+
if($diff_intrval >= 6 && get_site_option( 'fta_supported' ) != "yes"){ ?>
|
306 |
|
307 |
+
<div style="position:relative;padding-right:80px;background: #fff;" class="update-nag fta_msg fta_review">
|
308 |
+
<p>
|
309 |
+
<?php esc_html_e( "Awesome, you have been using Easy Social Feed ", 'easy-facebook-likebox' ); ?>
|
|
|
|
|
|
|
|
|
310 |
<?php esc_html_e( "for more than a week. I would really appreciate it if you ", 'easy-facebook-likebox' ); ?>
|
311 |
<b><?php esc_html_e( "review and rate ", 'easy-facebook-likebox' ); ?></b>
|
312 |
<?php esc_html_e( "the plugin to help spread the word and ", 'easy-facebook-likebox' ); ?>
|
313 |
<b><?php esc_html_e( "encourage us to make it even better.", 'easy-facebook-likebox' ); ?></b>
|
314 |
</p>
|
|
|
315 |
<div class="fl_support_btns">
|
|
|
316 |
<a href="https://wordpress.org/support/plugin/easy-facebook-likebox/reviews/?filter=5#new-post"
|
317 |
class="esf_HideRating button button-primary"
|
318 |
target="_blank">
|
319 |
<?php esc_html_e( "I Like Easy Social Feed - It increased engagement on my site", 'easy-facebook-likebox' ); ?>
|
320 |
</a>
|
|
|
321 |
<a href="javascript:void(0);"
|
322 |
class="esf_HideRating button">
|
323 |
<?php esc_html_e( "I already rated it", 'easy-facebook-likebox' ); ?>
|
324 |
</a>
|
|
|
325 |
<br>
|
326 |
<a style="margin-top:5px;float:left;"
|
327 |
href="javascript:void(0);" class="esf_HideRating">
|
328 |
<?php esc_html_e( "No, not good enough, I do not like to rate it", 'easy-facebook-likebox' ); ?>
|
329 |
</a>
|
330 |
+
<div class="esf_HideRating" style="position:absolute;right:10px;cursor:pointer;top:4px;color: #029be4;">
|
331 |
+
<div style="font-weight:bold;" class="dashicons dashicons-no-alt"></div>
|
332 |
+
<span style="margin-left: 2px;">
|
333 |
+
<?php esc_html_e( "Dismiss", 'easy-facebook-likebox' ); ?>
|
334 |
+
</span>
|
|
|
335 |
</div>
|
336 |
</div>
|
337 |
</div>
|
|
|
338 |
<script>
|
339 |
jQuery('.esf_HideRating').click(function() {
|
|
|
340 |
var data = {'action': 'esf_hide_rating_notice'};
|
|
|
341 |
jQuery.ajax({
|
|
|
342 |
url: "<?php echo esc_url( admin_url( 'admin-ajax.php' ) ); ?>",
|
343 |
type: 'post',
|
344 |
data: data,
|
345 |
dataType: 'json',
|
346 |
async: !0,
|
347 |
success: function(e) {
|
348 |
+
if(e == 'success'){
|
|
|
349 |
jQuery('.fta_msg').slideUp('fast');
|
|
|
350 |
}
|
351 |
},
|
352 |
});
|
353 |
});
|
354 |
</script>
|
|
|
355 |
<?php }
|
|
|
356 |
$screen = get_current_screen();
|
|
|
357 |
$arr = [
|
358 |
'easy-social-feed_page_mif',
|
359 |
'toplevel_page_feed-them-all',
|
360 |
'easy-social-feed_page_easy-facebook-likebox',
|
361 |
];
|
|
|
|
|
362 |
$insta_selected_type = '';
|
363 |
|
364 |
+
// Display notification if access token is not valid
|
|
|
|
|
365 |
$token_valid = $this->esf_access_token_valid();
|
366 |
+
if(isset( $fta_settings['plugins']['instagram']['selected_type'])){
|
|
|
|
|
367 |
$insta_selected_type = $fta_settings['plugins']['instagram']['selected_type'];
|
|
|
368 |
}
|
369 |
|
370 |
+
if ($insta_selected_type == 'personal'){
|
371 |
+
unset($arr[0]);
|
|
|
|
|
|
|
372 |
}
|
373 |
|
374 |
+
if(!$token_valid['is_valid'] && in_array( $screen->id, $arr)){ ?>
|
375 |
|
376 |
<div class="update-nag fta_upgraded_msg"
|
377 |
style="border-color: #ed6d62;">
|
378 |
+
<p><?php esc_html_e( $token_valid['error_message'] ); ?></p>
|
379 |
</div>
|
|
|
|
|
380 |
<?php }
|
381 |
+
|
382 |
+
return false;
|
383 |
}
|
384 |
|
385 |
/**
|
386 |
* Hide rating notice permenately
|
387 |
+
*
|
388 |
+
* @since 1.0.0
|
389 |
*/
|
390 |
+
public function esf_hide_rating_notice()
|
391 |
+
{
|
392 |
+
update_site_option( 'fta_supported', 'yes');
|
|
|
393 |
echo json_encode( [ "success" ] );
|
394 |
wp_die();
|
395 |
}
|
399 |
*
|
400 |
* @since 6.2.3
|
401 |
*/
|
402 |
+
public function hide_free_sidebar()
|
403 |
+
{
|
404 |
|
405 |
$FTA = new Feed_Them_All();
|
406 |
$fta_settings = $FTA->fta_get_settings();
|
415 |
|
416 |
}
|
417 |
|
|
|
418 |
/**
|
419 |
+
* Add powered by text in admin footer
|
420 |
+
*
|
421 |
+
* @since 1.0.0
|
422 |
+
*
|
423 |
+
* @param $text
|
424 |
+
*
|
425 |
+
* @return mixed|string
|
426 |
*/
|
427 |
+
function esf_admin_footer_text( $text )
|
428 |
+
{
|
429 |
$screen = get_current_screen();
|
|
|
430 |
$arr = [
|
431 |
'easy-social-feed_page_mif',
|
432 |
'toplevel_page_feed-them-all',
|
436 |
'easy-social-feed_page_easy-facebook-likebox',
|
437 |
];
|
438 |
|
439 |
+
if(in_array( $screen->id, $arr )){
|
|
|
440 |
$fta_class = new Feed_Them_All();
|
441 |
+
$text = '<i><a href="' . admin_url( '?page=feed-them-all' ) . '" title="' . __( 'Visit the Easy Social Feed page for more info', 'easy-facebook-likebox' ) . '">ESPF</a> v' . $fta_class->version . ' Please <a target="_blank" href="https://wordpress.org/support/plugin/easy-facebook-likebox/reviews/?filter=5#new-post" title="Rate the plugin">rate the plugin <span style="color: #ffb900;" class="stars">★ ★ ★ ★ ★ </span></a> to help us spread the word. Thank you from the Easy Social Feed team!</i><div style="margin-left:5px;top: 1px;" class="fb-like" data-href="https://www.facebook.com/easysocialfeed" data-width="" data-layout="button" data-action="like" data-size="small" data-share="false"></div><div id="fb-root"></div><script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v6.0&appId=1983264355330375&autoLogAppEvents=1"></script><style>#wpfooter{background-color: #fff;padding: 15px 20px;-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);}.fb_iframe_widget{float:left;}#wpfooter a{text-decoration:none;}</style>';
|
|
|
442 |
}
|
|
|
443 |
return $text;
|
|
|
444 |
}
|
445 |
|
446 |
+
/**
|
447 |
+
* Returns plugin install link
|
448 |
+
*
|
449 |
+
* @since 1.0.0
|
450 |
+
*
|
451 |
+
* @param $slug
|
452 |
+
*
|
453 |
+
* @return string
|
454 |
+
*/
|
455 |
+
function esf_get_plugin_install_link($slug)
|
456 |
+
{
|
457 |
$action = 'install-plugin';
|
458 |
+
$install_link = wp_nonce_url(add_query_arg( [
|
459 |
'action' => $action,
|
460 |
'plugin' => $slug,
|
461 |
+
], admin_url( 'update.php' )),$action . '_' . $slug);
|
462 |
|
463 |
+
return $install_link;
|
464 |
}
|
465 |
|
466 |
+
/**
|
467 |
+
* Exclude demo pages from query
|
468 |
+
*
|
469 |
+
* @since 1.0.0
|
470 |
+
*
|
471 |
+
* @param $query
|
472 |
+
*
|
473 |
+
* @return mixed
|
474 |
+
*/
|
475 |
+
function esf_exclude_demo_pages($query)
|
476 |
+
{
|
477 |
+
if(! is_admin()){
|
478 |
return $query;
|
479 |
}
|
480 |
global $pagenow;
|
481 |
+
if( 'edit.php' == $pagenow && ( get_query_var( 'post_type' ) && 'page' == get_query_var( 'post_type' ))){
|
|
|
482 |
$fta_class = new Feed_Them_All();
|
|
|
483 |
$fta_settings = $fta_class->fta_get_settings();
|
484 |
+
if(isset( $fta_settings['plugins']['facebook']['default_page_id'])){
|
|
|
485 |
$fb_id = $fta_settings['plugins']['facebook']['default_page_id'];
|
486 |
}
|
487 |
|
488 |
+
if(isset( $fta_settings['plugins']['instagram']['default_page_id'])) {
|
489 |
$insta_id = $fta_settings['plugins']['instagram']['default_page_id'];
|
490 |
}
|
491 |
|
492 |
+
if($fb_id || $insta_id) {
|
493 |
$query->set( 'post__not_in', [ $fb_id, $insta_id ] );
|
494 |
+
}
|
495 |
}
|
496 |
|
|
|
497 |
return $query;
|
498 |
}
|
499 |
|
admin/views/html-admin-page-easy-social-feed.php
CHANGED
@@ -29,9 +29,11 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
|
|
29 |
<div class="loader"></div>
|
30 |
</div>
|
31 |
</div>
|
32 |
-
<h1 class="esf-main-heading"
|
|
|
|
|
33 |
|
34 |
-
<div class="fta_wrap_outer <?php
|
35 |
<div class="fta_wrap z-depth-1">
|
36 |
<div class="fta_wrap_inner">
|
37 |
<div class="fta_tabs_holder">
|
@@ -53,8 +55,12 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
|
|
53 |
</div>
|
54 |
<div class="fta_tab_c_holder">
|
55 |
<div class="row">
|
56 |
-
<h5
|
57 |
-
|
|
|
|
|
|
|
|
|
58 |
|
59 |
<?php if ( $fta_all_plugs ) : ?>
|
60 |
|
@@ -92,13 +98,15 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
|
|
92 |
|
93 |
|
94 |
?>
|
95 |
-
<div class="card col fta_single_plug s5 fta_plug_<?php
|
96 |
|
97 |
<div class="card-content">
|
98 |
|
99 |
<?php if ( $fta_plug['name'] ) { ?>
|
100 |
|
101 |
-
<span class="card-title grey-text text-darken-4"
|
|
|
|
|
102 |
|
103 |
<?php } ?>
|
104 |
|
@@ -108,19 +116,20 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
|
|
108 |
|
109 |
<?php if ( $fta_plug['description'] ) { ?>
|
110 |
|
111 |
-
<?php echo $fta_plug['description'] ?>
|
112 |
|
113 |
<?php } ?>
|
114 |
|
115 |
<a class="btn waves-effect fta_plug_activate waves-light"
|
116 |
-
data-status="<?php
|
117 |
-
data-plug="<?php
|
118 |
-
href="#"><?php
|
119 |
|
120 |
<?php if ( $fta_plug['slug'] ) { ?>
|
121 |
|
122 |
-
<a class="btn waves-effect fta_setting_btn right waves-light"
|
123 |
-
|
|
|
124 |
|
125 |
<?php } ?>
|
126 |
|
@@ -195,7 +204,8 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
|
|
195 |
class="stars">★ ★ ★ ★ ★ </span>
|
196 |
|
197 |
<div class="fta-carousel-actions">
|
198 |
-
<a href="<?php echo esc_url( $install_link ); ?>"
|
|
|
199 |
esc_html_e( 'Already Installed', 'easy-facebook-likebox' );
|
200 |
} else {
|
201 |
esc_html_e( 'Install Now Free', 'easy-facebook-likebox' );
|
@@ -223,10 +233,13 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
|
|
223 |
<h2><?php esc_html_e( $banner_info['name'] ); ?>
|
224 |
<b><?php esc_html_e( $banner_info['bold'] ); ?></b></h2>
|
225 |
<p><?php esc_html_e( $banner_info['fb-description'] ); ?></p>
|
226 |
-
<p
|
|
|
|
|
227 |
</p>
|
228 |
<a href="<?php echo esc_url( efl_fs()->get_upgrade_url() ) ?>"
|
229 |
-
class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i
|
|
|
230 |
</a>
|
231 |
</div>
|
232 |
|
29 |
<div class="loader"></div>
|
30 |
</div>
|
31 |
</div>
|
32 |
+
<h1 class="esf-main-heading">
|
33 |
+
<?php esc_html_e( "Easy Social Feed (Previously Easy Facebook Likebox)", 'easy-facebook-likebox' ); ?>
|
34 |
+
</h1>
|
35 |
|
36 |
+
<div class="fta_wrap_outer <?php esc_attr_e( $hide_sidebar_class ); ?>" <?php if( efl_fs()->is_free_plan() ){?> style="width: 78%" <?php } ?>>
|
37 |
<div class="fta_wrap z-depth-1">
|
38 |
<div class="fta_wrap_inner">
|
39 |
<div class="fta_tabs_holder">
|
55 |
</div>
|
56 |
<div class="fta_tab_c_holder">
|
57 |
<div class="row">
|
58 |
+
<h5>
|
59 |
+
<?php esc_html_e( "Welcome to the modules management page", 'easy-facebook-likebox' ); ?>
|
60 |
+
</h5>
|
61 |
+
<p>
|
62 |
+
<?php esc_html_e( "You can disable the module which you are not using. It will help us to include only required resources to make your site load faster", 'easy-facebook-likebox' ); ?>.
|
63 |
+
</p>
|
64 |
|
65 |
<?php if ( $fta_all_plugs ) : ?>
|
66 |
|
98 |
|
99 |
|
100 |
?>
|
101 |
+
<div class="card col fta_single_plug s5 fta_plug_<?php esc_attr_e( $slug ); ?> fta_plug_<?php esc_attr_e( $status ); ?>">
|
102 |
|
103 |
<div class="card-content">
|
104 |
|
105 |
<?php if ( $fta_plug['name'] ) { ?>
|
106 |
|
107 |
+
<span class="card-title grey-text text-darken-4">
|
108 |
+
<?php esc_html_e( $fta_plug['name'] ); ?>
|
109 |
+
</span>
|
110 |
|
111 |
<?php } ?>
|
112 |
|
116 |
|
117 |
<?php if ( $fta_plug['description'] ) { ?>
|
118 |
|
119 |
+
<?php echo $fta_plug['description'] ; ?>
|
120 |
|
121 |
<?php } ?>
|
122 |
|
123 |
<a class="btn waves-effect fta_plug_activate waves-light"
|
124 |
+
data-status="<?php esc_attr_e( $status ); ?>"
|
125 |
+
data-plug="<?php esc_attr_e( $slug ); ?>"
|
126 |
+
href="#"><?php esc_attr_e( $btn ); ?></a>
|
127 |
|
128 |
<?php if ( $fta_plug['slug'] ) { ?>
|
129 |
|
130 |
+
<a class="btn waves-effect fta_setting_btn right waves-light" href="<?php echo esc_url( admin_url( 'admin.php?page=' . $fta_plug['slug'] ) ); ?>">
|
131 |
+
<?php esc_html_e( "Settings", 'easy-facebook-likebox' ); ?>
|
132 |
+
</a>
|
133 |
|
134 |
<?php } ?>
|
135 |
|
204 |
class="stars">★ ★ ★ ★ ★ </span>
|
205 |
|
206 |
<div class="fta-carousel-actions">
|
207 |
+
<a href="<?php echo esc_url( $install_link ); ?>">
|
208 |
+
<?php if ( filter_var( $install_link, FILTER_VALIDATE_URL ) === false ) {
|
209 |
esc_html_e( 'Already Installed', 'easy-facebook-likebox' );
|
210 |
} else {
|
211 |
esc_html_e( 'Install Now Free', 'easy-facebook-likebox' );
|
233 |
<h2><?php esc_html_e( $banner_info['name'] ); ?>
|
234 |
<b><?php esc_html_e( $banner_info['bold'] ); ?></b></h2>
|
235 |
<p><?php esc_html_e( $banner_info['fb-description'] ); ?></p>
|
236 |
+
<p>
|
237 |
+
<?php esc_html_e( $banner_info['discount-text'] ); ?>
|
238 |
+
<code><?php esc_html_e( $banner_info['coupon'] ); ?></code>
|
239 |
</p>
|
240 |
<a href="<?php echo esc_url( efl_fs()->get_upgrade_url() ) ?>"
|
241 |
+
class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>
|
242 |
+
<?php esc_html_e( $banner_info['button-text'] ); ?>
|
243 |
</a>
|
244 |
</div>
|
245 |
|
admin/views/html-admin-page-wellcome.php
CHANGED
@@ -33,7 +33,9 @@ if ( is_wp_error( $video_link ) ) {
|
|
33 |
<img class="esf-plugin-logo" src="<?php echo FTA_PLUGIN_URL ?>/admin/assets/images/plugin-logo.png">
|
34 |
<h1><?php esc_html_e( "Welcome", 'easy-facebook-likebox' ); ?> </h1>
|
35 |
</div>
|
36 |
-
<p
|
|
|
|
|
37 |
</div>
|
38 |
<div class="esf_wc_boxes_wrap">
|
39 |
<div class="esf_wc_box">
|
@@ -42,11 +44,14 @@ if ( is_wp_error( $video_link ) ) {
|
|
42 |
</div>
|
43 |
<div class="esf_wc_box_content">
|
44 |
<h5><?php esc_html_e( "Custom Instagram Feed", 'easy-facebook-likebox' ); ?></h5>
|
45 |
-
<p
|
|
|
|
|
46 |
<div class="esf_wc_box_btns_holder">
|
47 |
<a class="waves-effect waves-light btn"
|
48 |
href="<?php echo esc_url( admin_url( 'admin.php?page=mif' ) ) ?>">
|
49 |
-
<i class="material-icons right">arrow_forward</i
|
|
|
50 |
</a>
|
51 |
</div>
|
52 |
</div>
|
@@ -57,11 +62,14 @@ if ( is_wp_error( $video_link ) ) {
|
|
57 |
</div>
|
58 |
<div class="esf_wc_box_content">
|
59 |
<h5><?php esc_html_e( "Custom Facebook Feed", 'easy-facebook-likebox' ); ?></h5>
|
60 |
-
<p
|
|
|
|
|
61 |
<div class="esf_wc_box_btns_holder">
|
62 |
<a class="waves-effect waves-light btn"
|
63 |
href="<?php echo esc_url( admin_url( 'admin.php?page=easy-facebook-likebox' ) ) ?>">
|
64 |
-
<i class="material-icons right">arrow_forward</i>
|
|
|
65 |
</a>
|
66 |
</div>
|
67 |
</div>
|
@@ -72,11 +80,14 @@ if ( is_wp_error( $video_link ) ) {
|
|
72 |
</div>
|
73 |
<div class="esf_wc_box_content">
|
74 |
<h5><?php esc_html_e( "Facebook Page Plugin (Like box)", 'easy-facebook-likebox' ); ?></h5>
|
75 |
-
<p
|
|
|
|
|
76 |
<div class="esf_wc_box_btns_holder">
|
77 |
<a class="waves-effect waves-light btn"
|
78 |
href="<?php echo esc_url( admin_url( 'admin.php?page=easy-facebook-likebox#efbl-likebox' ) ); ?>">
|
79 |
-
<i class="material-icons right">arrow_forward</i>
|
|
|
80 |
</a>
|
81 |
</div>
|
82 |
</div>
|
33 |
<img class="esf-plugin-logo" src="<?php echo FTA_PLUGIN_URL ?>/admin/assets/images/plugin-logo.png">
|
34 |
<h1><?php esc_html_e( "Welcome", 'easy-facebook-likebox' ); ?> </h1>
|
35 |
</div>
|
36 |
+
<p>
|
37 |
+
<?php esc_html_e( "Easy Social Feed plugin has the following awesome features", 'easy-facebook-likebox' ); ?>
|
38 |
+
</p>
|
39 |
</div>
|
40 |
<div class="esf_wc_boxes_wrap">
|
41 |
<div class="esf_wc_box">
|
44 |
</div>
|
45 |
<div class="esf_wc_box_content">
|
46 |
<h5><?php esc_html_e( "Custom Instagram Feed", 'easy-facebook-likebox' ); ?></h5>
|
47 |
+
<p>
|
48 |
+
<?php esc_html_e( "Display your stunning photos and videos from your Instagram account on your site. It’s responsive, highly customizable, and SEO-friendly", 'easy-facebook-likebox' ); ?>.
|
49 |
+
</p>
|
50 |
<div class="esf_wc_box_btns_holder">
|
51 |
<a class="waves-effect waves-light btn"
|
52 |
href="<?php echo esc_url( admin_url( 'admin.php?page=mif' ) ) ?>">
|
53 |
+
<i class="material-icons right">arrow_forward</i>
|
54 |
+
<?php esc_html_e( "Use this feature", 'easy-facebook-likebox' ); ?>
|
55 |
</a>
|
56 |
</div>
|
57 |
</div>
|
62 |
</div>
|
63 |
<div class="esf_wc_box_content">
|
64 |
<h5><?php esc_html_e( "Custom Facebook Feed", 'easy-facebook-likebox' ); ?></h5>
|
65 |
+
<p>
|
66 |
+
<?php esc_html_e( "Display a customizable, responsive, and SEO-friendly feed of your Facebook posts on your site. Supports all types of posts, including images, videos, status, and events", 'easy-facebook-likebox' ); ?>.
|
67 |
+
</p>
|
68 |
<div class="esf_wc_box_btns_holder">
|
69 |
<a class="waves-effect waves-light btn"
|
70 |
href="<?php echo esc_url( admin_url( 'admin.php?page=easy-facebook-likebox' ) ) ?>">
|
71 |
+
<i class="material-icons right">arrow_forward</i>
|
72 |
+
<?php esc_html_e( "Use this feature", 'easy-facebook-likebox' ); ?>
|
73 |
</a>
|
74 |
</div>
|
75 |
</div>
|
80 |
</div>
|
81 |
<div class="esf_wc_box_content">
|
82 |
<h5><?php esc_html_e( "Facebook Page Plugin (Like box)", 'easy-facebook-likebox' ); ?></h5>
|
83 |
+
<p>
|
84 |
+
<?php esc_html_e( "Displays a Facebook Page Plugin. The Facebook Page Plugin is a social plugin that enables Facebook Page owners to attract and gain Likes from their own website.", 'easy-facebook-likebox' ); ?>
|
85 |
+
</p>
|
86 |
<div class="esf_wc_box_btns_holder">
|
87 |
<a class="waves-effect waves-light btn"
|
88 |
href="<?php echo esc_url( admin_url( 'admin.php?page=easy-facebook-likebox#efbl-likebox' ) ); ?>">
|
89 |
+
<i class="material-icons right">arrow_forward</i>
|
90 |
+
<?php esc_html_e( "Use this feature", 'easy-facebook-likebox' ); ?>
|
91 |
</a>
|
92 |
</div>
|
93 |
</div>
|
easy-facebook-likebox.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
/**
|
4 |
* Plugin Name: Easy Social Feed
|
5 |
* Plugin URI: https://wordpress.org/plugins/easy-facebook-likebox
|
6 |
-
* Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally it also now allows you to
|
7 |
-
* Version: 6.2.
|
8 |
* Author: Easy Social Feed
|
9 |
* Author URI: https://easysocialfeed.com/
|
10 |
* Text Domain: easy-facebook-likebox
|
@@ -98,7 +98,7 @@ if ( function_exists( 'efl_fs' ) ) {
|
|
98 |
if ( !class_exists( 'Feed_Them_All' ) ) {
|
99 |
class Feed_Them_All
|
100 |
{
|
101 |
-
public $version = '6.2.
|
102 |
public $fta_slug = 'easy-facebook-likebox' ;
|
103 |
public $plug_slug = 'easy-facebook-likebox' ;
|
104 |
function __construct()
|
3 |
/**
|
4 |
* Plugin Name: Easy Social Feed
|
5 |
* Plugin URI: https://wordpress.org/plugins/easy-facebook-likebox
|
6 |
+
* Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally, it also now allows you to display the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
7 |
+
* Version: 6.2.7
|
8 |
* Author: Easy Social Feed
|
9 |
* Author URI: https://easysocialfeed.com/
|
10 |
* Text Domain: easy-facebook-likebox
|
98 |
if ( !class_exists( 'Feed_Them_All' ) ) {
|
99 |
class Feed_Them_All
|
100 |
{
|
101 |
+
public $version = '6.2.7' ;
|
102 |
public $fta_slug = 'easy-facebook-likebox' ;
|
103 |
public $plug_slug = 'easy-facebook-likebox' ;
|
104 |
function __construct()
|
facebook/admin/assets/js/admin.js
CHANGED
@@ -819,9 +819,7 @@ jQuery(document).ready(function($) {
|
|
819 |
|
820 |
jQuery(document).on('click', '.create_new_skin_fb', function($) {
|
821 |
|
822 |
-
|
823 |
-
* Disabaling the deafult event.
|
824 |
-
*/
|
825 |
event.preventDefault();
|
826 |
|
827 |
Materialize.Toast.removeAll();
|
@@ -841,12 +839,23 @@ jQuery(document).ready(function($) {
|
|
841 |
*/
|
842 |
Materialize.toast('Please wait! We are generating preview for you',
|
843 |
50000000);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
844 |
/*
|
845 |
* Collecting data for ajax call.
|
846 |
*/
|
847 |
var data = {
|
848 |
action: 'efbl_create_skin',
|
849 |
-
|
|
|
|
|
|
|
|
|
850 |
efbl_nonce: efbl.nonce,
|
851 |
};
|
852 |
/*
|
819 |
|
820 |
jQuery(document).on('click', '.create_new_skin_fb', function($) {
|
821 |
|
822 |
+
|
|
|
|
|
823 |
event.preventDefault();
|
824 |
|
825 |
Materialize.Toast.removeAll();
|
839 |
*/
|
840 |
Materialize.toast('Please wait! We are generating preview for you',
|
841 |
50000000);
|
842 |
+
|
843 |
+
const title = jQuery('#efbl_new_skin_details #efbl_skin_title').val();
|
844 |
+
const description = jQuery('#efbl_new_skin_details #efbl_skin_description').val();
|
845 |
+
const imgURL = jQuery('#efbl_new_skin_details #efbl_skin_feat_img').val();
|
846 |
+
const layout = jQuery( "#efbl_new_skin_details #efbl_selected_layout option:selected" ).val();
|
847 |
+
const account = jQuery( "#efbl_new_skin_details #efbl_account_selected option:selected" ).val();
|
848 |
+
|
849 |
/*
|
850 |
* Collecting data for ajax call.
|
851 |
*/
|
852 |
var data = {
|
853 |
action: 'efbl_create_skin',
|
854 |
+
title: title,
|
855 |
+
description: description,
|
856 |
+
imgURL: imgURL,
|
857 |
+
layout: layout,
|
858 |
+
account: account,
|
859 |
efbl_nonce: efbl.nonce,
|
860 |
};
|
861 |
/*
|
facebook/admin/class-easy-facebook-likebox-admin.php
CHANGED
@@ -169,11 +169,14 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
169 |
{
|
170 |
$FTA = new Feed_Them_All();
|
171 |
$fta_settings = $FTA->fta_get_settings();
|
172 |
-
$
|
173 |
-
|
|
|
|
|
|
|
174 |
$efbl_new_skins = [
|
175 |
-
'post_title' => sanitize_text_field( $
|
176 |
-
'post_content' => sanitize_text_field( $
|
177 |
'post_type' => 'efbl_skins',
|
178 |
'post_status' => 'publish',
|
179 |
'post_author' => get_current_user_id(),
|
@@ -185,8 +188,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
185 |
}
|
186 |
|
187 |
if ( isset( $skin_id ) ) {
|
188 |
-
update_post_meta( $skin_id, 'layout', sanitize_text_field( $
|
189 |
-
$thumbnail_id = $FTA->fta_get_image_id( $
|
190 |
set_post_thumbnail( $skin_id, $thumbnail_id );
|
191 |
$page_id = $fta_settings['plugins']['facebook']['default_page_id'];
|
192 |
$page_permalink = get_permalink( $page_id );
|
@@ -197,7 +200,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
197 |
'autofocus[panel]' => 'efbl_customize_panel',
|
198 |
'efbl_skin_id' => $skin_id,
|
199 |
'mif_customize' => 'yes',
|
200 |
-
'efbl_account_id' => $
|
201 |
], $customizer_url );
|
202 |
}
|
203 |
wp_send_json_success( admin_url( $customizer_url ) );
|
@@ -279,7 +282,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
279 |
*/
|
280 |
public function efbl_save_facebook_access_token()
|
281 |
{
|
282 |
-
$access_token = $_POST['access_token'];
|
283 |
$type = sanitize_text_field( $_POST['type'] );
|
284 |
$approved_pages = [];
|
285 |
$FTA = new Feed_Them_All();
|
@@ -494,6 +497,13 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
494 |
if ( !isset( $groups_id ) && empty($groups_id) ) {
|
495 |
wp_send_json_error( __( 'Please select the group first', 'easy-facebook-likebox' ) );
|
496 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
497 |
$FTA = new Feed_Them_All();
|
498 |
$fta_settings = $FTA->fta_get_settings();
|
499 |
$fb_settings = $fta_settings['plugins']['facebook'];
|
169 |
{
|
170 |
$FTA = new Feed_Them_All();
|
171 |
$fta_settings = $FTA->fta_get_settings();
|
172 |
+
$title = sanitize_title( $_POST['title'] );
|
173 |
+
$description = wp_filter_post_kses( $_POST['description'] );
|
174 |
+
$imgURL = esc_url_raw( $_POST['imgURL'] );
|
175 |
+
$layout = sanitize_text_field( $_POST['layout'] );
|
176 |
+
$account = sanitize_key( $_POST['account'] );
|
177 |
$efbl_new_skins = [
|
178 |
+
'post_title' => sanitize_text_field( $title ),
|
179 |
+
'post_content' => sanitize_text_field( $description ),
|
180 |
'post_type' => 'efbl_skins',
|
181 |
'post_status' => 'publish',
|
182 |
'post_author' => get_current_user_id(),
|
188 |
}
|
189 |
|
190 |
if ( isset( $skin_id ) ) {
|
191 |
+
update_post_meta( $skin_id, 'layout', sanitize_text_field( $layout ) );
|
192 |
+
$thumbnail_id = $FTA->fta_get_image_id( $imgURL );
|
193 |
set_post_thumbnail( $skin_id, $thumbnail_id );
|
194 |
$page_id = $fta_settings['plugins']['facebook']['default_page_id'];
|
195 |
$page_permalink = get_permalink( $page_id );
|
200 |
'autofocus[panel]' => 'efbl_customize_panel',
|
201 |
'efbl_skin_id' => $skin_id,
|
202 |
'mif_customize' => 'yes',
|
203 |
+
'efbl_account_id' => $account,
|
204 |
], $customizer_url );
|
205 |
}
|
206 |
wp_send_json_success( admin_url( $customizer_url ) );
|
282 |
*/
|
283 |
public function efbl_save_facebook_access_token()
|
284 |
{
|
285 |
+
$access_token = sanitize_text_field( $_POST['access_token'] );
|
286 |
$type = sanitize_text_field( $_POST['type'] );
|
287 |
$approved_pages = [];
|
288 |
$FTA = new Feed_Them_All();
|
497 |
if ( !isset( $groups_id ) && empty($groups_id) ) {
|
498 |
wp_send_json_error( __( 'Please select the group first', 'easy-facebook-likebox' ) );
|
499 |
}
|
500 |
+
|
501 |
+
if ( is_array( $groups_id ) ) {
|
502 |
+
$groups_id = array_map( 'sanitize_key', $groups_id );
|
503 |
+
} else {
|
504 |
+
$groups_id = sanitize_key( $groups_id );
|
505 |
+
}
|
506 |
+
|
507 |
$FTA = new Feed_Them_All();
|
508 |
$fta_settings = $FTA->fta_get_settings();
|
509 |
$fb_settings = $fta_settings['plugins']['facebook'];
|
facebook/admin/includes/efbl-customizer.php
CHANGED
@@ -43,13 +43,13 @@ if ( !class_exists( 'EFBL_Cuustomizer' ) ) {
|
|
43 |
$Feed_Them_All = new Feed_Them_All();
|
44 |
|
45 |
if ( isset( $_GET['efbl_skin_id'] ) ) {
|
46 |
-
$skin_id = $_GET['efbl_skin_id'];
|
47 |
update_option( 'efbl_skin_id', $skin_id );
|
48 |
}
|
49 |
|
50 |
|
51 |
if ( isset( $_GET['efbl_account_id'] ) ) {
|
52 |
-
$efbl_account_id = $_GET['efbl_account_id'];
|
53 |
update_option( 'efbl_account_id', $efbl_account_id );
|
54 |
}
|
55 |
|
43 |
$Feed_Them_All = new Feed_Them_All();
|
44 |
|
45 |
if ( isset( $_GET['efbl_skin_id'] ) ) {
|
46 |
+
$skin_id = sanitize_key( $_GET['efbl_skin_id'] );
|
47 |
update_option( 'efbl_skin_id', $skin_id );
|
48 |
}
|
49 |
|
50 |
|
51 |
if ( isset( $_GET['efbl_account_id'] ) ) {
|
52 |
+
$efbl_account_id = sanitize_key( $_GET['efbl_account_id'] );
|
53 |
update_option( 'efbl_account_id', $efbl_account_id );
|
54 |
}
|
55 |
|
facebook/admin/views/html-admin-page-easy-facebook-likebox.php
CHANGED
@@ -44,7 +44,7 @@ $auth_url = esc_url( add_query_arg( [
|
|
44 |
<div class="loader efbl_loader"></div>
|
45 |
</div>
|
46 |
</div>
|
47 |
-
<div class="fta_wrap_outer <?php
|
48 |
<div class="efbl_wrap z-depth-1">
|
49 |
<div class="efbl_wrap_inner">
|
50 |
|
@@ -217,7 +217,7 @@ if( !isset( $hide_plugin ) && !isset( $hide_upgrade ) ){
|
|
217 |
<p><?php esc_html_e( "Sorry, the Plugin is unable to get the page data. Please delete the access token and select pages in the second step of authentication to give permission.", 'easy-facebook-likebox' ); ?></p>
|
218 |
|
219 |
<a class="waves-effect waves-light efbl_authentication_btn btn"
|
220 |
-
href="<?php echo $auth_url ?>"><img class="efb_icon left"
|
221 |
src="<?php echo EFBL_PLUGIN_URL ?>/admin/assets/images/facebook-icon.png"/><?php esc_html_e( "Connect My Facebook Pages", 'easy-facebook-likebox' ); ?>
|
222 |
</a>
|
223 |
|
44 |
<div class="loader efbl_loader"></div>
|
45 |
</div>
|
46 |
</div>
|
47 |
+
<div class="fta_wrap_outer <?php esc_attr_e( $hide_sidebar_class ); ?>" <?php if( efl_fs()->is_free_plan() || efl_fs()->is_plan( 'instagram_premium', true ) ){?> style="width: 78%" <?php } ?>>
|
48 |
<div class="efbl_wrap z-depth-1">
|
49 |
<div class="efbl_wrap_inner">
|
50 |
|
217 |
<p><?php esc_html_e( "Sorry, the Plugin is unable to get the page data. Please delete the access token and select pages in the second step of authentication to give permission.", 'easy-facebook-likebox' ); ?></p>
|
218 |
|
219 |
<a class="waves-effect waves-light efbl_authentication_btn btn"
|
220 |
+
href="<?php echo esc_url( $auth_url ); ?>"><img class="efb_icon left"
|
221 |
src="<?php echo EFBL_PLUGIN_URL ?>/admin/assets/images/facebook-icon.png"/><?php esc_html_e( "Connect My Facebook Pages", 'easy-facebook-likebox' ); ?>
|
222 |
</a>
|
223 |
|
facebook/admin/views/html-authenticate-tab.php
CHANGED
@@ -12,9 +12,8 @@ $FTA = new Feed_Them_All();
|
|
12 |
$fta_settings = $FTA->fta_get_settings();
|
13 |
|
14 |
if ( isset( $_GET['access_token'] ) && ! empty( $_GET['access_token'] ) ) {
|
15 |
-
$access_token = $_GET['access_token'];
|
16 |
-
$type = $_GET['type'];
|
17 |
-
$access_token = preg_replace( '/[^A-Za-z0-9]/', "", $access_token );
|
18 |
|
19 |
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) { ?>
|
20 |
|
@@ -64,8 +63,8 @@ if ( isset( $_GET['access_token'] ) && ! empty( $_GET['access_token'] ) ) {
|
|
64 |
|
65 |
var data = {
|
66 |
'action': 'efbl_save_fb_access_token',
|
67 |
-
'access_token': '<?php
|
68 |
-
'type' : '<?php
|
69 |
};
|
70 |
|
71 |
jQuery.ajax({
|
@@ -184,7 +183,7 @@ $group_authenticate_url = add_query_arg( [
|
|
184 |
|
185 |
?>
|
186 |
|
187 |
-
<li class="collection-item avatar li-<?php
|
188 |
|
189 |
<a href="<?php echo esc_url( 'https://web.facebook.com/' . $efbl_page['id'] . '' ) ?>"
|
190 |
target="_blank">
|
@@ -194,26 +193,26 @@ $group_authenticate_url = add_query_arg( [
|
|
194 |
|
195 |
<?php if ( $efbl_page['name'] ) { ?>
|
196 |
|
197 |
-
<span class="title"><?php
|
198 |
|
199 |
<?php } ?>
|
200 |
|
201 |
<p>
|
202 |
|
203 |
<?php if ( $efbl_page['category'] ) {
|
204 |
-
|
205 |
} ?>
|
206 |
<br>
|
207 |
<?php if ( $efbl_username_label ) {
|
208 |
-
|
209 |
} ?>
|
210 |
|
211 |
<?php if ( $efbl_username ) {
|
212 |
-
|
213 |
|
214 |
<i class="material-icons efbl_copy_id tooltipped"
|
215 |
data-position="right"
|
216 |
-
data-clipboard-text="<?php
|
217 |
data-delay="100"
|
218 |
data-tooltip="<?php esc_html_e( "Copy", 'easy-facebook-likebox' ); ?>">content_copy</i>
|
219 |
<?php } ?>
|
@@ -251,7 +250,7 @@ $group_authenticate_url = add_query_arg( [
|
|
251 |
if ( $group->id ) {
|
252 |
?>
|
253 |
|
254 |
-
<li class="collection-item avatar li-<?php
|
255 |
|
256 |
<a href="<?php echo esc_url( 'https://web.facebook.com/'.$group->id.'' ) ?>"
|
257 |
target="_blank">
|
@@ -260,18 +259,18 @@ $group_authenticate_url = add_query_arg( [
|
|
260 |
</a>
|
261 |
|
262 |
<?php if ( $group->name ) { ?>
|
263 |
-
<span class="title"><?php
|
264 |
<?php } ?>
|
265 |
<p>
|
266 |
|
267 |
<?php esc_html_e( 'ID:', 'easy-facebook-likebox' ); ?>
|
268 |
|
269 |
<?php if ($group->id ) {
|
270 |
-
|
271 |
|
272 |
<i class="material-icons efbl_copy_id tooltipped"
|
273 |
data-position="right"
|
274 |
-
data-clipboard-text="<?php
|
275 |
data-delay="100"
|
276 |
data-tooltip="<?php esc_html_e( "Copy", 'easy-facebook-likebox' ); ?>">content_copy</i>
|
277 |
<?php } ?>
|
@@ -279,7 +278,7 @@ $group_authenticate_url = add_query_arg( [
|
|
279 |
|
280 |
<?php if( isset( $group->administrator ) && $group->administrator == 1 ){ ?>
|
281 |
<span class="efbl-is-group-admin"><?php esc_html_e( "Admin", 'easy-facebook-likebox' ); ?></span>
|
282 |
-
<a href="https://www.facebook.com/groups/<?php
|
283 |
<?php } ?>
|
284 |
|
285 |
</li>
|
12 |
$fta_settings = $FTA->fta_get_settings();
|
13 |
|
14 |
if ( isset( $_GET['access_token'] ) && ! empty( $_GET['access_token'] ) ) {
|
15 |
+
$access_token = sanitize_text_field( $_GET['access_token'] );
|
16 |
+
$type = sanitize_text_field( $_GET['type'] );
|
|
|
17 |
|
18 |
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) { ?>
|
19 |
|
63 |
|
64 |
var data = {
|
65 |
'action': 'efbl_save_fb_access_token',
|
66 |
+
'access_token': '<?php esc_html_e( $access_token ); ?>',
|
67 |
+
'type' : '<?php esc_html_e( $type ); ?>'
|
68 |
};
|
69 |
|
70 |
jQuery.ajax({
|
183 |
|
184 |
?>
|
185 |
|
186 |
+
<li class="collection-item avatar li-<?php esc_attr_e( $efbl_page['id'] ); ?>">
|
187 |
|
188 |
<a href="<?php echo esc_url( 'https://web.facebook.com/' . $efbl_page['id'] . '' ) ?>"
|
189 |
target="_blank">
|
193 |
|
194 |
<?php if ( $efbl_page['name'] ) { ?>
|
195 |
|
196 |
+
<span class="title"><?php esc_html_e( $efbl_page['name'] ); ?></span>
|
197 |
|
198 |
<?php } ?>
|
199 |
|
200 |
<p>
|
201 |
|
202 |
<?php if ( $efbl_page['category'] ) {
|
203 |
+
esc_html_e( $efbl_page['category'] );
|
204 |
} ?>
|
205 |
<br>
|
206 |
<?php if ( $efbl_username_label ) {
|
207 |
+
esc_html_e( $efbl_username_label );
|
208 |
} ?>
|
209 |
|
210 |
<?php if ( $efbl_username ) {
|
211 |
+
esc_html_e( $efbl_username ); ?>
|
212 |
|
213 |
<i class="material-icons efbl_copy_id tooltipped"
|
214 |
data-position="right"
|
215 |
+
data-clipboard-text="<?php esc_attr_e( $efbl_username ); ?>"
|
216 |
data-delay="100"
|
217 |
data-tooltip="<?php esc_html_e( "Copy", 'easy-facebook-likebox' ); ?>">content_copy</i>
|
218 |
<?php } ?>
|
250 |
if ( $group->id ) {
|
251 |
?>
|
252 |
|
253 |
+
<li class="collection-item avatar li-<?php esc_attr_e( $group->id ); ?>">
|
254 |
|
255 |
<a href="<?php echo esc_url( 'https://web.facebook.com/'.$group->id.'' ) ?>"
|
256 |
target="_blank">
|
259 |
</a>
|
260 |
|
261 |
<?php if ( $group->name ) { ?>
|
262 |
+
<span class="title"><?php esc_html_e( $group->id ); ?></span>
|
263 |
<?php } ?>
|
264 |
<p>
|
265 |
|
266 |
<?php esc_html_e( 'ID:', 'easy-facebook-likebox' ); ?>
|
267 |
|
268 |
<?php if ($group->id ) {
|
269 |
+
esc_html_e( $group->id ); ?>
|
270 |
|
271 |
<i class="material-icons efbl_copy_id tooltipped"
|
272 |
data-position="right"
|
273 |
+
data-clipboard-text="<?php esc_attr_e( $group->id ); ?>"
|
274 |
data-delay="100"
|
275 |
data-tooltip="<?php esc_html_e( "Copy", 'easy-facebook-likebox' ); ?>">content_copy</i>
|
276 |
<?php } ?>
|
278 |
|
279 |
<?php if( isset( $group->administrator ) && $group->administrator == 1 ){ ?>
|
280 |
<span class="efbl-is-group-admin"><?php esc_html_e( "Admin", 'easy-facebook-likebox' ); ?></span>
|
281 |
+
<a href="https://www.facebook.com/groups/<?php esc_attr_e( $group->id ); ?>/apps/store" target="_blank" class="efbl-group-setting"><?php esc_html_e( "Add Easy Social Feed (A)/(b) App", 'easy-facebook-likebox' ); ?></a>
|
282 |
<?php } ?>
|
283 |
|
284 |
</li>
|
facebook/admin/views/html-clear-cache-tab.php
CHANGED
@@ -78,11 +78,11 @@ $fta_settings = $FTA->fta_get_settings();
|
|
78 |
|
79 |
?>
|
80 |
|
81 |
-
<li class="collection-item <?php
|
82 |
-
<div><?php
|
83 |
<a href="javascript:void(0);"
|
84 |
data-efbl_collection="efbl_bio_collection"
|
85 |
-
data-efbl_trans="<?php
|
86 |
class="secondary-content efbl_del_trans"><i
|
87 |
class="material-icons">delete</i></a>
|
88 |
</div>
|
@@ -117,10 +117,10 @@ $fta_settings = $FTA->fta_get_settings();
|
|
117 |
$filter = $pieces['3'];
|
118 |
?>
|
119 |
|
120 |
-
<li class="collection-item <?php
|
121 |
-
<div><?php
|
122 |
<a href="javascript:void(0);"
|
123 |
-
data-efbl_trans="<?php
|
124 |
class="secondary-content efbl_del_trans"><i
|
125 |
class="material-icons">delete</i></a>
|
126 |
</div>
|
@@ -153,10 +153,10 @@ $fta_settings = $FTA->fta_get_settings();
|
|
153 |
|
154 |
?>
|
155 |
|
156 |
-
<li class="collection-item <?php
|
157 |
-
<div><?php
|
158 |
<a href="javascript:void(0);"
|
159 |
-
data-efbl_trans="<?php
|
160 |
class="secondary-content efbl_del_trans"><i
|
161 |
class="material-icons">delete</i></a>
|
162 |
</div>
|
78 |
|
79 |
?>
|
80 |
|
81 |
+
<li class="collection-item <?php esc_attr_e($key); ?>">
|
82 |
+
<div><?php esc_html_e($bio_name); ?>
|
83 |
<a href="javascript:void(0);"
|
84 |
data-efbl_collection="efbl_bio_collection"
|
85 |
+
data-efbl_trans="<?php esc_attr_e($key); ?>"
|
86 |
class="secondary-content efbl_del_trans"><i
|
87 |
class="material-icons">delete</i></a>
|
88 |
</div>
|
117 |
$filter = $pieces['3'];
|
118 |
?>
|
119 |
|
120 |
+
<li class="collection-item <?php esc_attr_e($key ); ?>">
|
121 |
+
<div><?php esc_html_e( $page_name ); ?> <?php if ( $filter ): ?>(<?php echo ucfirst( $filter ); ?>) <?php endif; ?>
|
122 |
<a href="javascript:void(0);"
|
123 |
+
data-efbl_trans="<?php esc_attr_e($key ); ?>"
|
124 |
class="secondary-content efbl_del_trans"><i
|
125 |
class="material-icons">delete</i></a>
|
126 |
</div>
|
153 |
|
154 |
?>
|
155 |
|
156 |
+
<li class="collection-item <?php esc_attr_e( $key ); ?>">
|
157 |
+
<div><?php esc_html_e( $page_name ); ?>
|
158 |
<a href="javascript:void(0);"
|
159 |
+
data-efbl_trans="<?php esc_attr_e( $key ); ?>"
|
160 |
class="secondary-content efbl_del_trans"><i
|
161 |
class="material-icons">delete</i></a>
|
162 |
</div>
|
facebook/admin/views/html-how-to-use-tab.php
CHANGED
@@ -45,7 +45,7 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) && !empty($
|
|
45 |
<blockquote
|
46 |
class="efbl-shortcode-block">
|
47 |
[efb_feed fanpage_id="<?php
|
48 |
-
|
49 |
?>" type="page" skin_id="<?php
|
50 |
echo efbl_default_skin_id() ;
|
51 |
?>" words_limit="25" links_new_tab="1"]
|
@@ -57,7 +57,7 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) && !empty($
|
|
57 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
58 |
?>"
|
59 |
data-clipboard-text='[efb_feed fanpage_id="<?php
|
60 |
-
|
61 |
?>" type="page" skin_id="<?php
|
62 |
echo efbl_default_skin_id() ;
|
63 |
?>" words_limit="25" links_new_tab="1"]'
|
@@ -92,7 +92,7 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_groups'] ) && !empty(
|
|
92 |
<blockquote
|
93 |
class="efbl-shortcode-block">
|
94 |
[efb_feed fanpage_id="<?php
|
95 |
-
|
96 |
?>" type="group" skin_id="<?php
|
97 |
echo efbl_default_skin_id() ;
|
98 |
?>" words_limit="25" links_new_tab="1"]
|
@@ -104,7 +104,7 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_groups'] ) && !empty(
|
|
104 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
105 |
?>"
|
106 |
data-clipboard-text='[efb_feed fanpage_id="<?php
|
107 |
-
|
108 |
?>" type="group" skin_id="<?php
|
109 |
echo efbl_default_skin_id() ;
|
110 |
?>" words_limit="25" links_new_tab="1"]'
|
@@ -219,7 +219,7 @@ if ( $fta_settings['plugins']['facebook']['approved_pages'] ) {
|
|
219 |
}
|
220 |
?>
|
221 |
<option value="<?php
|
222 |
-
|
223 |
?>"
|
224 |
data-icon="<?php
|
225 |
echo efbl_get_page_logo( $efbl_page['id'] ) ;
|
@@ -228,7 +228,7 @@ if ( $fta_settings['plugins']['facebook']['approved_pages'] ) {
|
|
228 |
?> selected <?php
|
229 |
}
|
230 |
?>><?php
|
231 |
-
|
232 |
?></option>
|
233 |
|
234 |
<?php
|
@@ -291,7 +291,7 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_groups'] ) && !empty(
|
|
291 |
if ( $efbl_group->id ) {
|
292 |
?>
|
293 |
<option value="<?php
|
294 |
-
|
295 |
?>"
|
296 |
data-icon="<?php
|
297 |
echo efbl_get_page_logo( $efbl_group->id ) ;
|
@@ -300,7 +300,7 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_groups'] ) && !empty(
|
|
300 |
?> selected <?php
|
301 |
}
|
302 |
?>><?php
|
303 |
-
|
304 |
?></option>
|
305 |
|
306 |
<?php
|
@@ -408,7 +408,7 @@ if ( isset( $efbl_skins ) ) {
|
|
408 |
$layout_selected = ucfirst( $efbl_skin['layout'] );
|
409 |
?>
|
410 |
<option value="<?php
|
411 |
-
|
412 |
?>" <?php
|
413 |
if ( $efbl_skin['layout'] == 'half' ) {
|
414 |
?> selected <?php
|
@@ -416,9 +416,9 @@ if ( isset( $efbl_skins ) ) {
|
|
416 |
?> data-icon="<?php
|
417 |
echo get_the_post_thumbnail_url( $efbl_skin['ID'], 'thumbnail' ) ;
|
418 |
?>"><?php
|
419 |
-
|
420 |
?> | Layout: <?php
|
421 |
-
|
422 |
?></span>
|
423 |
</option>
|
424 |
|
45 |
<blockquote
|
46 |
class="efbl-shortcode-block">
|
47 |
[efb_feed fanpage_id="<?php
|
48 |
+
esc_attr_e( $default_page_id );
|
49 |
?>" type="page" skin_id="<?php
|
50 |
echo efbl_default_skin_id() ;
|
51 |
?>" words_limit="25" links_new_tab="1"]
|
57 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
58 |
?>"
|
59 |
data-clipboard-text='[efb_feed fanpage_id="<?php
|
60 |
+
esc_attr_e( $default_page_id );
|
61 |
?>" type="page" skin_id="<?php
|
62 |
echo efbl_default_skin_id() ;
|
63 |
?>" words_limit="25" links_new_tab="1"]'
|
92 |
<blockquote
|
93 |
class="efbl-shortcode-block">
|
94 |
[efb_feed fanpage_id="<?php
|
95 |
+
esc_attr_e( $default_group_id );
|
96 |
?>" type="group" skin_id="<?php
|
97 |
echo efbl_default_skin_id() ;
|
98 |
?>" words_limit="25" links_new_tab="1"]
|
104 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
105 |
?>"
|
106 |
data-clipboard-text='[efb_feed fanpage_id="<?php
|
107 |
+
esc_attr_e( $default_group_id );
|
108 |
?>" type="group" skin_id="<?php
|
109 |
echo efbl_default_skin_id() ;
|
110 |
?>" words_limit="25" links_new_tab="1"]'
|
219 |
}
|
220 |
?>
|
221 |
<option value="<?php
|
222 |
+
esc_attr_e( $username );
|
223 |
?>"
|
224 |
data-icon="<?php
|
225 |
echo efbl_get_page_logo( $efbl_page['id'] ) ;
|
228 |
?> selected <?php
|
229 |
}
|
230 |
?>><?php
|
231 |
+
esc_html_e( $efbl_page['name'] );
|
232 |
?></option>
|
233 |
|
234 |
<?php
|
291 |
if ( $efbl_group->id ) {
|
292 |
?>
|
293 |
<option value="<?php
|
294 |
+
esc_attr_e( $efbl_group->id );
|
295 |
?>"
|
296 |
data-icon="<?php
|
297 |
echo efbl_get_page_logo( $efbl_group->id ) ;
|
300 |
?> selected <?php
|
301 |
}
|
302 |
?>><?php
|
303 |
+
esc_html_e( $efbl_group->name );
|
304 |
?></option>
|
305 |
|
306 |
<?php
|
408 |
$layout_selected = ucfirst( $efbl_skin['layout'] );
|
409 |
?>
|
410 |
<option value="<?php
|
411 |
+
esc_attr_e( $efbl_skin['ID'] );
|
412 |
?>" <?php
|
413 |
if ( $efbl_skin['layout'] == 'half' ) {
|
414 |
?> selected <?php
|
416 |
?> data-icon="<?php
|
417 |
echo get_the_post_thumbnail_url( $efbl_skin['ID'], 'thumbnail' ) ;
|
418 |
?>"><?php
|
419 |
+
esc_html_e( $efbl_skin['title'] );
|
420 |
?> | Layout: <?php
|
421 |
+
esc_html_e( $layout_selected );
|
422 |
?></span>
|
423 |
</option>
|
424 |
|
facebook/admin/views/html-likebox-tab.php
CHANGED
@@ -28,7 +28,7 @@ esc_html_e( "Copy and paste the following shortcode in any page, post or text wi
|
|
28 |
<blockquote class="efbl-shortcode-block">
|
29 |
[efb_likebox
|
30 |
fanpage_url="<?php
|
31 |
-
|
32 |
?>"
|
33 |
responsive="1"]
|
34 |
</blockquote>
|
@@ -38,14 +38,14 @@ echo $default_page_id ;
|
|
38 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
39 |
?>"
|
40 |
data-clipboard-text='[efb_likebox fanpage_url="<?php
|
41 |
-
|
42 |
?>" responsive="1"]'
|
43 |
href="javascript:void(0);"><i
|
44 |
class="material-icons right">content_copy</i>
|
45 |
</a>
|
46 |
</div>
|
47 |
<?php
|
48 |
-
|
49 |
?>
|
50 |
<h5 class="efbl_more_head"><?php
|
51 |
esc_html_e( "Need More Options?", 'easy-facebook-likebox' );
|
@@ -152,9 +152,9 @@ if ( $efbl_get_locales ) {
|
|
152 |
?> selected <?php
|
153 |
}
|
154 |
?> value="<?php
|
155 |
-
|
156 |
?>"><?php
|
157 |
-
|
158 |
?></option>
|
159 |
<?php
|
160 |
}
|
28 |
<blockquote class="efbl-shortcode-block">
|
29 |
[efb_likebox
|
30 |
fanpage_url="<?php
|
31 |
+
esc_attr_e( $default_page_id );
|
32 |
?>"
|
33 |
responsive="1"]
|
34 |
</blockquote>
|
38 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
39 |
?>"
|
40 |
data-clipboard-text='[efb_likebox fanpage_url="<?php
|
41 |
+
esc_attr_e( $default_page_id );
|
42 |
?>" responsive="1"]'
|
43 |
href="javascript:void(0);"><i
|
44 |
class="material-icons right">content_copy</i>
|
45 |
</a>
|
46 |
</div>
|
47 |
<?php
|
48 |
+
esc_html_e( $efbl_default_likebox_notice );
|
49 |
?>
|
50 |
<h5 class="efbl_more_head"><?php
|
51 |
esc_html_e( "Need More Options?", 'easy-facebook-likebox' );
|
152 |
?> selected <?php
|
153 |
}
|
154 |
?> value="<?php
|
155 |
+
esc_attr_e( $key );
|
156 |
?>"><?php
|
157 |
+
esc_html_e( $efbl_get_local );
|
158 |
?></option>
|
159 |
<?php
|
160 |
}
|
facebook/admin/views/html-moderate-tab.php
CHANGED
@@ -41,8 +41,8 @@ $fta_settings = $FTA->fta_get_settings();
|
|
41 |
$first_page_id = $username;
|
42 |
}
|
43 |
?>
|
44 |
-
<option value="<?php
|
45 |
-
data-icon="<?php echo efbl_get_page_logo( $efbl_page['id'] ) ?>" <?php if( $i == 1 ){ ?> selected <?php } ?>><?php
|
46 |
|
47 |
<?php }
|
48 |
}
|
@@ -71,8 +71,8 @@ $fta_settings = $FTA->fta_get_settings();
|
|
71 |
$type = "group";
|
72 |
}
|
73 |
?>
|
74 |
-
<option value="<?php
|
75 |
-
data-icon="<?php echo efbl_get_page_logo( $efbl_group->id ) ?>" <?php if( $i == 1 ){ ?> selected <?php } ?>><?php
|
76 |
|
77 |
<?php }
|
78 |
}
|
41 |
$first_page_id = $username;
|
42 |
}
|
43 |
?>
|
44 |
+
<option value="<?php esc_attr_e( $username ); ?>"
|
45 |
+
data-icon="<?php echo efbl_get_page_logo( $efbl_page['id'] ) ?>" <?php if( $i == 1 ){ ?> selected <?php } ?>><?php esc_html_e( $efbl_page['name'] ); ?></option>
|
46 |
|
47 |
<?php }
|
48 |
}
|
71 |
$type = "group";
|
72 |
}
|
73 |
?>
|
74 |
+
<option value="<?php esc_attr_e( $efbl_group->id ); ?>"
|
75 |
+
data-icon="<?php echo efbl_get_page_logo( $efbl_group->id ) ?>" <?php if( $i == 1 ){ ?> selected <?php } ?>><?php esc_html_e( $efbl_group->name ); ?></option>
|
76 |
|
77 |
<?php }
|
78 |
}
|
facebook/admin/views/html-skins-tab.php
CHANGED
@@ -13,7 +13,7 @@ $fta_settings = $FTA->fta_get_settings();
|
|
13 |
|
14 |
if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
|
15 |
foreach ( $fta_settings['plugins']['facebook']['approved_pages'] as $efbl_page ) {
|
16 |
-
$efbl_page_options .= '<option value="' . $efbl_page['id'] . '" data-icon="' . efbl_get_page_logo( $efbl_page['id'] ) . '">' . $efbl_page['name'] . '</option>';
|
17 |
$efbl_redirect_class = 'efbl_skin_redirect';
|
18 |
}
|
19 |
} else {
|
@@ -198,16 +198,16 @@ if ( isset( $efbl_skins ) ) {
|
|
198 |
?>
|
199 |
|
200 |
<div class="card col efbl_single_skin s3 efbl_skin_<?php
|
201 |
-
|
202 |
?>">
|
203 |
<div class="card-image waves-effect waves-block waves-light">
|
204 |
<img class="activator" src="<?php
|
205 |
-
echo $img_url ;
|
206 |
?>">
|
207 |
</div>
|
208 |
<div class="card-content">
|
209 |
<span class="card-title activator grey-text text-darken-4"><?php
|
210 |
-
|
211 |
?><i
|
212 |
class="material-icons right">more_vert</i></span>
|
213 |
</div>
|
@@ -219,7 +219,7 @@ if ( isset( $efbl_skins ) ) {
|
|
219 |
|
220 |
<span class="selected_layout"><?php
|
221 |
esc_html_e( "Layout: ", 'easy-facebook-likebox' );
|
222 |
-
|
223 |
?></span>
|
224 |
|
225 |
<?php
|
@@ -235,7 +235,7 @@ if ( isset( $efbl_skins ) ) {
|
|
235 |
|
236 |
</label>
|
237 |
<select class="efbl_selected_account_<?php
|
238 |
-
|
239 |
?>"
|
240 |
required>
|
241 |
<?php
|
@@ -244,13 +244,13 @@ if ( isset( $efbl_skins ) ) {
|
|
244 |
</select>
|
245 |
|
246 |
<a class="btn waves-effect waves-light <?php
|
247 |
-
|
248 |
?>"
|
249 |
data-page_id="<?php
|
250 |
-
|
251 |
?>"
|
252 |
data-skin_id="<?php
|
253 |
-
|
254 |
?>"
|
255 |
href="javascript:void(0);"><span><?php
|
256 |
esc_html_e( "Edit", 'easy-facebook-likebox' );
|
@@ -259,7 +259,7 @@ if ( isset( $efbl_skins ) ) {
|
|
259 |
|
260 |
<a class="btn waves-effect right efbl_skin_delete_confrim waves-light"
|
261 |
data-skin_id="<?php
|
262 |
-
|
263 |
?>"
|
264 |
href="javascript:void(0);"><span><?php
|
265 |
esc_html_e( "Delete", 'easy-facebook-likebox' );
|
@@ -268,7 +268,7 @@ if ( isset( $efbl_skins ) ) {
|
|
268 |
|
269 |
<a class="btn waves-effect efbl_copy_skin_id waves-light"
|
270 |
data-clipboard-text="<?php
|
271 |
-
|
272 |
?>"
|
273 |
href="javascript:void(0);"><?php
|
274 |
esc_html_e( "Copy Skin ID", 'easy-facebook-likebox' );
|
@@ -279,11 +279,11 @@ if ( isset( $efbl_skins ) ) {
|
|
279 |
|
280 |
<div class="card-reveal">
|
281 |
<span class="card-title grey-text text-darken-4"><?php
|
282 |
-
|
283 |
?><i
|
284 |
class="material-icons right">close</i></span>
|
285 |
<p><?php
|
286 |
-
|
287 |
?></p>
|
288 |
</div>
|
289 |
</div>
|
13 |
|
14 |
if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
|
15 |
foreach ( $fta_settings['plugins']['facebook']['approved_pages'] as $efbl_page ) {
|
16 |
+
$efbl_page_options .= '<option value="' . esc_attr( $efbl_page['id'] ) . '" data-icon="' . efbl_get_page_logo( $efbl_page['id'] ) . '">' . esc_html( $efbl_page['name'] ) . '</option>';
|
17 |
$efbl_redirect_class = 'efbl_skin_redirect';
|
18 |
}
|
19 |
} else {
|
198 |
?>
|
199 |
|
200 |
<div class="card col efbl_single_skin s3 efbl_skin_<?php
|
201 |
+
esc_attr_e( $efbl_skin['ID'] );
|
202 |
?>">
|
203 |
<div class="card-image waves-effect waves-block waves-light">
|
204 |
<img class="activator" src="<?php
|
205 |
+
echo esc_url( $img_url ) ;
|
206 |
?>">
|
207 |
</div>
|
208 |
<div class="card-content">
|
209 |
<span class="card-title activator grey-text text-darken-4"><?php
|
210 |
+
esc_html_e( $efbl_skin['title'] );
|
211 |
?><i
|
212 |
class="material-icons right">more_vert</i></span>
|
213 |
</div>
|
219 |
|
220 |
<span class="selected_layout"><?php
|
221 |
esc_html_e( "Layout: ", 'easy-facebook-likebox' );
|
222 |
+
esc_html_e( $selected_layout );
|
223 |
?></span>
|
224 |
|
225 |
<?php
|
235 |
|
236 |
</label>
|
237 |
<select class="efbl_selected_account_<?php
|
238 |
+
esc_attr_e( $efbl_skin['ID'] );
|
239 |
?>"
|
240 |
required>
|
241 |
<?php
|
244 |
</select>
|
245 |
|
246 |
<a class="btn waves-effect waves-light <?php
|
247 |
+
esc_attr_e( $efbl_redirect_class );
|
248 |
?>"
|
249 |
data-page_id="<?php
|
250 |
+
esc_attr_e( $page_id );
|
251 |
?>"
|
252 |
data-skin_id="<?php
|
253 |
+
esc_attr_e( $efbl_skin['ID'] );
|
254 |
?>"
|
255 |
href="javascript:void(0);"><span><?php
|
256 |
esc_html_e( "Edit", 'easy-facebook-likebox' );
|
259 |
|
260 |
<a class="btn waves-effect right efbl_skin_delete_confrim waves-light"
|
261 |
data-skin_id="<?php
|
262 |
+
esc_attr_e( $efbl_skin['ID'] );
|
263 |
?>"
|
264 |
href="javascript:void(0);"><span><?php
|
265 |
esc_html_e( "Delete", 'easy-facebook-likebox' );
|
268 |
|
269 |
<a class="btn waves-effect efbl_copy_skin_id waves-light"
|
270 |
data-clipboard-text="<?php
|
271 |
+
esc_attr_e( $efbl_skin['ID'] );
|
272 |
?>"
|
273 |
href="javascript:void(0);"><?php
|
274 |
esc_html_e( "Copy Skin ID", 'easy-facebook-likebox' );
|
279 |
|
280 |
<div class="card-reveal">
|
281 |
<span class="card-title grey-text text-darken-4"><?php
|
282 |
+
esc_html_e( $efbl_skin['title'] );
|
283 |
?><i
|
284 |
class="material-icons right">close</i></span>
|
285 |
<p><?php
|
286 |
+
esc_html_e( $efbl_skin['description'] );
|
287 |
?></p>
|
288 |
</div>
|
289 |
</div>
|
facebook/admin/views/template-moderate.php
CHANGED
@@ -26,10 +26,10 @@ if ( $feed_img ) {
|
|
26 |
?>>
|
27 |
<div class="efbl-grid-wrapper efbl-story-wrapper">
|
28 |
<span class="efbl_feed_fancy_popup efbl-grid-box" style="background-image: url(<?php
|
29 |
-
echo $feed_img ;
|
30 |
?>)">
|
31 |
<img style="display: none;" src="<?php
|
32 |
-
echo $feed_img ;
|
33 |
?>">
|
34 |
<div class="efbl-overlay">
|
35 |
<?php
|
26 |
?>>
|
27 |
<div class="efbl-grid-wrapper efbl-story-wrapper">
|
28 |
<span class="efbl_feed_fancy_popup efbl-grid-box" style="background-image: url(<?php
|
29 |
+
echo esc_url( $feed_img ) ;
|
30 |
?>)">
|
31 |
<img style="display: none;" src="<?php
|
32 |
+
echo esc_url( $feed_img ) ;
|
33 |
?>">
|
34 |
<div class="efbl-overlay">
|
35 |
<?php
|
facebook/frontend/assets/css/easy-facebook-likebox-customizer-style.css.php
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
<?php
|
2 |
-
/*
|
3 |
-
* Include wp-load.php tp access wp functions
|
4 |
-
*/
|
5 |
-
$incPath = ABSPATH;
|
6 |
-
|
7 |
-
include($incPath.'/wp-load.php');
|
8 |
-
|
9 |
global $efbl_skins;
|
10 |
-
|
11 |
if ( isset( $efbl_skins ) ) {
|
12 |
foreach ( $efbl_skins as $efbl_skin ) {
|
13 |
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
global $efbl_skins;
|
|
|
3 |
if ( isset( $efbl_skins ) ) {
|
4 |
foreach ( $efbl_skins as $efbl_skin ) {
|
5 |
|
facebook/frontend/assets/css/easy-facebook-likebox-frontend.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.efbl-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.efbl-container{max-width:540px}}@media(min-width: 768px){.efbl-container{max-width:720px}}@media(min-width: 992px){.efbl-container{max-width:960px}}@media(min-width: 1200px){.efbl-container{max-width:1140px}}.efbl-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.efbl-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.efbl-no-gutters{margin-right:0;margin-left:0}.efbl-no-gutters>.efbl-col,.efbl-no-gutters>[class*=efbl-col-]{padding-right:0;padding-left:0}.efbl-col-xl,.efbl-col-xl-auto,.efbl-col-xl-12,.efbl-col-xl-11,.efbl-col-xl-10,.efbl-col-xl-9,.efbl-col-xl-8,.efbl-col-xl-7,.efbl-col-xl-6,.efbl-col-xl-5,.efbl-col-xl-4,.efbl-col-xl-3,.efbl-col-xl-2,.efbl-col-xl-1,.efbl-col-lg,.efbl-col-lg-auto,.efbl-col-lg-12,.efbl-col-lg-11,.efbl-col-lg-10,.efbl-col-lg-9,.efbl-col-lg-8,.efbl-col-lg-7,.efbl-col-lg-6,.efbl-col-lg-5,.efbl-col-lg-4,.efbl-col-lg-3,.efbl-col-lg-2,.efbl-col-lg-1,.efbl-col-md,.efbl-col-md-auto,.efbl-col-md-12,.efbl-col-md-11,.efbl-col-md-10,.efbl-col-md-9,.efbl-col-md-8,.efbl-col-md-7,.efbl-col-md-6,.efbl-col-md-5,.efbl-col-md-4,.efbl-col-md-3,.efbl-col-md-2,.efbl-col-md-1,.efbl-col-sm,.efbl-col-sm-auto,.efbl-col-sm-12,.efbl-col-sm-11,.efbl-col-sm-10,.efbl-col-sm-9,.efbl-col-sm-8,.efbl-col-sm-7,.efbl-col-sm-6,.efbl-col-sm-5,.efbl-col-sm-4,.efbl-col-sm-3,.efbl-col-sm-2,.efbl-col-sm-1,.efbl-col,.efbl-col-auto,.efbl-col-12,.efbl-col-11,.efbl-col-10,.efbl-col-9,.efbl-col-8,.efbl-col-7,.efbl-col-6,.efbl-col-5,.efbl-col-4,.efbl-col-3,.efbl-col-2,.efbl-col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.efbl-col{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-3{flex:0 0 25%;max-width:25%}.efbl-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-6{flex:0 0 50%;max-width:50%}.efbl-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-9{flex:0 0 75%;max-width:75%}.efbl-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-12{flex:0 0 100%;max-width:100%}.efbl-order-first{order:-1}.efbl-order-last{order:13}.efbl-order-0{order:0}.efbl-order-1{order:1}.efbl-order-2{order:2}.efbl-order-3{order:3}.efbl-order-4{order:4}.efbl-order-5{order:5}.efbl-order-6{order:6}.efbl-order-7{order:7}.efbl-order-8{order:8}.efbl-order-9{order:9}.efbl-order-10{order:10}.efbl-order-11{order:11}.efbl-order-12{order:12}.efbl-offset-1{margin-left:8.3333333333%}.efbl-offset-2{margin-left:16.6666666667%}.efbl-offset-3{margin-left:25%}.efbl-offset-4{margin-left:33.3333333333%}.efbl-offset-5{margin-left:41.6666666667%}.efbl-offset-6{margin-left:50%}.efbl-offset-7{margin-left:58.3333333333%}.efbl-offset-8{margin-left:66.6666666667%}.efbl-offset-9{margin-left:75%}.efbl-offset-10{margin-left:83.3333333333%}.efbl-offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.efbl-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-sm-3{flex:0 0 25%;max-width:25%}.efbl-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-sm-6{flex:0 0 50%;max-width:50%}.efbl-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-sm-9{flex:0 0 75%;max-width:75%}.efbl-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-sm-12{flex:0 0 100%;max-width:100%}.efbl-order-sm-first{order:-1}.efbl-order-sm-last{order:13}.efbl-order-sm-0{order:0}.efbl-order-sm-1{order:1}.efbl-order-sm-2{order:2}.efbl-order-sm-3{order:3}.efbl-order-sm-4{order:4}.efbl-order-sm-5{order:5}.efbl-order-sm-6{order:6}.efbl-order-sm-7{order:7}.efbl-order-sm-8{order:8}.efbl-order-sm-9{order:9}.efbl-order-sm-10{order:10}.efbl-order-sm-11{order:11}.efbl-order-sm-12{order:12}.efbl-offset-sm-0{margin-left:0}.efbl-offset-sm-1{margin-left:8.3333333333%}.efbl-offset-sm-2{margin-left:16.6666666667%}.efbl-offset-sm-3{margin-left:25%}.efbl-offset-sm-4{margin-left:33.3333333333%}.efbl-offset-sm-5{margin-left:41.6666666667%}.efbl-offset-sm-6{margin-left:50%}.efbl-offset-sm-7{margin-left:58.3333333333%}.efbl-offset-sm-8{margin-left:66.6666666667%}.efbl-offset-sm-9{margin-left:75%}.efbl-offset-sm-10{margin-left:83.3333333333%}.efbl-offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.efbl-col-md{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-md-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-md-3{flex:0 0 25%;max-width:25%}.efbl-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-md-6{flex:0 0 50%;max-width:50%}.efbl-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-md-9{flex:0 0 75%;max-width:75%}.efbl-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-md-12{flex:0 0 100%;max-width:100%}.efbl-order-md-first{order:-1}.efbl-order-md-last{order:13}.efbl-order-md-0{order:0}.efbl-order-md-1{order:1}.efbl-order-md-2{order:2}.efbl-order-md-3{order:3}.efbl-order-md-4{order:4}.efbl-order-md-5{order:5}.efbl-order-md-6{order:6}.efbl-order-md-7{order:7}.efbl-order-md-8{order:8}.efbl-order-md-9{order:9}.efbl-order-md-10{order:10}.efbl-order-md-11{order:11}.efbl-order-md-12{order:12}.efbl-offset-md-0{margin-left:0}.efbl-offset-md-1{margin-left:8.3333333333%}.efbl-offset-md-2{margin-left:16.6666666667%}.efbl-offset-md-3{margin-left:25%}.efbl-offset-md-4{margin-left:33.3333333333%}.efbl-offset-md-5{margin-left:41.6666666667%}.efbl-offset-md-6{margin-left:50%}.efbl-offset-md-7{margin-left:58.3333333333%}.efbl-offset-md-8{margin-left:66.6666666667%}.efbl-offset-md-9{margin-left:75%}.efbl-offset-md-10{margin-left:83.3333333333%}.efbl-offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.efbl-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-lg-3{flex:0 0 25%;max-width:25%}.efbl-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-lg-6{flex:0 0 50%;max-width:50%}.efbl-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-lg-9{flex:0 0 75%;max-width:75%}.efbl-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-lg-12{flex:0 0 100%;max-width:100%}.efbl-order-lg-first{order:-1}.efbl-order-lg-last{order:13}.efbl-order-lg-0{order:0}.efbl-order-lg-1{order:1}.efbl-order-lg-2{order:2}.efbl-order-lg-3{order:3}.efbl-order-lg-4{order:4}.efbl-order-lg-5{order:5}.efbl-order-lg-6{order:6}.efbl-order-lg-7{order:7}.efbl-order-lg-8{order:8}.efbl-order-lg-9{order:9}.efbl-order-lg-10{order:10}.efbl-order-lg-11{order:11}.efbl-order-lg-12{order:12}.efbl-offset-lg-0{margin-left:0}.efbl-offset-lg-1{margin-left:8.3333333333%}.efbl-offset-lg-2{margin-left:16.6666666667%}.efbl-offset-lg-3{margin-left:25%}.efbl-offset-lg-4{margin-left:33.3333333333%}.efbl-offset-lg-5{margin-left:41.6666666667%}.efbl-offset-lg-6{margin-left:50%}.efbl-offset-lg-7{margin-left:58.3333333333%}.efbl-offset-lg-8{margin-left:66.6666666667%}.efbl-offset-lg-9{margin-left:75%}.efbl-offset-lg-10{margin-left:83.3333333333%}.efbl-offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.efbl-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-xl-3{flex:0 0 25%;max-width:25%}.efbl-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-xl-6{flex:0 0 50%;max-width:50%}.efbl-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-xl-9{flex:0 0 75%;max-width:75%}.efbl-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-xl-12{flex:0 0 100%;max-width:100%}.efbl-order-xl-first{order:-1}.efbl-order-xl-last{order:13}.efbl-order-xl-0{order:0}.efbl-order-xl-1{order:1}.efbl-order-xl-2{order:2}.efbl-order-xl-3{order:3}.efbl-order-xl-4{order:4}.efbl-order-xl-5{order:5}.efbl-order-xl-6{order:6}.efbl-order-xl-7{order:7}.efbl-order-xl-8{order:8}.efbl-order-xl-9{order:9}.efbl-order-xl-10{order:10}.efbl-order-xl-11{order:11}.efbl-order-xl-12{order:12}.efbl-offset-xl-0{margin-left:0}.efbl-offset-xl-1{margin-left:8.3333333333%}.efbl-offset-xl-2{margin-left:16.6666666667%}.efbl-offset-xl-3{margin-left:25%}.efbl-offset-xl-4{margin-left:33.3333333333%}.efbl-offset-xl-5{margin-left:41.6666666667%}.efbl-offset-xl-6{margin-left:50%}.efbl-offset-xl-7{margin-left:58.3333333333%}.efbl-offset-xl-8{margin-left:66.6666666667%}.efbl-offset-xl-9{margin-left:75%}.efbl-offset-xl-10{margin-left:83.3333333333%}.efbl-offset-xl-11{margin-left:91.6666666667%}}.efbl-align-baseline{vertical-align:baseline !important}.efbl-align-top{vertical-align:top !important}.efbl-align-middle{vertical-align:middle !important}.efbl-align-bottom{vertical-align:bottom !important}.efbl-align-text-bottom{vertical-align:text-bottom !important}.efbl-align-text-top{vertical-align:text-top !important}.efbl-clearfix::after{display:block;clear:both;content:""}.efbl-d-none{display:none !important}.efbl-d-inline{display:inline !important}.efbl-d-inline-block{display:inline-block !important}.efbl-d-block{display:block !important}.efbl-d-table{display:table !important}.efbl-d-table-row{display:table-row !important}.efbl-d-table-cell{display:table-cell !important}.efbl-d-flex,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons,.efbl_feeds_carousel .owl-nav button,.efbl_feeds_carousel .owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta,.efbl_header .efbl_header_inner_wrap{display:flex !important}.efbl-d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.efbl-d-sm-none{display:none !important}.efbl-d-sm-inline{display:inline !important}.efbl-d-sm-inline-block{display:inline-block !important}.efbl-d-sm-block{display:block !important}.efbl-d-sm-table{display:table !important}.efbl-d-sm-table-row{display:table-row !important}.efbl-d-sm-table-cell{display:table-cell !important}.efbl-d-sm-flex{display:flex !important}.efbl-d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.efbl-d-md-none{display:none !important}.efbl-d-md-inline{display:inline !important}.efbl-d-md-inline-block{display:inline-block !important}.efbl-d-md-block{display:block !important}.efbl-d-md-table{display:table !important}.efbl-d-md-table-row{display:table-row !important}.efbl-d-md-table-cell{display:table-cell !important}.efbl-d-md-flex{display:flex !important}.efbl-d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.efbl-d-lg-none{display:none !important}.efbl-d-lg-inline{display:inline !important}.efbl-d-lg-inline-block{display:inline-block !important}.efbl-d-lg-block{display:block !important}.efbl-d-lg-table{display:table !important}.efbl-d-lg-table-row{display:table-row !important}.efbl-d-lg-table-cell{display:table-cell !important}.efbl-d-lg-flex{display:flex !important}.efbl-d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.efbl-d-xl-none{display:none !important}.efbl-d-xl-inline{display:inline !important}.efbl-d-xl-inline-block{display:inline-block !important}.efbl-d-xl-block{display:block !important}.efbl-d-xl-table{display:table !important}.efbl-d-xl-table-row{display:table-row !important}.efbl-d-xl-table-cell{display:table-cell !important}.efbl-d-xl-flex{display:flex !important}.efbl-d-xl-inline-flex{display:inline-flex !important}}.efbl-flex-row{flex-direction:row !important}.efbl-flex-column,.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-d-flex,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-caption,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_popup_like,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>li,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl_feeds_carousel .efbl-grid-wrapper .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-grid-wrapper .efbl-post-footer>button,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_header_meta,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_cat,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_followers,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-verified-status,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer>.efbl-d-flex,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer>span,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-caption,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_popup_like,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer>li,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_likes_holder_icons,.efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer>button,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer>.owl-nav,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_inner_wrap,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_meta,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_cat,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_followers,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl-verified-status,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i{flex-direction:column !important}.efbl-flex-row-reverse{flex-direction:row-reverse !important}.efbl-flex-column-reverse{flex-direction:column-reverse !important}.efbl-flex-wrap,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{flex-wrap:wrap !important}.efbl-flex-nowrap{flex-wrap:nowrap !important}.efbl-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-start{justify-content:flex-start !important}.efbl-justify-content-end{justify-content:flex-end !important}.efbl-justify-content-center,.efbl_feeds_carousel .owl-nav{justify-content:center !important}.efbl-justify-content-between{justify-content:space-between !important}.efbl-justify-content-around{justify-content:space-around !important}.efbl-align-items-start{align-items:flex-start !important}.efbl-align-items-end{align-items:flex-end !important}.efbl-align-items-center,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li,.efbl_feeds_carousel .owl-nav button,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{align-items:center !important}.efbl-align-items-baseline{align-items:baseline !important}.efbl-align-items-stretch{align-items:stretch !important}.efbl-align-content-start{align-content:flex-start !important}.efbl-align-content-end{align-content:flex-end !important}.efbl-align-content-center{align-content:center !important}.efbl-align-content-between{align-content:space-between !important}.efbl-align-content-around{align-content:space-around !important}.efbl-align-content-stretch{align-content:stretch !important}.efbl-align-self-auto{align-self:auto !important}.efbl-align-self-start{align-self:flex-start !important}.efbl-align-self-end{align-self:flex-end !important}.efbl-align-self-center{align-self:center !important}.efbl-align-self-baseline{align-self:baseline !important}.efbl-align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.efbl-flex-sm-row{flex-direction:row !important}.efbl-flex-sm-column{flex-direction:column !important}.efbl-flex-sm-row-reverse{flex-direction:row-reverse !important}.efbl-flex-sm-column-reverse{flex-direction:column-reverse !important}.efbl-flex-sm-wrap{flex-wrap:wrap !important}.efbl-flex-sm-nowrap{flex-wrap:nowrap !important}.efbl-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-sm-start{justify-content:flex-start !important}.efbl-justify-content-sm-end{justify-content:flex-end !important}.efbl-justify-content-sm-center{justify-content:center !important}.efbl-justify-content-sm-between{justify-content:space-between !important}.efbl-justify-content-sm-around{justify-content:space-around !important}.efbl-align-items-sm-start{align-items:flex-start !important}.efbl-align-items-sm-end{align-items:flex-end !important}.efbl-align-items-sm-center{align-items:center !important}.efbl-align-items-sm-baseline{align-items:baseline !important}.efbl-align-items-sm-stretch{align-items:stretch !important}.efbl-align-content-sm-start{align-content:flex-start !important}.efbl-align-content-sm-end{align-content:flex-end !important}.efbl-align-content-sm-center{align-content:center !important}.efbl-align-content-sm-between{align-content:space-between !important}.efbl-align-content-sm-around{align-content:space-around !important}.efbl-align-content-sm-stretch{align-content:stretch !important}.efbl-align-self-sm-auto{align-self:auto !important}.efbl-align-self-sm-start{align-self:flex-start !important}.efbl-align-self-sm-end{align-self:flex-end !important}.efbl-align-self-sm-center{align-self:center !important}.efbl-align-self-sm-baseline{align-self:baseline !important}.efbl-align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.efbl-flex-md-row{flex-direction:row !important}.efbl-flex-md-column{flex-direction:column !important}.efbl-flex-md-row-reverse{flex-direction:row-reverse !important}.efbl-flex-md-column-reverse{flex-direction:column-reverse !important}.efbl-flex-md-wrap{flex-wrap:wrap !important}.efbl-flex-md-nowrap{flex-wrap:nowrap !important}.efbl-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-md-start{justify-content:flex-start !important}.efbl-justify-content-md-end{justify-content:flex-end !important}.efbl-justify-content-md-center{justify-content:center !important}.efbl-justify-content-md-between{justify-content:space-between !important}.efbl-justify-content-md-around{justify-content:space-around !important}.efbl-align-items-md-start{align-items:flex-start !important}.efbl-align-items-md-end{align-items:flex-end !important}.efbl-align-items-md-center{align-items:center !important}.efbl-align-items-md-baseline{align-items:baseline !important}.efbl-align-items-md-stretch{align-items:stretch !important}.efbl-align-content-md-start{align-content:flex-start !important}.efbl-align-content-md-end{align-content:flex-end !important}.efbl-align-content-md-center{align-content:center !important}.efbl-align-content-md-between{align-content:space-between !important}.efbl-align-content-md-around{align-content:space-around !important}.efbl-align-content-md-stretch{align-content:stretch !important}.efbl-align-self-md-auto{align-self:auto !important}.efbl-align-self-md-start{align-self:flex-start !important}.efbl-align-self-md-end{align-self:flex-end !important}.efbl-align-self-md-center{align-self:center !important}.efbl-align-self-md-baseline{align-self:baseline !important}.efbl-align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.efbl-flex-lg-row{flex-direction:row !important}.efbl-flex-lg-column{flex-direction:column !important}.efbl-flex-lg-row-reverse{flex-direction:row-reverse !important}.efbl-flex-lg-column-reverse{flex-direction:column-reverse !important}.efbl-flex-lg-wrap{flex-wrap:wrap !important}.efbl-flex-lg-nowrap{flex-wrap:nowrap !important}.efbl-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-lg-start{justify-content:flex-start !important}.efbl-justify-content-lg-end{justify-content:flex-end !important}.efbl-justify-content-lg-center{justify-content:center !important}.efbl-justify-content-lg-between{justify-content:space-between !important}.efbl-justify-content-lg-around{justify-content:space-around !important}.efbl-align-items-lg-start{align-items:flex-start !important}.efbl-align-items-lg-end{align-items:flex-end !important}.efbl-align-items-lg-center{align-items:center !important}.efbl-align-items-lg-baseline{align-items:baseline !important}.efbl-align-items-lg-stretch{align-items:stretch !important}.efbl-align-content-lg-start{align-content:flex-start !important}.efbl-align-content-lg-end{align-content:flex-end !important}.efbl-align-content-lg-center{align-content:center !important}.efbl-align-content-lg-between{align-content:space-between !important}.efbl-align-content-lg-around{align-content:space-around !important}.efbl-align-content-lg-stretch{align-content:stretch !important}.efbl-align-self-lg-auto{align-self:auto !important}.efbl-align-self-lg-start{align-self:flex-start !important}.efbl-align-self-lg-end{align-self:flex-end !important}.efbl-align-self-lg-center{align-self:center !important}.efbl-align-self-lg-baseline{align-self:baseline !important}.efbl-align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.efbl-flex-xl-row{flex-direction:row !important}.efbl-flex-xl-column{flex-direction:column !important}.efbl-flex-xl-row-reverse{flex-direction:row-reverse !important}.efbl-flex-xl-column-reverse{flex-direction:column-reverse !important}.efbl-flex-xl-wrap{flex-wrap:wrap !important}.efbl-flex-xl-nowrap{flex-wrap:nowrap !important}.efbl-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-xl-start{justify-content:flex-start !important}.efbl-justify-content-xl-end{justify-content:flex-end !important}.efbl-justify-content-xl-center{justify-content:center !important}.efbl-justify-content-xl-between{justify-content:space-between !important}.efbl-justify-content-xl-around{justify-content:space-around !important}.efbl-align-items-xl-start{align-items:flex-start !important}.efbl-align-items-xl-end{align-items:flex-end !important}.efbl-align-items-xl-center{align-items:center !important}.efbl-align-items-xl-baseline{align-items:baseline !important}.efbl-align-items-xl-stretch{align-items:stretch !important}.efbl-align-content-xl-start{align-content:flex-start !important}.efbl-align-content-xl-end{align-content:flex-end !important}.efbl-align-content-xl-center{align-content:center !important}.efbl-align-content-xl-between{align-content:space-between !important}.efbl-align-content-xl-around{align-content:space-around !important}.efbl-align-content-xl-stretch{align-content:stretch !important}.efbl-align-self-xl-auto{align-self:auto !important}.efbl-align-self-xl-start{align-self:flex-start !important}.efbl-align-self-xl-end{align-self:flex-end !important}.efbl-align-self-xl-center{align-self:center !important}.efbl-align-self-xl-baseline{align-self:baseline !important}.efbl-align-self-xl-stretch{align-self:stretch !important}}.efbl-float-left{float:left !important}.efbl-float-right{float:right !important}.efbl-float-none{float:none !important}@media(min-width: 576px){.efbl-float-sm-left{float:left !important}.efbl-float-sm-right{float:right !important}.efbl-float-sm-none{float:none !important}}@media(min-width: 768px){.efbl-float-md-left{float:left !important}.efbl-float-md-right{float:right !important}.efbl-float-md-none{float:none !important}}@media(min-width: 992px){.efbl-float-lg-left{float:left !important}.efbl-float-lg-right{float:right !important}.efbl-float-lg-none{float:none !important}}@media(min-width: 1200px){.efbl-float-xl-left{float:left !important}.efbl-float-xl-right{float:right !important}.efbl-float-xl-none{float:none !important}}.efbl-position-static{position:static !important}.efbl-position-relative{position:relative !important}.efbl-position-absolute{position:absolute !important}.efbl-position-fixed{position:fixed !important}.efbl-position-sticky{position:sticky !important}.efbl-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.efbl-fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.efbl-sticky-top{position:sticky;top:0;z-index:1020}}.efbl-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.efbl-sr-only-focusable:active,.efbl-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.efbl-w-25{width:25% !important}.efbl-w-50{width:50% !important}.efbl-w-75{width:75% !important}.efbl-w-100{width:100% !important}.efbl-h-25{height:25% !important}.efbl-h-50{height:50% !important}.efbl-h-75{height:75% !important}.efbl-h-100{height:100% !important}.efbl-mw-100{max-width:100% !important}.efbl-mh-100{max-height:100% !important}.efbl-m-0{margin:0 !important}.efbl-mt-0,.efbl-my-0{margin-top:0 !important}.efbl-mr-0,.efbl-mx-0{margin-right:0 !important}.efbl-mb-0,.efbl-my-0{margin-bottom:0 !important}.efbl-ml-0,.efbl-mx-0{margin-left:0 !important}.efbl-m-1{margin:.25rem !important}.efbl-mt-1,.efbl-my-1{margin-top:.25rem !important}.efbl-mr-1,.efbl-mx-1{margin-right:.25rem !important}.efbl-mb-1,.efbl-my-1{margin-bottom:.25rem !important}.efbl-ml-1,.efbl-mx-1{margin-left:.25rem !important}.efbl-m-2{margin:.5rem !important}.efbl-mt-2,.efbl-my-2{margin-top:.5rem !important}.efbl-mr-2,.efbl-mx-2{margin-right:.5rem !important}.efbl-mb-2,.efbl-my-2{margin-bottom:.5rem !important}.efbl-ml-2,.efbl-mx-2{margin-left:.5rem !important}.efbl-m-3{margin:1rem !important}.efbl-mt-3,.efbl-my-3{margin-top:1rem !important}.efbl-mr-3,.efbl-mx-3{margin-right:1rem !important}.efbl-mb-3,.efbl-my-3{margin-bottom:1rem !important}.efbl-ml-3,.efbl-mx-3{margin-left:1rem !important}.efbl-m-4{margin:1.5rem !important}.efbl-mt-4,.efbl-my-4{margin-top:1.5rem !important}.efbl-mr-4,.efbl-mx-4{margin-right:1.5rem !important}.efbl-mb-4,.efbl-my-4{margin-bottom:1.5rem !important}.efbl-ml-4,.efbl-mx-4{margin-left:1.5rem !important}.efbl-m-5{margin:3rem !important}.efbl-mt-5,.efbl-my-5{margin-top:3rem !important}.efbl-mr-5,.efbl-mx-5{margin-right:3rem !important}.efbl-mb-5,.efbl-my-5{margin-bottom:3rem !important}.efbl-ml-5,.efbl-mx-5{margin-left:3rem !important}.efbl-p-0{padding:0 !important}.efbl-pt-0,.efbl-py-0{padding-top:0 !important}.efbl-pr-0,.efbl-px-0{padding-right:0 !important}.efbl-pb-0,.efbl-py-0{padding-bottom:0 !important}.efbl-pl-0,.efbl-px-0{padding-left:0 !important}.efbl-p-1{padding:.25rem !important}.efbl-pt-1,.efbl-py-1{padding-top:.25rem !important}.efbl-pr-1,.efbl-px-1{padding-right:.25rem !important}.efbl-pb-1,.efbl-py-1{padding-bottom:.25rem !important}.efbl-pl-1,.efbl-px-1{padding-left:.25rem !important}.efbl-p-2{padding:.5rem !important}.efbl-pt-2,.efbl-py-2{padding-top:.5rem !important}.efbl-pr-2,.efbl-px-2{padding-right:.5rem !important}.efbl-pb-2,.efbl-py-2{padding-bottom:.5rem !important}.efbl-pl-2,.efbl-px-2{padding-left:.5rem !important}.efbl-p-3{padding:1rem !important}.efbl-pt-3,.efbl-py-3{padding-top:1rem !important}.efbl-pr-3,.efbl-px-3{padding-right:1rem !important}.efbl-pb-3,.efbl-py-3{padding-bottom:1rem !important}.efbl-pl-3,.efbl-px-3{padding-left:1rem !important}.efbl-p-4{padding:1.5rem !important}.efbl-pt-4,.efbl-py-4{padding-top:1.5rem !important}.efbl-pr-4,.efbl-px-4{padding-right:1.5rem !important}.efbl-pb-4,.efbl-py-4{padding-bottom:1.5rem !important}.efbl-pl-4,.efbl-px-4{padding-left:1.5rem !important}.efbl-p-5{padding:3rem !important}.efbl-pt-5,.efbl-py-5{padding-top:3rem !important}.efbl-pr-5,.efbl-px-5{padding-right:3rem !important}.efbl-pb-5,.efbl-py-5{padding-bottom:3rem !important}.efbl-pl-5,.efbl-px-5{padding-left:3rem !important}.efbl-m-auto{margin:auto !important}.efbl-mt-auto,.efbl-my-auto{margin-top:auto !important}.efbl-mr-auto,.efbl-mx-auto{margin-right:auto !important}.efbl-mb-auto,.efbl-my-auto{margin-bottom:auto !important}.efbl-ml-auto,.efbl-mx-auto{margin-left:auto !important}@media(min-width: 576px){.efbl-m-sm-0{margin:0 !important}.efbl-mt-sm-0,.efbl-my-sm-0{margin-top:0 !important}.efbl-mr-sm-0,.efbl-mx-sm-0{margin-right:0 !important}.efbl-mb-sm-0,.efbl-my-sm-0{margin-bottom:0 !important}.efbl-ml-sm-0,.efbl-mx-sm-0{margin-left:0 !important}.efbl-m-sm-1{margin:.25rem !important}.efbl-mt-sm-1,.efbl-my-sm-1{margin-top:.25rem !important}.efbl-mr-sm-1,.efbl-mx-sm-1{margin-right:.25rem !important}.efbl-mb-sm-1,.efbl-my-sm-1{margin-bottom:.25rem !important}.efbl-ml-sm-1,.efbl-mx-sm-1{margin-left:.25rem !important}.efbl-m-sm-2{margin:.5rem !important}.efbl-mt-sm-2,.efbl-my-sm-2{margin-top:.5rem !important}.efbl-mr-sm-2,.efbl-mx-sm-2{margin-right:.5rem !important}.efbl-mb-sm-2,.efbl-my-sm-2{margin-bottom:.5rem !important}.efbl-ml-sm-2,.efbl-mx-sm-2{margin-left:.5rem !important}.efbl-m-sm-3{margin:1rem !important}.efbl-mt-sm-3,.efbl-my-sm-3{margin-top:1rem !important}.efbl-mr-sm-3,.efbl-mx-sm-3{margin-right:1rem !important}.efbl-mb-sm-3,.efbl-my-sm-3{margin-bottom:1rem !important}.efbl-ml-sm-3,.efbl-mx-sm-3{margin-left:1rem !important}.efbl-m-sm-4{margin:1.5rem !important}.efbl-mt-sm-4,.efbl-my-sm-4{margin-top:1.5rem !important}.efbl-mr-sm-4,.efbl-mx-sm-4{margin-right:1.5rem !important}.efbl-mb-sm-4,.efbl-my-sm-4{margin-bottom:1.5rem !important}.efbl-ml-sm-4,.efbl-mx-sm-4{margin-left:1.5rem !important}.efbl-m-sm-5{margin:3rem !important}.efbl-mt-sm-5,.efbl-my-sm-5{margin-top:3rem !important}.efbl-mr-sm-5,.efbl-mx-sm-5{margin-right:3rem !important}.efbl-mb-sm-5,.efbl-my-sm-5{margin-bottom:3rem !important}.efbl-ml-sm-5,.efbl-mx-sm-5{margin-left:3rem !important}.efbl-p-sm-0{padding:0 !important}.efbl-pt-sm-0,.efbl-py-sm-0{padding-top:0 !important}.efbl-pr-sm-0,.efbl-px-sm-0{padding-right:0 !important}.efbl-pb-sm-0,.efbl-py-sm-0{padding-bottom:0 !important}.efbl-pl-sm-0,.efbl-px-sm-0{padding-left:0 !important}.efbl-p-sm-1{padding:.25rem !important}.efbl-pt-sm-1,.efbl-py-sm-1{padding-top:.25rem !important}.efbl-pr-sm-1,.efbl-px-sm-1{padding-right:.25rem !important}.efbl-pb-sm-1,.efbl-py-sm-1{padding-bottom:.25rem !important}.efbl-pl-sm-1,.efbl-px-sm-1{padding-left:.25rem !important}.efbl-p-sm-2{padding:.5rem !important}.efbl-pt-sm-2,.efbl-py-sm-2{padding-top:.5rem !important}.efbl-pr-sm-2,.efbl-px-sm-2{padding-right:.5rem !important}.efbl-pb-sm-2,.efbl-py-sm-2{padding-bottom:.5rem !important}.efbl-pl-sm-2,.efbl-px-sm-2{padding-left:.5rem !important}.efbl-p-sm-3{padding:1rem !important}.efbl-pt-sm-3,.efbl-py-sm-3{padding-top:1rem !important}.efbl-pr-sm-3,.efbl-px-sm-3{padding-right:1rem !important}.efbl-pb-sm-3,.efbl-py-sm-3{padding-bottom:1rem !important}.efbl-pl-sm-3,.efbl-px-sm-3{padding-left:1rem !important}.efbl-p-sm-4{padding:1.5rem !important}.efbl-pt-sm-4,.efbl-py-sm-4{padding-top:1.5rem !important}.efbl-pr-sm-4,.efbl-px-sm-4{padding-right:1.5rem !important}.efbl-pb-sm-4,.efbl-py-sm-4{padding-bottom:1.5rem !important}.efbl-pl-sm-4,.efbl-px-sm-4{padding-left:1.5rem !important}.efbl-p-sm-5{padding:3rem !important}.efbl-pt-sm-5,.efbl-py-sm-5{padding-top:3rem !important}.efbl-pr-sm-5,.efbl-px-sm-5{padding-right:3rem !important}.efbl-pb-sm-5,.efbl-py-sm-5{padding-bottom:3rem !important}.efbl-pl-sm-5,.efbl-px-sm-5{padding-left:3rem !important}.efbl-m-sm-auto{margin:auto !important}.efbl-mt-sm-auto,.efbl-my-sm-auto{margin-top:auto !important}.efbl-mr-sm-auto,.efbl-mx-sm-auto{margin-right:auto !important}.efbl-mb-sm-auto,.efbl-my-sm-auto{margin-bottom:auto !important}.efbl-ml-sm-auto,.efbl-mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.efbl-m-md-0{margin:0 !important}.efbl-mt-md-0,.efbl-my-md-0{margin-top:0 !important}.efbl-mr-md-0,.efbl-mx-md-0{margin-right:0 !important}.efbl-mb-md-0,.efbl-my-md-0{margin-bottom:0 !important}.efbl-ml-md-0,.efbl-mx-md-0{margin-left:0 !important}.efbl-m-md-1{margin:.25rem !important}.efbl-mt-md-1,.efbl-my-md-1{margin-top:.25rem !important}.efbl-mr-md-1,.efbl-mx-md-1{margin-right:.25rem !important}.efbl-mb-md-1,.efbl-my-md-1{margin-bottom:.25rem !important}.efbl-ml-md-1,.efbl-mx-md-1{margin-left:.25rem !important}.efbl-m-md-2{margin:.5rem !important}.efbl-mt-md-2,.efbl-my-md-2{margin-top:.5rem !important}.efbl-mr-md-2,.efbl-mx-md-2{margin-right:.5rem !important}.efbl-mb-md-2,.efbl-my-md-2{margin-bottom:.5rem !important}.efbl-ml-md-2,.efbl-mx-md-2{margin-left:.5rem !important}.efbl-m-md-3{margin:1rem !important}.efbl-mt-md-3,.efbl-my-md-3{margin-top:1rem !important}.efbl-mr-md-3,.efbl-mx-md-3{margin-right:1rem !important}.efbl-mb-md-3,.efbl-my-md-3{margin-bottom:1rem !important}.efbl-ml-md-3,.efbl-mx-md-3{margin-left:1rem !important}.efbl-m-md-4{margin:1.5rem !important}.efbl-mt-md-4,.efbl-my-md-4{margin-top:1.5rem !important}.efbl-mr-md-4,.efbl-mx-md-4{margin-right:1.5rem !important}.efbl-mb-md-4,.efbl-my-md-4{margin-bottom:1.5rem !important}.efbl-ml-md-4,.efbl-mx-md-4{margin-left:1.5rem !important}.efbl-m-md-5{margin:3rem !important}.efbl-mt-md-5,.efbl-my-md-5{margin-top:3rem !important}.efbl-mr-md-5,.efbl-mx-md-5{margin-right:3rem !important}.efbl-mb-md-5,.efbl-my-md-5{margin-bottom:3rem !important}.efbl-ml-md-5,.efbl-mx-md-5{margin-left:3rem !important}.efbl-p-md-0{padding:0 !important}.efbl-pt-md-0,.efbl-py-md-0{padding-top:0 !important}.efbl-pr-md-0,.efbl-px-md-0{padding-right:0 !important}.efbl-pb-md-0,.efbl-py-md-0{padding-bottom:0 !important}.efbl-pl-md-0,.efbl-px-md-0{padding-left:0 !important}.efbl-p-md-1{padding:.25rem !important}.efbl-pt-md-1,.efbl-py-md-1{padding-top:.25rem !important}.efbl-pr-md-1,.efbl-px-md-1{padding-right:.25rem !important}.efbl-pb-md-1,.efbl-py-md-1{padding-bottom:.25rem !important}.efbl-pl-md-1,.efbl-px-md-1{padding-left:.25rem !important}.efbl-p-md-2{padding:.5rem !important}.efbl-pt-md-2,.efbl-py-md-2{padding-top:.5rem !important}.efbl-pr-md-2,.efbl-px-md-2{padding-right:.5rem !important}.efbl-pb-md-2,.efbl-py-md-2{padding-bottom:.5rem !important}.efbl-pl-md-2,.efbl-px-md-2{padding-left:.5rem !important}.efbl-p-md-3{padding:1rem !important}.efbl-pt-md-3,.efbl-py-md-3{padding-top:1rem !important}.efbl-pr-md-3,.efbl-px-md-3{padding-right:1rem !important}.efbl-pb-md-3,.efbl-py-md-3{padding-bottom:1rem !important}.efbl-pl-md-3,.efbl-px-md-3{padding-left:1rem !important}.efbl-p-md-4{padding:1.5rem !important}.efbl-pt-md-4,.efbl-py-md-4{padding-top:1.5rem !important}.efbl-pr-md-4,.efbl-px-md-4{padding-right:1.5rem !important}.efbl-pb-md-4,.efbl-py-md-4{padding-bottom:1.5rem !important}.efbl-pl-md-4,.efbl-px-md-4{padding-left:1.5rem !important}.efbl-p-md-5{padding:3rem !important}.efbl-pt-md-5,.efbl-py-md-5{padding-top:3rem !important}.efbl-pr-md-5,.efbl-px-md-5{padding-right:3rem !important}.efbl-pb-md-5,.efbl-py-md-5{padding-bottom:3rem !important}.efbl-pl-md-5,.efbl-px-md-5{padding-left:3rem !important}.efbl-m-md-auto{margin:auto !important}.efbl-mt-md-auto,.efbl-my-md-auto{margin-top:auto !important}.efbl-mr-md-auto,.efbl-mx-md-auto{margin-right:auto !important}.efbl-mb-md-auto,.efbl-my-md-auto{margin-bottom:auto !important}.efbl-ml-md-auto,.efbl-mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.efbl-m-lg-0{margin:0 !important}.efbl-mt-lg-0,.efbl-my-lg-0{margin-top:0 !important}.efbl-mr-lg-0,.efbl-mx-lg-0{margin-right:0 !important}.efbl-mb-lg-0,.efbl-my-lg-0{margin-bottom:0 !important}.efbl-ml-lg-0,.efbl-mx-lg-0{margin-left:0 !important}.efbl-m-lg-1{margin:.25rem !important}.efbl-mt-lg-1,.efbl-my-lg-1{margin-top:.25rem !important}.efbl-mr-lg-1,.efbl-mx-lg-1{margin-right:.25rem !important}.efbl-mb-lg-1,.efbl-my-lg-1{margin-bottom:.25rem !important}.efbl-ml-lg-1,.efbl-mx-lg-1{margin-left:.25rem !important}.efbl-m-lg-2{margin:.5rem !important}.efbl-mt-lg-2,.efbl-my-lg-2{margin-top:.5rem !important}.efbl-mr-lg-2,.efbl-mx-lg-2{margin-right:.5rem !important}.efbl-mb-lg-2,.efbl-my-lg-2{margin-bottom:.5rem !important}.efbl-ml-lg-2,.efbl-mx-lg-2{margin-left:.5rem !important}.efbl-m-lg-3{margin:1rem !important}.efbl-mt-lg-3,.efbl-my-lg-3{margin-top:1rem !important}.efbl-mr-lg-3,.efbl-mx-lg-3{margin-right:1rem !important}.efbl-mb-lg-3,.efbl-my-lg-3{margin-bottom:1rem !important}.efbl-ml-lg-3,.efbl-mx-lg-3{margin-left:1rem !important}.efbl-m-lg-4{margin:1.5rem !important}.efbl-mt-lg-4,.efbl-my-lg-4{margin-top:1.5rem !important}.efbl-mr-lg-4,.efbl-mx-lg-4{margin-right:1.5rem !important}.efbl-mb-lg-4,.efbl-my-lg-4{margin-bottom:1.5rem !important}.efbl-ml-lg-4,.efbl-mx-lg-4{margin-left:1.5rem !important}.efbl-m-lg-5{margin:3rem !important}.efbl-mt-lg-5,.efbl-my-lg-5{margin-top:3rem !important}.efbl-mr-lg-5,.efbl-mx-lg-5{margin-right:3rem !important}.efbl-mb-lg-5,.efbl-my-lg-5{margin-bottom:3rem !important}.efbl-ml-lg-5,.efbl-mx-lg-5{margin-left:3rem !important}.efbl-p-lg-0{padding:0 !important}.efbl-pt-lg-0,.efbl-py-lg-0{padding-top:0 !important}.efbl-pr-lg-0,.efbl-px-lg-0{padding-right:0 !important}.efbl-pb-lg-0,.efbl-py-lg-0{padding-bottom:0 !important}.efbl-pl-lg-0,.efbl-px-lg-0{padding-left:0 !important}.efbl-p-lg-1{padding:.25rem !important}.efbl-pt-lg-1,.efbl-py-lg-1{padding-top:.25rem !important}.efbl-pr-lg-1,.efbl-px-lg-1{padding-right:.25rem !important}.efbl-pb-lg-1,.efbl-py-lg-1{padding-bottom:.25rem !important}.efbl-pl-lg-1,.efbl-px-lg-1{padding-left:.25rem !important}.efbl-p-lg-2{padding:.5rem !important}.efbl-pt-lg-2,.efbl-py-lg-2{padding-top:.5rem !important}.efbl-pr-lg-2,.efbl-px-lg-2{padding-right:.5rem !important}.efbl-pb-lg-2,.efbl-py-lg-2{padding-bottom:.5rem !important}.efbl-pl-lg-2,.efbl-px-lg-2{padding-left:.5rem !important}.efbl-p-lg-3{padding:1rem !important}.efbl-pt-lg-3,.efbl-py-lg-3{padding-top:1rem !important}.efbl-pr-lg-3,.efbl-px-lg-3{padding-right:1rem !important}.efbl-pb-lg-3,.efbl-py-lg-3{padding-bottom:1rem !important}.efbl-pl-lg-3,.efbl-px-lg-3{padding-left:1rem !important}.efbl-p-lg-4{padding:1.5rem !important}.efbl-pt-lg-4,.efbl-py-lg-4{padding-top:1.5rem !important}.efbl-pr-lg-4,.efbl-px-lg-4{padding-right:1.5rem !important}.efbl-pb-lg-4,.efbl-py-lg-4{padding-bottom:1.5rem !important}.efbl-pl-lg-4,.efbl-px-lg-4{padding-left:1.5rem !important}.efbl-p-lg-5{padding:3rem !important}.efbl-pt-lg-5,.efbl-py-lg-5{padding-top:3rem !important}.efbl-pr-lg-5,.efbl-px-lg-5{padding-right:3rem !important}.efbl-pb-lg-5,.efbl-py-lg-5{padding-bottom:3rem !important}.efbl-pl-lg-5,.efbl-px-lg-5{padding-left:3rem !important}.efbl-m-lg-auto{margin:auto !important}.efbl-mt-lg-auto,.efbl-my-lg-auto{margin-top:auto !important}.efbl-mr-lg-auto,.efbl-mx-lg-auto{margin-right:auto !important}.efbl-mb-lg-auto,.efbl-my-lg-auto{margin-bottom:auto !important}.efbl-ml-lg-auto,.efbl-mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.efbl-m-xl-0{margin:0 !important}.efbl-mt-xl-0,.efbl-my-xl-0{margin-top:0 !important}.efbl-mr-xl-0,.efbl-mx-xl-0{margin-right:0 !important}.efbl-mb-xl-0,.efbl-my-xl-0{margin-bottom:0 !important}.efbl-ml-xl-0,.efbl-mx-xl-0{margin-left:0 !important}.efbl-m-xl-1{margin:.25rem !important}.efbl-mt-xl-1,.efbl-my-xl-1{margin-top:.25rem !important}.efbl-mr-xl-1,.efbl-mx-xl-1{margin-right:.25rem !important}.efbl-mb-xl-1,.efbl-my-xl-1{margin-bottom:.25rem !important}.efbl-ml-xl-1,.efbl-mx-xl-1{margin-left:.25rem !important}.efbl-m-xl-2{margin:.5rem !important}.efbl-mt-xl-2,.efbl-my-xl-2{margin-top:.5rem !important}.efbl-mr-xl-2,.efbl-mx-xl-2{margin-right:.5rem !important}.efbl-mb-xl-2,.efbl-my-xl-2{margin-bottom:.5rem !important}.efbl-ml-xl-2,.efbl-mx-xl-2{margin-left:.5rem !important}.efbl-m-xl-3{margin:1rem !important}.efbl-mt-xl-3,.efbl-my-xl-3{margin-top:1rem !important}.efbl-mr-xl-3,.efbl-mx-xl-3{margin-right:1rem !important}.efbl-mb-xl-3,.efbl-my-xl-3{margin-bottom:1rem !important}.efbl-ml-xl-3,.efbl-mx-xl-3{margin-left:1rem !important}.efbl-m-xl-4{margin:1.5rem !important}.efbl-mt-xl-4,.efbl-my-xl-4{margin-top:1.5rem !important}.efbl-mr-xl-4,.efbl-mx-xl-4{margin-right:1.5rem !important}.efbl-mb-xl-4,.efbl-my-xl-4{margin-bottom:1.5rem !important}.efbl-ml-xl-4,.efbl-mx-xl-4{margin-left:1.5rem !important}.efbl-m-xl-5{margin:3rem !important}.efbl-mt-xl-5,.efbl-my-xl-5{margin-top:3rem !important}.efbl-mr-xl-5,.efbl-mx-xl-5{margin-right:3rem !important}.efbl-mb-xl-5,.efbl-my-xl-5{margin-bottom:3rem !important}.efbl-ml-xl-5,.efbl-mx-xl-5{margin-left:3rem !important}.efbl-p-xl-0{padding:0 !important}.efbl-pt-xl-0,.efbl-py-xl-0{padding-top:0 !important}.efbl-pr-xl-0,.efbl-px-xl-0{padding-right:0 !important}.efbl-pb-xl-0,.efbl-py-xl-0{padding-bottom:0 !important}.efbl-pl-xl-0,.efbl-px-xl-0{padding-left:0 !important}.efbl-p-xl-1{padding:.25rem !important}.efbl-pt-xl-1,.efbl-py-xl-1{padding-top:.25rem !important}.efbl-pr-xl-1,.efbl-px-xl-1{padding-right:.25rem !important}.efbl-pb-xl-1,.efbl-py-xl-1{padding-bottom:.25rem !important}.efbl-pl-xl-1,.efbl-px-xl-1{padding-left:.25rem !important}.efbl-p-xl-2{padding:.5rem !important}.efbl-pt-xl-2,.efbl-py-xl-2{padding-top:.5rem !important}.efbl-pr-xl-2,.efbl-px-xl-2{padding-right:.5rem !important}.efbl-pb-xl-2,.efbl-py-xl-2{padding-bottom:.5rem !important}.efbl-pl-xl-2,.efbl-px-xl-2{padding-left:.5rem !important}.efbl-p-xl-3{padding:1rem !important}.efbl-pt-xl-3,.efbl-py-xl-3{padding-top:1rem !important}.efbl-pr-xl-3,.efbl-px-xl-3{padding-right:1rem !important}.efbl-pb-xl-3,.efbl-py-xl-3{padding-bottom:1rem !important}.efbl-pl-xl-3,.efbl-px-xl-3{padding-left:1rem !important}.efbl-p-xl-4{padding:1.5rem !important}.efbl-pt-xl-4,.efbl-py-xl-4{padding-top:1.5rem !important}.efbl-pr-xl-4,.efbl-px-xl-4{padding-right:1.5rem !important}.efbl-pb-xl-4,.efbl-py-xl-4{padding-bottom:1.5rem !important}.efbl-pl-xl-4,.efbl-px-xl-4{padding-left:1.5rem !important}.efbl-p-xl-5{padding:3rem !important}.efbl-pt-xl-5,.efbl-py-xl-5{padding-top:3rem !important}.efbl-pr-xl-5,.efbl-px-xl-5{padding-right:3rem !important}.efbl-pb-xl-5,.efbl-py-xl-5{padding-bottom:3rem !important}.efbl-pl-xl-5,.efbl-px-xl-5{padding-left:3rem !important}.efbl-m-xl-auto{margin:auto !important}.efbl-mt-xl-auto,.efbl-my-xl-auto{margin-top:auto !important}.efbl-mr-xl-auto,.efbl-mx-xl-auto{margin-right:auto !important}.efbl-mb-xl-auto,.efbl-my-xl-auto{margin-bottom:auto !important}.efbl-ml-xl-auto,.efbl-mx-xl-auto{margin-left:auto !important}}.efbl-text-justify{text-align:justify !important}.efbl-text-nowrap{white-space:nowrap !important}.efbl-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.efbl-text-left{text-align:left !important}.efbl-text-right{text-align:right !important}.efbl-text-center{text-align:center !important}@media(min-width: 576px){.efbl-text-sm-left{text-align:left !important}.efbl-text-sm-right{text-align:right !important}.efbl-text-sm-center{text-align:center !important}}@media(min-width: 768px){.efbl-text-md-left{text-align:left !important}.efbl-text-md-right{text-align:right !important}.efbl-text-md-center{text-align:center !important}}@media(min-width: 992px){.efbl-text-lg-left{text-align:left !important}.efbl-text-lg-right{text-align:right !important}.efbl-text-lg-center{text-align:center !important}}@media(min-width: 1200px){.efbl-text-xl-left{text-align:left !important}.efbl-text-xl-right{text-align:right !important}.efbl-text-xl-center{text-align:center !important}}.efbl-text-lowercase{text-transform:lowercase !important}.efbl-text-uppercase{text-transform:uppercase !important}.efbl-text-capitalize{text-transform:capitalize !important}.efbl-visible{visibility:visible !important}.efbl-invisible{visibility:hidden !important}.efbl_feed_wraper{width:100%;margin:0 auto;padding:0;text-align:left}.fancybox-slide .efbl-popup{padding:0 !important}.efbl_header{padding:10px 0;margin-bottom:10px}.efbl_header .efbl_header_inner_wrap .efbl_header_img{min-width:60px;max-width:60px;padding-right:15px}.efbl_header .efbl_header_inner_wrap .efbl_header_img img{width:100%}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{margin-bottom:10px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title{padding-right:15px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title h4{margin:0;font-size:inherit}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status{padding-right:10px;font-size:14px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i{margin-right:5px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status{margin-left:-10px;margin-top:-2px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .icon-esf-check:before{background:#2e77f2;border-radius:50%;padding:3px;font-size:10px;color:#fff}@media(max-width: 991px){.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title{width:100%;max-width:100%;min-width:100%;padding-right:0;margin-bottom:5px}}.efbl_load_more_holder{text-align:center}.efbl_load_more_btn{padding:8px 15px;text-decoration:none !important;border-radius:5px;font-size:14px;margin:20px auto}.efbl_load_more_btn:focus{outline:none !important;background:none !important}#efblcf_holder .efbl_popup_left_container{background:#fff}.efbl-halfwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border-right:#dee2e6 solid 1px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important;margin-bottom:0 !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;font-weight:normal;font-family:initial;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-halfwidth-skin .efbl-feed-content .description,.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-halfwidth-skin .efbl-feed-content .description>*,.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border:none;margin-bottom:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-thumbnail-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border-right:#dee2e6 solid 1px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px;padding:0}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-thumbnail-skin .efbl-feed-content .description,.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-thumbnail-skin .efbl-feed-content .description>*,.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border:none;margin-bottom:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-fullwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{margin-bottom:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-fullwidth-skin .efbl-feed-content .description,.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-fullwidth-skin .efbl-feed-content .description>*,.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-masonry-skin .brick{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.efbl-masonry-skin .brick .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl-masonry-skin .brick .efbl-shared-content-holder>a{margin-bottom:15px;display:block}.efbl-masonry-skin .brick .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i{margin-right:3px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:16px;margin:0px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-masonry-skin .efbl-feed-content .description,.efbl-masonry-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-masonry-skin .efbl-feed-content .description>*,.efbl-masonry-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-masonry-skin .brick .efbl-post-footer>.efbl-d-flex,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer>span,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-caption,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_popup_like,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer>li,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_likes_holder_icons,.efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer>button,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_inner_wrap,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_meta,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_cat,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_followers,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl-verified-status,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl_feeds_carousel .efbl-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-shared-content-holder>a{margin-bottom:15px;display:block}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:10px;cursor:pointer}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i{margin-right:3px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button,.efbl_feeds_carousel .efbl-feed-header>.owl-nav,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i{margin-bottom:10px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-image,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-image img,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img{width:100%}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-title h2,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2{font-size:16px;margin:0px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-title span,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl_feeds_carousel .efbl-feed-content .description,.efbl_feeds_carousel .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl_feeds_carousel .efbl-feed-content .description>*,.efbl_feeds_carousel .efbl-feed-content .efbl_link_text>*{font-size:14px}.efbl_feeds_carousel .owl-nav button{background:#d6d6d6 !important;height:40px;text-align:center;justify-content:center;width:40px;border-radius:3px}.efbl_feeds_carousel .owl-nav button:hover{color:#fff;background:#222 !important}.efbl_feeds_carousel .owl-nav button span{font-size:26px;padding-bottom:4px}.efbl-grid-skin .efbl-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:3px;margin-bottom:30px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup{display:block;position:relative;width:100%;padding-bottom:100%;background-position:center;background-size:cover;cursor:pointer}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder{color:#fff;padding:0 10px;text-align:center;margin-top:50%;transform:translate(0px, -50%)}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder p{color:#fff}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper{border:#37a0e6 solid 5px;padding:0}.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper .efbl-overlay{opacity:1}.efbl-media-carousel{position:relative;padding-bottom:100px;height:100%;display:inline-flex}.efbl-media-preview-section{display:inline-flex;height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important}.efbl-media-item{height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important;display:inline-flex}.efbl-media-item img{width:100%;height:auto;display:inline-block}.previewPortrait .efbl-media-item img{height:100% !important;width:auto !important;display:inline-block}.efbl-media-thumbnail-section{overflow-y:hidden;overflow-x:auto;position:absolute;left:0;bottom:0;height:100px;width:100%}.efbl-media-thumbnail-section-inner{display:inline-flex;align-items:center;justify-content:center;height:100px;min-width:100%}.efbl-media-thumbnail{height:100%;width:130px;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.fancybox-button svg{color:#fff}body .fancybox-container .efbl-likes-popup-holder{width:100%;max-width:500px;padding:0 !important;border-radius:5px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons{margin:0;padding:8.5px 10px;border-bottom:#dee2e6 solid 1px;list-style-type:none}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons #efbl_all_likes{padding-left:0px;margin-left:0px;border-left:0px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li{margin:0;padding:0}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a{cursor:pointer;text-decoration:none;font-size:16px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li{margin-top:0px;margin-left:10px;padding-left:10px;border-left:#dee2e6 solid 1px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li img{width:25px;height:25px;margin-right:5px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a{font-size:16px;margin-top:0px;cursor:pointer;text-decoration:none}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder{padding:10px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like{width:100%;position:relative;padding-top:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_popup_liker_img{widows:35px;height:35px;border-radius:50%}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_liker_name{font-size:16px;padding-left:20px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_reaction_bottom{position:absolute;left:25px;top:25px;width:20px;height:20px;border-radius:50%}.efbl-likes-popup-holder>h4{font-size:18px;margin:0;padding:13px 10px;border-bottom:#dee2e6 solid 1px;line-height:1}.efbl-likes-popup-holder .efbl_all_comments_holder{padding:10px}.efbl-likes-popup-holder .efbl_single_comment_holder{margin-bottom:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px;font-size:14px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-d-flex>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-likes-popup-holder .efbl_single_comment_holder span>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-caption>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap>a,.efbl_header .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_inner_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_meta>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_cat>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_followers>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-verified-status>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav>a,.efbl_feeds_carousel .efbl-likes-popup-holder .efbl_single_comment_holder .owl-nav>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav button>a,.efbl_feeds_carousel .owl-nav .efbl-likes-popup-holder .efbl_single_comment_holder button>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_single_comment_holder li>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li a>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_single_comment_holder a>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_reactions_holder .efbl_popup_like>a,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_single_comment_holder .efbl_popup_like>a{text-decoration:none;width:50px;max-width:50px;font-size:20px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_meta{font-size:12px;color:#6c757d;margin-top:5px;padding-left:33.6px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_attach_popup{margin-top:10px}.efbl-likes-popup-holder .efbl-write-comment{width:100%}.efbl-likes-popup-holder .efbl-write-comment a{text-decoration:none;font-size:16px}.efbl-post-detail *{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-post-detail{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-post-detail.previewPortrait{height:90%}.efbl-post-detail .efbl-d-columns-wrapper{display:flex;height:100%;margin-left:0 !important;margin-right:0 !important;position:relative;padding-right:400px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header{margin-bottom:15px;padding-top:15px;padding-right:40px;padding-left:15px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header h2{font-size:20px;margin:0px;padding:0}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-post-detail .efbl-d-columns-wrapper .efbl-image{background:#000;padding-right:0px;padding-left:0px;display:inline-flex}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption{height:100%;font-size:14px;width:100%;max-width:400px;position:absolute;right:0;top:0}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption::after{position:absolute;left:0;right:0;bottom:0;height:15px;content:"";background:#fff}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-detail-overflow{height:100%;overflow-y:auto;padding:15px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box{margin-top:15px;margin-bottom:15px;padding:10px;border-radius:5px;border:#dee2e6 solid 1px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span{color:#343a40;font-size:14px;margin-right:10px;cursor:pointer}.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i{margin-right:3px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list{margin-top:20px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap{margin-bottom:20px;padding-bottom:20px;border-bottom:#dee2e6 dashed 1px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl-comment-text{display:flex}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl-comment-text a{text-decoration:none !important;min-width:30px;display:inline-block}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl_comment_meta{margin-top:15px;font-size:12px;padding-left:30px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl_comment_meta span{margin-right:10px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap img{width:40px;height:40px;border-radius:50%;margin-right:15px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap p{margin-bottom:0px}.efbl-masonry{transition:all .5s ease-in-out;column-gap:10px;column-fill:initial;padding:15px 0}.efbl-masonry .brick{margin-bottom:10px;display:inline-block;vertical-align:top}.efbl-masonry .brick img{transition:all .5s ease-in-out;backface-visibility:hidden}.efbl-masonry .brick:hover img{opacity:.75}.efbl-coulmn-count-1{column-count:1}.efbl-coulmn-count-2{column-count:2}.efbl-coulmn-count-3{column-count:3}.efbl-coulmn-count-4{column-count:4}.efbl-ease05{-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}.efbl-ease03,html body .efbl-popup .efbl-scrollbtn::after,html body .efbl-popup .efbl-scrollbtn{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.efbl-total-album-images-style .efbl_albums_count,html body .efbl_feed_wraper .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count,html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count{font-size:17px;line-height:27px;vertical-align:top;display:inline-block}.efbl-total-album-images-style .efbl_albums_icon>.icon,html body .efbl_feed_wraper .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon>.icon,html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon>.icon{font-size:17px}.efbl_event_meta-style,html body .efbl-popup .efbl-caption .efbl-detail-overflow .efbl_event_meta,.efbl-halfwidth-skin .efbl_event_meta{border-left:1px solid #ccc;padding:10px;padding-bottom:5px}.efbl_layout_title-style,html body .efbl_feed_wraper .efbl-feed-content .efbl_event_title,html body .efbl_feed_wraper .efbl-feed-content .efbl_albums_title,html body .efbl_feed_wraper .efbl-feed-content .efbl_videos_title,html body .efbl-popup .efbl-caption .efbl_event_title,html body .efbl-popup .efbl-caption .efbl_albums_title,html body .efbl-popup .efbl-caption .efbl_videos_title{margin-top:0px;margin-bottom:20px}.efbl-profile-story-text-style,html body .efbl_feed_wraper .efbl_feeds_holder .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text,html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text{display:inline-block;font-weight:normal;font-style:normal;letter-spacing:0}.efbl-verified-status{display:inline-block}.efbl-verified-status .icon-esf-check:before{background:#2e77f2;border-radius:50%;padding:3px;font-size:10px;color:#fff}.efbl-empty-author-name-style,html body .efbl_feed_wraper .efbl_feeds_holder .efbl-profile-title .efbl-empty-author-name,html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-empty-author-name{height:10px;max-height:10px}.efbl_link_text_box,html body .efbl_feed_wraper .shared_story .efbl_link_text,html body .efbl-popup .efbl_link_text{border:1px solid #ccc;background:#f9f9f9;padding:10px;padding-bottom:5px;margin-left:0px}.efbl_feed_wraper .icon-esf-video-camera{position:absolute;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl_feed_popup_container .fancybox-content{padding:0}.fancybox-container .fancybox-inner .efbl-likes-popup-holder{max-height:90vh;max-width:500px !important;overflow-y:auto;position:absolute;left:0;right:0;margin:0 auto !important;top:50%;transform:translateY(-50%)}.fancybox-container .fancybox-inner .efbl-likes-popup-holder .icon-esf-comment{margin-right:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone.icon-esf-video-camera{text-align:right}.efbl-halfwidth-skin .efbl_event_time>b{display:block;line-height:0px;font-size:0}.efbl_load_more_btns_wrap .efbl_load_more_holder{display:inline-block}.efbl_load_more_btns_wrap .efbl_feed_btns_holder{text-align:center}.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_load_more_text,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_view_all_btn,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_loading_text,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_no_load_more_text{background:#343a40;color:#fff;font-size:15px;margin:0 auto;text-decoration:none;display:inline-block;line-height:40px;padding:0 20px;border-radius:3px}.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_load_more_text:hover,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_view_all_btn:hover,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_loading_text:hover,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_no_load_more_text:hover{background:#464a4e}.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_no_load_more_text{display:inline-block}.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_loading_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_no_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_loading_text{display:inline-block}.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_no_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_load_more_text{display:inline-block}.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_loading_text{display:none}.efbl-fullwidth-skin .efbl-feed-content{width:100%;padding:0 20px}html body .efbl-masonry-skin .brick{width:100%;box-sizing:border-box}html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted{justify-content:space-between}html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item{margin-right:0}html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-d-flex .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_inner_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_meta .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_cat .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_followers .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-verified-status .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav .efbl-profile-title h2,.efbl_feeds_carousel html body .efbl-masonry-skin .brick .efbl-feed-content .owl-nav .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .brick .efbl-feed-content button .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_likes_holder_icons .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-feed-content li .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_popup_like .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-caption .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .brick .efbl-feed-content span .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2{line-height:1;margin-bottom:5px}html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-d-flex .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl-profile-title span,.efbl_header html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_inner_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_meta .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_cat .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_followers .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-verified-status .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav .efbl-profile-title span,.efbl_feeds_carousel html body .efbl-masonry-skin .brick .efbl-feed-content .owl-nav .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .brick .efbl-feed-content button .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_likes_holder_icons .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-feed-content li .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_popup_like .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-caption .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .brick .efbl-feed-content span .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span{line-height:1}html body .efbl-masonry-skin .brick .efbl_feed_fancy_popup{text-align:center;box-shadow:none;-webkit-box-shadow:none}html body .efbl-masonry-skin .brick .efbl_feed_fancy_popup>img{width:auto;margin:0 auto;max-width:100%}html body .efbl-masonry-skin .brick.efbl-ajax-hide{display:none}html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-d-flex,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_header_inner_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_header_meta,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_cat,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_followers,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-verified-status,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.owl-nav,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>button,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_likes_holder_icons,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>li,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_popup_like,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-caption,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>span,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i{flex-direction:column}@media screen and (max-width: 991px){html body .efbl-masonry-skin>.efbl-masonry .efbl-story-wrapper{margin-bottom:20px}}@media screen and (max-width: 991px){html body .efbl-masonry-skin>.efbl-masonry{column-count:1}}html body .efbl-popup>.fancybox-close-small{display:none}html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text{margin-left:5px}html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-d-flex .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_popup_likes_main,.efbl_header html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_inner_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_meta .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_cat .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_followers .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-verified-status .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav .efbl_popup_likes_main,.efbl_feeds_carousel html body .efbl-popup .efbl-caption .efbl-reactions-box .owl-nav .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav button .efbl_popup_likes_main,.efbl_feeds_carousel .owl-nav html body .efbl-popup .efbl-caption .efbl-reactions-box button .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_likes_holder_icons .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-popup .efbl-caption .efbl-reactions-box li .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_popup_like .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl_popup_likes_main,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-caption .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_popup_likes_main,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl_popup_likes_main,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span i .efbl_popup_likes_main{margin-right:3px}html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-d-flex .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl-total-reactions-count,.efbl_header html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_inner_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_meta .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_cat .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_followers .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-verified-status .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav .efbl-total-reactions-count,.efbl_feeds_carousel html body .efbl-popup .efbl-caption .efbl-reactions-box .owl-nav .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav button .efbl-total-reactions-count,.efbl_feeds_carousel .owl-nav html body .efbl-popup .efbl-caption .efbl-reactions-box button .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_likes_holder_icons .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-popup .efbl-caption .efbl-reactions-box li .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_popup_like .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-total-reactions-count,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-caption .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-total-reactions-count,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-total-reactions-count,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span i .efbl-total-reactions-count{margin-right:15px}html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon .icon{line-height:1.5;position:relative;top:4px}html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count{font-size:15px}html body .efbl-popup .efbl-image{width:100%}html body .efbl-popup .efbl-image .efbl-media-item img{max-height:calc(100vh - 180px);width:auto}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-item{padding-right:0;width:100%;text-align:center}}html body .efbl-popup .efbl-image>img{max-height:calc(100vh - 80px);width:auto}html body .efbl-popup .efbl-image .efbl-media-carousel{padding-bottom:80px}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel{padding-bottom:54px;width:100%}}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-preview-section{width:100%}}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section{overflow-x:hidden;height:80px}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section{height:60px}}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner{height:80px;left:0;position:relative}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner{height:60px}}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail:first-child{border-left:3px solid #000}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail{cursor:pointer;border-top:3px solid #000;border-right:3px solid #000;border-bottom:3px solid #000;width:100px}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail{width:60px;height:100%}}@media screen and (max-width: 991px){html body .efbl-popup .efbl-d-columns-wrapper .efbl-caption{position:relative;max-width:auto;width:100%}}@media screen and (max-width: 991px){html body .efbl-popup .efbl-d-columns-wrapper{flex-direction:column;padding-right:0}}html body .efbl-popup .efbl-scrollbtn{position:absolute;bottom:27px;cursor:pointer;display:inline-block;background:#343a40;padding:2px 2px 1px 4px;z-index:10}html body .efbl-popup .efbl-scrollbtn::after{content:"";display:inline-block;border-top:7px solid transparent;border-bottom:7px solid transparent}html body .efbl-popup .efbl-scrollbtn:hover::after{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}@media screen and (max-width: 991px){html body .efbl-popup .efbl-scrollbtn{bottom:18px}}html body .efbl-popup .efbl-lsbtn{left:0;padding-right:5px}html body .efbl-popup .efbl-lsbtn::after{border-right:13px solid #fff}html body .efbl-popup .efbl-rsbtn{right:0}html body .efbl-popup .efbl-rsbtn::after{border-left:13px solid #fff}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image>img,html body .efbl-popup .efbl-image .efbl-media-item img{width:100%;height:auto;max-height:initial}html body .efbl-popup .efbl-image .efbl-media-item,html body .efbl-post-detail .efbl-d-columns-wrapper .efbl-image{display:block}html body .efbl-popup .efbl-d-columns-wrapper{flex-wrap:nowrap}}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-d-flex .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_comment_icon,.efbl_header .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_inner_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_meta .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_cat .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_followers .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-verified-status .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav .efbl_comment_icon,.efbl_feeds_carousel .efbl-likes-popup-holder .efbl_single_comment_holder .owl-nav .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav button .efbl_comment_icon,.efbl_feeds_carousel .owl-nav .efbl-likes-popup-holder .efbl_single_comment_holder button .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_single_comment_holder li .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li a .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_single_comment_holder a .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_reactions_holder .efbl_popup_like .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_single_comment_holder .efbl_popup_like .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl_comment_icon,.efbl-post-detail .efbl-d-columns-wrapper .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-caption .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_comment_icon,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-likes-popup-holder .efbl_single_comment_holder span .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl_comment_icon,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon{max-width:30px}.efbl_popup_all_comments{max-width:700px;padding:10px}.efbl_popup_all_comments h4{margin-top:10px;font-size:23px}.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_icon{margin-right:10px;display:inline-block}.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_msg{display:inline-block;width:calc(100% - 35px);vertical-align:top;font-size:15px}.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_meta{padding-left:31px;font-size:12px;color:#6c757d;margin-top:10px}html body .efbl_feed_wraper .efbl_header{width:100%;background:#fff;padding:15px 10px;background:#fff}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content{display:flex;flex-wrap:wrap}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{margin-bottom:0}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers{font-family:initial}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio{font-size:17px}html body .efbl_feed_wraper .efbl-story-wrapper .efbl-thumbnail-wrapper a img{background:#000}html body .efbl_feed_wraper .efbl_custom_likebox{margin-top:40px}html body .efbl_feed_wraper .efbl_custom_likebox .efbl-like-box{text-align:center}html body .efbl_feed_wraper .efbl_custom_likebox .efbl-like-box .fb_iframe_widget{margin:0 auto}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row{margin-right:-5px;margin-left:-5px}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row>div{padding:0 5px;width:100%;max-width:100%}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row>div .efbl-grid-wrapper{margin-bottom:10px}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));grid-auto-rows:1fr}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer::before{content:"";width:0;padding-bottom:100%;grid-row:1/1;grid-column:1/1}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer>*:first-child{grid-row:1/1;grid-column:1/1}html body .efbl_feed_wraper .efbl_error_msg{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:10px;border:1px solid transparent;border-radius:5px}html body .efbl_feed_wraper .efbl_error_msg ol{padding-left:15px;margin-top:5px}html body .efbl_feed_wraper .efbl_error_msg ol li{font-size:15px}html body .efbl_feed_popup_container .fancybox-button--arrow_left,html body .efbl_feed_popup_container .fancybox-button--arrow_right,html body .efbl_feed_popup_container .fancybox-button{background-color:#343a40}html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left>div,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right>div,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button>div{padding:4px}@media screen and (max-width: 991px){html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button{height:90px;width:60px}}@media screen and (max-width: 991px){html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right{position:fixed;top:auto;bottom:0}}@media screen and (max-width: 991px){html body .efbl_feed_popup_container .fancybox-toolbar .fancybox-button{padding:4px;height:30px}}html body .efbl_replies_modal{border-radius:5px;max-width:500px;padding:0}html body .efbl_replies_modal .efbl_popup_all_comments{padding:0}html body .efbl_replies_modal .efbl_popup_all_comments h4{font-size:18px;margin:0;padding:13px 10px;border-bottom:#dee2e6 solid 1px;line-height:1}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder{padding:10px;display:flex;flex-wrap:wrap;margin-bottom:10px;border-bottom:#dee2e6 dashed 1px;font-size:14px}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_icon{text-decoration:none;max-width:30px;width:100%;margin-right:0}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_msg{font-size:14px;width:calc(100% - 35px)}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_meta{font-size:12px;color:#6c757d;margin-top:5px;padding-left:33.6px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper{padding-left:0}html body .efbl_feed_wraper .efbl_feeds_carousel{padding:10px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav{display:flex !important;justify-content:space-between !important}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button{margin:0;position:absolute;top:38%;box-shadow:none !important;border-radius:20px;opacity:.8;text-decoration:none;outline:none;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button:hover{opacity:1;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button i{line-height:15px;font-size:24px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-prev{left:10px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-prev i{margin-left:-2px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-next{right:10px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-next i{margin-right:-2px}html body .efbl_feed_wraper .efbl-feed-content .efbl-see-more-btn{font-style:italic;font-size:14px;font-weight:700;text-transform:capitalize;color:#343a40;text-decoration:underline}.efbl-post-footer .efbl-view-share{flex-wrap:wrap;align-items:flex-start !important}.efbl-post-footer .efbl-view-share .efbl-view-on-fb{margin-bottom:5px;margin-right:10px}.efbl-post-footer .efbl-view-share .esf-share-wrapper{padding-left:0}.efbl_event_time,.efbl_place,.efbl_place_city,.efbl_event_meta>a{margin-bottom:10px;font-size:15px}.efbl-bounceX{animation:bounce 2s infinite}@keyframes efbl-bounceX{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.white-popup{position:relative;background:#000;width:auto;max-width:720px;color:#fff;margin:20px auto}.white-popup.efbl_popup_empty{background:#ed6d62;padding:19px;padding-bottom:9px}.white-popup.efbl_popup_empty a{color:#20a3da}.white-popup.efbl_popup_empty p{margin-bottom:10px}.mfp-close{top:-18px !important;right:-18px !important;background:url(../images/popup_close.png) !important;width:36px !important;height:37px !important;font-size:0px !important;background:transparent}.mfp-close:hover,.mfp-close:active,.mfp-close:focus{background:transparent}#efblcf_holder video,#efblcf_holder iframe{width:100%;height:auto}#efblcf_holder video{height:100%}#efblcf_holder .efbl_popup_image,#efblcf_holder .efbl_popup_if_video,#efblcf_holder .efbl_popup_video,#efblcf_holder .efbl_popupp_footer{display:none}#efblcf_holder .efbl_popupp_footer{padding:10px;background:#fff}#efblcf_holder .efbl_popup_footer_logo:hover{opacity:1 !important;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}.efbl-feed-popup-holder{background:none}#efblcf_holder .efbl_popupp_footer p{line-height:1.3em;color:#000}#efblcf_holder{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}.efbl_links_container{display:none;position:absolute;background:#0073aa;padding:7px 0px 0px 0px;top:30px}.efbl_read_full_story{float:left;margin-right:10px}.efbl_links_container.efbl_slideIn{display:block;float:left}.efbl_fb_story .efbl_comments_wraper{float:left;width:100%;margin-top:5px;padding:10px;background:#eee;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.efbl_fb_story .efbl_comments_wraper.efbl_cwraper_slide{display:block}.efbl_fb_story .efbl_comments_wraper .efbl_comments{margin-bottom:10px;float:left;width:100%}.efbl_fb_story .efbl_comments_footer{float:left;margin-top:5px;border-top:1px solid #fff;width:100%;padding-top:5px}.efbl_comments_header{float:left;margin-bottom:5px;border-bottom:1px solid #fff;width:100%;padding-bottom:5px}.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image{float:left;width:32px;margin-right:10px;margin-top:7px}.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image a img{border:0px}.efbl_fb_story .efbl_comments_wraper .efbl_comment_text{width:88%;float:left}.efbl_fb_story .efbl_comments_wraper p{margin:0px;padding:0px}.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8)}.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}#efblcf_holder .efbl_popup_left_container{position:relative}#efblcf_holder .efbl_popup_left_container a{outline:none;position:absolute;z-index:1000;top:0;bottom:35px;height:auto;width:25%;opacity:0;cursor:pointer;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}#efblcf_holder .efbl_popup_left_container a:hover{opacity:1;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}#efblcf_holder .efbl_popup_left_container a i{font-size:60px;position:absolute;top:38%;color:#fff}#efblcf_holder .efbl_popup_left_container a.efbl-popup-next i{right:25px}#efblcf_holder .efbl_popup_left_container a.efbl-popup-prev i{left:25px}#efblcf_holder a.efbl-popup-next{right:0}.efbl_popup_image{width:auto;display:block;margin:0px auto}.efbl_feeds_holder .efbl-load-opacity{display:none}@media only screen and (max-width: 768px){#efblcf.thumbnail .efbl_story_photo,#efblcf.thumbnail .efbl_post_content,#efblcf.halfwidth .efbl_story_photo,#efblcf.halfwidth .efbl_post_content{width:100%;margin-bottom:10px}#efbl_popup{width:auto !important;height:auto !important;display:table}.efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_text{width:100%}.efbl_fb_story .efbl_shared_story{text-align:center}.efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_image{float:none}.efbl_links_container{bottom:-30px}}.widget.widget_easy_facebook_feed{overflow:hidden}.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-d-flex.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl-justify-content-between.efbl_header_inner_wrap,.efbl_header .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_inner_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-justify-content-between.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_meta,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_cat,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_followers,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-verified-status,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i.efbl-justify-content-between,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i.efbl-justify-content-between,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i.efbl-justify-content-between,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .efbl-justify-content-between.owl-nav,.efbl_feeds_carousel .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.owl-nav,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .owl-nav button.efbl-justify-content-between,.efbl_feeds_carousel .owl-nav .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer button.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl-justify-content-between.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_likes_holder_icons,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li.efbl-justify-content-between,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer li.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a.efbl-justify-content-between,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-justify-content-between.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_popup_like,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-justify-content-between.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-caption,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span.efbl-justify-content-between,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer span.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i.efbl-justify-content-between,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between{flex-direction:column}.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-d-flex.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl-justify-content-between.efbl_header_inner_wrap .efbl-view-share,.efbl_header .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_inner_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-justify-content-between.efbl_header_meta .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_meta .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_cat .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_cat .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_followers .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_followers .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl-verified-status .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-verified-status .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i.efbl-justify-content-between .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i.efbl-justify-content-between .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i.efbl-justify-content-between .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .efbl-justify-content-between.owl-nav .efbl-view-share,.efbl_feeds_carousel .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.owl-nav .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .owl-nav button.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .owl-nav .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer button.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl-justify-content-between.efbl_likes_holder_icons .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_likes_holder_icons .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li.efbl-justify-content-between .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer li.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a.efbl-justify-content-between .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-justify-content-between.efbl_popup_like .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_popup_like .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-justify-content-between.efbl-caption .efbl-view-share,.efbl-post-detail .efbl-d-columns-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-caption .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span.efbl-justify-content-between .efbl-view-share,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer span.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i.efbl-justify-content-between .efbl-view-share,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share{margin-top:10px !important;flex-direction:row}.efbl_feed_popup_container.fancybox-container,.fancybox-container{z-index:99999999}/*# sourceMappingURL=easy-facebook-likebox-frontend.css.map */
|
1 |
+
.efbl-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.efbl-container{max-width:540px}}@media(min-width: 768px){.efbl-container{max-width:720px}}@media(min-width: 992px){.efbl-container{max-width:960px}}@media(min-width: 1200px){.efbl-container{max-width:1140px}}.efbl-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.efbl-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.efbl-no-gutters{margin-right:0;margin-left:0}.efbl-no-gutters>.efbl-col,.efbl-no-gutters>[class*=efbl-col-]{padding-right:0;padding-left:0}.efbl-col-xl,.efbl-col-xl-auto,.efbl-col-xl-12,.efbl-col-xl-11,.efbl-col-xl-10,.efbl-col-xl-9,.efbl-col-xl-8,.efbl-col-xl-7,.efbl-col-xl-6,.efbl-col-xl-5,.efbl-col-xl-4,.efbl-col-xl-3,.efbl-col-xl-2,.efbl-col-xl-1,.efbl-col-lg,.efbl-col-lg-auto,.efbl-col-lg-12,.efbl-col-lg-11,.efbl-col-lg-10,.efbl-col-lg-9,.efbl-col-lg-8,.efbl-col-lg-7,.efbl-col-lg-6,.efbl-col-lg-5,.efbl-col-lg-4,.efbl-col-lg-3,.efbl-col-lg-2,.efbl-col-lg-1,.efbl-col-md,.efbl-col-md-auto,.efbl-col-md-12,.efbl-col-md-11,.efbl-col-md-10,.efbl-col-md-9,.efbl-col-md-8,.efbl-col-md-7,.efbl-col-md-6,.efbl-col-md-5,.efbl-col-md-4,.efbl-col-md-3,.efbl-col-md-2,.efbl-col-md-1,.efbl-col-sm,.efbl-col-sm-auto,.efbl-col-sm-12,.efbl-col-sm-11,.efbl-col-sm-10,.efbl-col-sm-9,.efbl-col-sm-8,.efbl-col-sm-7,.efbl-col-sm-6,.efbl-col-sm-5,.efbl-col-sm-4,.efbl-col-sm-3,.efbl-col-sm-2,.efbl-col-sm-1,.efbl-col,.efbl-col-auto,.efbl-col-12,.efbl-col-11,.efbl-col-10,.efbl-col-9,.efbl-col-8,.efbl-col-7,.efbl-col-6,.efbl-col-5,.efbl-col-4,.efbl-col-3,.efbl-col-2,.efbl-col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.efbl-col{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-3{flex:0 0 25%;max-width:25%}.efbl-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-6{flex:0 0 50%;max-width:50%}.efbl-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-9{flex:0 0 75%;max-width:75%}.efbl-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-12{flex:0 0 100%;max-width:100%}.efbl-order-first{order:-1}.efbl-order-last{order:13}.efbl-order-0{order:0}.efbl-order-1{order:1}.efbl-order-2{order:2}.efbl-order-3{order:3}.efbl-order-4{order:4}.efbl-order-5{order:5}.efbl-order-6{order:6}.efbl-order-7{order:7}.efbl-order-8{order:8}.efbl-order-9{order:9}.efbl-order-10{order:10}.efbl-order-11{order:11}.efbl-order-12{order:12}.efbl-offset-1{margin-left:8.3333333333%}.efbl-offset-2{margin-left:16.6666666667%}.efbl-offset-3{margin-left:25%}.efbl-offset-4{margin-left:33.3333333333%}.efbl-offset-5{margin-left:41.6666666667%}.efbl-offset-6{margin-left:50%}.efbl-offset-7{margin-left:58.3333333333%}.efbl-offset-8{margin-left:66.6666666667%}.efbl-offset-9{margin-left:75%}.efbl-offset-10{margin-left:83.3333333333%}.efbl-offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.efbl-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-sm-3{flex:0 0 25%;max-width:25%}.efbl-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-sm-6{flex:0 0 50%;max-width:50%}.efbl-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-sm-9{flex:0 0 75%;max-width:75%}.efbl-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-sm-12{flex:0 0 100%;max-width:100%}.efbl-order-sm-first{order:-1}.efbl-order-sm-last{order:13}.efbl-order-sm-0{order:0}.efbl-order-sm-1{order:1}.efbl-order-sm-2{order:2}.efbl-order-sm-3{order:3}.efbl-order-sm-4{order:4}.efbl-order-sm-5{order:5}.efbl-order-sm-6{order:6}.efbl-order-sm-7{order:7}.efbl-order-sm-8{order:8}.efbl-order-sm-9{order:9}.efbl-order-sm-10{order:10}.efbl-order-sm-11{order:11}.efbl-order-sm-12{order:12}.efbl-offset-sm-0{margin-left:0}.efbl-offset-sm-1{margin-left:8.3333333333%}.efbl-offset-sm-2{margin-left:16.6666666667%}.efbl-offset-sm-3{margin-left:25%}.efbl-offset-sm-4{margin-left:33.3333333333%}.efbl-offset-sm-5{margin-left:41.6666666667%}.efbl-offset-sm-6{margin-left:50%}.efbl-offset-sm-7{margin-left:58.3333333333%}.efbl-offset-sm-8{margin-left:66.6666666667%}.efbl-offset-sm-9{margin-left:75%}.efbl-offset-sm-10{margin-left:83.3333333333%}.efbl-offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.efbl-col-md{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-md-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-md-3{flex:0 0 25%;max-width:25%}.efbl-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-md-6{flex:0 0 50%;max-width:50%}.efbl-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-md-9{flex:0 0 75%;max-width:75%}.efbl-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-md-12{flex:0 0 100%;max-width:100%}.efbl-order-md-first{order:-1}.efbl-order-md-last{order:13}.efbl-order-md-0{order:0}.efbl-order-md-1{order:1}.efbl-order-md-2{order:2}.efbl-order-md-3{order:3}.efbl-order-md-4{order:4}.efbl-order-md-5{order:5}.efbl-order-md-6{order:6}.efbl-order-md-7{order:7}.efbl-order-md-8{order:8}.efbl-order-md-9{order:9}.efbl-order-md-10{order:10}.efbl-order-md-11{order:11}.efbl-order-md-12{order:12}.efbl-offset-md-0{margin-left:0}.efbl-offset-md-1{margin-left:8.3333333333%}.efbl-offset-md-2{margin-left:16.6666666667%}.efbl-offset-md-3{margin-left:25%}.efbl-offset-md-4{margin-left:33.3333333333%}.efbl-offset-md-5{margin-left:41.6666666667%}.efbl-offset-md-6{margin-left:50%}.efbl-offset-md-7{margin-left:58.3333333333%}.efbl-offset-md-8{margin-left:66.6666666667%}.efbl-offset-md-9{margin-left:75%}.efbl-offset-md-10{margin-left:83.3333333333%}.efbl-offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.efbl-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-lg-3{flex:0 0 25%;max-width:25%}.efbl-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-lg-6{flex:0 0 50%;max-width:50%}.efbl-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-lg-9{flex:0 0 75%;max-width:75%}.efbl-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-lg-12{flex:0 0 100%;max-width:100%}.efbl-order-lg-first{order:-1}.efbl-order-lg-last{order:13}.efbl-order-lg-0{order:0}.efbl-order-lg-1{order:1}.efbl-order-lg-2{order:2}.efbl-order-lg-3{order:3}.efbl-order-lg-4{order:4}.efbl-order-lg-5{order:5}.efbl-order-lg-6{order:6}.efbl-order-lg-7{order:7}.efbl-order-lg-8{order:8}.efbl-order-lg-9{order:9}.efbl-order-lg-10{order:10}.efbl-order-lg-11{order:11}.efbl-order-lg-12{order:12}.efbl-offset-lg-0{margin-left:0}.efbl-offset-lg-1{margin-left:8.3333333333%}.efbl-offset-lg-2{margin-left:16.6666666667%}.efbl-offset-lg-3{margin-left:25%}.efbl-offset-lg-4{margin-left:33.3333333333%}.efbl-offset-lg-5{margin-left:41.6666666667%}.efbl-offset-lg-6{margin-left:50%}.efbl-offset-lg-7{margin-left:58.3333333333%}.efbl-offset-lg-8{margin-left:66.6666666667%}.efbl-offset-lg-9{margin-left:75%}.efbl-offset-lg-10{margin-left:83.3333333333%}.efbl-offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.efbl-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-xl-3{flex:0 0 25%;max-width:25%}.efbl-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-xl-6{flex:0 0 50%;max-width:50%}.efbl-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-xl-9{flex:0 0 75%;max-width:75%}.efbl-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-xl-12{flex:0 0 100%;max-width:100%}.efbl-order-xl-first{order:-1}.efbl-order-xl-last{order:13}.efbl-order-xl-0{order:0}.efbl-order-xl-1{order:1}.efbl-order-xl-2{order:2}.efbl-order-xl-3{order:3}.efbl-order-xl-4{order:4}.efbl-order-xl-5{order:5}.efbl-order-xl-6{order:6}.efbl-order-xl-7{order:7}.efbl-order-xl-8{order:8}.efbl-order-xl-9{order:9}.efbl-order-xl-10{order:10}.efbl-order-xl-11{order:11}.efbl-order-xl-12{order:12}.efbl-offset-xl-0{margin-left:0}.efbl-offset-xl-1{margin-left:8.3333333333%}.efbl-offset-xl-2{margin-left:16.6666666667%}.efbl-offset-xl-3{margin-left:25%}.efbl-offset-xl-4{margin-left:33.3333333333%}.efbl-offset-xl-5{margin-left:41.6666666667%}.efbl-offset-xl-6{margin-left:50%}.efbl-offset-xl-7{margin-left:58.3333333333%}.efbl-offset-xl-8{margin-left:66.6666666667%}.efbl-offset-xl-9{margin-left:75%}.efbl-offset-xl-10{margin-left:83.3333333333%}.efbl-offset-xl-11{margin-left:91.6666666667%}}.efbl-align-baseline{vertical-align:baseline !important}.efbl-align-top{vertical-align:top !important}.efbl-align-middle{vertical-align:middle !important}.efbl-align-bottom{vertical-align:bottom !important}.efbl-align-text-bottom{vertical-align:text-bottom !important}.efbl-align-text-top{vertical-align:text-top !important}.efbl-clearfix::after{display:block;clear:both;content:""}.efbl-d-none{display:none !important}.efbl-d-inline{display:inline !important}.efbl-d-inline-block{display:inline-block !important}.efbl-d-block{display:block !important}.efbl-d-table{display:table !important}.efbl-d-table-row{display:table-row !important}.efbl-d-table-cell{display:table-cell !important}.efbl-d-flex,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons,.efbl_feeds_carousel .owl-nav button,.efbl_feeds_carousel .owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta,.efbl_header .efbl_header_inner_wrap{display:flex !important}.efbl-d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.efbl-d-sm-none{display:none !important}.efbl-d-sm-inline{display:inline !important}.efbl-d-sm-inline-block{display:inline-block !important}.efbl-d-sm-block{display:block !important}.efbl-d-sm-table{display:table !important}.efbl-d-sm-table-row{display:table-row !important}.efbl-d-sm-table-cell{display:table-cell !important}.efbl-d-sm-flex{display:flex !important}.efbl-d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.efbl-d-md-none{display:none !important}.efbl-d-md-inline{display:inline !important}.efbl-d-md-inline-block{display:inline-block !important}.efbl-d-md-block{display:block !important}.efbl-d-md-table{display:table !important}.efbl-d-md-table-row{display:table-row !important}.efbl-d-md-table-cell{display:table-cell !important}.efbl-d-md-flex{display:flex !important}.efbl-d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.efbl-d-lg-none{display:none !important}.efbl-d-lg-inline{display:inline !important}.efbl-d-lg-inline-block{display:inline-block !important}.efbl-d-lg-block{display:block !important}.efbl-d-lg-table{display:table !important}.efbl-d-lg-table-row{display:table-row !important}.efbl-d-lg-table-cell{display:table-cell !important}.efbl-d-lg-flex{display:flex !important}.efbl-d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.efbl-d-xl-none{display:none !important}.efbl-d-xl-inline{display:inline !important}.efbl-d-xl-inline-block{display:inline-block !important}.efbl-d-xl-block{display:block !important}.efbl-d-xl-table{display:table !important}.efbl-d-xl-table-row{display:table-row !important}.efbl-d-xl-table-cell{display:table-cell !important}.efbl-d-xl-flex{display:flex !important}.efbl-d-xl-inline-flex{display:inline-flex !important}}.efbl-flex-row{flex-direction:row !important}.efbl-flex-column,.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-d-flex,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-caption,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_popup_like,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>li,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl_feeds_carousel .efbl-grid-wrapper .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-grid-wrapper .efbl-post-footer>button,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_header_meta,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_cat,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_followers,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-verified-status,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer>.efbl-d-flex,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer>span,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-caption,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_popup_like,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer>li,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_likes_holder_icons,.efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer>button,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer>.owl-nav,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_inner_wrap,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_meta,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_cat,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_followers,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl-verified-status,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i{flex-direction:column !important}.efbl-flex-row-reverse{flex-direction:row-reverse !important}.efbl-flex-column-reverse{flex-direction:column-reverse !important}.efbl-flex-wrap,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{flex-wrap:wrap !important}.efbl-flex-nowrap{flex-wrap:nowrap !important}.efbl-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-start{justify-content:flex-start !important}.efbl-justify-content-end{justify-content:flex-end !important}.efbl-justify-content-center,.efbl_feeds_carousel .owl-nav{justify-content:center !important}.efbl-justify-content-between{justify-content:space-between !important}.efbl-justify-content-around{justify-content:space-around !important}.efbl-align-items-start{align-items:flex-start !important}.efbl-align-items-end{align-items:flex-end !important}.efbl-align-items-center,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li,.efbl_feeds_carousel .owl-nav button,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{align-items:center !important}.efbl-align-items-baseline{align-items:baseline !important}.efbl-align-items-stretch{align-items:stretch !important}.efbl-align-content-start{align-content:flex-start !important}.efbl-align-content-end{align-content:flex-end !important}.efbl-align-content-center{align-content:center !important}.efbl-align-content-between{align-content:space-between !important}.efbl-align-content-around{align-content:space-around !important}.efbl-align-content-stretch{align-content:stretch !important}.efbl-align-self-auto{align-self:auto !important}.efbl-align-self-start{align-self:flex-start !important}.efbl-align-self-end{align-self:flex-end !important}.efbl-align-self-center{align-self:center !important}.efbl-align-self-baseline{align-self:baseline !important}.efbl-align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.efbl-flex-sm-row{flex-direction:row !important}.efbl-flex-sm-column{flex-direction:column !important}.efbl-flex-sm-row-reverse{flex-direction:row-reverse !important}.efbl-flex-sm-column-reverse{flex-direction:column-reverse !important}.efbl-flex-sm-wrap{flex-wrap:wrap !important}.efbl-flex-sm-nowrap{flex-wrap:nowrap !important}.efbl-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-sm-start{justify-content:flex-start !important}.efbl-justify-content-sm-end{justify-content:flex-end !important}.efbl-justify-content-sm-center{justify-content:center !important}.efbl-justify-content-sm-between{justify-content:space-between !important}.efbl-justify-content-sm-around{justify-content:space-around !important}.efbl-align-items-sm-start{align-items:flex-start !important}.efbl-align-items-sm-end{align-items:flex-end !important}.efbl-align-items-sm-center{align-items:center !important}.efbl-align-items-sm-baseline{align-items:baseline !important}.efbl-align-items-sm-stretch{align-items:stretch !important}.efbl-align-content-sm-start{align-content:flex-start !important}.efbl-align-content-sm-end{align-content:flex-end !important}.efbl-align-content-sm-center{align-content:center !important}.efbl-align-content-sm-between{align-content:space-between !important}.efbl-align-content-sm-around{align-content:space-around !important}.efbl-align-content-sm-stretch{align-content:stretch !important}.efbl-align-self-sm-auto{align-self:auto !important}.efbl-align-self-sm-start{align-self:flex-start !important}.efbl-align-self-sm-end{align-self:flex-end !important}.efbl-align-self-sm-center{align-self:center !important}.efbl-align-self-sm-baseline{align-self:baseline !important}.efbl-align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.efbl-flex-md-row{flex-direction:row !important}.efbl-flex-md-column{flex-direction:column !important}.efbl-flex-md-row-reverse{flex-direction:row-reverse !important}.efbl-flex-md-column-reverse{flex-direction:column-reverse !important}.efbl-flex-md-wrap{flex-wrap:wrap !important}.efbl-flex-md-nowrap{flex-wrap:nowrap !important}.efbl-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-md-start{justify-content:flex-start !important}.efbl-justify-content-md-end{justify-content:flex-end !important}.efbl-justify-content-md-center{justify-content:center !important}.efbl-justify-content-md-between{justify-content:space-between !important}.efbl-justify-content-md-around{justify-content:space-around !important}.efbl-align-items-md-start{align-items:flex-start !important}.efbl-align-items-md-end{align-items:flex-end !important}.efbl-align-items-md-center{align-items:center !important}.efbl-align-items-md-baseline{align-items:baseline !important}.efbl-align-items-md-stretch{align-items:stretch !important}.efbl-align-content-md-start{align-content:flex-start !important}.efbl-align-content-md-end{align-content:flex-end !important}.efbl-align-content-md-center{align-content:center !important}.efbl-align-content-md-between{align-content:space-between !important}.efbl-align-content-md-around{align-content:space-around !important}.efbl-align-content-md-stretch{align-content:stretch !important}.efbl-align-self-md-auto{align-self:auto !important}.efbl-align-self-md-start{align-self:flex-start !important}.efbl-align-self-md-end{align-self:flex-end !important}.efbl-align-self-md-center{align-self:center !important}.efbl-align-self-md-baseline{align-self:baseline !important}.efbl-align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.efbl-flex-lg-row{flex-direction:row !important}.efbl-flex-lg-column{flex-direction:column !important}.efbl-flex-lg-row-reverse{flex-direction:row-reverse !important}.efbl-flex-lg-column-reverse{flex-direction:column-reverse !important}.efbl-flex-lg-wrap{flex-wrap:wrap !important}.efbl-flex-lg-nowrap{flex-wrap:nowrap !important}.efbl-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-lg-start{justify-content:flex-start !important}.efbl-justify-content-lg-end{justify-content:flex-end !important}.efbl-justify-content-lg-center{justify-content:center !important}.efbl-justify-content-lg-between{justify-content:space-between !important}.efbl-justify-content-lg-around{justify-content:space-around !important}.efbl-align-items-lg-start{align-items:flex-start !important}.efbl-align-items-lg-end{align-items:flex-end !important}.efbl-align-items-lg-center{align-items:center !important}.efbl-align-items-lg-baseline{align-items:baseline !important}.efbl-align-items-lg-stretch{align-items:stretch !important}.efbl-align-content-lg-start{align-content:flex-start !important}.efbl-align-content-lg-end{align-content:flex-end !important}.efbl-align-content-lg-center{align-content:center !important}.efbl-align-content-lg-between{align-content:space-between !important}.efbl-align-content-lg-around{align-content:space-around !important}.efbl-align-content-lg-stretch{align-content:stretch !important}.efbl-align-self-lg-auto{align-self:auto !important}.efbl-align-self-lg-start{align-self:flex-start !important}.efbl-align-self-lg-end{align-self:flex-end !important}.efbl-align-self-lg-center{align-self:center !important}.efbl-align-self-lg-baseline{align-self:baseline !important}.efbl-align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.efbl-flex-xl-row{flex-direction:row !important}.efbl-flex-xl-column{flex-direction:column !important}.efbl-flex-xl-row-reverse{flex-direction:row-reverse !important}.efbl-flex-xl-column-reverse{flex-direction:column-reverse !important}.efbl-flex-xl-wrap{flex-wrap:wrap !important}.efbl-flex-xl-nowrap{flex-wrap:nowrap !important}.efbl-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-xl-start{justify-content:flex-start !important}.efbl-justify-content-xl-end{justify-content:flex-end !important}.efbl-justify-content-xl-center{justify-content:center !important}.efbl-justify-content-xl-between{justify-content:space-between !important}.efbl-justify-content-xl-around{justify-content:space-around !important}.efbl-align-items-xl-start{align-items:flex-start !important}.efbl-align-items-xl-end{align-items:flex-end !important}.efbl-align-items-xl-center{align-items:center !important}.efbl-align-items-xl-baseline{align-items:baseline !important}.efbl-align-items-xl-stretch{align-items:stretch !important}.efbl-align-content-xl-start{align-content:flex-start !important}.efbl-align-content-xl-end{align-content:flex-end !important}.efbl-align-content-xl-center{align-content:center !important}.efbl-align-content-xl-between{align-content:space-between !important}.efbl-align-content-xl-around{align-content:space-around !important}.efbl-align-content-xl-stretch{align-content:stretch !important}.efbl-align-self-xl-auto{align-self:auto !important}.efbl-align-self-xl-start{align-self:flex-start !important}.efbl-align-self-xl-end{align-self:flex-end !important}.efbl-align-self-xl-center{align-self:center !important}.efbl-align-self-xl-baseline{align-self:baseline !important}.efbl-align-self-xl-stretch{align-self:stretch !important}}.efbl-float-left{float:left !important}.efbl-float-right{float:right !important}.efbl-float-none{float:none !important}@media(min-width: 576px){.efbl-float-sm-left{float:left !important}.efbl-float-sm-right{float:right !important}.efbl-float-sm-none{float:none !important}}@media(min-width: 768px){.efbl-float-md-left{float:left !important}.efbl-float-md-right{float:right !important}.efbl-float-md-none{float:none !important}}@media(min-width: 992px){.efbl-float-lg-left{float:left !important}.efbl-float-lg-right{float:right !important}.efbl-float-lg-none{float:none !important}}@media(min-width: 1200px){.efbl-float-xl-left{float:left !important}.efbl-float-xl-right{float:right !important}.efbl-float-xl-none{float:none !important}}.efbl-position-static{position:static !important}.efbl-position-relative{position:relative !important}.efbl-position-absolute{position:absolute !important}.efbl-position-fixed{position:fixed !important}.efbl-position-sticky{position:sticky !important}.efbl-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.efbl-fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.efbl-sticky-top{position:sticky;top:0;z-index:1020}}.efbl-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.efbl-sr-only-focusable:active,.efbl-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.efbl-w-25{width:25% !important}.efbl-w-50{width:50% !important}.efbl-w-75{width:75% !important}.efbl-w-100{width:100% !important}.efbl-h-25{height:25% !important}.efbl-h-50{height:50% !important}.efbl-h-75{height:75% !important}.efbl-h-100{height:100% !important}.efbl-mw-100{max-width:100% !important}.efbl-mh-100{max-height:100% !important}.efbl-m-0{margin:0 !important}.efbl-mt-0,.efbl-my-0{margin-top:0 !important}.efbl-mr-0,.efbl-mx-0{margin-right:0 !important}.efbl-mb-0,.efbl-my-0{margin-bottom:0 !important}.efbl-ml-0,.efbl-mx-0{margin-left:0 !important}.efbl-m-1{margin:.25rem !important}.efbl-mt-1,.efbl-my-1{margin-top:.25rem !important}.efbl-mr-1,.efbl-mx-1{margin-right:.25rem !important}.efbl-mb-1,.efbl-my-1{margin-bottom:.25rem !important}.efbl-ml-1,.efbl-mx-1{margin-left:.25rem !important}.efbl-m-2{margin:.5rem !important}.efbl-mt-2,.efbl-my-2{margin-top:.5rem !important}.efbl-mr-2,.efbl-mx-2{margin-right:.5rem !important}.efbl-mb-2,.efbl-my-2{margin-bottom:.5rem !important}.efbl-ml-2,.efbl-mx-2{margin-left:.5rem !important}.efbl-m-3{margin:1rem !important}.efbl-mt-3,.efbl-my-3{margin-top:1rem !important}.efbl-mr-3,.efbl-mx-3{margin-right:1rem !important}.efbl-mb-3,.efbl-my-3{margin-bottom:1rem !important}.efbl-ml-3,.efbl-mx-3{margin-left:1rem !important}.efbl-m-4{margin:1.5rem !important}.efbl-mt-4,.efbl-my-4{margin-top:1.5rem !important}.efbl-mr-4,.efbl-mx-4{margin-right:1.5rem !important}.efbl-mb-4,.efbl-my-4{margin-bottom:1.5rem !important}.efbl-ml-4,.efbl-mx-4{margin-left:1.5rem !important}.efbl-m-5{margin:3rem !important}.efbl-mt-5,.efbl-my-5{margin-top:3rem !important}.efbl-mr-5,.efbl-mx-5{margin-right:3rem !important}.efbl-mb-5,.efbl-my-5{margin-bottom:3rem !important}.efbl-ml-5,.efbl-mx-5{margin-left:3rem !important}.efbl-p-0{padding:0 !important}.efbl-pt-0,.efbl-py-0{padding-top:0 !important}.efbl-pr-0,.efbl-px-0{padding-right:0 !important}.efbl-pb-0,.efbl-py-0{padding-bottom:0 !important}.efbl-pl-0,.efbl-px-0{padding-left:0 !important}.efbl-p-1{padding:.25rem !important}.efbl-pt-1,.efbl-py-1{padding-top:.25rem !important}.efbl-pr-1,.efbl-px-1{padding-right:.25rem !important}.efbl-pb-1,.efbl-py-1{padding-bottom:.25rem !important}.efbl-pl-1,.efbl-px-1{padding-left:.25rem !important}.efbl-p-2{padding:.5rem !important}.efbl-pt-2,.efbl-py-2{padding-top:.5rem !important}.efbl-pr-2,.efbl-px-2{padding-right:.5rem !important}.efbl-pb-2,.efbl-py-2{padding-bottom:.5rem !important}.efbl-pl-2,.efbl-px-2{padding-left:.5rem !important}.efbl-p-3{padding:1rem !important}.efbl-pt-3,.efbl-py-3{padding-top:1rem !important}.efbl-pr-3,.efbl-px-3{padding-right:1rem !important}.efbl-pb-3,.efbl-py-3{padding-bottom:1rem !important}.efbl-pl-3,.efbl-px-3{padding-left:1rem !important}.efbl-p-4{padding:1.5rem !important}.efbl-pt-4,.efbl-py-4{padding-top:1.5rem !important}.efbl-pr-4,.efbl-px-4{padding-right:1.5rem !important}.efbl-pb-4,.efbl-py-4{padding-bottom:1.5rem !important}.efbl-pl-4,.efbl-px-4{padding-left:1.5rem !important}.efbl-p-5{padding:3rem !important}.efbl-pt-5,.efbl-py-5{padding-top:3rem !important}.efbl-pr-5,.efbl-px-5{padding-right:3rem !important}.efbl-pb-5,.efbl-py-5{padding-bottom:3rem !important}.efbl-pl-5,.efbl-px-5{padding-left:3rem !important}.efbl-m-auto{margin:auto !important}.efbl-mt-auto,.efbl-my-auto{margin-top:auto !important}.efbl-mr-auto,.efbl-mx-auto{margin-right:auto !important}.efbl-mb-auto,.efbl-my-auto{margin-bottom:auto !important}.efbl-ml-auto,.efbl-mx-auto{margin-left:auto !important}@media(min-width: 576px){.efbl-m-sm-0{margin:0 !important}.efbl-mt-sm-0,.efbl-my-sm-0{margin-top:0 !important}.efbl-mr-sm-0,.efbl-mx-sm-0{margin-right:0 !important}.efbl-mb-sm-0,.efbl-my-sm-0{margin-bottom:0 !important}.efbl-ml-sm-0,.efbl-mx-sm-0{margin-left:0 !important}.efbl-m-sm-1{margin:.25rem !important}.efbl-mt-sm-1,.efbl-my-sm-1{margin-top:.25rem !important}.efbl-mr-sm-1,.efbl-mx-sm-1{margin-right:.25rem !important}.efbl-mb-sm-1,.efbl-my-sm-1{margin-bottom:.25rem !important}.efbl-ml-sm-1,.efbl-mx-sm-1{margin-left:.25rem !important}.efbl-m-sm-2{margin:.5rem !important}.efbl-mt-sm-2,.efbl-my-sm-2{margin-top:.5rem !important}.efbl-mr-sm-2,.efbl-mx-sm-2{margin-right:.5rem !important}.efbl-mb-sm-2,.efbl-my-sm-2{margin-bottom:.5rem !important}.efbl-ml-sm-2,.efbl-mx-sm-2{margin-left:.5rem !important}.efbl-m-sm-3{margin:1rem !important}.efbl-mt-sm-3,.efbl-my-sm-3{margin-top:1rem !important}.efbl-mr-sm-3,.efbl-mx-sm-3{margin-right:1rem !important}.efbl-mb-sm-3,.efbl-my-sm-3{margin-bottom:1rem !important}.efbl-ml-sm-3,.efbl-mx-sm-3{margin-left:1rem !important}.efbl-m-sm-4{margin:1.5rem !important}.efbl-mt-sm-4,.efbl-my-sm-4{margin-top:1.5rem !important}.efbl-mr-sm-4,.efbl-mx-sm-4{margin-right:1.5rem !important}.efbl-mb-sm-4,.efbl-my-sm-4{margin-bottom:1.5rem !important}.efbl-ml-sm-4,.efbl-mx-sm-4{margin-left:1.5rem !important}.efbl-m-sm-5{margin:3rem !important}.efbl-mt-sm-5,.efbl-my-sm-5{margin-top:3rem !important}.efbl-mr-sm-5,.efbl-mx-sm-5{margin-right:3rem !important}.efbl-mb-sm-5,.efbl-my-sm-5{margin-bottom:3rem !important}.efbl-ml-sm-5,.efbl-mx-sm-5{margin-left:3rem !important}.efbl-p-sm-0{padding:0 !important}.efbl-pt-sm-0,.efbl-py-sm-0{padding-top:0 !important}.efbl-pr-sm-0,.efbl-px-sm-0{padding-right:0 !important}.efbl-pb-sm-0,.efbl-py-sm-0{padding-bottom:0 !important}.efbl-pl-sm-0,.efbl-px-sm-0{padding-left:0 !important}.efbl-p-sm-1{padding:.25rem !important}.efbl-pt-sm-1,.efbl-py-sm-1{padding-top:.25rem !important}.efbl-pr-sm-1,.efbl-px-sm-1{padding-right:.25rem !important}.efbl-pb-sm-1,.efbl-py-sm-1{padding-bottom:.25rem !important}.efbl-pl-sm-1,.efbl-px-sm-1{padding-left:.25rem !important}.efbl-p-sm-2{padding:.5rem !important}.efbl-pt-sm-2,.efbl-py-sm-2{padding-top:.5rem !important}.efbl-pr-sm-2,.efbl-px-sm-2{padding-right:.5rem !important}.efbl-pb-sm-2,.efbl-py-sm-2{padding-bottom:.5rem !important}.efbl-pl-sm-2,.efbl-px-sm-2{padding-left:.5rem !important}.efbl-p-sm-3{padding:1rem !important}.efbl-pt-sm-3,.efbl-py-sm-3{padding-top:1rem !important}.efbl-pr-sm-3,.efbl-px-sm-3{padding-right:1rem !important}.efbl-pb-sm-3,.efbl-py-sm-3{padding-bottom:1rem !important}.efbl-pl-sm-3,.efbl-px-sm-3{padding-left:1rem !important}.efbl-p-sm-4{padding:1.5rem !important}.efbl-pt-sm-4,.efbl-py-sm-4{padding-top:1.5rem !important}.efbl-pr-sm-4,.efbl-px-sm-4{padding-right:1.5rem !important}.efbl-pb-sm-4,.efbl-py-sm-4{padding-bottom:1.5rem !important}.efbl-pl-sm-4,.efbl-px-sm-4{padding-left:1.5rem !important}.efbl-p-sm-5{padding:3rem !important}.efbl-pt-sm-5,.efbl-py-sm-5{padding-top:3rem !important}.efbl-pr-sm-5,.efbl-px-sm-5{padding-right:3rem !important}.efbl-pb-sm-5,.efbl-py-sm-5{padding-bottom:3rem !important}.efbl-pl-sm-5,.efbl-px-sm-5{padding-left:3rem !important}.efbl-m-sm-auto{margin:auto !important}.efbl-mt-sm-auto,.efbl-my-sm-auto{margin-top:auto !important}.efbl-mr-sm-auto,.efbl-mx-sm-auto{margin-right:auto !important}.efbl-mb-sm-auto,.efbl-my-sm-auto{margin-bottom:auto !important}.efbl-ml-sm-auto,.efbl-mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.efbl-m-md-0{margin:0 !important}.efbl-mt-md-0,.efbl-my-md-0{margin-top:0 !important}.efbl-mr-md-0,.efbl-mx-md-0{margin-right:0 !important}.efbl-mb-md-0,.efbl-my-md-0{margin-bottom:0 !important}.efbl-ml-md-0,.efbl-mx-md-0{margin-left:0 !important}.efbl-m-md-1{margin:.25rem !important}.efbl-mt-md-1,.efbl-my-md-1{margin-top:.25rem !important}.efbl-mr-md-1,.efbl-mx-md-1{margin-right:.25rem !important}.efbl-mb-md-1,.efbl-my-md-1{margin-bottom:.25rem !important}.efbl-ml-md-1,.efbl-mx-md-1{margin-left:.25rem !important}.efbl-m-md-2{margin:.5rem !important}.efbl-mt-md-2,.efbl-my-md-2{margin-top:.5rem !important}.efbl-mr-md-2,.efbl-mx-md-2{margin-right:.5rem !important}.efbl-mb-md-2,.efbl-my-md-2{margin-bottom:.5rem !important}.efbl-ml-md-2,.efbl-mx-md-2{margin-left:.5rem !important}.efbl-m-md-3{margin:1rem !important}.efbl-mt-md-3,.efbl-my-md-3{margin-top:1rem !important}.efbl-mr-md-3,.efbl-mx-md-3{margin-right:1rem !important}.efbl-mb-md-3,.efbl-my-md-3{margin-bottom:1rem !important}.efbl-ml-md-3,.efbl-mx-md-3{margin-left:1rem !important}.efbl-m-md-4{margin:1.5rem !important}.efbl-mt-md-4,.efbl-my-md-4{margin-top:1.5rem !important}.efbl-mr-md-4,.efbl-mx-md-4{margin-right:1.5rem !important}.efbl-mb-md-4,.efbl-my-md-4{margin-bottom:1.5rem !important}.efbl-ml-md-4,.efbl-mx-md-4{margin-left:1.5rem !important}.efbl-m-md-5{margin:3rem !important}.efbl-mt-md-5,.efbl-my-md-5{margin-top:3rem !important}.efbl-mr-md-5,.efbl-mx-md-5{margin-right:3rem !important}.efbl-mb-md-5,.efbl-my-md-5{margin-bottom:3rem !important}.efbl-ml-md-5,.efbl-mx-md-5{margin-left:3rem !important}.efbl-p-md-0{padding:0 !important}.efbl-pt-md-0,.efbl-py-md-0{padding-top:0 !important}.efbl-pr-md-0,.efbl-px-md-0{padding-right:0 !important}.efbl-pb-md-0,.efbl-py-md-0{padding-bottom:0 !important}.efbl-pl-md-0,.efbl-px-md-0{padding-left:0 !important}.efbl-p-md-1{padding:.25rem !important}.efbl-pt-md-1,.efbl-py-md-1{padding-top:.25rem !important}.efbl-pr-md-1,.efbl-px-md-1{padding-right:.25rem !important}.efbl-pb-md-1,.efbl-py-md-1{padding-bottom:.25rem !important}.efbl-pl-md-1,.efbl-px-md-1{padding-left:.25rem !important}.efbl-p-md-2{padding:.5rem !important}.efbl-pt-md-2,.efbl-py-md-2{padding-top:.5rem !important}.efbl-pr-md-2,.efbl-px-md-2{padding-right:.5rem !important}.efbl-pb-md-2,.efbl-py-md-2{padding-bottom:.5rem !important}.efbl-pl-md-2,.efbl-px-md-2{padding-left:.5rem !important}.efbl-p-md-3{padding:1rem !important}.efbl-pt-md-3,.efbl-py-md-3{padding-top:1rem !important}.efbl-pr-md-3,.efbl-px-md-3{padding-right:1rem !important}.efbl-pb-md-3,.efbl-py-md-3{padding-bottom:1rem !important}.efbl-pl-md-3,.efbl-px-md-3{padding-left:1rem !important}.efbl-p-md-4{padding:1.5rem !important}.efbl-pt-md-4,.efbl-py-md-4{padding-top:1.5rem !important}.efbl-pr-md-4,.efbl-px-md-4{padding-right:1.5rem !important}.efbl-pb-md-4,.efbl-py-md-4{padding-bottom:1.5rem !important}.efbl-pl-md-4,.efbl-px-md-4{padding-left:1.5rem !important}.efbl-p-md-5{padding:3rem !important}.efbl-pt-md-5,.efbl-py-md-5{padding-top:3rem !important}.efbl-pr-md-5,.efbl-px-md-5{padding-right:3rem !important}.efbl-pb-md-5,.efbl-py-md-5{padding-bottom:3rem !important}.efbl-pl-md-5,.efbl-px-md-5{padding-left:3rem !important}.efbl-m-md-auto{margin:auto !important}.efbl-mt-md-auto,.efbl-my-md-auto{margin-top:auto !important}.efbl-mr-md-auto,.efbl-mx-md-auto{margin-right:auto !important}.efbl-mb-md-auto,.efbl-my-md-auto{margin-bottom:auto !important}.efbl-ml-md-auto,.efbl-mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.efbl-m-lg-0{margin:0 !important}.efbl-mt-lg-0,.efbl-my-lg-0{margin-top:0 !important}.efbl-mr-lg-0,.efbl-mx-lg-0{margin-right:0 !important}.efbl-mb-lg-0,.efbl-my-lg-0{margin-bottom:0 !important}.efbl-ml-lg-0,.efbl-mx-lg-0{margin-left:0 !important}.efbl-m-lg-1{margin:.25rem !important}.efbl-mt-lg-1,.efbl-my-lg-1{margin-top:.25rem !important}.efbl-mr-lg-1,.efbl-mx-lg-1{margin-right:.25rem !important}.efbl-mb-lg-1,.efbl-my-lg-1{margin-bottom:.25rem !important}.efbl-ml-lg-1,.efbl-mx-lg-1{margin-left:.25rem !important}.efbl-m-lg-2{margin:.5rem !important}.efbl-mt-lg-2,.efbl-my-lg-2{margin-top:.5rem !important}.efbl-mr-lg-2,.efbl-mx-lg-2{margin-right:.5rem !important}.efbl-mb-lg-2,.efbl-my-lg-2{margin-bottom:.5rem !important}.efbl-ml-lg-2,.efbl-mx-lg-2{margin-left:.5rem !important}.efbl-m-lg-3{margin:1rem !important}.efbl-mt-lg-3,.efbl-my-lg-3{margin-top:1rem !important}.efbl-mr-lg-3,.efbl-mx-lg-3{margin-right:1rem !important}.efbl-mb-lg-3,.efbl-my-lg-3{margin-bottom:1rem !important}.efbl-ml-lg-3,.efbl-mx-lg-3{margin-left:1rem !important}.efbl-m-lg-4{margin:1.5rem !important}.efbl-mt-lg-4,.efbl-my-lg-4{margin-top:1.5rem !important}.efbl-mr-lg-4,.efbl-mx-lg-4{margin-right:1.5rem !important}.efbl-mb-lg-4,.efbl-my-lg-4{margin-bottom:1.5rem !important}.efbl-ml-lg-4,.efbl-mx-lg-4{margin-left:1.5rem !important}.efbl-m-lg-5{margin:3rem !important}.efbl-mt-lg-5,.efbl-my-lg-5{margin-top:3rem !important}.efbl-mr-lg-5,.efbl-mx-lg-5{margin-right:3rem !important}.efbl-mb-lg-5,.efbl-my-lg-5{margin-bottom:3rem !important}.efbl-ml-lg-5,.efbl-mx-lg-5{margin-left:3rem !important}.efbl-p-lg-0{padding:0 !important}.efbl-pt-lg-0,.efbl-py-lg-0{padding-top:0 !important}.efbl-pr-lg-0,.efbl-px-lg-0{padding-right:0 !important}.efbl-pb-lg-0,.efbl-py-lg-0{padding-bottom:0 !important}.efbl-pl-lg-0,.efbl-px-lg-0{padding-left:0 !important}.efbl-p-lg-1{padding:.25rem !important}.efbl-pt-lg-1,.efbl-py-lg-1{padding-top:.25rem !important}.efbl-pr-lg-1,.efbl-px-lg-1{padding-right:.25rem !important}.efbl-pb-lg-1,.efbl-py-lg-1{padding-bottom:.25rem !important}.efbl-pl-lg-1,.efbl-px-lg-1{padding-left:.25rem !important}.efbl-p-lg-2{padding:.5rem !important}.efbl-pt-lg-2,.efbl-py-lg-2{padding-top:.5rem !important}.efbl-pr-lg-2,.efbl-px-lg-2{padding-right:.5rem !important}.efbl-pb-lg-2,.efbl-py-lg-2{padding-bottom:.5rem !important}.efbl-pl-lg-2,.efbl-px-lg-2{padding-left:.5rem !important}.efbl-p-lg-3{padding:1rem !important}.efbl-pt-lg-3,.efbl-py-lg-3{padding-top:1rem !important}.efbl-pr-lg-3,.efbl-px-lg-3{padding-right:1rem !important}.efbl-pb-lg-3,.efbl-py-lg-3{padding-bottom:1rem !important}.efbl-pl-lg-3,.efbl-px-lg-3{padding-left:1rem !important}.efbl-p-lg-4{padding:1.5rem !important}.efbl-pt-lg-4,.efbl-py-lg-4{padding-top:1.5rem !important}.efbl-pr-lg-4,.efbl-px-lg-4{padding-right:1.5rem !important}.efbl-pb-lg-4,.efbl-py-lg-4{padding-bottom:1.5rem !important}.efbl-pl-lg-4,.efbl-px-lg-4{padding-left:1.5rem !important}.efbl-p-lg-5{padding:3rem !important}.efbl-pt-lg-5,.efbl-py-lg-5{padding-top:3rem !important}.efbl-pr-lg-5,.efbl-px-lg-5{padding-right:3rem !important}.efbl-pb-lg-5,.efbl-py-lg-5{padding-bottom:3rem !important}.efbl-pl-lg-5,.efbl-px-lg-5{padding-left:3rem !important}.efbl-m-lg-auto{margin:auto !important}.efbl-mt-lg-auto,.efbl-my-lg-auto{margin-top:auto !important}.efbl-mr-lg-auto,.efbl-mx-lg-auto{margin-right:auto !important}.efbl-mb-lg-auto,.efbl-my-lg-auto{margin-bottom:auto !important}.efbl-ml-lg-auto,.efbl-mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.efbl-m-xl-0{margin:0 !important}.efbl-mt-xl-0,.efbl-my-xl-0{margin-top:0 !important}.efbl-mr-xl-0,.efbl-mx-xl-0{margin-right:0 !important}.efbl-mb-xl-0,.efbl-my-xl-0{margin-bottom:0 !important}.efbl-ml-xl-0,.efbl-mx-xl-0{margin-left:0 !important}.efbl-m-xl-1{margin:.25rem !important}.efbl-mt-xl-1,.efbl-my-xl-1{margin-top:.25rem !important}.efbl-mr-xl-1,.efbl-mx-xl-1{margin-right:.25rem !important}.efbl-mb-xl-1,.efbl-my-xl-1{margin-bottom:.25rem !important}.efbl-ml-xl-1,.efbl-mx-xl-1{margin-left:.25rem !important}.efbl-m-xl-2{margin:.5rem !important}.efbl-mt-xl-2,.efbl-my-xl-2{margin-top:.5rem !important}.efbl-mr-xl-2,.efbl-mx-xl-2{margin-right:.5rem !important}.efbl-mb-xl-2,.efbl-my-xl-2{margin-bottom:.5rem !important}.efbl-ml-xl-2,.efbl-mx-xl-2{margin-left:.5rem !important}.efbl-m-xl-3{margin:1rem !important}.efbl-mt-xl-3,.efbl-my-xl-3{margin-top:1rem !important}.efbl-mr-xl-3,.efbl-mx-xl-3{margin-right:1rem !important}.efbl-mb-xl-3,.efbl-my-xl-3{margin-bottom:1rem !important}.efbl-ml-xl-3,.efbl-mx-xl-3{margin-left:1rem !important}.efbl-m-xl-4{margin:1.5rem !important}.efbl-mt-xl-4,.efbl-my-xl-4{margin-top:1.5rem !important}.efbl-mr-xl-4,.efbl-mx-xl-4{margin-right:1.5rem !important}.efbl-mb-xl-4,.efbl-my-xl-4{margin-bottom:1.5rem !important}.efbl-ml-xl-4,.efbl-mx-xl-4{margin-left:1.5rem !important}.efbl-m-xl-5{margin:3rem !important}.efbl-mt-xl-5,.efbl-my-xl-5{margin-top:3rem !important}.efbl-mr-xl-5,.efbl-mx-xl-5{margin-right:3rem !important}.efbl-mb-xl-5,.efbl-my-xl-5{margin-bottom:3rem !important}.efbl-ml-xl-5,.efbl-mx-xl-5{margin-left:3rem !important}.efbl-p-xl-0{padding:0 !important}.efbl-pt-xl-0,.efbl-py-xl-0{padding-top:0 !important}.efbl-pr-xl-0,.efbl-px-xl-0{padding-right:0 !important}.efbl-pb-xl-0,.efbl-py-xl-0{padding-bottom:0 !important}.efbl-pl-xl-0,.efbl-px-xl-0{padding-left:0 !important}.efbl-p-xl-1{padding:.25rem !important}.efbl-pt-xl-1,.efbl-py-xl-1{padding-top:.25rem !important}.efbl-pr-xl-1,.efbl-px-xl-1{padding-right:.25rem !important}.efbl-pb-xl-1,.efbl-py-xl-1{padding-bottom:.25rem !important}.efbl-pl-xl-1,.efbl-px-xl-1{padding-left:.25rem !important}.efbl-p-xl-2{padding:.5rem !important}.efbl-pt-xl-2,.efbl-py-xl-2{padding-top:.5rem !important}.efbl-pr-xl-2,.efbl-px-xl-2{padding-right:.5rem !important}.efbl-pb-xl-2,.efbl-py-xl-2{padding-bottom:.5rem !important}.efbl-pl-xl-2,.efbl-px-xl-2{padding-left:.5rem !important}.efbl-p-xl-3{padding:1rem !important}.efbl-pt-xl-3,.efbl-py-xl-3{padding-top:1rem !important}.efbl-pr-xl-3,.efbl-px-xl-3{padding-right:1rem !important}.efbl-pb-xl-3,.efbl-py-xl-3{padding-bottom:1rem !important}.efbl-pl-xl-3,.efbl-px-xl-3{padding-left:1rem !important}.efbl-p-xl-4{padding:1.5rem !important}.efbl-pt-xl-4,.efbl-py-xl-4{padding-top:1.5rem !important}.efbl-pr-xl-4,.efbl-px-xl-4{padding-right:1.5rem !important}.efbl-pb-xl-4,.efbl-py-xl-4{padding-bottom:1.5rem !important}.efbl-pl-xl-4,.efbl-px-xl-4{padding-left:1.5rem !important}.efbl-p-xl-5{padding:3rem !important}.efbl-pt-xl-5,.efbl-py-xl-5{padding-top:3rem !important}.efbl-pr-xl-5,.efbl-px-xl-5{padding-right:3rem !important}.efbl-pb-xl-5,.efbl-py-xl-5{padding-bottom:3rem !important}.efbl-pl-xl-5,.efbl-px-xl-5{padding-left:3rem !important}.efbl-m-xl-auto{margin:auto !important}.efbl-mt-xl-auto,.efbl-my-xl-auto{margin-top:auto !important}.efbl-mr-xl-auto,.efbl-mx-xl-auto{margin-right:auto !important}.efbl-mb-xl-auto,.efbl-my-xl-auto{margin-bottom:auto !important}.efbl-ml-xl-auto,.efbl-mx-xl-auto{margin-left:auto !important}}.efbl-text-justify{text-align:justify !important}.efbl-text-nowrap{white-space:nowrap !important}.efbl-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.efbl-text-left{text-align:left !important}.efbl-text-right{text-align:right !important}.efbl-text-center{text-align:center !important}@media(min-width: 576px){.efbl-text-sm-left{text-align:left !important}.efbl-text-sm-right{text-align:right !important}.efbl-text-sm-center{text-align:center !important}}@media(min-width: 768px){.efbl-text-md-left{text-align:left !important}.efbl-text-md-right{text-align:right !important}.efbl-text-md-center{text-align:center !important}}@media(min-width: 992px){.efbl-text-lg-left{text-align:left !important}.efbl-text-lg-right{text-align:right !important}.efbl-text-lg-center{text-align:center !important}}@media(min-width: 1200px){.efbl-text-xl-left{text-align:left !important}.efbl-text-xl-right{text-align:right !important}.efbl-text-xl-center{text-align:center !important}}.efbl-text-lowercase{text-transform:lowercase !important}.efbl-text-uppercase{text-transform:uppercase !important}.efbl-text-capitalize{text-transform:capitalize !important}.efbl-visible{visibility:visible !important}.efbl-invisible{visibility:hidden !important}.efbl_feed_wraper{width:100%;margin:0 auto;padding:0;text-align:left}.fancybox-slide .efbl-popup{padding:0 !important}.efbl_header{padding:10px 0;margin-bottom:10px}.efbl_header .efbl_header_inner_wrap .efbl_header_img{min-width:60px;max-width:60px;padding-right:15px}.efbl_header .efbl_header_inner_wrap .efbl_header_img img{width:100%}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{margin-bottom:10px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title{padding-right:15px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title h4{margin:0;font-size:inherit}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status{padding-right:10px;font-size:14px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i{margin-right:5px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status{margin-left:-10px;margin-top:-2px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .icon-esf-check:before{background:#2e77f2;border-radius:50%;padding:3px;font-size:10px;color:#fff}@media(max-width: 991px){.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title{width:100%;max-width:100%;min-width:100%;padding-right:0;margin-bottom:5px}}.efbl_load_more_holder{text-align:center}.efbl_load_more_btn{padding:8px 15px;text-decoration:none !important;border-radius:5px;font-size:14px;margin:20px auto}.efbl_load_more_btn:focus{outline:none !important;background:none !important}#efblcf_holder .efbl_popup_left_container{background:#fff}.efbl-halfwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border-right:#dee2e6 solid 1px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important;margin-bottom:0 !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;font-weight:normal;font-family:initial;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-halfwidth-skin .efbl-feed-content .description,.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-halfwidth-skin .efbl-feed-content .description>*,.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border:none;margin-bottom:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-thumbnail-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border-right:#dee2e6 solid 1px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px;padding:0}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-thumbnail-skin .efbl-feed-content .description,.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-thumbnail-skin .efbl-feed-content .description>*,.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border:none;margin-bottom:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-fullwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{margin-bottom:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-fullwidth-skin .efbl-feed-content .description,.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-fullwidth-skin .efbl-feed-content .description>*,.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-masonry-skin .brick{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.efbl-masonry-skin .brick .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl-masonry-skin .brick .efbl-shared-content-holder>a{margin-bottom:15px;display:block}.efbl-masonry-skin .brick .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i{margin-right:3px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:16px;margin:0px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-masonry-skin .efbl-feed-content .description,.efbl-masonry-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-masonry-skin .efbl-feed-content .description>*,.efbl-masonry-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-masonry-skin .brick .efbl-post-footer>.efbl-d-flex,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer>span,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-caption,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_popup_like,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer>li,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_likes_holder_icons,.efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer>button,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_inner_wrap,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_meta,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_cat,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_followers,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl-verified-status,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl_feeds_carousel .efbl-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-shared-content-holder>a{margin-bottom:15px;display:block}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:10px;cursor:pointer}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i{margin-right:3px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button,.efbl_feeds_carousel .efbl-feed-header>.owl-nav,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i{margin-bottom:10px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-image,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-image img,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img{width:100%}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-title h2,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2{font-size:16px;margin:0px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-title span,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl_feeds_carousel .efbl-feed-content .description,.efbl_feeds_carousel .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl_feeds_carousel .efbl-feed-content .description>*,.efbl_feeds_carousel .efbl-feed-content .efbl_link_text>*{font-size:14px}.efbl_feeds_carousel .owl-nav button{background:#d6d6d6 !important;height:40px;text-align:center;justify-content:center;width:40px;border-radius:3px}.efbl_feeds_carousel .owl-nav button:hover{color:#fff;background:#222 !important}.efbl_feeds_carousel .owl-nav button span{font-size:26px;padding-bottom:4px}.efbl-grid-skin .efbl-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:3px;margin-bottom:30px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup{display:block;position:relative;width:100%;padding-bottom:100%;background-position:center;background-size:cover;cursor:pointer}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder{color:#fff;padding:0 10px;text-align:center;margin-top:50%;transform:translate(0px, -50%)}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder p{color:#fff}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper{border:#37a0e6 solid 5px;padding:0}.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper .efbl-overlay{opacity:1}.efbl-media-carousel{position:relative;padding-bottom:100px;height:100%;display:inline-flex}.efbl-media-preview-section{display:inline-flex;height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important}.efbl-media-item{height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important;display:inline-flex}.efbl-media-item img{width:100%;height:auto;display:inline-block}.previewPortrait .efbl-media-item img{height:100% !important;width:auto !important;display:inline-block}.efbl-media-thumbnail-section{overflow-y:hidden;overflow-x:auto;position:absolute;left:0;bottom:0;height:100px;width:100%}.efbl-media-thumbnail-section-inner{display:inline-flex;align-items:center;justify-content:center;height:100px;min-width:100%}.efbl-media-thumbnail{height:100%;width:130px;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.fancybox-button svg{color:#fff}body .fancybox-container .efbl-likes-popup-holder{width:100%;max-width:500px;padding:0 !important;border-radius:5px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons{margin:0;padding:8.5px 10px;border-bottom:#dee2e6 solid 1px;list-style-type:none}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons #efbl_all_likes{padding-left:0px;margin-left:0px;border-left:0px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li{margin:0;padding:0}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a{cursor:pointer;text-decoration:none;font-size:16px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li{margin-top:0px;margin-left:10px;padding-left:10px;border-left:#dee2e6 solid 1px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li img{width:25px;height:25px;margin-right:5px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a{font-size:16px;margin-top:0px;cursor:pointer;text-decoration:none}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder{padding:10px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like{width:100%;position:relative;padding-top:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_popup_liker_img{widows:35px;height:35px;border-radius:50%}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_liker_name{font-size:16px;padding-left:20px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_reaction_bottom{position:absolute;left:25px;top:25px;width:20px;height:20px;border-radius:50%}.efbl-likes-popup-holder>h4{font-size:18px;margin:0;padding:13px 10px;border-bottom:#dee2e6 solid 1px;line-height:1}.efbl-likes-popup-holder .efbl_all_comments_holder{padding:10px}.efbl-likes-popup-holder .efbl_single_comment_holder{margin-bottom:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px;font-size:14px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-d-flex>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-likes-popup-holder .efbl_single_comment_holder span>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-caption>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap>a,.efbl_header .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_inner_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_meta>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_cat>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_followers>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-verified-status>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav>a,.efbl_feeds_carousel .efbl-likes-popup-holder .efbl_single_comment_holder .owl-nav>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav button>a,.efbl_feeds_carousel .owl-nav .efbl-likes-popup-holder .efbl_single_comment_holder button>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_single_comment_holder li>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li a>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_single_comment_holder a>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_reactions_holder .efbl_popup_like>a,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_single_comment_holder .efbl_popup_like>a{text-decoration:none;width:50px;max-width:50px;font-size:20px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_meta{font-size:12px;color:#6c757d;margin-top:5px;padding-left:33.6px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_attach_popup{margin-top:10px}.efbl-likes-popup-holder .efbl-write-comment{width:100%}.efbl-likes-popup-holder .efbl-write-comment a{text-decoration:none;font-size:16px}.efbl-post-detail *{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-post-detail{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-post-detail.previewPortrait{height:90%}.efbl-post-detail .efbl-d-columns-wrapper{display:flex;height:100%;margin-left:0 !important;margin-right:0 !important;position:relative;padding-right:400px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header{margin-bottom:15px;padding-top:15px;padding-right:40px;padding-left:15px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header h2{font-size:20px;margin:0px;padding:0}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-post-detail .efbl-d-columns-wrapper .efbl-image{background:#000;padding-right:0px;padding-left:0px;display:inline-flex}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption{height:100%;font-size:14px;width:100%;max-width:400px;position:absolute;right:0;top:0}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption::after{position:absolute;left:0;right:0;bottom:0;height:15px;content:"";background:#fff}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-detail-overflow{height:100%;overflow-y:auto;padding:15px}.efbl-post
|