Version Description
- Fixed: Elementor Instagram Module conflict
- Added: Unlimited Albums load more for Facebook
- Fixed: Optional access token genrator issue
- Fixed: Minor issues
Download this release
Release Info
Developer | DaNish Ali |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 6.3.8 |
Comparing to | |
See all releases |
Code changes from version 6.3.7 to 6.3.8
- README.txt +7 -1
- easy-facebook-likebox.php +2 -2
- facebook/admin/assets/images/full.jpg +0 -0
- facebook/admin/assets/images/half.jpg +0 -0
- facebook/admin/assets/js/admin.js +19 -19
- facebook/frontend/easy-facebook-likebox.php +1 -1
- facebook/frontend/includes/core-functions.php +4 -0
- freemius/assets/img/easy-facebook-likebox.png +0 -0
- freemius/includes/class-freemius.php +1 -1
- freemius/includes/managers/class-fs-key-value-storage.php +10 -0
- freemius/languages/freemius-cs_CZ.mo +0 -0
- freemius/languages/freemius-da_DK.mo +0 -0
- freemius/languages/freemius-de_DE.mo +0 -0
- freemius/languages/freemius-en.mo +0 -0
- freemius/languages/freemius-es_ES.mo +0 -0
- freemius/languages/freemius-fr_FR.mo +0 -0
- freemius/languages/freemius-he_IL.mo +0 -0
- freemius/languages/freemius-hu_HU.mo +0 -0
- freemius/languages/freemius-it_IT.mo +0 -0
- freemius/languages/freemius-ja.mo +0 -0
- freemius/languages/freemius-nl_NL.mo +0 -0
- freemius/languages/freemius-ru_RU.mo +0 -0
- freemius/languages/freemius-ta.mo +0 -0
- freemius/languages/freemius-zh_CN.mo +0 -0
- freemius/languages/freemius.pot +584 -1172
- freemius/start.php +1 -1
- instagram/admin/assets/css/esf-insta-admin-style.css +1 -1
- instagram/admin/assets/css/esf-insta-admin-style.css.map +1 -1
- instagram/admin/assets/js/esf-insta-admin-script.js +2 -2
- instagram/admin/assets/scss/esf-insta-admin-style.scss +7 -5
- instagram/admin/class-easy-facebook-likebox-instagram-admin.php +13 -6
- instagram/admin/views/html-autenticate-tab.php +7 -2
- instagram/admin/views/html-how-to-use-tab.php +17 -15
- instagram/frontend/assets/css/esf-insta-frontend.css +1 -1
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: DaNish Ali, maltathemes, sjaved
|
|
3 |
Tags: Instagram feed, Instagram photos, Instagram gallery, Facebook feed, Facebook posts
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 6.0
|
6 |
-
Stable tag: 6.3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -174,6 +174,12 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
174 |
23. Instagram skins/layouts panel
|
175 |
|
176 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
= 6.3.7 =
|
178 |
* Fixed: Personal Instagram App authentication issue
|
179 |
* Fixed: Minor issues
|
3 |
Tags: Instagram feed, Instagram photos, Instagram gallery, Facebook feed, Facebook posts
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 6.0
|
6 |
+
Stable tag: 6.3.8
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
174 |
23. Instagram skins/layouts panel
|
175 |
|
176 |
== Changelog ==
|
177 |
+
= 6.3.8 =
|
178 |
+
* Fixed: Elementor Instagram Module conflict
|
179 |
+
* Added: Unlimited Albums load more for Facebook
|
180 |
+
* Fixed: Optional access token genrator issue
|
181 |
+
* Fixed: Minor issues
|
182 |
+
|
183 |
= 6.3.7 =
|
184 |
* Fixed: Personal Instagram App authentication issue
|
185 |
* Fixed: Minor issues
|
easy-facebook-likebox.php
CHANGED
@@ -4,7 +4,7 @@
|
|
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.3.
|
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.3.
|
102 |
public $fta_slug = 'easy-facebook-likebox' ;
|
103 |
public $plug_slug = 'easy-facebook-likebox' ;
|
104 |
function __construct()
|
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.3.8
|
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.3.8' ;
|
102 |
public $fta_slug = 'easy-facebook-likebox' ;
|
103 |
public $plug_slug = 'easy-facebook-likebox' ;
|
104 |
function __construct()
|
facebook/admin/assets/images/full.jpg
CHANGED
Binary file
|
facebook/admin/assets/images/half.jpg
CHANGED
Binary file
|
facebook/admin/assets/js/admin.js
CHANGED
@@ -141,22 +141,22 @@ jQuery(document).ready(function($) {
|
|
141 |
/*
|
142 |
* Getting mif_user_id
|
143 |
*/
|
144 |
-
var efbl_page_id = $('#efbl_page_id').val();
|
145 |
|
146 |
/*
|
147 |
* Getting efbl_access_token
|
148 |
*/
|
149 |
-
var efbl_access_token = $('#efbl_access_token').val();
|
150 |
|
151 |
/*
|
152 |
* Getting Feeds Per Page
|
153 |
*/
|
154 |
-
var efbl_filter = $('#efbl_filter').val();
|
155 |
|
156 |
/*
|
157 |
* Getting Caption Words
|
158 |
*/
|
159 |
-
var efbl_skin_id = $('#efbl_skin_id').val();
|
160 |
|
161 |
if (efbl_skin_id == 'free-grid' || efbl_skin_id === 'free-masonry' ||
|
162 |
efbl_skin_id === 'free-carousel') {
|
@@ -168,27 +168,27 @@ jQuery(document).ready(function($) {
|
|
168 |
/*
|
169 |
* Getting Wrap Class
|
170 |
*/
|
171 |
-
var efbl_post_limit = $('#efbl_post_limit').val();
|
172 |
|
173 |
/*
|
174 |
* Getting cache unit
|
175 |
*/
|
176 |
-
var efbl_caption_words = $('#efbl_caption_words').val();
|
177 |
|
178 |
/*
|
179 |
* Getting cache duration
|
180 |
*/
|
181 |
-
var efbl_cache_unit = $('#efbl_cache_unit').val();
|
182 |
|
183 |
/*
|
184 |
* Getting events filter
|
185 |
*/
|
186 |
-
var efbl_filter_events = $('#efbl_filter_events').val();
|
187 |
|
188 |
/*
|
189 |
* Getting Skin ID
|
190 |
*/
|
191 |
-
var efbl_cache_duration = $('#efbl_cache_duration').val();
|
192 |
|
193 |
|
194 |
|
@@ -220,7 +220,7 @@ jQuery(document).ready(function($) {
|
|
220 |
efbl_filter = '';
|
221 |
}
|
222 |
|
223 |
-
if ($('#efbl_filter').val() === 'events') {
|
224 |
|
225 |
efbl_filter_events = 'events_filter="' + efbl_filter_events + '" ';
|
226 |
|
@@ -229,7 +229,7 @@ jQuery(document).ready(function($) {
|
|
229 |
efbl_filter_events = '';
|
230 |
}
|
231 |
|
232 |
-
var efbl_album_id = $('#efbl_albums_name').val();
|
233 |
|
234 |
if (efbl_album_id) {
|
235 |
efbl_album_id = 'album_id="' + efbl_album_id + '" ';
|
@@ -238,7 +238,7 @@ jQuery(document).ready(function($) {
|
|
238 |
efbl_album_id = '';
|
239 |
}
|
240 |
|
241 |
-
if ($('#efbl_filter').val() !== 'albums') {
|
242 |
|
243 |
efbl_album_id = '';
|
244 |
|
@@ -272,21 +272,21 @@ jQuery(document).ready(function($) {
|
|
272 |
efbl_cache_duration = '';
|
273 |
}
|
274 |
|
275 |
-
if (jQuery('#efbl_link_new_tab').is(':checked')) {
|
276 |
efbl_link_new_tab = 'links_new_tab="1" ';
|
277 |
}
|
278 |
else {
|
279 |
efbl_link_new_tab = 'links_new_tab="0" ';
|
280 |
}
|
281 |
|
282 |
-
if (jQuery('#efbl_load_more').is(':checked')) {
|
283 |
efbl_load_more = 'load_more="1" ';
|
284 |
}
|
285 |
else {
|
286 |
efbl_load_more = 'load_more="0" ';
|
287 |
}
|
288 |
|
289 |
-
if (jQuery('#efbl_live_stream_only').is(':checked')) {
|
290 |
efbl_live_stream_only = 'live_stream_only="1" ';
|
291 |
efbl_filter = '';
|
292 |
efbl_album_id = '';
|
@@ -297,7 +297,7 @@ jQuery(document).ready(function($) {
|
|
297 |
efbl_live_stream_only = 'live_stream_only="0" ';
|
298 |
}
|
299 |
|
300 |
-
if (jQuery('#efbl_show_likebox').is(':checked')) {
|
301 |
efbl_show_likebox = 'show_like_box="1"';
|
302 |
}
|
303 |
else {
|
@@ -306,14 +306,14 @@ jQuery(document).ready(function($) {
|
|
306 |
|
307 |
|
308 |
if( efbl_page_id === 'multifeed-upgrade'){
|
309 |
-
efbl_page_id = jQuery('#efbl_page_id').find("option:first-child").val();
|
310 |
efbl_page_id_attr = ' user_id="' + efbl_page_id + '"';
|
311 |
}
|
312 |
|
313 |
-
var efbl_feed_type = $('.efbl_selected_type').val();
|
314 |
|
315 |
if( efbl_feed_type === 'group' ){
|
316 |
-
var efbl_group_id = $('#efbl_group_id').val();
|
317 |
efbl_page_id_attr = 'fanpage_id="' + efbl_group_id + '" ';
|
318 |
efbl_filter = '';
|
319 |
efbl_album_id = '';
|
141 |
/*
|
142 |
* Getting mif_user_id
|
143 |
*/
|
144 |
+
var efbl_page_id = $('.efbl-shortcode-fields-wrap #efbl_page_id').val();
|
145 |
|
146 |
/*
|
147 |
* Getting efbl_access_token
|
148 |
*/
|
149 |
+
var efbl_access_token = $('.efbl-shortcode-fields-wrap #efbl_access_token').val();
|
150 |
|
151 |
/*
|
152 |
* Getting Feeds Per Page
|
153 |
*/
|
154 |
+
var efbl_filter = $('.efbl-shortcode-fields-wrap #efbl_filter').val();
|
155 |
|
156 |
/*
|
157 |
* Getting Caption Words
|
158 |
*/
|
159 |
+
var efbl_skin_id = $('.efbl-shortcode-fields-wrap #efbl_skin_id').val();
|
160 |
|
161 |
if (efbl_skin_id == 'free-grid' || efbl_skin_id === 'free-masonry' ||
|
162 |
efbl_skin_id === 'free-carousel') {
|
168 |
/*
|
169 |
* Getting Wrap Class
|
170 |
*/
|
171 |
+
var efbl_post_limit = $('.efbl-shortcode-fields-wrap #efbl_post_limit').val();
|
172 |
|
173 |
/*
|
174 |
* Getting cache unit
|
175 |
*/
|
176 |
+
var efbl_caption_words = $('.efbl-shortcode-fields-wrap #efbl_caption_words').val();
|
177 |
|
178 |
/*
|
179 |
* Getting cache duration
|
180 |
*/
|
181 |
+
var efbl_cache_unit = $('.efbl-shortcode-fields-wrap #efbl_cache_unit').val();
|
182 |
|
183 |
/*
|
184 |
* Getting events filter
|
185 |
*/
|
186 |
+
var efbl_filter_events = $('.efbl-shortcode-fields-wrap #efbl_filter_events').val();
|
187 |
|
188 |
/*
|
189 |
* Getting Skin ID
|
190 |
*/
|
191 |
+
var efbl_cache_duration = $('.efbl-shortcode-fields-wrap #efbl_cache_duration').val();
|
192 |
|
193 |
|
194 |
|
220 |
efbl_filter = '';
|
221 |
}
|
222 |
|
223 |
+
if ($('.efbl-shortcode-fields-wrap #efbl_filter').val() === 'events') {
|
224 |
|
225 |
efbl_filter_events = 'events_filter="' + efbl_filter_events + '" ';
|
226 |
|
229 |
efbl_filter_events = '';
|
230 |
}
|
231 |
|
232 |
+
var efbl_album_id = $('.efbl-shortcode-fields-wrap #efbl_albums_name').val();
|
233 |
|
234 |
if (efbl_album_id) {
|
235 |
efbl_album_id = 'album_id="' + efbl_album_id + '" ';
|
238 |
efbl_album_id = '';
|
239 |
}
|
240 |
|
241 |
+
if ($('.efbl-shortcode-fields-wrap #efbl_filter').val() !== 'albums') {
|
242 |
|
243 |
efbl_album_id = '';
|
244 |
|
272 |
efbl_cache_duration = '';
|
273 |
}
|
274 |
|
275 |
+
if (jQuery('.efbl-shortcode-fields-wrap #efbl_link_new_tab').is(':checked')) {
|
276 |
efbl_link_new_tab = 'links_new_tab="1" ';
|
277 |
}
|
278 |
else {
|
279 |
efbl_link_new_tab = 'links_new_tab="0" ';
|
280 |
}
|
281 |
|
282 |
+
if (jQuery('.efbl-shortcode-fields-wrap #efbl_load_more').is(':checked')) {
|
283 |
efbl_load_more = 'load_more="1" ';
|
284 |
}
|
285 |
else {
|
286 |
efbl_load_more = 'load_more="0" ';
|
287 |
}
|
288 |
|
289 |
+
if (jQuery('.efbl-shortcode-fields-wrap #efbl_live_stream_only').is(':checked')) {
|
290 |
efbl_live_stream_only = 'live_stream_only="1" ';
|
291 |
efbl_filter = '';
|
292 |
efbl_album_id = '';
|
297 |
efbl_live_stream_only = 'live_stream_only="0" ';
|
298 |
}
|
299 |
|
300 |
+
if (jQuery('.efbl-shortcode-fields-wrap #efbl_show_likebox').is(':checked')) {
|
301 |
efbl_show_likebox = 'show_like_box="1"';
|
302 |
}
|
303 |
else {
|
306 |
|
307 |
|
308 |
if( efbl_page_id === 'multifeed-upgrade'){
|
309 |
+
efbl_page_id = jQuery('.efbl-shortcode-fields-wrap #efbl_page_id').find("option:first-child").val();
|
310 |
efbl_page_id_attr = ' user_id="' + efbl_page_id + '"';
|
311 |
}
|
312 |
|
313 |
+
var efbl_feed_type = $('.efbl-shortcode-fields-wrap .efbl_selected_type').val();
|
314 |
|
315 |
if( efbl_feed_type === 'group' ){
|
316 |
+
var efbl_group_id = $('.efbl-shortcode-fields-wrap #efbl_group_id').val();
|
317 |
efbl_page_id_attr = 'fanpage_id="' + efbl_group_id + '" ';
|
318 |
efbl_filter = '';
|
319 |
efbl_album_id = '';
|
facebook/frontend/easy-facebook-likebox.php
CHANGED
@@ -30,7 +30,7 @@ class Easy_Facebook_Likebox
|
|
30 |
*
|
31 |
* @var string
|
32 |
*/
|
33 |
-
const VERSION = '6.3.
|
34 |
/**
|
35 |
*
|
36 |
* Unique identifier for your plugin.
|
30 |
*
|
31 |
* @var string
|
32 |
*/
|
33 |
+
const VERSION = '6.3.8' ;
|
34 |
/**
|
35 |
*
|
36 |
* Unique identifier for your plugin.
|
facebook/frontend/includes/core-functions.php
CHANGED
@@ -360,6 +360,10 @@ if ( !function_exists( 'efbl_get_page_logo' ) ) {
|
|
360 |
if ( $page_id ) {
|
361 |
$page_logo_trasneint_name = "esf_logo_" . $page_id;
|
362 |
$auth_img_src = get_transient( $page_logo_trasneint_name );
|
|
|
|
|
|
|
|
|
363 |
|
364 |
if ( $auth_img_src && !empty($auth_img_src) && !isset( $auth_img_src->error ) ) {
|
365 |
return $auth_img_src;
|
360 |
if ( $page_id ) {
|
361 |
$page_logo_trasneint_name = "esf_logo_" . $page_id;
|
362 |
$auth_img_src = get_transient( $page_logo_trasneint_name );
|
363 |
+
$check_status = wp_remote_retrieve_body( wp_remote_get( $auth_img_src ) );
|
364 |
+
if ( $check_status == 'URL signature expired' ) {
|
365 |
+
$auth_img_src = '';
|
366 |
+
}
|
367 |
|
368 |
if ( $auth_img_src && !empty($auth_img_src) && !isset( $auth_img_src->error ) ) {
|
369 |
return $auth_img_src;
|
freemius/assets/img/easy-facebook-likebox.png
DELETED
Binary file
|
freemius/includes/class-freemius.php
CHANGED
@@ -4058,7 +4058,7 @@
|
|
4058 |
if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
|
4059 |
$key = fs_strip_url_protocol( get_site_url( $blog_id ) );
|
4060 |
|
4061 |
-
$secure_auth = SECURE_AUTH_KEY;
|
4062 |
if ( empty( $secure_auth ) ||
|
4063 |
false !== strpos( $secure_auth, ' ' ) ||
|
4064 |
'put your unique phrase here' === $secure_auth
|
4058 |
if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
|
4059 |
$key = fs_strip_url_protocol( get_site_url( $blog_id ) );
|
4060 |
|
4061 |
+
$secure_auth = defined( 'SECURE_AUTH_KEY' ) ? SECURE_AUTH_KEY : '';
|
4062 |
if ( empty( $secure_auth ) ||
|
4063 |
false !== strpos( $secure_auth, ' ' ) ||
|
4064 |
'put your unique phrase here' === $secure_auth
|
freemius/includes/managers/class-fs-key-value-storage.php
CHANGED
@@ -298,6 +298,7 @@
|
|
298 |
return $this->get( $k, null );
|
299 |
}
|
300 |
|
|
|
301 |
function offsetSet( $k, $v ) {
|
302 |
if ( is_null( $k ) ) {
|
303 |
throw new Exception( 'Can\'t append value to request params.' );
|
@@ -306,14 +307,17 @@
|
|
306 |
}
|
307 |
}
|
308 |
|
|
|
309 |
function offsetExists( $k ) {
|
310 |
return array_key_exists( $k, $this->_data );
|
311 |
}
|
312 |
|
|
|
313 |
function offsetUnset( $k ) {
|
314 |
unset( $this->$k );
|
315 |
}
|
316 |
|
|
|
317 |
function offsetGet( $k ) {
|
318 |
return $this->get( $k, null );
|
319 |
}
|
@@ -325,6 +329,7 @@
|
|
325 |
* @link http://php.net/manual/en/iterator.current.php
|
326 |
* @return mixed Can return any type.
|
327 |
*/
|
|
|
328 |
public function current() {
|
329 |
return current( $this->_data );
|
330 |
}
|
@@ -336,6 +341,7 @@
|
|
336 |
* @link http://php.net/manual/en/iterator.next.php
|
337 |
* @return void Any returned value is ignored.
|
338 |
*/
|
|
|
339 |
public function next() {
|
340 |
next( $this->_data );
|
341 |
}
|
@@ -347,6 +353,7 @@
|
|
347 |
* @link http://php.net/manual/en/iterator.key.php
|
348 |
* @return mixed scalar on success, or null on failure.
|
349 |
*/
|
|
|
350 |
public function key() {
|
351 |
return key( $this->_data );
|
352 |
}
|
@@ -359,6 +366,7 @@
|
|
359 |
* @return boolean The return value will be casted to boolean and then evaluated.
|
360 |
* Returns true on success or false on failure.
|
361 |
*/
|
|
|
362 |
public function valid() {
|
363 |
$key = key( $this->_data );
|
364 |
|
@@ -372,6 +380,7 @@
|
|
372 |
* @link http://php.net/manual/en/iterator.rewind.php
|
373 |
* @return void Any returned value is ignored.
|
374 |
*/
|
|
|
375 |
public function rewind() {
|
376 |
reset( $this->_data );
|
377 |
}
|
@@ -386,6 +395,7 @@
|
|
386 |
* <p>
|
387 |
* The return value is cast to an integer.
|
388 |
*/
|
|
|
389 |
public function count() {
|
390 |
return count( $this->_data );
|
391 |
}
|
298 |
return $this->get( $k, null );
|
299 |
}
|
300 |
|
301 |
+
#[ReturnTypeWillChange]
|
302 |
function offsetSet( $k, $v ) {
|
303 |
if ( is_null( $k ) ) {
|
304 |
throw new Exception( 'Can\'t append value to request params.' );
|
307 |
}
|
308 |
}
|
309 |
|
310 |
+
#[ReturnTypeWillChange]
|
311 |
function offsetExists( $k ) {
|
312 |
return array_key_exists( $k, $this->_data );
|
313 |
}
|
314 |
|
315 |
+
#[ReturnTypeWillChange]
|
316 |
function offsetUnset( $k ) {
|
317 |
unset( $this->$k );
|
318 |
}
|
319 |
|
320 |
+
#[ReturnTypeWillChange]
|
321 |
function offsetGet( $k ) {
|
322 |
return $this->get( $k, null );
|
323 |
}
|
329 |
* @link http://php.net/manual/en/iterator.current.php
|
330 |
* @return mixed Can return any type.
|
331 |
*/
|
332 |
+
#[ReturnTypeWillChange]
|
333 |
public function current() {
|
334 |
return current( $this->_data );
|
335 |
}
|
341 |
* @link http://php.net/manual/en/iterator.next.php
|
342 |
* @return void Any returned value is ignored.
|
343 |
*/
|
344 |
+
#[ReturnTypeWillChange]
|
345 |
public function next() {
|
346 |
next( $this->_data );
|
347 |
}
|
353 |
* @link http://php.net/manual/en/iterator.key.php
|
354 |
* @return mixed scalar on success, or null on failure.
|
355 |
*/
|
356 |
+
#[ReturnTypeWillChange]
|
357 |
public function key() {
|
358 |
return key( $this->_data );
|
359 |
}
|
366 |
* @return boolean The return value will be casted to boolean and then evaluated.
|
367 |
* Returns true on success or false on failure.
|
368 |
*/
|
369 |
+
#[ReturnTypeWillChange]
|
370 |
public function valid() {
|
371 |
$key = key( $this->_data );
|
372 |
|
380 |
* @link http://php.net/manual/en/iterator.rewind.php
|
381 |
* @return void Any returned value is ignored.
|
382 |
*/
|
383 |
+
#[ReturnTypeWillChange]
|
384 |
public function rewind() {
|
385 |
reset( $this->_data );
|
386 |
}
|
395 |
* <p>
|
396 |
* The return value is cast to an integer.
|
397 |
*/
|
398 |
+
#[ReturnTypeWillChange]
|
399 |
public function count() {
|
400 |
return count( $this->_data );
|
401 |
}
|
freemius/languages/freemius-cs_CZ.mo
CHANGED
Binary file
|
freemius/languages/freemius-da_DK.mo
CHANGED
Binary file
|
freemius/languages/freemius-de_DE.mo
ADDED
Binary file
|
freemius/languages/freemius-en.mo
CHANGED
Binary file
|
freemius/languages/freemius-es_ES.mo
CHANGED
Binary file
|
freemius/languages/freemius-fr_FR.mo
CHANGED
Binary file
|
freemius/languages/freemius-he_IL.mo
CHANGED
Binary file
|
freemius/languages/freemius-hu_HU.mo
CHANGED
Binary file
|
freemius/languages/freemius-it_IT.mo
CHANGED
Binary file
|
freemius/languages/freemius-ja.mo
CHANGED
Binary file
|
freemius/languages/freemius-nl_NL.mo
CHANGED
Binary file
|
freemius/languages/freemius-ru_RU.mo
CHANGED
Binary file
|
freemius/languages/freemius-ta.mo
CHANGED
Binary file
|
freemius/languages/freemius-zh_CN.mo
CHANGED
Binary file
|
freemius/languages/freemius.pot
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
@@ -8,6 +8,7 @@ msgstr ""
|
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Freemius Team <admin@freemius.com>\n"
|
10 |
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
|
|
11 |
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
@@ -16,796 +17,32 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
-
#: includes/class-freemius.php:
|
20 |
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: includes/class-freemius.php:
|
24 |
msgid "Would you like to proceed with the update?"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: includes/class-freemius.php:
|
28 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: includes/class-freemius.php:2140
|
32 |
-
msgid "Error"
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: includes/class-freemius.php:2540
|
36 |
-
msgid "I found a better %s"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: includes/class-freemius.php:2542
|
40 |
-
msgid "What's the %s's name?"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: includes/class-freemius.php:2548
|
44 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: includes/class-freemius.php:2550
|
48 |
-
msgid "Deactivation"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: includes/class-freemius.php:2551
|
52 |
-
msgid "Theme Switch"
|
53 |
-
msgstr ""
|
54 |
-
|
55 |
-
#: includes/class-freemius.php:2560, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
|
56 |
-
msgid "Other"
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
-
#: includes/class-freemius.php:2568
|
60 |
-
msgid "I no longer need the %s"
|
61 |
-
msgstr ""
|
62 |
-
|
63 |
-
#: includes/class-freemius.php:2575
|
64 |
-
msgid "I only needed the %s for a short period"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: includes/class-freemius.php:2581
|
68 |
-
msgid "The %s broke my site"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: includes/class-freemius.php:2588
|
72 |
-
msgid "The %s suddenly stopped working"
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#: includes/class-freemius.php:2598
|
76 |
-
msgid "I can't pay for it anymore"
|
77 |
-
msgstr ""
|
78 |
-
|
79 |
-
#: includes/class-freemius.php:2600
|
80 |
-
msgid "What price would you feel comfortable paying?"
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: includes/class-freemius.php:2606
|
84 |
-
msgid "I don't like to share my information with you"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: includes/class-freemius.php:2627
|
88 |
-
msgid "The %s didn't work"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: includes/class-freemius.php:2637
|
92 |
-
msgid "I couldn't understand how to make it work"
|
93 |
-
msgstr ""
|
94 |
-
|
95 |
-
#: includes/class-freemius.php:2645
|
96 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: includes/class-freemius.php:2647
|
100 |
-
msgid "What feature?"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: includes/class-freemius.php:2651
|
104 |
-
msgid "The %s is not working"
|
105 |
-
msgstr ""
|
106 |
-
|
107 |
-
#: includes/class-freemius.php:2653
|
108 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: includes/class-freemius.php:2657
|
112 |
-
msgid "It's not what I was looking for"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: includes/class-freemius.php:2659
|
116 |
-
msgid "What you've been looking for?"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: includes/class-freemius.php:2663
|
120 |
-
msgid "The %s didn't work as expected"
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: includes/class-freemius.php:2665
|
124 |
-
msgid "What did you expect?"
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: includes/class-freemius.php:3520, templates/debug.php:20
|
128 |
msgid "Freemius Debug"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: includes/class-freemius.php:
|
132 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
133 |
-
msgstr ""
|
134 |
-
|
135 |
-
#: includes/class-freemius.php:4274
|
136 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: includes/class-freemius.php:4281
|
140 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: includes/class-freemius.php:4386
|
144 |
-
msgid "Yes - do your thing"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: includes/class-freemius.php:4391
|
148 |
-
msgid "No - just deactivate"
|
149 |
-
msgstr ""
|
150 |
-
|
151 |
-
#: includes/class-freemius.php:4436, includes/class-freemius.php:4930, includes/class-freemius.php:6191, includes/class-freemius.php:13368, includes/class-freemius.php:14110, includes/class-freemius.php:17542, includes/class-freemius.php:17647, includes/class-freemius.php:17822, includes/class-freemius.php:20056, includes/class-freemius.php:20414, includes/class-freemius.php:20424, includes/class-freemius.php:21109, includes/class-freemius.php:22015, includes/class-freemius.php:22148, includes/class-freemius.php:22304, templates/add-ons.php:57
|
152 |
-
msgctxt "exclamation"
|
153 |
-
msgid "Oops"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: includes/class-freemius.php:4505
|
157 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: includes/class-freemius.php:4927
|
161 |
-
msgctxt "addonX cannot run without pluginY"
|
162 |
-
msgid "%s cannot run without %s."
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: includes/class-freemius.php:4928
|
166 |
-
msgctxt "addonX cannot run..."
|
167 |
-
msgid "%s cannot run without the plugin."
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: includes/class-freemius.php:5127, includes/class-freemius.php:5152, includes/class-freemius.php:21180
|
171 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: includes/class-freemius.php:5857
|
175 |
-
msgid "Premium %s version was successfully activated."
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: includes/class-freemius.php:5869, includes/class-freemius.php:7774
|
179 |
-
msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
|
180 |
-
msgid "W00t"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: includes/class-freemius.php:5884
|
184 |
-
msgid "You have a %s license."
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: includes/class-freemius.php:5888, includes/class-freemius.php:16947, includes/class-freemius.php:16958, includes/class-freemius.php:20325, includes/class-freemius.php:20689, includes/class-freemius.php:20758, includes/class-freemius.php:20930
|
188 |
-
msgctxt "interjection expressing joy or exuberance"
|
189 |
-
msgid "Yee-haw"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: includes/class-freemius.php:6174
|
193 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:6178
|
197 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: includes/class-freemius.php:6187, templates/add-ons.php:186, templates/account/partials/addon.php:381
|
201 |
-
msgid "More information about %s"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: includes/class-freemius.php:6188
|
205 |
-
msgid "Purchase License"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:7125, templates/connect.php:171
|
209 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: includes/class-freemius.php:7129
|
213 |
-
msgid "start the trial"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: includes/class-freemius.php:7130, templates/connect.php:175
|
217 |
-
msgid "complete the install"
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: includes/class-freemius.php:7249
|
221 |
-
msgid "You are just one step away - %s"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: includes/class-freemius.php:7252
|
225 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
226 |
-
msgid "Complete \"%s\" Activation Now"
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: includes/class-freemius.php:7334
|
230 |
-
msgid "We made a few tweaks to the %s, %s"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: includes/class-freemius.php:7338
|
234 |
-
msgid "Opt in to make \"%s\" better!"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: includes/class-freemius.php:7773
|
238 |
-
msgid "The upgrade of %s was successfully completed."
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: includes/class-freemius.php:10255, includes/class-fs-plugin-updater.php:1087, includes/class-fs-plugin-updater.php:1282, includes/class-fs-plugin-updater.php:1289, templates/auto-installation.php:32
|
242 |
-
msgid "Add-On"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: includes/class-freemius.php:10257, templates/account.php:394, templates/account.php:402, templates/debug.php:358, templates/debug.php:549
|
246 |
-
msgid "Plugin"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:10258, templates/account.php:395, templates/account.php:403, templates/debug.php:358, templates/debug.php:549, templates/forms/deactivation/form.php:71
|
250 |
-
msgid "Theme"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:13188
|
254 |
msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: includes/class-freemius.php:
|
258 |
-
msgid "Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s."
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: includes/class-freemius.php:13207
|
262 |
-
msgid "User Dashboard"
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: includes/class-freemius.php:13208
|
266 |
-
msgid "revert it now"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: includes/class-freemius.php:13266
|
270 |
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: includes/class-freemius.php:
|
274 |
msgid "Invalid new user ID or email address."
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: includes/class-freemius.php:
|
278 |
-
msgid "
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: includes/class-freemius.php:13370, includes/class-freemius.php:22260
|
282 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: includes/class-freemius.php:13377, includes/class-freemius.php:22267
|
286 |
-
msgid "Change Ownership"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: includes/class-freemius.php:13977
|
290 |
-
msgid "Invalid site details collection."
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: includes/class-freemius.php:14097
|
294 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: includes/class-freemius.php:14099
|
298 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: includes/class-freemius.php:14373
|
302 |
-
msgid "Account is pending activation."
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: includes/class-freemius.php:14485, templates/forms/premium-versions-upgrade-handler.php:47
|
306 |
-
msgid "Buy a license now"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:14497, templates/forms/premium-versions-upgrade-handler.php:46
|
310 |
-
msgid "Renew your license now"
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:14501
|
314 |
-
msgid "%s to access version %s security & feature updates, and support."
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: includes/class-freemius.php:16929
|
318 |
-
msgid "%s activation was successfully completed."
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: includes/class-freemius.php:16943
|
322 |
-
msgid "Your account was successfully activated with the %s plan."
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: includes/class-freemius.php:16954, includes/class-freemius.php:20754
|
326 |
-
msgid "Your trial has been successfully started."
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: includes/class-freemius.php:17540, includes/class-freemius.php:17645, includes/class-freemius.php:17820
|
330 |
-
msgid "Couldn't activate %s."
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: includes/class-freemius.php:17541, includes/class-freemius.php:17646, includes/class-freemius.php:17821
|
334 |
-
msgid "Please contact us with the following message:"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: includes/class-freemius.php:17642, templates/forms/data-debug-mode.php:162
|
338 |
-
msgid "An unknown error has occurred."
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: includes/class-freemius.php:18178, includes/class-freemius.php:23340
|
342 |
-
msgid "Upgrade"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:18184
|
346 |
-
msgid "Start Trial"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: includes/class-freemius.php:18186
|
350 |
-
msgid "Pricing"
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: includes/class-freemius.php:18266, includes/class-freemius.php:18268
|
354 |
-
msgid "Affiliation"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: includes/class-freemius.php:18296, includes/class-freemius.php:18298, templates/account.php:242, templates/debug.php:324
|
358 |
-
msgid "Account"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: includes/class-freemius.php:18312, includes/class-freemius.php:18314, includes/customizer/class-fs-customizer-support-section.php:60
|
362 |
-
msgid "Contact Us"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: includes/class-freemius.php:18325, includes/class-freemius.php:18327, includes/class-freemius.php:23354, templates/account.php:121, templates/account/partials/addon.php:44
|
366 |
-
msgid "Add-Ons"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: includes/class-freemius.php:18361
|
370 |
-
msgctxt "ASCII arrow left icon"
|
371 |
-
msgid "←"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: includes/class-freemius.php:18361
|
375 |
-
msgctxt "ASCII arrow right icon"
|
376 |
-
msgid "➤"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: includes/class-freemius.php:18363, templates/pricing.php:109
|
380 |
-
msgctxt "noun"
|
381 |
-
msgid "Pricing"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: includes/class-freemius.php:18576, includes/customizer/class-fs-customizer-support-section.php:67
|
385 |
-
msgid "Support Forum"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:19550
|
389 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:19551
|
393 |
-
msgctxt "a positive response"
|
394 |
-
msgid "Right on"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:20057
|
398 |
-
msgid "seems like the key you entered doesn't match our records."
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:20081
|
402 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:20316
|
406 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:20318
|
410 |
-
msgid "%s Add-on was successfully purchased."
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: includes/class-freemius.php:20321
|
414 |
-
msgid "Download the latest version"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:20407
|
418 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: includes/class-freemius.php:20413, includes/class-freemius.php:20423, includes/class-freemius.php:20889, includes/class-freemius.php:20978
|
422 |
-
msgid "Error received from the server:"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: includes/class-freemius.php:20423
|
426 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: includes/class-freemius.php:20651, includes/class-freemius.php:20894, includes/class-freemius.php:20949, includes/class-freemius.php:21056
|
430 |
-
msgctxt "something somebody says when they are thinking about what you have just said."
|
431 |
-
msgid "Hmm"
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: includes/class-freemius.php:20664
|
435 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: includes/class-freemius.php:20665, templates/account.php:123, templates/add-ons.php:250, templates/account/partials/addon.php:46
|
439 |
-
msgctxt "trial period"
|
440 |
-
msgid "Trial"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: includes/class-freemius.php:20670
|
444 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: includes/class-freemius.php:20674, includes/class-freemius.php:20733
|
448 |
-
msgid "Please contact us here"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: includes/class-freemius.php:20685
|
452 |
-
msgid "Your plan was successfully activated."
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: includes/class-freemius.php:20686
|
456 |
-
msgid "Your plan was successfully upgraded."
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: includes/class-freemius.php:20703
|
460 |
-
msgid "Your plan was successfully changed to %s."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: includes/class-freemius.php:20719
|
464 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: includes/class-freemius.php:20721
|
468 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
469 |
-
msgstr ""
|
470 |
-
|
471 |
-
#: includes/class-freemius.php:20729
|
472 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: includes/class-freemius.php:20742
|
476 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
477 |
-
msgstr ""
|
478 |
-
|
479 |
-
#: includes/class-freemius.php:20768
|
480 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
481 |
-
msgstr ""
|
482 |
-
|
483 |
-
#: includes/class-freemius.php:20770
|
484 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
485 |
-
msgstr ""
|
486 |
-
|
487 |
-
#: includes/class-freemius.php:20885
|
488 |
-
msgid "It looks like the license could not be activated."
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: includes/class-freemius.php:20927
|
492 |
-
msgid "Your license was successfully activated."
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: includes/class-freemius.php:20953
|
496 |
-
msgid "It looks like your site currently doesn't have an active license."
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: includes/class-freemius.php:20977
|
500 |
-
msgid "It looks like the license deactivation failed."
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: includes/class-freemius.php:21006
|
504 |
-
msgid "Your %s license was successfully deactivated."
|
505 |
-
msgstr ""
|
506 |
-
|
507 |
-
#: includes/class-freemius.php:21007
|
508 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: includes/class-freemius.php:21010
|
512 |
-
msgid "O.K"
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: includes/class-freemius.php:21063
|
516 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
517 |
-
msgstr ""
|
518 |
-
|
519 |
-
#: includes/class-freemius.php:21072
|
520 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: includes/class-freemius.php:21114
|
524 |
-
msgid "You are already running the %s in a trial mode."
|
525 |
-
msgstr ""
|
526 |
-
|
527 |
-
#: includes/class-freemius.php:21125
|
528 |
-
msgid "You already utilized a trial before."
|
529 |
-
msgstr ""
|
530 |
-
|
531 |
-
#: includes/class-freemius.php:21139
|
532 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
533 |
-
msgstr ""
|
534 |
-
|
535 |
-
#: includes/class-freemius.php:21150
|
536 |
-
msgid "Plan %s does not support a trial period."
|
537 |
-
msgstr ""
|
538 |
-
|
539 |
-
#: includes/class-freemius.php:21161
|
540 |
-
msgid "None of the %s's plans supports a trial period."
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: includes/class-freemius.php:21211
|
544 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: includes/class-freemius.php:21247
|
548 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: includes/class-freemius.php:21266
|
552 |
-
msgid "Your %s free trial was successfully cancelled."
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: includes/class-freemius.php:21582
|
556 |
-
msgid "Version %s was released."
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: includes/class-freemius.php:21582
|
560 |
-
msgid "Please download %s."
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: includes/class-freemius.php:21589
|
564 |
-
msgid "the latest %s version here"
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: includes/class-freemius.php:21594
|
568 |
-
msgid "New"
|
569 |
-
msgstr ""
|
570 |
-
|
571 |
-
#: includes/class-freemius.php:21599
|
572 |
-
msgid "Seems like you got the latest release."
|
573 |
-
msgstr ""
|
574 |
-
|
575 |
-
#: includes/class-freemius.php:21600
|
576 |
-
msgid "You are all good!"
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: includes/class-freemius.php:21903
|
580 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: includes/class-freemius.php:22043
|
584 |
-
msgid "Site successfully opted in."
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: includes/class-freemius.php:22044, includes/class-freemius.php:23050
|
588 |
-
msgid "Awesome"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: includes/class-freemius.php:22060, templates/forms/optout.php:41
|
592 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
593 |
-
msgstr ""
|
594 |
-
|
595 |
-
#: includes/class-freemius.php:22061
|
596 |
-
msgid "Thank you!"
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: includes/class-freemius.php:22068
|
600 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: includes/class-freemius.php:22226
|
604 |
-
msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: includes/class-freemius.php:22232
|
608 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: includes/class-freemius.php:22237
|
612 |
-
msgid "%s is the new owner of the account."
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: includes/class-freemius.php:22239
|
616 |
-
msgctxt "as congratulations"
|
617 |
-
msgid "Congrats"
|
618 |
-
msgstr ""
|
619 |
-
|
620 |
-
#: includes/class-freemius.php:22275
|
621 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
-
#: includes/class-freemius.php:22287
|
625 |
-
msgid "Please provide your full name."
|
626 |
-
msgstr ""
|
627 |
-
|
628 |
-
#: includes/class-freemius.php:22292
|
629 |
-
msgid "Your name was successfully updated."
|
630 |
-
msgstr ""
|
631 |
-
|
632 |
-
#: includes/class-freemius.php:22353
|
633 |
-
msgid "You have successfully updated your %s."
|
634 |
-
msgstr ""
|
635 |
-
|
636 |
-
#: includes/class-freemius.php:22412
|
637 |
-
msgid "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin."
|
638 |
-
msgstr ""
|
639 |
-
|
640 |
-
#: includes/class-freemius.php:22415
|
641 |
-
msgid "Click here"
|
642 |
-
msgstr ""
|
643 |
-
|
644 |
-
#: includes/class-freemius.php:22513
|
645 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: includes/class-freemius.php:22514
|
649 |
-
msgctxt "advance notice of something that will need attention."
|
650 |
-
msgid "Heads up"
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: includes/class-freemius.php:23090
|
654 |
-
msgctxt "exclamation"
|
655 |
-
msgid "Hey"
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: includes/class-freemius.php:23090
|
659 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: includes/class-freemius.php:23098
|
663 |
-
msgid "No commitment for %s days - cancel anytime!"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: includes/class-freemius.php:23099
|
667 |
-
msgid "No credit card required"
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#: includes/class-freemius.php:23106, templates/forms/trial-start.php:53
|
671 |
-
msgctxt "call to action"
|
672 |
-
msgid "Start free trial"
|
673 |
-
msgstr ""
|
674 |
-
|
675 |
-
#: includes/class-freemius.php:23183
|
676 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: includes/class-freemius.php:23192
|
680 |
-
msgid "Learn more"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: includes/class-freemius.php:23378, templates/account.php:558, templates/account.php:708, templates/connect.php:179, templates/connect.php:461, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
|
684 |
-
msgid "Activate License"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: includes/class-freemius.php:23379, templates/account.php:652, templates/account.php:707, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
|
688 |
-
msgid "Change License"
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: includes/class-freemius.php:23500, templates/account/partials/site.php:169
|
692 |
-
msgid "Opt Out"
|
693 |
-
msgstr ""
|
694 |
-
|
695 |
-
#: includes/class-freemius.php:23502, includes/class-freemius.php:23508, templates/account/partials/site.php:49, templates/account/partials/site.php:169
|
696 |
-
msgid "Opt In"
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:23738
|
700 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:23746
|
704 |
-
msgid "Activate %s features"
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:23759
|
708 |
-
msgid "Please follow these steps to complete the upgrade"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:23763
|
712 |
-
msgid "Download the latest %s version"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:23767
|
716 |
-
msgid "Upload and activate the downloaded version"
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:23769
|
720 |
-
msgid "How to upload and activate?"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:23903
|
724 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:24072
|
728 |
-
msgid "Auto installation only works for opted-in users."
|
729 |
-
msgstr ""
|
730 |
-
|
731 |
-
#: includes/class-freemius.php:24082, includes/class-freemius.php:24115, includes/class-fs-plugin-updater.php:1261, includes/class-fs-plugin-updater.php:1275
|
732 |
-
msgid "Invalid module ID."
|
733 |
-
msgstr ""
|
734 |
-
|
735 |
-
#: includes/class-freemius.php:24091, includes/class-fs-plugin-updater.php:1297
|
736 |
-
msgid "Premium version already active."
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: includes/class-freemius.php:24098
|
740 |
-
msgid "You do not have a valid license to access the premium version."
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: includes/class-freemius.php:24105
|
744 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: includes/class-freemius.php:24123, includes/class-fs-plugin-updater.php:1296
|
748 |
-
msgid "Premium add-on version already installed."
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: includes/class-freemius.php:24473
|
752 |
-
msgid "View paid features"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: includes/class-freemius.php:24795
|
756 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
757 |
-
msgstr ""
|
758 |
-
|
759 |
-
#: includes/class-freemius.php:24796
|
760 |
-
msgid "Thank you so much for using %s!"
|
761 |
-
msgstr ""
|
762 |
-
|
763 |
-
#: includes/class-freemius.php:24802
|
764 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
765 |
-
msgstr ""
|
766 |
-
|
767 |
-
#: includes/class-freemius.php:24806
|
768 |
-
msgid "Thank you so much for using our products!"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: includes/class-freemius.php:24807
|
772 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: includes/class-freemius.php:24826
|
776 |
-
msgid "%s and its add-ons"
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: includes/class-freemius.php:24835
|
780 |
-
msgid "Products"
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#: includes/class-freemius.php:24842, templates/connect.php:275
|
784 |
-
msgid "Yes"
|
785 |
-
msgstr ""
|
786 |
-
|
787 |
-
#: includes/class-freemius.php:24843, templates/connect.php:276
|
788 |
-
msgid "send me security & feature updates, educational content and offers."
|
789 |
-
msgstr ""
|
790 |
-
|
791 |
-
#: includes/class-freemius.php:24844, templates/connect.php:281
|
792 |
-
msgid "No"
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: includes/class-freemius.php:24846, templates/connect.php:283
|
796 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: includes/class-freemius.php:24856
|
800 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: includes/class-freemius.php:24858, templates/connect.php:290
|
804 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
805 |
-
msgstr ""
|
806 |
-
|
807 |
-
#: includes/class-freemius.php:25140
|
808 |
-
msgid "License key is empty."
|
809 |
msgstr ""
|
810 |
|
811 |
#: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
|
@@ -816,31 +53,23 @@ msgstr ""
|
|
816 |
msgid "Buy license"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: includes/class-fs-plugin-updater.php:
|
820 |
msgid "There is a %s of %s available."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: includes/class-fs-plugin-updater.php:
|
824 |
msgid "new Beta version"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: includes/class-fs-plugin-updater.php:
|
828 |
msgid "new version"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: includes/class-fs-plugin-updater.php:
|
832 |
msgid "Important Upgrade Notice:"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: includes/class-fs-plugin-updater.php:
|
836 |
-
msgid "Installing plugin: %s"
|
837 |
-
msgstr ""
|
838 |
-
|
839 |
-
#: includes/class-fs-plugin-updater.php:1367
|
840 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
841 |
-
msgstr ""
|
842 |
-
|
843 |
-
#: includes/class-fs-plugin-updater.php:1549
|
844 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
845 |
msgstr ""
|
846 |
|
@@ -848,29 +77,30 @@ msgstr ""
|
|
848 |
msgid "Purchase More"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: includes/fs-plugin-info-dialog.php:542, templates/account/partials/addon.php:
|
852 |
msgctxt "verb"
|
853 |
msgid "Purchase"
|
854 |
msgstr ""
|
855 |
|
|
|
856 |
#: includes/fs-plugin-info-dialog.php:546
|
857 |
msgid "Start my free %s"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: includes/fs-plugin-info-dialog.php:
|
861 |
-
msgid "Install Free Version
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: includes/fs-plugin-info-dialog.php:
|
865 |
-
msgid "Install
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: includes/fs-plugin-info-dialog.php:
|
869 |
-
msgid "Install Free Version Now"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: includes/fs-plugin-info-dialog.php:
|
873 |
-
msgid "Install Now"
|
874 |
msgstr ""
|
875 |
|
876 |
#: includes/fs-plugin-info-dialog.php:771
|
@@ -878,20 +108,20 @@ msgctxt "as download latest version"
|
|
878 |
msgid "Download Latest Free Version"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: includes/fs-plugin-info-dialog.php:772, templates/account.php:
|
882 |
msgctxt "as download latest version"
|
883 |
msgid "Download Latest"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: includes/fs-plugin-info-dialog.php:787, templates/add-ons.php:329, templates/account/partials/addon.php:
|
887 |
msgid "Activate this add-on"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: includes/fs-plugin-info-dialog.php:789, templates/connect.php:
|
891 |
msgid "Activate Free Version"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: includes/fs-plugin-info-dialog.php:790, templates/account.php:
|
895 |
msgid "Activate"
|
896 |
msgstr ""
|
897 |
|
@@ -1004,6 +234,7 @@ msgctxt "noun"
|
|
1004 |
msgid "Price"
|
1005 |
msgstr ""
|
1006 |
|
|
|
1007 |
#: includes/fs-plugin-info-dialog.php:1290
|
1008 |
msgid "Save %s"
|
1009 |
msgstr ""
|
@@ -1020,7 +251,7 @@ msgstr ""
|
|
1020 |
msgid "Details"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: includes/fs-plugin-info-dialog.php:1318, templates/account.php:
|
1024 |
msgctxt "product version"
|
1025 |
msgid "Version"
|
1026 |
msgstr ""
|
@@ -1034,7 +265,8 @@ msgstr ""
|
|
1034 |
msgid "Last Updated"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
|
|
|
1038 |
msgctxt "x-ago"
|
1039 |
msgid "%s ago"
|
1040 |
msgstr ""
|
@@ -1055,10 +287,12 @@ msgstr ""
|
|
1055 |
msgid "Downloaded"
|
1056 |
msgstr ""
|
1057 |
|
|
|
1058 |
#: includes/fs-plugin-info-dialog.php:1366
|
1059 |
msgid "%s time"
|
1060 |
msgstr ""
|
1061 |
|
|
|
1062 |
#: includes/fs-plugin-info-dialog.php:1368
|
1063 |
msgid "%s times"
|
1064 |
msgstr ""
|
@@ -1083,22 +317,27 @@ msgstr ""
|
|
1083 |
msgid "based on %s"
|
1084 |
msgstr ""
|
1085 |
|
|
|
1086 |
#: includes/fs-plugin-info-dialog.php:1415
|
1087 |
msgid "%s rating"
|
1088 |
msgstr ""
|
1089 |
|
|
|
1090 |
#: includes/fs-plugin-info-dialog.php:1417
|
1091 |
msgid "%s ratings"
|
1092 |
msgstr ""
|
1093 |
|
|
|
1094 |
#: includes/fs-plugin-info-dialog.php:1432
|
1095 |
msgid "%s star"
|
1096 |
msgstr ""
|
1097 |
|
|
|
1098 |
#: includes/fs-plugin-info-dialog.php:1434
|
1099 |
msgid "%s stars"
|
1100 |
msgstr ""
|
1101 |
|
|
|
1102 |
#: includes/fs-plugin-info-dialog.php:1446
|
1103 |
msgid "Click to see reviews that provided a rating of %s"
|
1104 |
msgstr ""
|
@@ -1107,18 +346,18 @@ msgstr ""
|
|
1107 |
msgid "Contributors"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:
|
1111 |
msgid "Warning"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1489
|
1115 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1116 |
-
msgstr ""
|
1117 |
-
|
1118 |
#: includes/fs-plugin-info-dialog.php:1491
|
1119 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1120 |
msgstr ""
|
1121 |
|
|
|
|
|
|
|
|
|
1122 |
#: includes/fs-plugin-info-dialog.php:1510
|
1123 |
msgid "Paid add-on must be deployed to Freemius."
|
1124 |
msgstr ""
|
@@ -1127,14 +366,6 @@ msgstr ""
|
|
1127 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1532
|
1131 |
-
msgid "Newer Version (%s) Installed"
|
1132 |
-
msgstr ""
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php:1533
|
1135 |
-
msgid "Newer Free Version (%s) Installed"
|
1136 |
-
msgstr ""
|
1137 |
-
|
1138 |
#: includes/fs-plugin-info-dialog.php:1540
|
1139 |
msgid "Latest Version Installed"
|
1140 |
msgstr ""
|
@@ -1143,293 +374,330 @@ msgstr ""
|
|
1143 |
msgid "Latest Free Version Installed"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1147 |
msgid "Downgrading your plan"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: templates/account.php:
|
1151 |
msgid "Cancelling the subscription"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1155 |
-
#: templates/account.php:
|
1156 |
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: templates/account.php:
|
1160 |
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: templates/account.php:
|
1164 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: templates/account.php:
|
1168 |
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: templates/account.php:
|
1172 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
#. translators: %s: Plan title (e.g. "Professional")
|
1176 |
-
#: templates/account.php:
|
1177 |
msgid "Activate %s Plan"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1181 |
-
#: templates/account.php:
|
1182 |
msgid "Auto renews in %s"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1186 |
-
#: templates/account.php:
|
1187 |
msgid "Expires in %s"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: templates/account.php:
|
1191 |
msgctxt "as synchronize license"
|
1192 |
msgid "Sync License"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: templates/account.php:
|
1196 |
msgid "Cancel Trial"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: templates/account.php:
|
1200 |
msgid "Change Plan"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: templates/account.php:
|
1204 |
msgctxt "verb"
|
1205 |
msgid "Upgrade"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1209 |
msgctxt "verb"
|
1210 |
msgid "Downgrade"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
1214 |
msgid "Free"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: templates/account.php:
|
1218 |
msgctxt "as product pricing plan"
|
1219 |
msgid "Plan"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: templates/account.php:
|
1223 |
msgid "Bundle Plan"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1227 |
msgid "Free Trial"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#: templates/account.php:
|
1231 |
msgid "Account Details"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
-
#: templates/account.php:
|
1235 |
-
msgid "
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: templates/account.php:
|
1239 |
-
msgid "
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: templates/account.php:
|
1243 |
msgid "Billing & Invoices"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: templates/account.php:
|
1247 |
-
msgid "
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: templates/account.php:
|
1251 |
-
msgid "
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: templates/account.php:
|
1255 |
msgid "Delete Account"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: templates/account.php:
|
1259 |
msgid "Deactivate License"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: templates/account.php:
|
1263 |
msgid "Are you sure you want to proceed?"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: templates/account.php:
|
1267 |
msgid "Cancel Subscription"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: templates/account.php:
|
1271 |
msgctxt "as synchronize"
|
1272 |
msgid "Sync"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: templates/account.php:
|
1276 |
msgid "Name"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: templates/account.php:
|
1280 |
msgid "Email"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: templates/account.php:
|
1284 |
msgid "User ID"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: templates/account.php:403, templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1288 |
msgid "ID"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: templates/account.php:
|
1292 |
msgid "Site ID"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: templates/account.php:
|
1296 |
msgid "No ID"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: templates/account.php:
|
1300 |
msgid "Public Key"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: templates/account.php:
|
1304 |
msgid "Secret Key"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: templates/account.php:
|
1308 |
msgctxt "as secret encryption key missing"
|
1309 |
msgid "No Secret"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: templates/account.php:
|
1313 |
-
msgid "
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: templates/account.php:
|
1317 |
-
msgid "
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: templates/account.php:
|
1321 |
msgid "Join the Beta program"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: templates/account.php:
|
1325 |
msgid "not verified"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: templates/account.php:
|
1329 |
-
msgid "
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: templates/account.php:
|
1333 |
msgid "Premium version"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: templates/account.php:
|
1337 |
-
msgid "
|
|
|
|
|
|
|
|
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: templates/account.php:
|
1341 |
msgid "Verify Email"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: templates/account.php:
|
1345 |
-
msgid "
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: templates/account.php:
|
1349 |
-
msgid "
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
1353 |
msgctxt "verb"
|
1354 |
msgid "Show"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: templates/account.php:
|
1358 |
-
msgid "
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: templates/account.php:
|
1362 |
-
|
1363 |
-
msgid "Edit"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
-
#: templates/account.php:
|
1367 |
-
msgid "
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: templates/account.php:
|
1371 |
msgid "Sites"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: templates/account.php:
|
1375 |
msgid "Search by address"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: templates/account.php:
|
1379 |
msgid "Address"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: templates/account.php:
|
1383 |
msgid "License"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: templates/account.php:
|
1387 |
msgid "Plan"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: templates/account.php:
|
1391 |
msgctxt "as software license"
|
1392 |
msgid "License"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: templates/account.php:
|
1396 |
msgctxt "verb"
|
1397 |
msgid "Hide"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: templates/account.php:
|
1401 |
msgid "Processing"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: templates/account.php:
|
1405 |
msgid "Get updates for bleeding edge Beta versions of %s."
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: templates/account.php:
|
1409 |
msgid "Cancelling %s"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: templates/account.php:
|
1413 |
msgid "trial"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: templates/account.php:
|
1417 |
msgid "Cancelling %s..."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: templates/account.php:
|
1421 |
msgid "subscription"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: templates/account.php:
|
1425 |
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: templates/account.php:
|
1429 |
msgid "Disabling white-label mode"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: templates/account.php:
|
1433 |
msgid "Enabling white-label mode"
|
1434 |
msgstr ""
|
1435 |
|
@@ -1441,10 +709,19 @@ msgstr ""
|
|
1441 |
msgid "Add Ons for %s"
|
1442 |
msgstr ""
|
1443 |
|
|
|
|
|
|
|
|
|
|
|
1444 |
#: templates/add-ons.php:58
|
1445 |
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1446 |
msgstr ""
|
1447 |
|
|
|
|
|
|
|
|
|
1448 |
#: templates/add-ons.php:229
|
1449 |
msgctxt "active add-on"
|
1450 |
msgid "Active"
|
@@ -1455,11 +732,16 @@ msgctxt "installed add-on"
|
|
1455 |
msgid "Installed"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: templates/admin-notice.php:13, templates/forms/license-activation.php:
|
1459 |
msgctxt "as close a window"
|
1460 |
msgid "Dismiss"
|
1461 |
msgstr ""
|
1462 |
|
|
|
|
|
|
|
|
|
|
|
1463 |
#: templates/auto-installation.php:45
|
1464 |
msgid "%s sec"
|
1465 |
msgstr ""
|
@@ -1480,215 +762,147 @@ msgstr ""
|
|
1480 |
msgid "Cancel Installation"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: templates/checkout.php:180
|
1484 |
-
msgid "Checkout"
|
1485 |
-
msgstr ""
|
1486 |
-
|
1487 |
-
#: templates/checkout.php:180
|
1488 |
-
msgid "PCI compliant"
|
1489 |
-
msgstr ""
|
1490 |
-
|
1491 |
#. translators: %s: name (e.g. Hey John,)
|
1492 |
-
#: templates/connect.php:
|
1493 |
msgctxt "greeting"
|
1494 |
msgid "Hey %s,"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: templates/connect.php:
|
1498 |
msgid "Allow & Continue"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: templates/connect.php:
|
1502 |
-
msgid "
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: templates/connect.php:
|
1506 |
-
msgid "
|
|
|
|
|
|
|
|
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: templates/connect.php:
|
1510 |
msgid "Agree & Activate License"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: templates/connect.php:
|
1514 |
msgid "Welcome to %s! To get started, please enter your license key:"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: templates/connect.php:
|
1518 |
-
msgid "
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: templates/connect.php:
|
1522 |
-
msgid "
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: templates/connect.php:
|
1526 |
-
msgid "
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: templates/connect.php:
|
1530 |
-
msgid "
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: templates/connect.php:
|
1534 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1538 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: templates/connect.php:
|
1542 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: templates/connect.php:
|
1546 |
msgid "%s's paid features"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: templates/connect.php:
|
1550 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: templates/connect.php:
|
1554 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1555 |
-
msgstr ""
|
1556 |
-
|
1557 |
-
#: templates/connect.php:256, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
|
1558 |
msgid "License key"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: templates/connect.php:
|
1562 |
msgid "Can't find your license key?"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1566 |
msgctxt "verb"
|
1567 |
msgid "Skip"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: templates/connect.php:
|
1571 |
msgid "Delegate to Site Admins"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: templates/connect.php:
|
1575 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: templates/connect.php:
|
1579 |
msgid "License issues?"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: templates/connect.php:
|
1583 |
-
msgid "
|
1584 |
-
msgstr ""
|
1585 |
-
|
1586 |
-
#: templates/connect.php:363
|
1587 |
-
msgid "Name and email address"
|
1588 |
-
msgstr ""
|
1589 |
-
|
1590 |
-
#: templates/connect.php:370
|
1591 |
-
msgid "So you can manage and control your license remotely from the User Dashboard."
|
1592 |
-
msgstr ""
|
1593 |
-
|
1594 |
-
#: templates/connect.php:371
|
1595 |
-
msgid "Your Site Overview"
|
1596 |
-
msgstr ""
|
1597 |
-
|
1598 |
-
#: templates/connect.php:372
|
1599 |
-
msgid "Site URL, WP version, PHP info"
|
1600 |
-
msgstr ""
|
1601 |
-
|
1602 |
-
#: templates/connect.php:379
|
1603 |
-
msgid "Admin Notices"
|
1604 |
-
msgstr ""
|
1605 |
-
|
1606 |
-
#: templates/connect.php:380, templates/connect.php:398
|
1607 |
-
msgid "Updates, announcements, marketing, no spam"
|
1608 |
-
msgstr ""
|
1609 |
-
|
1610 |
-
#: templates/connect.php:387
|
1611 |
-
msgid "So you can reuse the license when the %s is no longer active."
|
1612 |
-
msgstr ""
|
1613 |
-
|
1614 |
-
#: templates/connect.php:388
|
1615 |
-
msgid "Current %s Status"
|
1616 |
-
msgstr ""
|
1617 |
-
|
1618 |
-
#: templates/connect.php:389
|
1619 |
-
msgid "Active, deactivated, or uninstalled"
|
1620 |
-
msgstr ""
|
1621 |
-
|
1622 |
-
#: templates/connect.php:397
|
1623 |
-
msgid "Newsletter"
|
1624 |
-
msgstr ""
|
1625 |
-
|
1626 |
-
#: templates/connect.php:405
|
1627 |
-
msgid "Plugins & Themes"
|
1628 |
-
msgstr ""
|
1629 |
-
|
1630 |
-
#: templates/connect.php:405
|
1631 |
-
msgid "optional"
|
1632 |
-
msgstr ""
|
1633 |
-
|
1634 |
-
#: templates/connect.php:406
|
1635 |
-
msgid "To help us troubleshoot any potential issues that may arise from other plugin or theme conflicts."
|
1636 |
-
msgstr ""
|
1637 |
-
|
1638 |
-
#: templates/connect.php:407
|
1639 |
-
msgid "Title, slug, version, and is active"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: templates/connect.php:
|
1643 |
msgid "The %1$s will periodically send %2$s to %3$s for security & feature updates delivery, and license management."
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: templates/connect.php:
|
1647 |
msgid "diagnostic data"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: templates/connect.php:
|
1651 |
-
msgid "
|
1652 |
-
msgstr ""
|
1653 |
-
|
1654 |
-
#: templates/connect.php:430
|
1655 |
-
msgid "What permissions are being granted?"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: templates/connect.php:
|
1659 |
msgid "Don't have a license key?"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: templates/connect.php:
|
1663 |
-
msgid "Have a license key?"
|
1664 |
-
msgstr ""
|
1665 |
-
|
1666 |
-
#: templates/connect.php:468
|
1667 |
msgid "Privacy Policy"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: templates/connect.php:
|
1671 |
msgid "License Agreement"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: templates/connect.php:
|
1675 |
msgid "Terms of Service"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: templates/connect.php:
|
1679 |
msgctxt "as in the process of sending an email"
|
1680 |
msgid "Sending email"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: templates/connect.php:
|
1684 |
msgctxt "as activating plugin"
|
1685 |
msgid "Activating"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: templates/contact.php:78
|
1689 |
-
msgid "Contact"
|
1690 |
-
msgstr ""
|
1691 |
-
|
1692 |
#: templates/debug.php:17
|
1693 |
msgctxt "as turned off"
|
1694 |
msgid "Off"
|
@@ -1708,237 +922,234 @@ msgctxt "as code debugging"
|
|
1708 |
msgid "Debugging"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: templates/debug.php:
|
1712 |
msgid "Actions"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: templates/debug.php:
|
1716 |
msgid "Are you sure you want to delete all Freemius data?"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: templates/debug.php:
|
1720 |
msgid "Delete All Accounts"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: templates/debug.php:
|
1724 |
msgid "Clear API Cache"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: templates/debug.php:
|
1728 |
msgid "Clear Updates Transients"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1732 |
msgid "Sync Data From Server"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: templates/debug.php:
|
1736 |
msgid "Migrate Options to Network"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: templates/debug.php:
|
1740 |
msgid "Load DB Option"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: templates/debug.php:
|
1744 |
msgid "Set DB Option"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: templates/debug.php:
|
1748 |
msgid "Key"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: templates/debug.php:
|
1752 |
msgid "Value"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: templates/debug.php:
|
1756 |
msgctxt "as software development kit versions"
|
1757 |
msgid "SDK Versions"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: templates/debug.php:
|
1761 |
msgid "SDK Path"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: templates/debug.php:
|
1765 |
msgid "Module Path"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: templates/debug.php:
|
1769 |
msgid "Is Active"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: templates/debug.php:
|
1773 |
msgid "Plugins"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: templates/debug.php:
|
1777 |
msgid "Themes"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: templates/debug.php:
|
1781 |
msgid "Slug"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: templates/debug.php:
|
1785 |
msgid "Title"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: templates/debug.php:
|
1789 |
msgctxt "as application program interface"
|
1790 |
msgid "API"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: templates/debug.php:
|
1794 |
msgid "Freemius State"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: templates/debug.php:
|
1798 |
msgid "Network Blog"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: templates/debug.php:
|
1802 |
msgid "Network User"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: templates/debug.php:
|
1806 |
msgctxt "as connection was successful"
|
1807 |
msgid "Connected"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: templates/debug.php:
|
1811 |
msgctxt "as connection blocked"
|
1812 |
msgid "Blocked"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: templates/debug.php:
|
1816 |
msgid "Simulate Trial Promotion"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#: templates/debug.php:
|
1820 |
msgid "Simulate Network Upgrade"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
|
|
|
1824 |
msgid "%s Installs"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
-
#: templates/debug.php:
|
1828 |
msgctxt "like websites"
|
1829 |
msgid "Sites"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: templates/debug.php:
|
1833 |
msgid "Blog ID"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: templates/debug.php:
|
1837 |
msgid "License ID"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: templates/debug.php:
|
1841 |
msgctxt "verb"
|
1842 |
msgid "Delete"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: templates/debug.php:
|
1846 |
msgid "Add Ons of module %s"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
-
#: templates/debug.php:
|
1850 |
msgid "Users"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
-
#: templates/debug.php:
|
1854 |
msgid "Verified"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: templates/debug.php:
|
1858 |
msgid "%s Licenses"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: templates/debug.php:
|
1862 |
msgid "Plugin ID"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: templates/debug.php:
|
1866 |
msgid "Plan ID"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: templates/debug.php:
|
1870 |
msgid "Quota"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: templates/debug.php:
|
1874 |
msgid "Activated"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: templates/debug.php:
|
1878 |
msgid "Blocking"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: templates/debug.php:
|
1882 |
msgid "Type"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: templates/debug.php:
|
1886 |
msgctxt "as expiration date"
|
1887 |
msgid "Expiration"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: templates/debug.php:
|
1891 |
msgid "Debug Log"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: templates/debug.php:
|
1895 |
msgid "All Types"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: templates/debug.php:
|
1899 |
msgid "All Requests"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: templates/debug.php:
|
1903 |
msgid "File"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: templates/debug.php:
|
1907 |
msgid "Function"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: templates/debug.php:
|
1911 |
msgid "Process ID"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: templates/debug.php:
|
1915 |
msgid "Logger"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: templates/debug.php:
|
1919 |
msgid "Message"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: templates/debug.php:
|
1923 |
msgid "Filter"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: templates/debug.php:
|
1927 |
msgid "Download"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: templates/debug.php:
|
1931 |
msgid "Timestamp"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: templates/secure-https-header.php:28
|
1935 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1936 |
-
msgstr ""
|
1937 |
-
|
1938 |
-
#: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
|
1939 |
-
msgid "Support"
|
1940 |
-
msgstr ""
|
1941 |
-
|
1942 |
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1943 |
msgctxt "milliseconds"
|
1944 |
msgid "ms"
|
@@ -1952,6 +1163,120 @@ msgstr ""
|
|
1952 |
msgid "Requests"
|
1953 |
msgstr ""
|
1954 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1955 |
#: templates/account/billing.php:22
|
1956 |
msgctxt "verb"
|
1957 |
msgid "Update"
|
@@ -2105,143 +1430,143 @@ msgstr ""
|
|
2105 |
msgid "Next"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
-
#: templates/forms/affiliation.php:
|
2109 |
msgid "Non-expiring"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
#: templates/forms/affiliation.php:
|
2113 |
msgid "Apply to become an affiliate"
|
2114 |
msgstr ""
|
2115 |
|
2116 |
-
#: templates/forms/affiliation.php:
|
2117 |
-
msgid "
|
2118 |
msgstr ""
|
2119 |
|
2120 |
-
#: templates/forms/affiliation.php:
|
2121 |
-
msgid "Thank you for applying for our affiliate program, we'
|
2122 |
msgstr ""
|
2123 |
|
2124 |
-
#: templates/forms/affiliation.php:
|
2125 |
msgid "Your affiliation account was temporarily suspended."
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#: templates/forms/affiliation.php:
|
2129 |
-
msgid "Thank you for applying for our affiliate program,
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: templates/forms/affiliation.php:
|
2133 |
-
msgid "
|
2134 |
msgstr ""
|
2135 |
|
2136 |
-
#: templates/forms/affiliation.php:
|
2137 |
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#: templates/forms/affiliation.php:
|
2141 |
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
-
#: templates/forms/affiliation.php:
|
2145 |
msgid "Program Summary"
|
2146 |
msgstr ""
|
2147 |
|
2148 |
-
#: templates/forms/affiliation.php:
|
2149 |
msgid "%s commission when a customer purchases a new license."
|
2150 |
msgstr ""
|
2151 |
|
2152 |
-
#: templates/forms/affiliation.php:
|
2153 |
msgid "Get commission for automated subscription renewals."
|
2154 |
msgstr ""
|
2155 |
|
2156 |
-
#: templates/forms/affiliation.php:
|
2157 |
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2158 |
msgstr ""
|
2159 |
|
2160 |
-
#: templates/forms/affiliation.php:
|
2161 |
msgid "Unlimited commissions."
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: templates/forms/affiliation.php:
|
2165 |
msgid "%s minimum payout amount."
|
2166 |
msgstr ""
|
2167 |
|
2168 |
-
#: templates/forms/affiliation.php:
|
2169 |
msgid "Payouts are in USD and processed monthly via PayPal."
|
2170 |
msgstr ""
|
2171 |
|
2172 |
-
#: templates/forms/affiliation.php:
|
2173 |
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2174 |
msgstr ""
|
2175 |
|
2176 |
-
#: templates/forms/affiliation.php:
|
2177 |
msgid "Affiliate"
|
2178 |
msgstr ""
|
2179 |
|
2180 |
-
#: templates/forms/affiliation.php:
|
2181 |
msgid "Email address"
|
2182 |
msgstr ""
|
2183 |
|
2184 |
-
#: templates/forms/affiliation.php:
|
2185 |
msgid "Full name"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
-
#: templates/forms/affiliation.php:
|
2189 |
msgid "PayPal account email address"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
-
#: templates/forms/affiliation.php:
|
2193 |
msgid "Where are you going to promote the %s?"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
-
#: templates/forms/affiliation.php:
|
2197 |
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#: templates/forms/affiliation.php:
|
2201 |
msgid "Add another domain"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: templates/forms/affiliation.php:
|
2205 |
msgid "Extra Domains"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
-
#: templates/forms/affiliation.php:
|
2209 |
msgid "Extra domains where you will be marketing the product from."
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#: templates/forms/affiliation.php:
|
2213 |
msgid "Promotion methods"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
-
#: templates/forms/affiliation.php:
|
2217 |
msgid "Social media (Facebook, Twitter, etc.)"
|
2218 |
msgstr ""
|
2219 |
|
2220 |
-
#: templates/forms/affiliation.php:
|
2221 |
msgid "Mobile apps"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
-
#: templates/forms/affiliation.php:
|
2225 |
msgid "Website, email, and social media statistics (optional)"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: templates/forms/affiliation.php:
|
2229 |
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: templates/forms/affiliation.php:
|
2233 |
msgid "How will you promote us?"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: templates/forms/affiliation.php:
|
2237 |
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: templates/forms/affiliation.php:
|
2241 |
msgid "Cancel"
|
2242 |
msgstr ""
|
2243 |
|
2244 |
-
#: templates/forms/affiliation.php:
|
2245 |
msgid "Become an affiliate"
|
2246 |
msgstr ""
|
2247 |
|
@@ -2261,6 +1586,55 @@ msgstr ""
|
|
2261 |
msgid "User key"
|
2262 |
msgstr ""
|
2263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2264 |
#: templates/forms/license-activation.php:23
|
2265 |
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2266 |
msgstr ""
|
@@ -2273,7 +1647,7 @@ msgstr ""
|
|
2273 |
msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#: templates/forms/license-activation.php:
|
2277 |
msgid "Associate with the license owner's account."
|
2278 |
msgstr ""
|
2279 |
|
@@ -2287,6 +1661,18 @@ msgctxt "verb"
|
|
2287 |
msgid "Opt In"
|
2288 |
msgstr ""
|
2289 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2290 |
#: templates/forms/optout.php:34
|
2291 |
msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
|
2292 |
msgstr ""
|
@@ -2303,14 +1689,6 @@ msgstr ""
|
|
2303 |
msgid "I'd like to keep automatic updates"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: templates/forms/optout.php:44
|
2307 |
-
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2308 |
-
msgstr ""
|
2309 |
-
|
2310 |
-
#: templates/forms/optout.php:45
|
2311 |
-
msgid "On second thought - I want to continue helping"
|
2312 |
-
msgstr ""
|
2313 |
-
|
2314 |
#: templates/forms/optout.php:49
|
2315 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2316 |
msgstr ""
|
@@ -2331,6 +1709,14 @@ msgstr ""
|
|
2331 |
msgid " %s to access version %s security & feature updates, and support."
|
2332 |
msgstr ""
|
2333 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2334 |
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2335 |
msgid "New Version Available"
|
2336 |
msgstr ""
|
@@ -2344,7 +1730,15 @@ msgstr ""
|
|
2344 |
msgid "Send License Key"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: templates/forms/resend-key.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2348 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2349 |
msgstr ""
|
2350 |
|
@@ -2356,10 +1750,6 @@ msgstr ""
|
|
2356 |
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
-
#: templates/forms/subscription-cancellation.php:52
|
2360 |
-
msgid "license"
|
2361 |
-
msgstr ""
|
2362 |
-
|
2363 |
#: templates/forms/subscription-cancellation.php:57
|
2364 |
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2365 |
msgstr ""
|
@@ -2380,18 +1770,25 @@ msgstr ""
|
|
2380 |
msgid "Proceed"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:
|
2384 |
msgid "Cancel %s & Proceed"
|
2385 |
msgstr ""
|
2386 |
|
|
|
2387 |
#: templates/forms/trial-start.php:22
|
2388 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2389 |
msgstr ""
|
2390 |
|
|
|
2391 |
#: templates/forms/trial-start.php:28
|
2392 |
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2393 |
msgstr ""
|
2394 |
|
|
|
|
|
|
|
|
|
|
|
2395 |
#: templates/forms/user-change.php:26
|
2396 |
msgid "By changing the user, you agree to transfer the account ownership to:"
|
2397 |
msgstr ""
|
@@ -2404,44 +1801,31 @@ msgstr ""
|
|
2404 |
msgid "Enter email address"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
-
#: templates/
|
2408 |
-
|
2409 |
-
msgid "Dismiss"
|
2410 |
-
msgstr ""
|
2411 |
-
|
2412 |
-
#: templates/js/style-premium-theme.php:39
|
2413 |
-
msgid "Premium"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
-
#: templates/
|
2417 |
-
msgid "
|
2418 |
msgstr ""
|
2419 |
|
2420 |
-
#: templates/partials/network-activation.php:
|
2421 |
msgid "Activate license on all sites in the network."
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: templates/partials/network-activation.php:
|
2425 |
msgid "Apply on all sites in the network."
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#: templates/partials/network-activation.php:
|
2429 |
-
msgid "Activate license on all pending sites."
|
2430 |
-
msgstr ""
|
2431 |
-
|
2432 |
-
#: templates/partials/network-activation.php:32
|
2433 |
-
msgid "Apply on all pending sites."
|
2434 |
-
msgstr ""
|
2435 |
-
|
2436 |
-
#: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
|
2437 |
msgid "allow"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
-
#: templates/partials/network-activation.php:
|
2441 |
msgid "delegate"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
-
#: templates/partials/network-activation.php:
|
2445 |
msgid "skip"
|
2446 |
msgstr ""
|
2447 |
|
@@ -2449,6 +1833,10 @@ msgstr ""
|
|
2449 |
msgid "Click to view full-size screenshot %d"
|
2450 |
msgstr ""
|
2451 |
|
|
|
|
|
|
|
|
|
2452 |
#: templates/plugin-info/features.php:56
|
2453 |
msgid "Unlimited Updates"
|
2454 |
msgstr ""
|
@@ -2467,16 +1855,24 @@ msgid "Last license"
|
|
2467 |
msgstr ""
|
2468 |
|
2469 |
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
2470 |
-
#: templates/account/partials/addon.php:
|
2471 |
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: templates/account/partials/addon.php:
|
|
|
|
|
|
|
|
|
2475 |
msgid "Cancelled"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
-
#: templates/account/partials/
|
2479 |
-
msgid "
|
|
|
|
|
|
|
|
|
2480 |
msgstr ""
|
2481 |
|
2482 |
#: templates/account/partials/site.php:189
|
@@ -2503,47 +1899,63 @@ msgstr ""
|
|
2503 |
msgid "Contact Support"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: templates/forms/deactivation/form.php:
|
2507 |
msgid "Anonymous feedback"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: templates/forms/deactivation/form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2511 |
msgid "Deactivate"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: templates/forms/deactivation/form.php:
|
2515 |
msgid "Activate %s"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#: templates/forms/deactivation/form.php:
|
|
|
|
|
|
|
|
|
2519 |
msgid "Quick Feedback"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
-
#: templates/forms/deactivation/form.php:
|
2523 |
msgid "If you have a moment, please let us know why you are %s"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: templates/forms/deactivation/form.php:
|
2527 |
msgid "deactivating"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: templates/forms/deactivation/form.php:
|
2531 |
msgid "switching"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: templates/forms/deactivation/form.php:
|
2535 |
-
msgid "
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: templates/forms/deactivation/form.php:
|
2539 |
-
msgid "
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: templates/forms/deactivation/form.php:
|
2543 |
msgid "Yes - %s"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: templates/forms/deactivation/form.php:
|
2547 |
msgid "Skip & %s"
|
2548 |
msgstr ""
|
2549 |
|
1 |
+
# Copyright (C) 2022 freemius
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Freemius Team <admin@freemius.com>\n"
|
10 |
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
11 |
+
"POT-Creation-Date: 2022-07-06 12:49+0000\n"
|
12 |
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
|
20 |
+
#: includes/class-freemius.php:1932, templates/account.php:941
|
21 |
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: includes/class-freemius.php:1939
|
25 |
msgid "Would you like to proceed with the update?"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: includes/class-freemius.php:3751, templates/debug.php:20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgid "Freemius Debug"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: includes/class-freemius.php:13791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: includes/class-freemius.php:13869
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: includes/class-freemius.php:13942
|
41 |
msgid "Invalid new user ID or email address."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: includes/class-freemius.php:23326
|
45 |
+
msgid "Bundle"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
msgstr ""
|
47 |
|
48 |
#: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
|
53 |
msgid "Buy license"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: includes/class-fs-plugin-updater.php:364, includes/class-fs-plugin-updater.php:331
|
57 |
msgid "There is a %s of %s available."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: includes/class-fs-plugin-updater.php:369, includes/class-fs-plugin-updater.php:333
|
61 |
msgid "new Beta version"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: includes/class-fs-plugin-updater.php:370, includes/class-fs-plugin-updater.php:334
|
65 |
msgid "new version"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: includes/class-fs-plugin-updater.php:393
|
69 |
msgid "Important Upgrade Notice:"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: includes/class-fs-plugin-updater.php:1551
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
74 |
msgstr ""
|
75 |
|
77 |
msgid "Purchase More"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/fs-plugin-info-dialog.php:542, templates/account/partials/addon.php:390
|
81 |
msgctxt "verb"
|
82 |
msgid "Purchase"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#. translators: %s: N-days trial
|
86 |
#: includes/fs-plugin-info-dialog.php:546
|
87 |
msgid "Start my free %s"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: includes/fs-plugin-info-dialog.php:754
|
91 |
+
msgid "Install Free Version Now"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: includes/fs-plugin-info-dialog.php:755, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:423, templates/account/partials/addon.php:370
|
95 |
+
msgid "Install Now"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: includes/fs-plugin-info-dialog.php:744
|
99 |
+
msgid "Install Free Version Update Now"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: includes/fs-plugin-info-dialog.php:745, templates/account.php:650
|
103 |
+
msgid "Install Update Now"
|
104 |
msgstr ""
|
105 |
|
106 |
#: includes/fs-plugin-info-dialog.php:771
|
108 |
msgid "Download Latest Free Version"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/fs-plugin-info-dialog.php:772, templates/account.php:109, templates/add-ons.php:37, templates/account/partials/addon.php:30
|
112 |
msgctxt "as download latest version"
|
113 |
msgid "Download Latest"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: includes/fs-plugin-info-dialog.php:787, templates/add-ons.php:329, templates/account/partials/addon.php:417, templates/account/partials/addon.php:361
|
117 |
msgid "Activate this add-on"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/fs-plugin-info-dialog.php:789, templates/connect.php:483
|
121 |
msgid "Activate Free Version"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: includes/fs-plugin-info-dialog.php:790, templates/account.php:133, templates/add-ons.php:330, templates/account/partials/addon.php:53
|
125 |
msgid "Activate"
|
126 |
msgstr ""
|
127 |
|
234 |
msgid "Price"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#. translators: %s: Discount (e.g. discount of $5 or 10%)
|
238 |
#: includes/fs-plugin-info-dialog.php:1290
|
239 |
msgid "Save %s"
|
240 |
msgstr ""
|
251 |
msgid "Details"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: includes/fs-plugin-info-dialog.php:1318, templates/account.php:120, templates/debug.php:215, templates/debug.php:252, templates/debug.php:466, templates/account/partials/addon.php:41
|
255 |
msgctxt "product version"
|
256 |
msgid "Version"
|
257 |
msgstr ""
|
265 |
msgid "Last Updated"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#. translators: %s: time period (e.g. "2 hours" ago)
|
269 |
+
#: includes/fs-plugin-info-dialog.php:1337, templates/account.php:536
|
270 |
msgctxt "x-ago"
|
271 |
msgid "%s ago"
|
272 |
msgstr ""
|
287 |
msgid "Downloaded"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#. translators: %s: 1 or One (Number of times downloaded)
|
291 |
#: includes/fs-plugin-info-dialog.php:1366
|
292 |
msgid "%s time"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#. translators: %s: Number of times downloaded
|
296 |
#: includes/fs-plugin-info-dialog.php:1368
|
297 |
msgid "%s times"
|
298 |
msgstr ""
|
317 |
msgid "based on %s"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#. translators: %s: 1 or One
|
321 |
#: includes/fs-plugin-info-dialog.php:1415
|
322 |
msgid "%s rating"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#. translators: %s: Number larger than 1
|
326 |
#: includes/fs-plugin-info-dialog.php:1417
|
327 |
msgid "%s ratings"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#. translators: %s: 1 or One
|
331 |
#: includes/fs-plugin-info-dialog.php:1432
|
332 |
msgid "%s star"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#. translators: %s: Number larger than 1
|
336 |
#: includes/fs-plugin-info-dialog.php:1434
|
337 |
msgid "%s stars"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#. translators: %s: # of stars (e.g. 5 stars)
|
341 |
#: includes/fs-plugin-info-dialog.php:1446
|
342 |
msgid "Click to see reviews that provided a rating of %s"
|
343 |
msgstr ""
|
346 |
msgid "Contributors"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: includes/fs-plugin-info-dialog.php:1491, includes/fs-plugin-info-dialog.php:1489
|
350 |
msgid "Warning"
|
351 |
msgstr ""
|
352 |
|
|
|
|
|
|
|
|
|
353 |
#: includes/fs-plugin-info-dialog.php:1491
|
354 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: includes/fs-plugin-info-dialog.php:1489
|
358 |
+
msgid "This plugin has not been tested with your current version of WordPress."
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
#: includes/fs-plugin-info-dialog.php:1510
|
362 |
msgid "Paid add-on must be deployed to Freemius."
|
363 |
msgstr ""
|
366 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
367 |
msgstr ""
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
#: includes/fs-plugin-info-dialog.php:1540
|
370 |
msgid "Latest Version Installed"
|
371 |
msgstr ""
|
374 |
msgid "Latest Free Version Installed"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: includes/fs-plugin-info-dialog.php:1532
|
378 |
+
msgid "Newer Version (%s) Installed"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: includes/fs-plugin-info-dialog.php:1533
|
382 |
+
msgid "Newer Free Version (%s) Installed"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: templates/account.php:110, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:31, templates/account/partials/site.php:311
|
386 |
msgid "Downgrading your plan"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: templates/account.php:111, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:32, templates/account/partials/site.php:312
|
390 |
msgid "Cancelling the subscription"
|
391 |
msgstr ""
|
392 |
|
393 |
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
394 |
+
#: templates/account.php:113, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:314
|
395 |
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: templates/account.php:114, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:35, templates/account/partials/site.php:315
|
399 |
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: templates/account.php:115, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:36
|
403 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: templates/account.php:116, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:37, templates/account/partials/site.php:316
|
407 |
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: templates/account.php:117, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:38, templates/account/partials/site.php:317
|
411 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
412 |
msgstr ""
|
413 |
|
414 |
#. translators: %s: Plan title (e.g. "Professional")
|
415 |
+
#: templates/account.php:119, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:40
|
416 |
msgid "Activate %s Plan"
|
417 |
msgstr ""
|
418 |
|
419 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
420 |
+
#: templates/account.php:122, templates/account/partials/addon.php:43, templates/account/partials/site.php:291
|
421 |
msgid "Auto renews in %s"
|
422 |
msgstr ""
|
423 |
|
424 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
425 |
+
#: templates/account.php:124, templates/account/partials/addon.php:45, templates/account/partials/site.php:293
|
426 |
msgid "Expires in %s"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: templates/account.php:125
|
430 |
msgctxt "as synchronize license"
|
431 |
msgid "Sync License"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: templates/account.php:126, templates/account/partials/addon.php:46
|
435 |
msgid "Cancel Trial"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: templates/account.php:127, templates/account/partials/addon.php:47
|
439 |
msgid "Change Plan"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: templates/account.php:128, templates/account/partials/addon.php:48
|
443 |
msgctxt "verb"
|
444 |
msgid "Upgrade"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: templates/account.php:129, templates/account/partials/addon.php:49
|
448 |
+
msgid "Add-Ons"
|
449 |
+
msgstr ""
|
450 |
+
|
451 |
+
#: templates/account.php:130, templates/account/partials/addon.php:50, templates/account/partials/site.php:318
|
452 |
msgctxt "verb"
|
453 |
msgid "Downgrade"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: templates/account.php:131, templates/add-ons.php:250, templates/account/partials/addon.php:51
|
457 |
+
msgctxt "trial period"
|
458 |
+
msgid "Trial"
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: templates/account.php:132, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:52, templates/account/partials/site.php:33
|
462 |
msgid "Free"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: templates/account.php:134, templates/debug.php:385, templates/account/partials/addon.php:54
|
466 |
msgctxt "as product pricing plan"
|
467 |
msgid "Plan"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: templates/account.php:135
|
471 |
msgid "Bundle Plan"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: templates/account.php:251, templates/debug.php:338
|
475 |
+
msgid "Account"
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
+
#: templates/account.php:259
|
479 |
msgid "Free Trial"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: templates/account.php:270
|
483 |
msgid "Account Details"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: templates/account.php:279
|
487 |
+
msgid "Stop Debug"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: templates/account.php:277, templates/forms/data-debug-mode.php:33
|
491 |
+
msgid "Start Debug"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: templates/account.php:286
|
495 |
msgid "Billing & Invoices"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: templates/account.php:299
|
499 |
+
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: templates/account.php:297
|
503 |
+
msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: templates/account.php:302
|
507 |
msgid "Delete Account"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: templates/account.php:314, templates/account/partials/addon.php:236, templates/account/partials/deactivate-license-button.php:35
|
511 |
msgid "Deactivate License"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: templates/account.php:337, templates/forms/subscription-cancellation.php:125
|
515 |
msgid "Are you sure you want to proceed?"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: templates/account.php:337, templates/account/partials/addon.php:260
|
519 |
msgid "Cancel Subscription"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: templates/account.php:366, templates/account/partials/addon.php:345
|
523 |
msgctxt "as synchronize"
|
524 |
msgid "Sync"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: templates/account.php:381, templates/debug.php:523
|
528 |
msgid "Name"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: templates/account.php:387, templates/debug.php:524
|
532 |
msgid "Email"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: templates/account.php:394, templates/debug.php:383, templates/debug.php:573
|
536 |
msgid "User ID"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: templates/account.php:403, templates/account.php:411, templates/debug.php:372, templates/debug.php:567
|
540 |
+
msgid "Plugin"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: templates/account.php:404, templates/account.php:412, templates/debug.php:372, templates/debug.php:567, templates/forms/deactivation/form.php:107
|
544 |
+
msgid "Theme"
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: templates/account.php:412, templates/account.php:732, templates/account.php:783, templates/debug.php:250, templates/debug.php:377, templates/debug.php:463, templates/debug.php:522, templates/debug.php:571, templates/debug.php:650, templates/account/payments.php:35, templates/debug/logger.php:21
|
548 |
msgid "ID"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: templates/account.php:419
|
552 |
msgid "Site ID"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: templates/account.php:422
|
556 |
msgid "No ID"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: templates/account.php:427, templates/debug.php:257, templates/debug.php:386, templates/debug.php:467, templates/debug.php:526, templates/account/partials/site.php:227
|
560 |
msgid "Public Key"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: templates/account.php:433, templates/debug.php:387, templates/debug.php:468, templates/debug.php:527, templates/account/partials/site.php:239
|
564 |
msgid "Secret Key"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: templates/account.php:436
|
568 |
msgctxt "as secret encryption key missing"
|
569 |
msgid "No Secret"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: templates/account.php:490, templates/debug.php:579, templates/account/partials/site.php:260
|
573 |
+
msgid "License Key"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: templates/account.php:463, templates/account/partials/site.php:122, templates/account/partials/site.php:120
|
577 |
+
msgid "Trial"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: templates/account.php:521
|
581 |
msgid "Join the Beta program"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: templates/account.php:527
|
585 |
msgid "not verified"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: templates/account.php:598
|
589 |
+
msgid "Free version"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: templates/account.php:596
|
593 |
msgid "Premium version"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: templates/account.php:536, templates/account/partials/addon.php:195
|
597 |
+
msgid "Expired"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: templates/account.php:567, templates/account.php:719, templates/connect.php:198, templates/connect.php:486, includes/managers/class-fs-clone-manager.php:1123, templates/forms/license-activation.php:27, templates/account/partials/addon.php:326
|
601 |
+
msgid "Activate License"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: templates/account.php:610
|
605 |
msgid "Verify Email"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: templates/account.php:687, templates/forms/user-change.php:27
|
609 |
+
msgid "Change User"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: templates/account.php:674
|
613 |
+
msgid "What is your %s?"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: templates/account.php:682, templates/account/billing.php:21
|
617 |
+
msgctxt "verb"
|
618 |
+
msgid "Edit"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: templates/account.php:658, templates/account.php:921, templates/account/partials/site.php:248, templates/account/partials/site.php:270
|
622 |
msgctxt "verb"
|
623 |
msgid "Show"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: templates/account.php:661, templates/account.php:718, templates/account/partials/addon.php:327, templates/account/partials/site.php:271
|
627 |
+
msgid "Change License"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: templates/account.php:624
|
631 |
+
msgid "Download %s Version"
|
|
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: templates/account.php:640
|
635 |
+
msgid "Download Paid Version"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: templates/account.php:711
|
639 |
msgid "Sites"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: templates/account.php:724
|
643 |
msgid "Search by address"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: templates/account.php:733, templates/debug.php:380
|
647 |
msgid "Address"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: templates/account.php:734
|
651 |
msgid "License"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: templates/account.php:735
|
655 |
msgid "Plan"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: templates/account.php:786
|
659 |
msgctxt "as software license"
|
660 |
msgid "License"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: templates/account.php:915
|
664 |
msgctxt "verb"
|
665 |
msgid "Hide"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: templates/account.php:937, templates/forms/data-debug-mode.php:31, templates/forms/deactivation/form.php:358, templates/forms/deactivation/form.php:389
|
669 |
msgid "Processing"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: templates/account.php:940
|
673 |
msgid "Get updates for bleeding edge Beta versions of %s."
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: templates/account.php:998
|
677 |
msgid "Cancelling %s"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: templates/account.php:998, templates/account.php:1015, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:178
|
681 |
msgid "trial"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: templates/account.php:1013, templates/forms/deactivation/form.php:195
|
685 |
msgid "Cancelling %s..."
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: templates/account.php:1016, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:179
|
689 |
msgid "subscription"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: templates/account.php:1030
|
693 |
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: templates/account.php:1104
|
697 |
msgid "Disabling white-label mode"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: templates/account.php:1105
|
701 |
msgid "Enabling white-label mode"
|
702 |
msgstr ""
|
703 |
|
709 |
msgid "Add Ons for %s"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: templates/add-ons.php:57
|
713 |
+
msgctxt "exclamation"
|
714 |
+
msgid "Oops"
|
715 |
+
msgstr ""
|
716 |
+
|
717 |
#: templates/add-ons.php:58
|
718 |
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: templates/add-ons.php:186, templates/account/partials/addon.php:386
|
722 |
+
msgid "More information about %s"
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
#: templates/add-ons.php:229
|
726 |
msgctxt "active add-on"
|
727 |
msgid "Active"
|
732 |
msgid "Installed"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: templates/admin-notice.php:13, templates/forms/license-activation.php:250, templates/forms/resend-key.php:80
|
736 |
msgctxt "as close a window"
|
737 |
msgid "Dismiss"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: templates/auto-installation.php:32
|
741 |
+
msgid "Add-On"
|
742 |
+
msgstr ""
|
743 |
+
|
744 |
+
#. translators: %s: Number of seconds
|
745 |
#: templates/auto-installation.php:45
|
746 |
msgid "%s sec"
|
747 |
msgstr ""
|
762 |
msgid "Cancel Installation"
|
763 |
msgstr ""
|
764 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
765 |
#. translators: %s: name (e.g. Hey John,)
|
766 |
+
#: templates/connect.php:121
|
767 |
msgctxt "greeting"
|
768 |
msgid "Hey %s,"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: templates/connect.php:181
|
772 |
msgid "Allow & Continue"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: templates/connect.php:210, templates/connect.php:217
|
776 |
+
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: templates/connect.php:211, templates/connect.php:218
|
780 |
+
msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: templates/connect.php:221
|
784 |
+
msgid "If you skip this, that's okay! %1$s will still work just fine."
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: templates/connect.php:199, templates/forms/license-activation.php:46
|
788 |
msgid "Agree & Activate License"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: templates/connect.php:203
|
792 |
msgid "Welcome to %s! To get started, please enter your license key:"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: templates/connect.php:185
|
796 |
+
msgid "Re-send activation email"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: templates/connect.php:189
|
800 |
+
msgid "Thanks %s!"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: templates/connect.php:190
|
804 |
+
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: templates/connect.php:194
|
808 |
+
msgid "complete the install"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: templates/connect.php:251
|
812 |
msgid "We're excited to introduce the Freemius network-level integration."
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: templates/connect.php:265
|
816 |
+
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: templates/connect.php:254
|
820 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: templates/connect.php:256
|
824 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: templates/connect.php:258
|
828 |
msgid "%s's paid features"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: templates/connect.php:263
|
832 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: templates/connect.php:274, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
|
|
|
|
|
|
|
|
|
836 |
msgid "License key"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: templates/connect.php:277, templates/forms/license-activation.php:22
|
840 |
msgid "Can't find your license key?"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: templates/connect.php:308
|
844 |
+
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: templates/connect.php:340, templates/connect.php:730, templates/forms/deactivation/retry-skip.php:20
|
848 |
msgctxt "verb"
|
849 |
msgid "Skip"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: templates/connect.php:343
|
853 |
msgid "Delegate to Site Admins"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: templates/connect.php:343
|
857 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: templates/connect.php:368
|
861 |
msgid "License issues?"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: templates/connect.php:454
|
865 |
+
msgid "What permissions are being granted?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: templates/connect.php:448
|
869 |
msgid "The %1$s will periodically send %2$s to %3$s for security & feature updates delivery, and license management."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: templates/connect.php:450
|
873 |
msgid "diagnostic data"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: templates/connect.php:485
|
877 |
+
msgid "Have a license key?"
|
|
|
|
|
|
|
|
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: templates/connect.php:482
|
881 |
msgid "Don't have a license key?"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: templates/connect.php:493
|
|
|
|
|
|
|
|
|
885 |
msgid "Privacy Policy"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: templates/connect.php:495
|
889 |
msgid "License Agreement"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: templates/connect.php:495
|
893 |
msgid "Terms of Service"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: templates/connect.php:896
|
897 |
msgctxt "as in the process of sending an email"
|
898 |
msgid "Sending email"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: templates/connect.php:897
|
902 |
msgctxt "as activating plugin"
|
903 |
msgid "Activating"
|
904 |
msgstr ""
|
905 |
|
|
|
|
|
|
|
|
|
906 |
#: templates/debug.php:17
|
907 |
msgctxt "as turned off"
|
908 |
msgid "Off"
|
922 |
msgid "Debugging"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: templates/debug.php:54, templates/debug.php:262, templates/debug.php:388, templates/debug.php:528
|
926 |
msgid "Actions"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: templates/debug.php:64
|
930 |
msgid "Are you sure you want to delete all Freemius data?"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: templates/debug.php:64
|
934 |
msgid "Delete All Accounts"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: templates/debug.php:71
|
938 |
msgid "Clear API Cache"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: templates/debug.php:79
|
942 |
msgid "Clear Updates Transients"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: templates/debug.php:88
|
946 |
+
msgid "Reset Deactivation Snoozing"
|
947 |
+
msgstr ""
|
948 |
+
|
949 |
+
#: templates/debug.php:96
|
950 |
msgid "Sync Data From Server"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: templates/debug.php:105
|
954 |
msgid "Migrate Options to Network"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: templates/debug.php:110
|
958 |
msgid "Load DB Option"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: templates/debug.php:113
|
962 |
msgid "Set DB Option"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: templates/debug.php:194
|
966 |
msgid "Key"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: templates/debug.php:195
|
970 |
msgid "Value"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: templates/debug.php:211
|
974 |
msgctxt "as software development kit versions"
|
975 |
msgid "SDK Versions"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: templates/debug.php:216
|
979 |
msgid "SDK Path"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: templates/debug.php:217, templates/debug.php:256
|
983 |
msgid "Module Path"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: templates/debug.php:218
|
987 |
msgid "Is Active"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: templates/debug.php:246, templates/debug/plugins-themes-sync.php:35
|
991 |
msgid "Plugins"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: templates/debug.php:246, templates/debug/plugins-themes-sync.php:56
|
995 |
msgid "Themes"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: templates/debug.php:251, templates/debug.php:382, templates/debug.php:465, templates/debug/scheduled-crons.php:80
|
999 |
msgid "Slug"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: templates/debug.php:253, templates/debug.php:464
|
1003 |
msgid "Title"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: templates/debug.php:254
|
1007 |
msgctxt "as application program interface"
|
1008 |
msgid "API"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: templates/debug.php:255
|
1012 |
msgid "Freemius State"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: templates/debug.php:259
|
1016 |
msgid "Network Blog"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: templates/debug.php:260
|
1020 |
msgid "Network User"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: templates/debug.php:297
|
1024 |
msgctxt "as connection was successful"
|
1025 |
msgid "Connected"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: templates/debug.php:298
|
1029 |
msgctxt "as connection blocked"
|
1030 |
msgid "Blocked"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: templates/debug.php:334
|
1034 |
msgid "Simulate Trial Promotion"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: templates/debug.php:346
|
1038 |
msgid "Simulate Network Upgrade"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#. translators: %s: 'plugin' or 'theme'
|
1042 |
+
#: templates/debug.php:371
|
1043 |
msgid "%s Installs"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: templates/debug.php:373
|
1047 |
msgctxt "like websites"
|
1048 |
msgid "Sites"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: templates/debug.php:379, templates/account/partials/site.php:156
|
1052 |
msgid "Blog ID"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: templates/debug.php:384
|
1056 |
msgid "License ID"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: templates/debug.php:445, templates/debug.php:551, templates/account/partials/addon.php:440
|
1060 |
msgctxt "verb"
|
1061 |
msgid "Delete"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: templates/debug.php:459
|
1065 |
msgid "Add Ons of module %s"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: templates/debug.php:518
|
1069 |
msgid "Users"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: templates/debug.php:525
|
1073 |
msgid "Verified"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: templates/debug.php:567
|
1077 |
msgid "%s Licenses"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: templates/debug.php:572
|
1081 |
msgid "Plugin ID"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: templates/debug.php:574
|
1085 |
msgid "Plan ID"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: templates/debug.php:575
|
1089 |
msgid "Quota"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: templates/debug.php:576
|
1093 |
msgid "Activated"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: templates/debug.php:577
|
1097 |
msgid "Blocking"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: templates/debug.php:578, templates/debug.php:649, templates/debug/logger.php:22
|
1101 |
msgid "Type"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: templates/debug.php:580
|
1105 |
msgctxt "as expiration date"
|
1106 |
msgid "Expiration"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: templates/debug.php:608
|
1110 |
msgid "Debug Log"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: templates/debug.php:612
|
1114 |
msgid "All Types"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: templates/debug.php:619
|
1118 |
msgid "All Requests"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: templates/debug.php:624, templates/debug.php:653, templates/debug/logger.php:25
|
1122 |
msgid "File"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: templates/debug.php:625, templates/debug.php:651, templates/debug/logger.php:23
|
1126 |
msgid "Function"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: templates/debug.php:626
|
1130 |
msgid "Process ID"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: templates/debug.php:627
|
1134 |
msgid "Logger"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: templates/debug.php:628, templates/debug.php:652, templates/debug/logger.php:24
|
1138 |
msgid "Message"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: templates/debug.php:630
|
1142 |
msgid "Filter"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: templates/debug.php:638
|
1146 |
msgid "Download"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: templates/debug.php:654, templates/debug/logger.php:26
|
1150 |
msgid "Timestamp"
|
1151 |
msgstr ""
|
1152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1153 |
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1154 |
msgctxt "milliseconds"
|
1155 |
msgid "ms"
|
1163 |
msgid "Requests"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: includes/managers/class-fs-clone-manager.php:703
|
1167 |
+
msgid "Invalid clone resolution action."
|
1168 |
+
msgstr ""
|
1169 |
+
|
1170 |
+
#: includes/managers/class-fs-clone-manager.php:851
|
1171 |
+
msgid "products"
|
1172 |
+
msgstr ""
|
1173 |
+
|
1174 |
+
#: includes/managers/class-fs-clone-manager.php:1039
|
1175 |
+
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"
|
1176 |
+
msgstr ""
|
1177 |
+
|
1178 |
+
#: includes/managers/class-fs-clone-manager.php:1040
|
1179 |
+
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"
|
1180 |
+
msgstr ""
|
1181 |
+
|
1182 |
+
#: includes/managers/class-fs-clone-manager.php:1033
|
1183 |
+
msgid "%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s."
|
1184 |
+
msgstr ""
|
1185 |
+
|
1186 |
+
#: includes/managers/class-fs-clone-manager.php:1066
|
1187 |
+
msgid "the above-mentioned sites"
|
1188 |
+
msgstr ""
|
1189 |
+
|
1190 |
+
#: includes/managers/class-fs-clone-manager.php:1079
|
1191 |
+
msgid "Is %2$s a duplicate of %4$s?"
|
1192 |
+
msgstr ""
|
1193 |
+
|
1194 |
+
#: includes/managers/class-fs-clone-manager.php:1080
|
1195 |
+
msgid "Yes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development."
|
1196 |
+
msgstr ""
|
1197 |
+
|
1198 |
+
#: includes/managers/class-fs-clone-manager.php:1085
|
1199 |
+
msgid "Long-Term Duplicate"
|
1200 |
+
msgstr ""
|
1201 |
+
|
1202 |
+
#: includes/managers/class-fs-clone-manager.php:1090
|
1203 |
+
msgid "Duplicate Website"
|
1204 |
+
msgstr ""
|
1205 |
+
|
1206 |
+
#: includes/managers/class-fs-clone-manager.php:1096
|
1207 |
+
msgid "Is %2$s the new home of %4$s?"
|
1208 |
+
msgstr ""
|
1209 |
+
|
1210 |
+
#: includes/managers/class-fs-clone-manager.php:1098
|
1211 |
+
msgid "Yes, %%2$s is replacing %%4$s. I would like to migrate my %s from %%4$s to %%2$s."
|
1212 |
+
msgstr ""
|
1213 |
+
|
1214 |
+
#: includes/managers/class-fs-clone-manager.php:1099, templates/forms/subscription-cancellation.php:52
|
1215 |
+
msgid "license"
|
1216 |
+
msgstr ""
|
1217 |
+
|
1218 |
+
#: includes/managers/class-fs-clone-manager.php:1099
|
1219 |
+
msgid "data"
|
1220 |
+
msgstr ""
|
1221 |
+
|
1222 |
+
#: includes/managers/class-fs-clone-manager.php:1105
|
1223 |
+
msgid "Migrate License"
|
1224 |
+
msgstr ""
|
1225 |
+
|
1226 |
+
#: includes/managers/class-fs-clone-manager.php:1106
|
1227 |
+
msgid "Migrate"
|
1228 |
+
msgstr ""
|
1229 |
+
|
1230 |
+
#: includes/managers/class-fs-clone-manager.php:1112
|
1231 |
+
msgid "Is %2$s a new website?"
|
1232 |
+
msgstr ""
|
1233 |
+
|
1234 |
+
#: includes/managers/class-fs-clone-manager.php:1113
|
1235 |
+
msgid "Yes, %2$s is a new and different website that is separate from %4$s."
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#: includes/managers/class-fs-clone-manager.php:1115
|
1239 |
+
msgid "It requires license activation."
|
1240 |
+
msgstr ""
|
1241 |
+
|
1242 |
+
#: includes/managers/class-fs-clone-manager.php:1122
|
1243 |
+
msgid "New Website"
|
1244 |
+
msgstr ""
|
1245 |
+
|
1246 |
+
#: includes/managers/class-fs-clone-manager.php:1145
|
1247 |
+
msgctxt "Clone resolution admin notice products list label"
|
1248 |
+
msgid "Products"
|
1249 |
+
msgstr ""
|
1250 |
+
|
1251 |
+
#: includes/managers/class-fs-clone-manager.php:1230
|
1252 |
+
msgid "You marked this website, %s, as a temporary duplicate of %s."
|
1253 |
+
msgstr ""
|
1254 |
+
|
1255 |
+
#: includes/managers/class-fs-clone-manager.php:1231
|
1256 |
+
msgid "You marked this website, %s, as a temporary duplicate of these sites"
|
1257 |
+
msgstr ""
|
1258 |
+
|
1259 |
+
#: includes/managers/class-fs-clone-manager.php:1245
|
1260 |
+
msgid "%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first)."
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: includes/managers/class-fs-clone-manager.php:1248
|
1264 |
+
msgctxt "\"The <product_label>\", e.g.: \"The plugin\""
|
1265 |
+
msgid "The %s's"
|
1266 |
+
msgstr ""
|
1267 |
+
|
1268 |
+
#: includes/managers/class-fs-clone-manager.php:1251
|
1269 |
+
msgid "The following products'"
|
1270 |
+
msgstr ""
|
1271 |
+
|
1272 |
+
#: includes/managers/class-fs-clone-manager.php:1259
|
1273 |
+
msgid "If this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s."
|
1274 |
+
msgstr ""
|
1275 |
+
|
1276 |
+
#: includes/managers/class-fs-clone-manager.php:1261
|
1277 |
+
msgid "activate a license here"
|
1278 |
+
msgstr ""
|
1279 |
+
|
1280 |
#: templates/account/billing.php:22
|
1281 |
msgctxt "verb"
|
1282 |
msgid "Update"
|
1430 |
msgid "Next"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: templates/forms/affiliation.php:83
|
1434 |
msgid "Non-expiring"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: templates/forms/affiliation.php:86
|
1438 |
msgid "Apply to become an affiliate"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: templates/forms/affiliation.php:132
|
1442 |
+
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: templates/forms/affiliation.php:129
|
1446 |
+
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: templates/forms/affiliation.php:126
|
1450 |
msgid "Your affiliation account was temporarily suspended."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: templates/forms/affiliation.php:123
|
1454 |
+
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: templates/forms/affiliation.php:108
|
1458 |
+
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: templates/forms/affiliation.php:145
|
1462 |
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: templates/forms/affiliation.php:146
|
1466 |
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: templates/forms/affiliation.php:149
|
1470 |
msgid "Program Summary"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: templates/forms/affiliation.php:151
|
1474 |
msgid "%s commission when a customer purchases a new license."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: templates/forms/affiliation.php:153
|
1478 |
msgid "Get commission for automated subscription renewals."
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: templates/forms/affiliation.php:156
|
1482 |
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: templates/forms/affiliation.php:159
|
1486 |
msgid "Unlimited commissions."
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: templates/forms/affiliation.php:161
|
1490 |
msgid "%s minimum payout amount."
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: templates/forms/affiliation.php:162
|
1494 |
msgid "Payouts are in USD and processed monthly via PayPal."
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: templates/forms/affiliation.php:163
|
1498 |
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: templates/forms/affiliation.php:166
|
1502 |
msgid "Affiliate"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: templates/forms/affiliation.php:169, templates/forms/resend-key.php:23
|
1506 |
msgid "Email address"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
+
#: templates/forms/affiliation.php:173
|
1510 |
msgid "Full name"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: templates/forms/affiliation.php:177
|
1514 |
msgid "PayPal account email address"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
+
#: templates/forms/affiliation.php:181
|
1518 |
msgid "Where are you going to promote the %s?"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: templates/forms/affiliation.php:183
|
1522 |
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
1523 |
msgstr ""
|
1524 |
|
1525 |
+
#: templates/forms/affiliation.php:185
|
1526 |
msgid "Add another domain"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: templates/forms/affiliation.php:189
|
1530 |
msgid "Extra Domains"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
+
#: templates/forms/affiliation.php:190
|
1534 |
msgid "Extra domains where you will be marketing the product from."
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: templates/forms/affiliation.php:200
|
1538 |
msgid "Promotion methods"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: templates/forms/affiliation.php:203
|
1542 |
msgid "Social media (Facebook, Twitter, etc.)"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: templates/forms/affiliation.php:207
|
1546 |
msgid "Mobile apps"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: templates/forms/affiliation.php:211
|
1550 |
msgid "Website, email, and social media statistics (optional)"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: templates/forms/affiliation.php:214
|
1554 |
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: templates/forms/affiliation.php:218
|
1558 |
msgid "How will you promote us?"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: templates/forms/affiliation.php:221
|
1562 |
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: templates/forms/affiliation.php:233, templates/forms/resend-key.php:22
|
1566 |
msgid "Cancel"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: templates/forms/affiliation.php:235
|
1570 |
msgid "Become an affiliate"
|
1571 |
msgstr ""
|
1572 |
|
1586 |
msgid "User key"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: templates/forms/data-debug-mode.php:162
|
1590 |
+
msgid "An unknown error has occurred."
|
1591 |
+
msgstr ""
|
1592 |
+
|
1593 |
+
#: templates/forms/email-address-update.php:32
|
1594 |
+
msgid "Email address update"
|
1595 |
+
msgstr ""
|
1596 |
+
|
1597 |
+
#: templates/forms/email-address-update.php:33, templates/forms/user-change.php:81
|
1598 |
+
msgctxt "close window"
|
1599 |
+
msgid "Dismiss"
|
1600 |
+
msgstr ""
|
1601 |
+
|
1602 |
+
#: templates/forms/email-address-update.php:38
|
1603 |
+
msgid "Enter the new email address"
|
1604 |
+
msgstr ""
|
1605 |
+
|
1606 |
+
#: templates/forms/email-address-update.php:42
|
1607 |
+
msgid "Are both %s and %s your email addresses?"
|
1608 |
+
msgstr ""
|
1609 |
+
|
1610 |
+
#: templates/forms/email-address-update.php:50
|
1611 |
+
msgid "Yes - both addresses are mine"
|
1612 |
+
msgstr ""
|
1613 |
+
|
1614 |
+
#: templates/forms/email-address-update.php:57
|
1615 |
+
msgid "%s is my client's email address"
|
1616 |
+
msgstr ""
|
1617 |
+
|
1618 |
+
#: templates/forms/email-address-update.php:66
|
1619 |
+
msgid "%s is my email address"
|
1620 |
+
msgstr ""
|
1621 |
+
|
1622 |
+
#: templates/forms/email-address-update.php:75
|
1623 |
+
msgid "Would you like to merge %s into %s?"
|
1624 |
+
msgstr ""
|
1625 |
+
|
1626 |
+
#: templates/forms/email-address-update.php:84
|
1627 |
+
msgid "Yes - move all my data and assets from %s to %s"
|
1628 |
+
msgstr ""
|
1629 |
+
|
1630 |
+
#: templates/forms/email-address-update.php:94
|
1631 |
+
msgid "No - only move this site's data to %s"
|
1632 |
+
msgstr ""
|
1633 |
+
|
1634 |
+
#: templates/forms/email-address-update.php:292, templates/forms/email-address-update.php:298
|
1635 |
+
msgid "Update"
|
1636 |
+
msgstr ""
|
1637 |
+
|
1638 |
#: templates/forms/license-activation.php:23
|
1639 |
msgid "Please enter the license key that you received in the email right after the purchase:"
|
1640 |
msgstr ""
|
1647 |
msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: templates/forms/license-activation.php:211
|
1651 |
msgid "Associate with the license owner's account."
|
1652 |
msgstr ""
|
1653 |
|
1661 |
msgid "Opt In"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: templates/forms/optout.php:41
|
1665 |
+
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
1666 |
+
msgstr ""
|
1667 |
+
|
1668 |
+
#: templates/forms/optout.php:44
|
1669 |
+
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
1670 |
+
msgstr ""
|
1671 |
+
|
1672 |
+
#: templates/forms/optout.php:45
|
1673 |
+
msgid "On second thought - I want to continue helping"
|
1674 |
+
msgstr ""
|
1675 |
+
|
1676 |
#: templates/forms/optout.php:34
|
1677 |
msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
|
1678 |
msgstr ""
|
1689 |
msgid "I'd like to keep automatic updates"
|
1690 |
msgstr ""
|
1691 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1692 |
#: templates/forms/optout.php:49
|
1693 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
1694 |
msgstr ""
|
1709 |
msgid " %s to access version %s security & feature updates, and support."
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
1713 |
+
msgid "Renew your license now"
|
1714 |
+
msgstr ""
|
1715 |
+
|
1716 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
1717 |
+
msgid "Buy a license now"
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
#: templates/forms/premium-versions-upgrade-handler.php:54
|
1721 |
msgid "New Version Available"
|
1722 |
msgstr ""
|
1730 |
msgid "Send License Key"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: templates/forms/resend-key.php:24, templates/forms/user-change.php:29
|
1734 |
+
msgid "Other"
|
1735 |
+
msgstr ""
|
1736 |
+
|
1737 |
+
#: templates/forms/resend-key.php:58
|
1738 |
+
msgid "Enter the email address you've used during the purchase and we will resend you the license key."
|
1739 |
+
msgstr ""
|
1740 |
+
|
1741 |
+
#: templates/forms/resend-key.php:59
|
1742 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
1743 |
msgstr ""
|
1744 |
|
1750 |
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
1751 |
msgstr ""
|
1752 |
|
|
|
|
|
|
|
|
|
1753 |
#: templates/forms/subscription-cancellation.php:57
|
1754 |
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
1755 |
msgstr ""
|
1770 |
msgid "Proceed"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:216
|
1774 |
msgid "Cancel %s & Proceed"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#. translators: %1$s: Number of trial days; %2$s: Plan name;
|
1778 |
#: templates/forms/trial-start.php:22
|
1779 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#. translators: %s: Link to freemius.com
|
1783 |
#: templates/forms/trial-start.php:28
|
1784 |
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: templates/forms/trial-start.php:53
|
1788 |
+
msgctxt "call to action"
|
1789 |
+
msgid "Start free trial"
|
1790 |
+
msgstr ""
|
1791 |
+
|
1792 |
#: templates/forms/user-change.php:26
|
1793 |
msgid "By changing the user, you agree to transfer the account ownership to:"
|
1794 |
msgstr ""
|
1801 |
msgid "Enter email address"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: templates/partials/network-activation.php:36
|
1805 |
+
msgid "Activate license on all pending sites."
|
|
|
|
|
|
|
|
|
|
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: templates/partials/network-activation.php:37
|
1809 |
+
msgid "Apply on all pending sites."
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: templates/partials/network-activation.php:32
|
1813 |
msgid "Activate license on all sites in the network."
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: templates/partials/network-activation.php:33
|
1817 |
msgid "Apply on all sites in the network."
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: templates/partials/network-activation.php:45, templates/partials/network-activation.php:79
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1821 |
msgid "allow"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: templates/partials/network-activation.php:48, templates/partials/network-activation.php:82
|
1825 |
msgid "delegate"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: templates/partials/network-activation.php:52, templates/partials/network-activation.php:86
|
1829 |
msgid "skip"
|
1830 |
msgstr ""
|
1831 |
|
1833 |
msgid "Click to view full-size screenshot %d"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
+
#: templates/plugin-info/features.php:43
|
1837 |
+
msgid "Support"
|
1838 |
+
msgstr ""
|
1839 |
+
|
1840 |
#: templates/plugin-info/features.php:56
|
1841 |
msgid "Unlimited Updates"
|
1842 |
msgstr ""
|
1855 |
msgstr ""
|
1856 |
|
1857 |
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1858 |
+
#: templates/account/partials/addon.php:34
|
1859 |
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: templates/account/partials/addon.php:200
|
1863 |
+
msgid "No expiration"
|
1864 |
+
msgstr ""
|
1865 |
+
|
1866 |
+
#: templates/account/partials/addon.php:190
|
1867 |
msgid "Cancelled"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: templates/account/partials/site.php:49, templates/account/partials/site.php:169
|
1871 |
+
msgid "Opt In"
|
1872 |
+
msgstr ""
|
1873 |
+
|
1874 |
+
#: templates/account/partials/site.php:169
|
1875 |
+
msgid "Opt Out"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
#: templates/account/partials/site.php:189
|
1899 |
msgid "Contact Support"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: templates/forms/deactivation/form.php:65
|
1903 |
msgid "Anonymous feedback"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: templates/forms/deactivation/form.php:71
|
1907 |
+
msgid "hour"
|
1908 |
+
msgstr ""
|
1909 |
+
|
1910 |
+
#: templates/forms/deactivation/form.php:76
|
1911 |
+
msgid "hours"
|
1912 |
+
msgstr ""
|
1913 |
+
|
1914 |
+
#: templates/forms/deactivation/form.php:81, templates/forms/deactivation/form.php:86
|
1915 |
+
msgid "days"
|
1916 |
+
msgstr ""
|
1917 |
+
|
1918 |
+
#: templates/forms/deactivation/form.php:106
|
1919 |
msgid "Deactivate"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
+
#: templates/forms/deactivation/form.php:108
|
1923 |
msgid "Activate %s"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: templates/forms/deactivation/form.php:111
|
1927 |
+
msgid "Submit & %s"
|
1928 |
+
msgstr ""
|
1929 |
+
|
1930 |
+
#: templates/forms/deactivation/form.php:130
|
1931 |
msgid "Quick Feedback"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: templates/forms/deactivation/form.php:134
|
1935 |
msgid "If you have a moment, please let us know why you are %s"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: templates/forms/deactivation/form.php:134
|
1939 |
msgid "deactivating"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: templates/forms/deactivation/form.php:134
|
1943 |
msgid "switching"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: templates/forms/deactivation/form.php:448
|
1947 |
+
msgid "Kindly tell us the reason so we can improve."
|
1948 |
msgstr ""
|
1949 |
|
1950 |
+
#: templates/forms/deactivation/form.php:478
|
1951 |
+
msgid "Snooze & %s"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: templates/forms/deactivation/form.php:638
|
1955 |
msgid "Yes - %s"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
+
#: templates/forms/deactivation/form.php:645
|
1959 |
msgid "Skip & %s"
|
1960 |
msgstr ""
|
1961 |
|
freemius/start.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
-
$this_sdk_version = '2.4.
|
19 |
|
20 |
#region SDK Selection Logic --------------------------------------------------------------------
|
21 |
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
+
$this_sdk_version = '2.4.5';
|
19 |
|
20 |
#region SDK Selection Logic --------------------------------------------------------------------
|
21 |
|
instagram/admin/assets/css/esf-insta-admin-style.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover,.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{-webkit-transition:all ease-in-out 1s;-moz-transition:all ease-in-out 1s;-o-transition:all ease-in-out 1s;transition:all ease-in-out 1s}.mif-auth-app-noti{float:left;width:98%;border-left:6px solid #80c7a7;padding:10px 60px 10px 10px;position:relative}.mif-auth-app-noti .dashicons{position:absolute;right:10px;top:10px;cursor:pointer}.mif_wrap{float:left;clear:both;position:relative;width:100%;overflow:hidden;background-color:#fff;margin-top:40px}.mif_wrap blockquote{background-color:#26a69a;color:#fff;padding:15px;font-size:13px;border-left:5px solid #6fc2ba;margin:0;float:left}.mif_wrap blockquote.error{background-color:#ed6d62;border-color:#d05d53}.mif_wrap a,.mif_wrap .btn{text-transform:capitalize}.mif_wrap .btn{text-transform:capitalize;background-color:#d84b7a}.mif_wrap .btn:focus{color:#fff}.mif_wrap .esf-modal .mif-close-modal{position:absolute;right:10px;top:10px}.mif_wrap .esf-modal .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center}.mif_wrap .esf-modal .mif-modal-content p{font-size:15px;line-height:1.8;text-align:center}.mif_wrap .esf-modal .mif-modal-content .mif-lock-icon .dashicons{color:#26a69a;font-size:50px}.mif_wrap .esf-modal .mif-modal-content hr{display:block;width:100%}.mif_wrap .esf-modal .mif-modal-content input[type=email]::placeholder{color:#444}.mif_wrap .esf-modal .mif-modal-content .btn{border-radius:0}.mif_wrap .mif-or-placeholder{float:left;margin:20px;font-weight:700;font-size:16px}.mif_wrap .mif-connect-manually{padding:10px 20px !important;background:#c5879b !important}.mif_wrap .mif-connect-manually-wrap{display:none;float:left;width:100%;margin-bottom:20px}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap{display:flex}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap .mif_fields{padding:0;margin-bottom:15px;position:relative;width:33%;display:flex;flex-direction:column;float:left}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap .mif_fields label{font-size:15px;margin-bottom:10px;color:#867979}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap .mif_fields label a{color:#d84b7a}.mif_wrap .mif-authentication-modal .modal-content{width:18%;padding:15px}.mif_wrap .mif-authentication-modal h6{letter-spacing:1px;line-height:1.5;margin-bottom:15px;font-size:1.2rem;margin:0 0 10px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder{padding:5px 0;position:relative}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder label{padding:0 10px 0 0}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_info_link{position:absolute;top:7px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_info_link .dashicons{font-size:18px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_info_link:focus{outline:none;box-shadow:none;color:#25a69a}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_auth_info_holder{display:none;background:#eee;padding:5px 10px;border-radius:5px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_auth_info_holder p{color:#444;font-size:12px}.mif_wrap .mif-authentication-modal .mif-auth-modal-btn{margin-top:10px}.mif_wrap .mif_wrap_inner{float:left;width:100%;clear:both;position:relative}.mif_wrap .mif_wrap_inner .mif_loader_wrap{position:absolute;z-index:9;background-color:#f9f9f9;width:100%;height:100%}.mif_wrap .mif_wrap_inner .mif_loader_wrap .fa{position:absolute;top:42%;left:46%;font-size:50px;color:#26a69a;text-align:center}.mif_wrap .mif_wrap_inner .mif_tabs_header{background-color:#d23167;color:#fff;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_tabs_right{float:right;margin-right:20px;margin-top:24px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_tabs_right a{color:#fff;letter-spacing:1.5px;font-size:13px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab{display:table;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;color:#fff;padding:0 24px;font-size:14px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab .dashicons{display:table-cell;vertical-align:middle;float:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs{background-color:transparent;float:left;width:auto;margin-left:17px;padding-right:17px;display:flex;flex-direction:row}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs .indicator{background-color:#1bf1e9;margin-bottom:0px}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs li{margin-bottom:0;padding:8px 0}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs li.active{border-bottom:1px solid}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{color:#fff;display:inline-block;float:left;padding:0 18px}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover{opacity:.8}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:focus{outline:none !important;box-shadow:none}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a span{letter-spacing:1.5px;font-size:13px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a .dashicons{vertical-align:middle;margin-right:5px}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h5,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{font-size:31px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h4,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h4{font-size:22px}.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{padding-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder{padding:15px;float:left;width:98%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c{width:100%;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .secondary-content .dashicons{color:#d84b7a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .secondary-content .dashicons:hover{color:#d23167}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice{background:rgba(241,241,12,.4392156863);padding:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice a{color:#000;text-decoration:underline}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c.active{display:block}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap{display:flex;flex-direction:column}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap .input-field{width:13%;margin-top:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap .input-field label{display:block;font-size:15px;margin-bottom:10px;color:#867979}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap .input-field select{width:100%;max-width:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-type-wrap .mif-moderate-type{margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-get-moderate-feed{margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-visual-wrap{margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-visual-wrap.mif-moderate-free-view .esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-overlay{opacity:1 !important;background:rgba(230,205,205,.46) !important}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro{margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro a.btn{background-color:#ff8c00;margin-top:-3px;padding:6px 20px;height:auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro .trial-btn{border:1px solid #ff8c00;color:#ff8c00;padding:14px 20px;display:inline-block;margin-right:10px;border-radius:2px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro p{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .col.input-field{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .col.input-field label{left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .row.auth-row{margin-top:20px;display:flex;flex-direction:column;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif-notice{margin:10px 0 0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_switch_type_btn{float:left;clear:both;padding:1px 11px;height:auto;font-size:13px;margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages{padding:0;display:flex;flex-direction:column;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header .collection-item{display:flex;flex-direction:row}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header .collection-item p{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder{width:18%;display:inline-block;vertical-align:top}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image{background-color:#26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image .mif_confused_img{height:auto;width:auto;margin:0 auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content{padding:16px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .card-title{border-bottom:1px solid #9e9e9e;margin:0 0 10px;padding:0 0 10px 0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .btn{margin:0 auto;display:table;margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap{float:left;width:100%;margin-bottom:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .form_fields{float:left;margin-right:25px;padding-left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .efbl-red-notice{margin:20px 0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif-shortcode-block{float:left;background-color:#d23167;color:#fff;padding:10px;font-size:12px;margin-top:0;margin-bottom:20px;border-color:#b71e51}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5{margin-top:0px;margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap p{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode{float:left;border-radius:0;box-shadow:none;height:auto;background-color:#b71e51;padding:9px 10px;margin-top:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode i{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_skin_id .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_cache_duration .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users .select-dropdown{color:#9e9e9e}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled input[type=checkbox]:disabled,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled label{opacity:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users label{top:-15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field select{width:100%;max-width:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field.col label{font-size:15px;margin-bottom:10px;color:#867979}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field.col .dropdown-content [type=checkbox]+label{margin-top:-32px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_username_field,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_hashtag_field{float:left;clear:both;width:100%;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields{padding:0;margin-top:15px;margin-bottom:15px;position:relative;width:100%;display:flex;flex-direction:column;padding-right:12px;float:left}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .esf_insta_checkbox{margin-bottom:20px;flex-direction:row;width:49%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .esf_insta_checkbox input{margin-top:2px;margin-right:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .esf-insta-stories-checkbox p{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link{margin:0 0 10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link p{margin-top:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link a{color:#b71e51;letter-spacing:.5px;font-size:15px;text-decoration:none;text-transform:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link a:focus{box-shadow:none;outline:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator{display:flex;flex-direction:column;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .profile_picture_label{position:relative;float:left;margin-bottom:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf-uploaded-image{max-width:10%;border:1px dashed #c3c4c7;padding:2px;max-height:200px;float:left;margin-bottom:10px;display:none;clear:both}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf_image_upload{border:1px dashed #c3c4c7;box-sizing:border-box;cursor:pointer;line-height:1.6;padding:9px 0;position:relative;text-align:center;width:200px;clear:both;float:left;background:#f0f0f1}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf_image_upload:focus{background:#f0f0f1}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf_image_upload:hover{background:transparent}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_generated_shortcode{float:left;width:100%;clear:both;margin-top:10px;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible{float:left;width:100%;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .collapsible-header{position:relative}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .collapsible-header .mif_detail_head{font-size:16px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .mif-pro-badge{position:absolute;right:30px;padding:8px 16px;line-height:normal;height:auto;top:10px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins .mif_skin_head_wrap{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins .mif_create_skin{height:auto;padding:5px 25px 5px 20px;text-transform:capitalize}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins .mif_show_all_skins{margin-bottom:10px;text-transform:capitalize;height:auto;padding:5px 15px 5px 15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins #mif_new_skin_details #mif_skin_feat_img{width:77.8%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins #mif_new_skin_details .btn.waves-input-wrapper{height:auto;padding:5px 20px 5px 20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins #mif_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper{padding:3px 23px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_new_skin{display:none;padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins{margin-bottom:0;display:flex;flex-wrap:wrap}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin{display:flex;margin-right:15px;margin-bottom:15px;padding:10px;margin-top:0;width:24%;flex-direction:column;align-content:center;justify-content:center;align-items:center}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-title{font-size:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-image{overflow:hidden;display:flex;justify-content:center;align-items:flex-end}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-image img{-webkit-filter:grayscale(0.8);-moz-filter:grayscale(0.8);-ms-filter:grayscale(0.8);-o-filter:grayscale(0.8);filter:grayscale(0.8);border-radius:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-content{border-bottom:1px solid #baa5a5;padding:20px 0 5px 0;margin-bottom:15px;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-content .card-title{display:block;line-height:32px;margin-bottom:8px;font-size:24px;font-weight:300;color:#3c434a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin label{font-size:.8rem;color:#9e9e9e}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin select{width:100%;margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .mif-skin-actions-holder{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .btn .dashicons{font-size:15px;margin-left:5px;line-height:inherit}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .skin_free_full{position:absolute;width:100%;height:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .skin_free_full:focus{box-shadow:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect_free,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete_free{padding:0px 20px;width:auto;height:auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect span,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete span,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect_free span,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete_free span{float:none;margin:0 auto;display:table}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin_free{background:#f7f5f2;opacity:.955}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin:nth-child(4n+4){margin-right:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-content{border-bottom:1px solid #baa5a5;padding:20px 0 5px 0;float:left;width:100%;margin-bottom:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:focus{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin{float:left;margin:20px 0px;color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin:hover{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin #mif_new_skin_details #mif_skin_feat_img_btn{width:auto;margin-left:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap{margin-left:9px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap h5{border-bottom:1px solid #e5e5e5;padding-bottom:20px;margin-bottom:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap p{font-size:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap blockquote{padding-top:10px;padding-bottom:10px;font-weight:600;border-left:5px solid #26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .mif_detail_head{font-size:15px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body{padding:1.5rem}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body p{margin:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .input-field{margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_form{display:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder.mif_no_user .collection{border:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder h5{margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item .badge{color:#fff;padding:5px 10px;height:auto;margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item.mif_is_primary .mif_make_primary{display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta{float:left}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta img.circle{width:50px;height:50px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions{float:right;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content{position:relative;margin-top:2px;float:left;font-size:18px;top:0;right:0;margin-left:5px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content .dashicons{font-size:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st{padding:12px 20px 12px 12px;height:auto;line-height:2.5;float:left;text-transform:capitalize;background:#d84b7a;margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st img{height:40px;margin-right:10px;float:left;margin-top:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:active{background:#d03d6e;color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_show_token_form{display:none;margin-bottom:20px;float:right;background-color:#1b97f3}.mif_wrap .mif_noti_holder{position:relative;display:none}.mif_wrap .mif_noti_holder .mif_arrow{position:absolute;left:32%;top:-2px;width:15%}.mif_wrap .mif_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff}.mif_wrap .mif_noti_holder .tap-target-content{width:440px;height:400px;top:10px;right:auto;bottom:0px;left:60px;padding:40px;vertical-align:bottom}.mif_wrap .mif_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .mif_arrow{display:none}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target .tap-target-content p{font-size:15px}#toast-container{top:auto !important;right:auto !important;bottom:0;left:50%;color:#7fc6a6 !important}#toast-container .toast{background-color:#d84b7a;padding:15px 60px;font-size:18px}.material-tooltip{padding:10px 20px}.btn:hover,.btn-large:hover{color:#fff}.disabled{pointer-events:none;cursor:default}.toplevel_page_mif.wp-has-submenu ul li:last-child{display:none}.mif_wrap.fta_empty_at #mif-general .auth-row{margin:0}.mif-confirm-modal.esf-modal .modal-content{width:30%}.mif-confirm-modal .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center;padding-top:0}.mif-confirm-modal .mif-modal-content p{font-size:13px;line-height:1.8;border-bottom:1px solid #ccc;padding-bottom:12px}.mif-confirm-modal .mif-modal-content .mif-lock-icon .dashicons{color:#ed6d62;font-size:60px}.mif-confirm-modal .mif-modal-content .btn{font-size:13px;padding:10px 25px 10px 10px;height:auto;text-transform:capitalize}.mif-confirm-modal .mif-modal-content .btn img{height:31px;margin-right:5px}.mif-confirm-modal .mif-modal-content .btn{padding:10px 20px;height:auto;width:auto;line-height:normal;font-size:15px;border-radius:0;margin-right:30px}.mif-confirm-modal .mif-modal-content .esf_insta_skin_delete{background:#ed6d62}#mif-remove-at .mif-revoke-access-steps{display:none;background:#eee;padding:8px 10px;margin-top:10px;border-radius:5px}#mif-remove-at .mif-revoke-access-steps p{border:none;margin-bottom:0;padding-bottom:0}#mif-remove-at .mif-revoke-access-steps ol{color:#867979}.esf-notification-holder{background:#d23167}/*# sourceMappingURL=esf-insta-admin-style.css.map */
|
1 |
+
.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover,.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{-webkit-transition:all ease-in-out 1s;-moz-transition:all ease-in-out 1s;-o-transition:all ease-in-out 1s;transition:all ease-in-out 1s}.mif-auth-app-noti{float:left;width:98%;border-left:6px solid #80c7a7;padding:10px 60px 10px 10px;position:relative}.mif-auth-app-noti .dashicons{position:absolute;right:10px;top:10px;cursor:pointer}.mif_wrap{float:left;clear:both;position:relative;width:100%;overflow:hidden;background-color:#fff;margin-top:40px}.mif_wrap blockquote{background-color:#26a69a;color:#fff;padding:15px;font-size:13px;border-left:5px solid #6fc2ba;margin:0;float:left}.mif_wrap blockquote.error{background-color:#ed6d62;border-color:#d05d53}.mif_wrap a,.mif_wrap .btn{text-transform:capitalize}.mif_wrap .btn{text-transform:capitalize;background-color:#d84b7a}.mif_wrap .btn:focus{color:#fff}.mif_wrap .esf-modal .mif-close-modal{position:absolute;right:10px;top:10px}.mif_wrap .esf-modal .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center}.mif_wrap .esf-modal .mif-modal-content p{font-size:15px;line-height:1.8;text-align:center}.mif_wrap .esf-modal .mif-modal-content .mif-lock-icon .dashicons{color:#26a69a;font-size:50px}.mif_wrap .esf-modal .mif-modal-content hr{display:block;width:100%}.mif_wrap .esf-modal .mif-modal-content input[type=email]::placeholder{color:#444}.mif_wrap .esf-modal .mif-modal-content .btn{border-radius:0}.mif_wrap .mif-or-placeholder{float:left;margin:20px;font-weight:700;font-size:16px}.mif_wrap .mif-connect-manually{padding:10px 20px !important;background:#c5879b !important}.mif_wrap .mif-connect-manually-wrap{display:none;float:left;width:100%;margin-bottom:20px}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap{display:flex}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap .mif_fields{padding:0;margin-bottom:15px;position:relative;width:33%;display:flex;flex-direction:column;float:left}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap .mif_fields label{font-size:15px;margin-bottom:10px;color:#867979}.mif_wrap .mif-connect-manually-wrap .mif-fields-wrap .mif_fields label a{color:#d84b7a}.mif_wrap .mif-authentication-modal .modal-content{width:18%;padding:15px}.mif_wrap .mif-authentication-modal h6{letter-spacing:1px;line-height:1.5;margin-bottom:15px;font-size:1.2rem;margin:0 0 10px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder{padding:5px 0;position:relative}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder label{padding:0 10px 0 0}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_info_link{position:absolute;top:7px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_info_link .dashicons{font-size:18px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_info_link:focus{outline:none;box-shadow:none;color:#25a69a}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_auth_info_holder{display:none;background:#eee;padding:5px 10px;border-radius:5px}.mif_wrap .mif-authentication-modal .mif-auth-btn-holder .mif_auth_info_holder p{color:#444;font-size:12px}.mif_wrap .mif-authentication-modal .mif-auth-modal-btn{margin-top:10px}.mif_wrap .mif_wrap_inner{float:left;width:100%;clear:both;position:relative}.mif_wrap .mif_wrap_inner .mif_loader_wrap{position:absolute;z-index:9;background-color:#f9f9f9;width:100%;height:100%}.mif_wrap .mif_wrap_inner .mif_loader_wrap .fa{position:absolute;top:42%;left:46%;font-size:50px;color:#26a69a;text-align:center}.mif_wrap .mif_wrap_inner .mif_tabs_header{background-color:#d23167;color:#fff;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_tabs_right{float:right;margin-right:20px;margin-top:24px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_tabs_right a{color:#fff;letter-spacing:1.5px;font-size:13px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab{display:table;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;color:#fff;padding:0 24px;font-size:14px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab .dashicons{display:table-cell;vertical-align:middle;float:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs{background-color:transparent;float:left;width:auto;margin-left:17px;padding-right:17px;display:flex;flex-direction:row}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs .indicator{background-color:#1bf1e9;margin-bottom:0px}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs li{margin-bottom:0;padding:8px 0}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs li.active{border-bottom:1px solid}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{color:#fff;display:inline-block;float:left;padding:0 18px}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover{opacity:.8}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:focus{outline:none !important;box-shadow:none}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a span{letter-spacing:1.5px;font-size:13px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a .dashicons{vertical-align:middle;margin-right:5px}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h5,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{font-size:31px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h4,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h4{font-size:22px}.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{padding-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder{padding:15px;float:left;width:98%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c{width:100%;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .secondary-content .dashicons{color:#d84b7a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .secondary-content .dashicons:hover{color:#d23167}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice{background:rgba(241,241,12,.4392156863);padding:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice a{color:#000;text-decoration:underline}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c.active{display:block}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap{display:flex;flex-direction:column}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap .input-field{width:13%;margin-top:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap .input-field label{display:block;font-size:15px;margin-bottom:10px;color:#867979}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-fields-wrap .input-field select{width:100%;max-width:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-type-wrap .mif-moderate-type{margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-get-moderate-feed{margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-visual-wrap{margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-visual-wrap.mif-moderate-free-view .esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-overlay{opacity:1 !important;background:rgba(230,205,205,.46) !important}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro{margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro a.btn{background-color:#ff8c00;margin-top:-3px;padding:6px 20px;height:auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro .trial-btn{border:1px solid #ff8c00;color:#ff8c00;padding:14px 20px;display:inline-block;margin-right:10px;border-radius:2px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .mif-moderate-pro p{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .col.input-field{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-moderate-wrap.tab-content .col.input-field label{left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .row.auth-row{margin-top:20px;display:flex;flex-direction:column;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif-notice{margin:10px 0 0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_switch_type_btn{float:left;clear:both;padding:1px 11px;height:auto;font-size:13px;margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages{padding:0;display:flex;flex-direction:column;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header .collection-item{display:flex;flex-direction:row}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header .collection-item p{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder{width:18%;display:inline-block;vertical-align:top}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image{background-color:#26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image .mif_confused_img{height:auto;width:auto;margin:0 auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content{padding:16px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .card-title{border-bottom:1px solid #9e9e9e;margin:0 0 10px;padding:0 0 10px 0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .btn{margin:0 auto;display:table;margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap{float:left;width:100%;margin-bottom:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .form_fields{float:left;margin-right:25px;padding-left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .efbl-red-notice{margin:20px 0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif-shortcode-block{background-color:#d23167;color:#fff;padding:0;font-size:12px;margin-top:0;margin-bottom:20px;border-color:#b71e51;display:flex;align-items:center;justify-content:center;padding-left:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5{margin-top:0px;margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap p{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode{border-radius:0;box-shadow:none;height:auto;background-color:#b71e51;padding:10px;margin-left:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode i{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_skin_id .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_cache_duration .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users .select-dropdown{color:#9e9e9e}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled input[type=checkbox]:disabled,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled label{opacity:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users label{top:-15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field select{width:100%;max-width:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field.col label{font-size:15px;margin-bottom:10px;color:#867979}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field.col .dropdown-content [type=checkbox]+label{margin-top:-32px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_username_field,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_hashtag_field{float:left;clear:both;width:100%;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields{padding:0;margin-top:15px;margin-bottom:15px;position:relative;width:100%;display:flex;flex-direction:column;padding-right:12px;float:left}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .esf_insta_checkbox{margin-bottom:20px;flex-direction:row;width:49%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .esf_insta_checkbox input{margin-top:2px;margin-right:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .esf-insta-stories-checkbox p{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link{margin:0 0 10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link p{margin-top:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link a{color:#b71e51;letter-spacing:.5px;font-size:15px;text-decoration:none;text-transform:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields.esf-insta-addon-upgrade-link a:focus{box-shadow:none;outline:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator{display:flex;flex-direction:column;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .profile_picture_label{position:relative;float:left;margin-bottom:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf-uploaded-image{max-width:10%;border:1px dashed #c3c4c7;padding:2px;max-height:200px;float:left;margin-bottom:10px;display:none;clear:both}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf_image_upload{border:1px dashed #c3c4c7;box-sizing:border-box;cursor:pointer;line-height:1.6;padding:9px 0;position:relative;text-align:center;width:200px;clear:both;float:left;background:#f0f0f1}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf_image_upload:focus{background:#f0f0f1}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator .esf_image_upload:hover{background:transparent}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_generated_shortcode{float:left;width:100%;clear:both;margin-top:10px;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible{float:left;width:100%;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .collapsible-header{position:relative}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .collapsible-header .mif_detail_head{font-size:16px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .mif-pro-badge{position:absolute;right:30px;padding:8px 16px;line-height:normal;height:auto;top:10px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins .mif_skin_head_wrap{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins .mif_create_skin{height:auto;padding:5px 25px 5px 20px;text-transform:capitalize}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins .mif_show_all_skins{margin-bottom:10px;text-transform:capitalize;height:auto;padding:5px 15px 5px 15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins #mif_new_skin_details #mif_skin_feat_img{width:77.8%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins #mif_new_skin_details .btn.waves-input-wrapper{height:auto;padding:5px 20px 5px 20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder #mif-skins #mif_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper{padding:3px 23px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_new_skin{display:none;padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins{margin-bottom:0;display:flex;flex-wrap:wrap}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin{display:flex;margin-right:15px;margin-bottom:15px;padding:10px;margin-top:0;width:24%;flex-direction:column;align-content:center;justify-content:center;align-items:center}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-title{font-size:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-image{overflow:hidden;display:flex;justify-content:center;align-items:flex-end}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-image img{-webkit-filter:grayscale(0.8);-moz-filter:grayscale(0.8);-ms-filter:grayscale(0.8);-o-filter:grayscale(0.8);filter:grayscale(0.8);border-radius:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-content{border-bottom:1px solid #baa5a5;padding:20px 0 5px 0;margin-bottom:15px;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .card-content .card-title{display:block;line-height:32px;margin-bottom:8px;font-size:24px;font-weight:300;color:#3c434a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin label{font-size:.8rem;color:#9e9e9e}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin select{width:100%;margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .mif-skin-actions-holder{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .btn .dashicons{font-size:15px;margin-left:5px;line-height:inherit}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .skin_free_full{position:absolute;width:100%;height:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .skin_free_full:focus{box-shadow:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect_free,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete_free{padding:0px 20px;width:auto;height:auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect span,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete span,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_redirect_free span,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin .esf_insta_skin_delete_free span{float:none;margin:0 auto;display:table}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin_free{background:#f7f5f2;opacity:.955}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin:nth-child(4n+4){margin-right:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-content{border-bottom:1px solid #baa5a5;padding:20px 0 5px 0;float:left;width:100%;margin-bottom:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:focus{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin{float:left;margin:20px 0px;color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin:hover{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin #mif_new_skin_details #mif_skin_feat_img_btn{width:auto;margin-left:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap{margin-left:9px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap h5{border-bottom:1px solid #e5e5e5;padding-bottom:20px;margin-bottom:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap p{font-size:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap blockquote{padding-top:10px;padding-bottom:10px;font-weight:600;border-left:5px solid #26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .mif_detail_head{font-size:15px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body{padding:1.5rem}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body p{margin:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .input-field{margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_form{display:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder.mif_no_user .collection{border:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder h5{margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item .badge{color:#fff;padding:5px 10px;height:auto;margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item.mif_is_primary .mif_make_primary{display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta{float:left}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta img.circle{width:50px;height:50px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions{float:right;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content{position:relative;margin-top:2px;float:left;font-size:18px;top:0;right:0;margin-left:5px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content .dashicons{font-size:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st{padding:12px 20px 12px 12px;height:auto;line-height:2.5;float:left;text-transform:capitalize;background:#d84b7a;margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st img{height:40px;margin-right:10px;float:left;margin-top:0px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:active{background:#d03d6e;color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_show_token_form{display:none;margin-bottom:20px;float:right;background-color:#1b97f3}.mif_wrap .mif_noti_holder{position:relative;display:none}.mif_wrap .mif_noti_holder .mif_arrow{position:absolute;left:32%;top:-2px;width:15%}.mif_wrap .mif_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff}.mif_wrap .mif_noti_holder .tap-target-content{width:440px;height:400px;top:10px;right:auto;bottom:0px;left:60px;padding:40px;vertical-align:bottom}.mif_wrap .mif_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .mif_arrow{display:none}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target .tap-target-content p{font-size:15px}#toast-container{top:auto !important;right:auto !important;bottom:0;left:50%;color:#7fc6a6 !important}#toast-container .toast{background-color:#d84b7a;padding:15px 60px;font-size:18px}.material-tooltip{padding:10px 20px}.btn:hover,.btn-large:hover{color:#fff}.disabled{pointer-events:none;cursor:default}.toplevel_page_mif.wp-has-submenu ul li:last-child{display:none}.mif_wrap.fta_empty_at #mif-general .auth-row{margin:0}.mif-confirm-modal.esf-modal .modal-content{width:30%}.mif-confirm-modal .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center;padding-top:0}.mif-confirm-modal .mif-modal-content p{font-size:13px;line-height:1.8;border-bottom:1px solid #ccc;padding-bottom:12px}.mif-confirm-modal .mif-modal-content .mif-lock-icon .dashicons{color:#ed6d62;font-size:60px}.mif-confirm-modal .mif-modal-content .btn{font-size:13px;padding:10px 25px 10px 10px;height:auto;text-transform:capitalize}.mif-confirm-modal .mif-modal-content .btn img{height:31px;margin-right:5px}.mif-confirm-modal .mif-modal-content .btn{padding:10px 20px;height:auto;width:auto;line-height:normal;font-size:15px;border-radius:0;margin-right:30px}.mif-confirm-modal .mif-modal-content .esf_insta_skin_delete{background:#ed6d62}#mif-remove-at .mif-revoke-access-steps{display:none;background:#eee;padding:8px 10px;margin-top:10px;border-radius:5px}#mif-remove-at .mif-revoke-access-steps p{border:none;margin-bottom:0;padding-bottom:0}#mif-remove-at .mif-revoke-access-steps ol{color:#867979}.esf-notification-holder{background:#d23167}/*# sourceMappingURL=esf-insta-admin-style.css.map */
|
instagram/admin/assets/css/esf-insta-admin-style.css.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sourceRoot":"","sources":["../scss/esf-insta-admin-style.scss"],"names":[],"mappings":"AAAA,oHACE,sCACA,mCACA,iCACA,8BAGF,mBACE,WACA,UACA,8BACA,4BACA,kBAEA,8BACE,kBACA,WACA,SACA,eAIJ,UAoKE,WACA,WACA,kBACA,WACA,gBACA,sBACA,gBAxKA,qBACE,yBACA,WACA,aACA,eACA,8BACA,SACA,WAGF,2BACE,yBACA,qBAGF,2BACE,0BAGF,eACE,0BACA,yBAIF,qBACE,WAKA,sCACE,kBACA,WACA,SAGF,wCACE,WACA,cACA,cACA,kBAEA,0CACE,eACA,gBACA,kBAGF,kEACE,cACA,eAGF,2CACE,cACA,WAGF,uEACE,WAGF,6CACE,gBAIR,8BACE,WACA,YACA,gBACA,eAEA,gCACE,6BACA,8BAEF,qCACE,aACA,WACA,WACA,mBACA,sDACE,aACA,kEACE,UACA,mBACA,kBACA,UACA,aACA,sBACA,WACA,wEACE,eACA,mBACA,cACA,0EACE,cAOR,mDACE,UACA,aAEF,uCACE,mBACA,gBACA,mBACA,iBACA,gBAGF,yDACE,cACA,kBACA,+DACE,mBAIF,wEACE,kBACA,QAEA,mFACE,eAGF,8EACE,aACA,gBACA,cAIJ,+EACE,aAEA,gBACA,iBACA,kBAEA,iFACE,WACA,eAON,wDACE,gBAaJ,0BACE,WACA,WACA,WACA,kBAEA,2CACE,kBACA,UACA,yBACA,WACA,YAEA,+CACE,kBACA,QACA,SACA,eACA,cACA,kBAIJ,2CACE,yBACA,WACA,WACA,WAEA,2DACE,YACA,kBACA,gBACA,6DACE,WACA,qBACA,eAIJ,2DACE,cACA,kBACA,iBACA,YACA,UACA,SACA,yBACA,WACA,eACA,eAEA,sEACE,mBACA,sBACA,WACA,WAIJ,qDACE,6BACA,WACA,WACA,iBACA,mBACA,aACA,mBACA,gEACE,yBACA,kBAGF,wDACE,gBACA,cAEF,+DACE,wBAGF,uDACE,WAEA,qBACA,WACA,eAEA,6DAEE,WAGF,6DACE,wBACA,gBAGF,4DACE,qBACA,eACA,iBAGF,kEACE,sBACA,iBAUJ,iHACE,eACA,gCACA,oBAGF,iHACE,eAKF,2DACE,iBAMN,4CACE,aACA,WACA,UAEA,uDACE,WACA,aAEA,qFACE,cAEA,2FACE,cAIJ,wEACE,wCACA,aAEA,0EACE,WACA,0BAIN,8DACE,cAIA,qGACE,aACA,sBACA,kHACE,UACA,eACA,wHACE,cACA,eACA,mBACA,cAEF,yHACE,WACA,eAKJ,sHACE,mBAGJ,kGACE,gBAEF,qGACE,gBAGA,wNACE,qBACA,4CAGJ,6FACE,gBACA,mGACE,yBACA,gBACA,iBACA,YAEF,wGACE,yBACA,cACA,kBACA,qBACA,kBACA,kBAEF,+FACE,gBAIJ,4FACE,UACA,kGACE,OAKN,0DACE,gBACA,aACA,sBACA,WAEF,wDACE,kBAGF,iEACE,WACA,WACA,iBACA,YACA,eACA,gBAGF,4DACE,UACA,aACA,sBACA,WACA,oFACE,gBACA,qGACA,aACA,mBACE,uGACE,SAOR,gEACE,UACA,qBACA,mBAEA,sEACE,UAGF,4EACE,yBAEA,8FACE,YACA,WACA,cAIJ,8EACE,aAEA,0FACE,gCACA,gBACA,mBAGF,mFACE,cACA,cACA,gBAMN,0EAEE,WACA,WACA,mBAEA,uFACE,WACA,kBACA,eAIF,2FACE,cAGF,+FACE,
|
1 |
+
{"version":3,"sourceRoot":"","sources":["../scss/esf-insta-admin-style.scss"],"names":[],"mappings":"AAAA,oHACE,sCACA,mCACA,iCACA,8BAGF,mBACE,WACA,UACA,8BACA,4BACA,kBAEA,8BACE,kBACA,WACA,SACA,eAIJ,UAoKE,WACA,WACA,kBACA,WACA,gBACA,sBACA,gBAxKA,qBACE,yBACA,WACA,aACA,eACA,8BACA,SACA,WAGF,2BACE,yBACA,qBAGF,2BACE,0BAGF,eACE,0BACA,yBAIF,qBACE,WAKA,sCACE,kBACA,WACA,SAGF,wCACE,WACA,cACA,cACA,kBAEA,0CACE,eACA,gBACA,kBAGF,kEACE,cACA,eAGF,2CACE,cACA,WAGF,uEACE,WAGF,6CACE,gBAIR,8BACE,WACA,YACA,gBACA,eAEA,gCACE,6BACA,8BAEF,qCACE,aACA,WACA,WACA,mBACA,sDACE,aACA,kEACE,UACA,mBACA,kBACA,UACA,aACA,sBACA,WACA,wEACE,eACA,mBACA,cACA,0EACE,cAOR,mDACE,UACA,aAEF,uCACE,mBACA,gBACA,mBACA,iBACA,gBAGF,yDACE,cACA,kBACA,+DACE,mBAIF,wEACE,kBACA,QAEA,mFACE,eAGF,8EACE,aACA,gBACA,cAIJ,+EACE,aAEA,gBACA,iBACA,kBAEA,iFACE,WACA,eAON,wDACE,gBAaJ,0BACE,WACA,WACA,WACA,kBAEA,2CACE,kBACA,UACA,yBACA,WACA,YAEA,+CACE,kBACA,QACA,SACA,eACA,cACA,kBAIJ,2CACE,yBACA,WACA,WACA,WAEA,2DACE,YACA,kBACA,gBACA,6DACE,WACA,qBACA,eAIJ,2DACE,cACA,kBACA,iBACA,YACA,UACA,SACA,yBACA,WACA,eACA,eAEA,sEACE,mBACA,sBACA,WACA,WAIJ,qDACE,6BACA,WACA,WACA,iBACA,mBACA,aACA,mBACA,gEACE,yBACA,kBAGF,wDACE,gBACA,cAEF,+DACE,wBAGF,uDACE,WAEA,qBACA,WACA,eAEA,6DAEE,WAGF,6DACE,wBACA,gBAGF,4DACE,qBACA,eACA,iBAGF,kEACE,sBACA,iBAUJ,iHACE,eACA,gCACA,oBAGF,iHACE,eAKF,2DACE,iBAMN,4CACE,aACA,WACA,UAEA,uDACE,WACA,aAEA,qFACE,cAEA,2FACE,cAIJ,wEACE,wCACA,aAEA,0EACE,WACA,0BAIN,8DACE,cAIA,qGACE,aACA,sBACA,kHACE,UACA,eACA,wHACE,cACA,eACA,mBACA,cAEF,yHACE,WACA,eAKJ,sHACE,mBAGJ,kGACE,gBAEF,qGACE,gBAGA,wNACE,qBACA,4CAGJ,6FACE,gBACA,mGACE,yBACA,gBACA,iBACA,YAEF,wGACE,yBACA,cACA,kBACA,qBACA,kBACA,kBAEF,+FACE,gBAIJ,4FACE,UACA,kGACE,OAKN,0DACE,gBACA,aACA,sBACA,WAEF,wDACE,kBAGF,iEACE,WACA,WACA,iBACA,YACA,eACA,gBAGF,4DACE,UACA,aACA,sBACA,WACA,oFACE,gBACA,qGACA,aACA,mBACE,uGACE,SAOR,gEACE,UACA,qBACA,mBAEA,sEACE,UAGF,4EACE,yBAEA,8FACE,YACA,WACA,cAIJ,8EACE,aAEA,0FACE,gCACA,gBACA,mBAGF,mFACE,cACA,cACA,gBAMN,0EAEE,WACA,WACA,mBAEA,uFACE,WACA,kBACA,eAIF,2FACE,cAGF,+FACE,yBACA,WACA,UACA,eACA,aACA,mBACA,qBACA,aACA,mBACA,uBACA,kBAGF,6EACE,eACA,gBAGF,yJACE,WACA,WAGF,8FACE,gBACA,gBACA,YACA,yBACA,aACA,iBACA,gGACE,SAKF,mXACE,cASA,sRACE,UAIJ,mHACE,UAIJ,8FACE,WACA,eAGF,iGACE,eACA,mBACA,cAGF,mIACE,iBAGF,2LACE,WACA,WACA,WACA,aAGF,sFACE,UACA,gBACA,mBACA,kBACA,WACA,aACA,sBACA,mBACA,WAEF,8FACE,mBACA,mBACA,UACA,oGACE,eACA,kBAIF,wGACE,SAGJ,mHACE,gBACA,qHACE,aAGF,qHACE,cACA,oBACA,eACA,qBACA,oBACA,2HACE,gBACA,aAKN,mGACE,aACA,sBACA,WACA,0HACE,kBACA,WACA,mBAEF,uHACE,cACA,0BACA,YACA,iBACA,WACA,mBACA,aACA,WAEF,qHACE,0BACA,sBACA,eACA,gBACA,cACA,kBACA,kBACA,YACA,WACA,WACA,mBACA,2HACE,mBAEF,2HACE,uBAKN,mGACE,WACA,WACA,WACA,gBACA,aAIJ,yDACE,WACA,WACA,gBAEA,6EACE,kBAEA,8FACE,eAIJ,wEACE,kBACA,WACA,iBACA,mBACA,YACA,SACA,iBAMF,2EACE,WACA,WAGF,wEACE,YACA,0BACA,0BAGF,2EACE,mBACA,0BACA,YACA,0BAIA,gGACE,YAGF,sGACE,YACA,0BAGF,8HACE,iBAMN,0DACE,aACA,UAEF,2DACE,gBACA,aACA,eAEA,4EACE,aACA,kBACA,mBACA,aACA,aACA,UACA,sBACA,qBACA,uBACA,mBAEA,wFACE,eAGF,wFACE,gBACA,aACA,uBACA,qBACA,4FACE,8BACA,2BACA,0BACA,yBACA,sBACA,mBAIJ,0FACE,gCACA,qBACA,mBACA,WACA,WACA,sGACE,cACA,iBACA,kBACA,eACA,gBACA,cAGJ,kFACE,gBACA,cAEF,mFACE,WACA,mBAEF,qGACE,aACA,mBACA,8BACA,gBAEF,4FACE,eACA,gBACA,oBAGF,4FACE,kBACA,WACA,YAEA,kGACE,gBAIJ,0ZACE,iBACA,WACA,YAEA,8aACE,WACA,cACA,cAQN,iFACE,mBACA,aAGF,4FACE,iBAKA,+EACE,gCACA,qBACA,WACA,WACA,mBAGF,iFACE,WACA,WAEA,kLACE,WAKN,4EAEE,WACA,gBACA,WAEA,kFACE,WAKA,yHAEE,WACA,gBAQN,+EACE,gBAGA,kFACE,gCACA,oBACA,kBAGF,iFACE,eAGF,0FACE,iBACA,oBACA,gBACA,8BAIA,6GACE,eACA,iBAGF,8GACE,eAEA,gHACE,WASV,yDACE,mBAGF,2DACE,aACA,WAIF,0FACE,YAGF,kEACE,WACA,WAEA,qEACE,mBAGF,0FACE,WACA,iBACA,YACA,mBAIF,oHACE,aAGF,iFACE,WAEA,4FACE,WACA,YAIJ,0FACE,YACA,gBAEA,6GACE,kBACA,eACA,WACA,eACA,MACA,QACA,gBAEA,wHACE,eAMR,6DACE,4BACA,YACA,gBACA,WACA,0BACA,mBACA,mBAEA,iEACE,YACA,kBACA,WACA,eAGF,uIACE,mBACA,WAIJ,iEACE,aACA,mBACA,YACA,yBAON,2BACE,kBACA,aAEA,sCACE,kBACA,SACA,SACA,UAGF,oDACE,UACA,kBACA,aACA,WACA,WAGF,+CACE,YACA,aACA,SACA,WACA,WACA,UACA,aACA,sBAGF,uCACE,qCAKF,qDACE,aAGF,sDACE,qCAGE,4EACE,eAQV,iBACE,oBACA,sBACA,SACA,SACA,yBAEA,wBACE,yBACA,kBACA,eAIJ,kBACE,kBAQF,4BACE,WAGF,UACE,oBACA,eAGF,mDACE,aAGF,8CACE,SAIA,4CACE,UAKF,sCACE,WACA,cACA,cACA,kBACA,cAEA,wCACE,eACA,gBACA,6BACA,oBAGF,gEACE,cACA,eAGF,2CACE,eACA,4BACA,YACA,0BAEA,+CACE,YACA,iBAON,2CACE,kBACA,YACA,WACA,mBACA,eACA,gBACA,kBAGF,6DACE,mBAMF,wCACE,aACA,gBACA,iBACA,gBACA,kBAEA,0CACE,YACA,gBACA,iBAGF,2CACE,cAKN,yBACE","file":"esf-insta-admin-style.css"}
|
instagram/admin/assets/js/esf-insta-admin-script.js
CHANGED
@@ -327,9 +327,9 @@ jQuery(document).ready(function($) {
|
|
327 |
mif_wrap_class + '' + mif_caption_words + '' + mif_cache_unit + '' +
|
328 |
mif_cache_duration + esf_insta_load_more + esf_insta_link_new_tab + esf_insta_show_stories +']';
|
329 |
|
330 |
-
jQuery('.mif_generated_shortcode
|
331 |
|
332 |
-
jQuery('.mif_generated_shortcode
|
333 |
|
334 |
jQuery('.mif_generated_shortcode .mif_shortcode_generated_final').
|
335 |
attr('data-clipboard-text', shortcode_html);
|
327 |
mif_wrap_class + '' + mif_caption_words + '' + mif_cache_unit + '' +
|
328 |
mif_cache_duration + esf_insta_load_more + esf_insta_link_new_tab + esf_insta_show_stories +']';
|
329 |
|
330 |
+
jQuery('.mif_generated_shortcode .mif-shortcode-block-holder').html(' ');
|
331 |
|
332 |
+
jQuery('.mif_generated_shortcode .mif-shortcode-block-holder').append(shortcode_html);
|
333 |
|
334 |
jQuery('.mif_generated_shortcode .mif_shortcode_generated_final').
|
335 |
attr('data-clipboard-text', shortcode_html);
|
instagram/admin/assets/scss/esf-insta-admin-style.scss
CHANGED
@@ -515,14 +515,17 @@
|
|
515 |
}
|
516 |
|
517 |
.mif-shortcode-block {
|
518 |
-
float: left;
|
519 |
background-color: #d23167;
|
520 |
color: #fff;
|
521 |
-
padding:
|
522 |
font-size: 12px;
|
523 |
margin-top: 0;
|
524 |
margin-bottom: 20px;
|
525 |
border-color: #b71e51;
|
|
|
|
|
|
|
|
|
526 |
}
|
527 |
|
528 |
h5 {
|
@@ -536,13 +539,12 @@
|
|
536 |
}
|
537 |
|
538 |
.mif_copy_shortcode {
|
539 |
-
float: left;
|
540 |
border-radius: 0;
|
541 |
box-shadow: none;
|
542 |
height: auto;
|
543 |
background-color: #b71e51;
|
544 |
-
padding:
|
545 |
-
margin-
|
546 |
i {
|
547 |
margin: 0;
|
548 |
}
|
515 |
}
|
516 |
|
517 |
.mif-shortcode-block {
|
|
|
518 |
background-color: #d23167;
|
519 |
color: #fff;
|
520 |
+
padding: 0;
|
521 |
font-size: 12px;
|
522 |
margin-top: 0;
|
523 |
margin-bottom: 20px;
|
524 |
border-color: #b71e51;
|
525 |
+
display: flex;
|
526 |
+
align-items: center;
|
527 |
+
justify-content: center;
|
528 |
+
padding-left: 10px;
|
529 |
}
|
530 |
|
531 |
h5 {
|
539 |
}
|
540 |
|
541 |
.mif_copy_shortcode {
|
|
|
542 |
border-radius: 0;
|
543 |
box-shadow: none;
|
544 |
height: auto;
|
545 |
background-color: #b71e51;
|
546 |
+
padding: 10px;
|
547 |
+
margin-left: 10px;
|
548 |
i {
|
549 |
margin: 0;
|
550 |
}
|
instagram/admin/class-easy-facebook-likebox-instagram-admin.php
CHANGED
@@ -126,21 +126,24 @@ if ( !class_exists( 'ESF_Instagram_Admin' ) ) {
|
|
126 |
$transient_id = sanitize_text_field( $_POST['transient_id'] );
|
127 |
$replaced_value = str_replace( '_transient_', '', $transient_id );
|
128 |
if ( wp_verify_nonce( $_POST['mif_nonce'], 'mif-ajax-nonce' ) ) {
|
|
|
129 |
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) {
|
130 |
$mif_deleted_trans = delete_transient( $replaced_value );
|
|
|
|
|
|
|
|
|
131 |
}
|
|
|
132 |
}
|
133 |
|
134 |
if ( isset( $mif_deleted_trans ) ) {
|
135 |
$returned_arr = [ __( 'Cache is successfully deleted.', 'easy-facebook-likebox' ), $transient_id ];
|
136 |
-
|
137 |
-
wp_die();
|
138 |
} else {
|
139 |
-
|
140 |
-
wp_die();
|
141 |
}
|
142 |
-
|
143 |
-
exit;
|
144 |
}
|
145 |
|
146 |
/**
|
@@ -157,6 +160,10 @@ if ( !class_exists( 'ESF_Instagram_Admin' ) ) {
|
|
157 |
if ( $cache ) {
|
158 |
foreach ( $cache as $id => $single ) {
|
159 |
$transient_name = str_replace( '_transient_', '', $id );
|
|
|
|
|
|
|
|
|
160 |
$mif_deleted_trans = delete_transient( $transient_name );
|
161 |
}
|
162 |
}
|
126 |
$transient_id = sanitize_text_field( $_POST['transient_id'] );
|
127 |
$replaced_value = str_replace( '_transient_', '', $transient_id );
|
128 |
if ( wp_verify_nonce( $_POST['mif_nonce'], 'mif-ajax-nonce' ) ) {
|
129 |
+
|
130 |
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) {
|
131 |
$mif_deleted_trans = delete_transient( $replaced_value );
|
132 |
+
$str = explode( "-", $replaced_value );
|
133 |
+
if ( isset( $str[1] ) ) {
|
134 |
+
delete_transient( "esf_insta_logo_" . $str[1] );
|
135 |
+
}
|
136 |
}
|
137 |
+
|
138 |
}
|
139 |
|
140 |
if ( isset( $mif_deleted_trans ) ) {
|
141 |
$returned_arr = [ __( 'Cache is successfully deleted.', 'easy-facebook-likebox' ), $transient_id ];
|
142 |
+
wp_send_json_success( $returned_arr );
|
|
|
143 |
} else {
|
144 |
+
wp_send_json_error( __( 'Something Went Wrong! Please try again.', 'easy-facebook-likebox' ) );
|
|
|
145 |
}
|
146 |
+
|
|
|
147 |
}
|
148 |
|
149 |
/**
|
160 |
if ( $cache ) {
|
161 |
foreach ( $cache as $id => $single ) {
|
162 |
$transient_name = str_replace( '_transient_', '', $id );
|
163 |
+
$str = explode( "-", $id );
|
164 |
+
if ( isset( $str[1] ) ) {
|
165 |
+
delete_transient( "esf_insta_logo_" . $str[1] );
|
166 |
+
}
|
167 |
$mif_deleted_trans = delete_transient( $transient_name );
|
168 |
}
|
169 |
}
|
instagram/admin/views/html-autenticate-tab.php
CHANGED
@@ -181,14 +181,19 @@ if ( ( isset( $_GET['access_token'] ) && ! empty( $_GET['access_token'] ) ) || (
|
|
181 |
|
182 |
|
183 |
if ( isset( $fta_insta_connected_account->ig_id ) && ! empty( $fta_insta_connected_account->ig_id ) ) {
|
184 |
-
|
|
|
|
|
|
|
|
|
|
|
185 |
?>
|
186 |
|
187 |
<li class="collection-item avatar fta_insta_connected_account li-<?php esc_attr_e( $fta_insta_connected_account->ig_id ); ?>">
|
188 |
|
189 |
<a href="https://www.instagram.com/<?php esc_attr_e( $fta_insta_connected_account->username ); ?>"
|
190 |
target="_blank">
|
191 |
-
<img src="<?php echo esc_url( $
|
192 |
alt="" class="circle">
|
193 |
</a>
|
194 |
<div class="esf-bio-wrap">
|
181 |
|
182 |
|
183 |
if ( isset( $fta_insta_connected_account->ig_id ) && ! empty( $fta_insta_connected_account->ig_id ) ) {
|
184 |
+
$insta_id = $fta_insta_connected_account->id;
|
185 |
+
$page_id = $efbl_page['id'];
|
186 |
+
$profile_pic_url = esf_insta_get_logo( $insta_id, $page_id );
|
187 |
+
if( !$profile_pic_url ){
|
188 |
+
$profile_pic_url = $fta_insta_connected_account->profile_picture_url;
|
189 |
+
}
|
190 |
?>
|
191 |
|
192 |
<li class="collection-item avatar fta_insta_connected_account li-<?php esc_attr_e( $fta_insta_connected_account->ig_id ); ?>">
|
193 |
|
194 |
<a href="https://www.instagram.com/<?php esc_attr_e( $fta_insta_connected_account->username ); ?>"
|
195 |
target="_blank">
|
196 |
+
<img src="<?php echo esc_url( $profile_pic_url ); ?>"
|
197 |
alt="" class="circle">
|
198 |
</a>
|
199 |
<div class="esf-bio-wrap">
|
instagram/admin/views/html-how-to-use-tab.php
CHANGED
@@ -37,7 +37,7 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) && !empty($
|
|
37 |
<p><?php
|
38 |
esc_html_e( "Copy and paste the following shortcode in any page, post or text widget to display the feed.", 'easy-facebook-likebox' );
|
39 |
?></p>
|
40 |
-
<blockquote class="mif-shortcode-block">[my-instagram-feed
|
41 |
user_id="<?php
|
42 |
echo esf_insta_default_id() ;
|
43 |
?>"
|
@@ -45,20 +45,21 @@ if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) && !empty($
|
|
45 |
esc_attr_e( $fta_settings['plugins']['instagram']['default_skin_id'] );
|
46 |
?>"
|
47 |
links_new_tab="1"
|
48 |
-
]
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
data-tooltip="<?php
|
53 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
54 |
?>"
|
55 |
-
|
56 |
echo esf_insta_default_id() ;
|
57 |
?>" skin_id="<?php
|
58 |
esc_attr_e( $fta_settings['plugins']['instagram']['default_skin_id'] );
|
59 |
?>" links_new_tab="1"]'
|
60 |
-
|
61 |
-
|
|
|
|
|
62 |
|
63 |
<?php
|
64 |
} else {
|
@@ -457,14 +458,15 @@ esc_html_e( "Generate", 'easy-facebook-likebox' );
|
|
457 |
</div>
|
458 |
</form>
|
459 |
<div class="mif_generated_shortcode">
|
460 |
-
<blockquote class="mif-shortcode-block"></
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
465 |
?>"
|
466 |
-
|
467 |
-
|
|
|
468 |
</div>
|
469 |
</div>
|
470 |
|
37 |
<p><?php
|
38 |
esc_html_e( "Copy and paste the following shortcode in any page, post or text widget to display the feed.", 'easy-facebook-likebox' );
|
39 |
?></p>
|
40 |
+
<blockquote class="mif-shortcode-block"><div class="mif-shortcode-block-holder"> [my-instagram-feed
|
41 |
user_id="<?php
|
42 |
echo esf_insta_default_id() ;
|
43 |
?>"
|
45 |
esc_attr_e( $fta_settings['plugins']['instagram']['default_skin_id'] );
|
46 |
?>"
|
47 |
links_new_tab="1"
|
48 |
+
]</div>
|
49 |
+
<a class="btn waves-effect mif_copy_shortcode waves-light tooltipped"
|
50 |
+
data-position="right" data-delay="50"
|
51 |
+
data-tooltip="<?php
|
|
|
52 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
53 |
?>"
|
54 |
+
data-clipboard-text='[my-instagram-feed user_id="<?php
|
55 |
echo esf_insta_default_id() ;
|
56 |
?>" skin_id="<?php
|
57 |
esc_attr_e( $fta_settings['plugins']['instagram']['default_skin_id'] );
|
58 |
?>" links_new_tab="1"]'
|
59 |
+
href="javascript:void(0);"> <span class="dashicons dashicons-admin-page right"></span>
|
60 |
+
</a>
|
61 |
+
</blockquote>
|
62 |
+
|
63 |
|
64 |
<?php
|
65 |
} else {
|
458 |
</div>
|
459 |
</form>
|
460 |
<div class="mif_generated_shortcode">
|
461 |
+
<blockquote class="mif-shortcode-block"><div class="mif-shortcode-block-holder"></div>
|
462 |
+
<a class="btn waves-effect mif_copy_shortcode mif_shortcode_generated_final waves-light tooltipped"
|
463 |
+
data-position="right" data-delay="50"
|
464 |
+
data-tooltip="<?php
|
465 |
esc_html_e( "Copy", 'easy-facebook-likebox' );
|
466 |
?>"
|
467 |
+
href="javascript:void(0);"><span class="dashicons dashicons-admin-page right"></span>
|
468 |
+
</a>
|
469 |
+
</blockquote>
|
470 |
</div>
|
471 |
</div>
|
472 |
|
instagram/frontend/assets/css/esf-insta-frontend.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.esf-insta-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.esf-insta-container{max-width:540px}}@media(min-width: 768px){.esf-insta-container{max-width:720px}}@media(min-width: 992px){.esf-insta-container{max-width:960px}}@media(min-width: 1200px){.esf-insta-container{max-width:1140px}}.esf-insta-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.esf-insta-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.esf-insta-no-gutters{margin-right:0;margin-left:0}.esf-insta-no-gutters>.esf-insta-col,.esf-insta-no-gutters>[class*=esf-insta-col-]{padding-right:0;padding-left:0}.esf-insta-col-xl,.esf-insta-col-xl-auto,.esf-insta-col-xl-12,.esf-insta-col-xl-11,.esf-insta-col-xl-10,.esf-insta-col-xl-9,.esf-insta-col-xl-8,.esf-insta-col-xl-7,.esf-insta-col-xl-6,.esf-insta-col-xl-5,.esf-insta-col-xl-4,.esf-insta-col-xl-3,.esf-insta-col-xl-2,.esf-insta-col-xl-1,.esf-insta-col-lg,.esf-insta-col-lg-auto,.esf-insta-col-lg-12,.esf-insta-col-lg-11,.esf-insta-col-lg-10,.esf-insta-col-lg-9,.esf-insta-col-lg-8,.esf-insta-col-lg-7,.esf-insta-col-lg-6,.esf-insta-col-lg-5,.esf-insta-col-lg-4,.esf-insta-col-lg-3,.esf-insta-col-lg-2,.esf-insta-col-lg-1,.esf-insta-col-md,.esf-insta-col-md-auto,.esf-insta-col-md-12,.esf-insta-col-md-11,.esf-insta-col-md-10,.esf-insta-col-md-9,.esf-insta-col-md-8,.esf-insta-col-md-7,.esf-insta-col-md-6,.esf-insta-col-md-5,.esf-insta-col-md-4,.esf-insta-col-md-3,.esf-insta-col-md-2,.esf-insta-col-md-1,.esf-insta-col-sm,.esf-insta-col-sm-auto,.esf-insta-col-sm-12,.esf-insta-col-sm-11,.esf-insta-col-sm-10,.esf-insta-col-sm-9,.esf-insta-col-sm-8,.esf-insta-col-sm-7,.esf-insta-col-sm-6,.esf-insta-col-sm-5,.esf-insta-col-sm-4,.esf-insta-col-sm-3,.esf-insta-col-sm-2,.esf-insta-col-sm-1,.esf-insta-col,.esf-insta-col-auto,.esf-insta-col-12,.esf-insta-col-11,.esf-insta-col-10,.esf-insta-col-9,.esf-insta-col-8,.esf-insta-col-7,.esf-insta-col-6,.esf-insta-col-5,.esf-insta-col-4,.esf-insta-col-3,.esf-insta-col-2,.esf-insta-col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.esf-insta-col{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-3{flex:0 0 25%;max-width:25%}.esf-insta-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-6{flex:0 0 50%;max-width:50%}.esf-insta-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-9{flex:0 0 75%;max-width:75%}.esf-insta-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-12{flex:0 0 100%;max-width:100%}.esf-insta-order-first{order:-1}.esf-insta-order-last{order:13}.esf-insta-order-0{order:0}.esf-insta-order-1{order:1}.esf-insta-order-2{order:2}.esf-insta-order-3{order:3}.esf-insta-order-4{order:4}.esf-insta-order-5{order:5}.esf-insta-order-6{order:6}.esf-insta-order-7{order:7}.esf-insta-order-8{order:8}.esf-insta-order-9{order:9}.esf-insta-order-10{order:10}.esf-insta-order-11{order:11}.esf-insta-order-12{order:12}.esf-insta-offset-1{margin-left:8.3333333333%}.esf-insta-offset-2{margin-left:16.6666666667%}.esf-insta-offset-3{margin-left:25%}.esf-insta-offset-4{margin-left:33.3333333333%}.esf-insta-offset-5{margin-left:41.6666666667%}.esf-insta-offset-6{margin-left:50%}.esf-insta-offset-7{margin-left:58.3333333333%}.esf-insta-offset-8{margin-left:66.6666666667%}.esf-insta-offset-9{margin-left:75%}.esf-insta-offset-10{margin-left:83.3333333333%}.esf-insta-offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.esf-insta-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-sm-3{flex:0 0 25%;max-width:25%}.esf-insta-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-sm-6{flex:0 0 50%;max-width:50%}.esf-insta-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-sm-9{flex:0 0 75%;max-width:75%}.esf-insta-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-sm-12{flex:0 0 100%;max-width:100%}.esf-insta-order-sm-first{order:-1}.esf-insta-order-sm-last{order:13}.esf-insta-order-sm-0{order:0}.esf-insta-order-sm-1{order:1}.esf-insta-order-sm-2{order:2}.esf-insta-order-sm-3{order:3}.esf-insta-order-sm-4{order:4}.esf-insta-order-sm-5{order:5}.esf-insta-order-sm-6{order:6}.esf-insta-order-sm-7{order:7}.esf-insta-order-sm-8{order:8}.esf-insta-order-sm-9{order:9}.esf-insta-order-sm-10{order:10}.esf-insta-order-sm-11{order:11}.esf-insta-order-sm-12{order:12}.esf-insta-offset-sm-0{margin-left:0}.esf-insta-offset-sm-1{margin-left:8.3333333333%}.esf-insta-offset-sm-2{margin-left:16.6666666667%}.esf-insta-offset-sm-3{margin-left:25%}.esf-insta-offset-sm-4{margin-left:33.3333333333%}.esf-insta-offset-sm-5{margin-left:41.6666666667%}.esf-insta-offset-sm-6{margin-left:50%}.esf-insta-offset-sm-7{margin-left:58.3333333333%}.esf-insta-offset-sm-8{margin-left:66.6666666667%}.esf-insta-offset-sm-9{margin-left:75%}.esf-insta-offset-sm-10{margin-left:83.3333333333%}.esf-insta-offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.esf-insta-col-md{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-md-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-md-3{flex:0 0 25%;max-width:25%}.esf-insta-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-md-6{flex:0 0 50%;max-width:50%}.esf-insta-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-md-9{flex:0 0 75%;max-width:75%}.esf-insta-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-md-12{flex:0 0 100%;max-width:100%}.esf-insta-order-md-first{order:-1}.esf-insta-order-md-last{order:13}.esf-insta-order-md-0{order:0}.esf-insta-order-md-1{order:1}.esf-insta-order-md-2{order:2}.esf-insta-order-md-3{order:3}.esf-insta-order-md-4{order:4}.esf-insta-order-md-5{order:5}.esf-insta-order-md-6{order:6}.esf-insta-order-md-7{order:7}.esf-insta-order-md-8{order:8}.esf-insta-order-md-9{order:9}.esf-insta-order-md-10{order:10}.esf-insta-order-md-11{order:11}.esf-insta-order-md-12{order:12}.esf-insta-offset-md-0{margin-left:0}.esf-insta-offset-md-1{margin-left:8.3333333333%}.esf-insta-offset-md-2{margin-left:16.6666666667%}.esf-insta-offset-md-3{margin-left:25%}.esf-insta-offset-md-4{margin-left:33.3333333333%}.esf-insta-offset-md-5{margin-left:41.6666666667%}.esf-insta-offset-md-6{margin-left:50%}.esf-insta-offset-md-7{margin-left:58.3333333333%}.esf-insta-offset-md-8{margin-left:66.6666666667%}.esf-insta-offset-md-9{margin-left:75%}.esf-insta-offset-md-10{margin-left:83.3333333333%}.esf-insta-offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.esf-insta-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-lg-3{flex:0 0 25%;max-width:25%}.esf-insta-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-lg-6{flex:0 0 50%;max-width:50%}.esf-insta-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-lg-9{flex:0 0 75%;max-width:75%}.esf-insta-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-lg-12{flex:0 0 100%;max-width:100%}.esf-insta-order-lg-first{order:-1}.esf-insta-order-lg-last{order:13}.esf-insta-order-lg-0{order:0}.esf-insta-order-lg-1{order:1}.esf-insta-order-lg-2{order:2}.esf-insta-order-lg-3{order:3}.esf-insta-order-lg-4{order:4}.esf-insta-order-lg-5{order:5}.esf-insta-order-lg-6{order:6}.esf-insta-order-lg-7{order:7}.esf-insta-order-lg-8{order:8}.esf-insta-order-lg-9{order:9}.esf-insta-order-lg-10{order:10}.esf-insta-order-lg-11{order:11}.esf-insta-order-lg-12{order:12}.esf-insta-offset-lg-0{margin-left:0}.esf-insta-offset-lg-1{margin-left:8.3333333333%}.esf-insta-offset-lg-2{margin-left:16.6666666667%}.esf-insta-offset-lg-3{margin-left:25%}.esf-insta-offset-lg-4{margin-left:33.3333333333%}.esf-insta-offset-lg-5{margin-left:41.6666666667%}.esf-insta-offset-lg-6{margin-left:50%}.esf-insta-offset-lg-7{margin-left:58.3333333333%}.esf-insta-offset-lg-8{margin-left:66.6666666667%}.esf-insta-offset-lg-9{margin-left:75%}.esf-insta-offset-lg-10{margin-left:83.3333333333%}.esf-insta-offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.esf-insta-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-xl-3{flex:0 0 25%;max-width:25%}.esf-insta-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-xl-6{flex:0 0 50%;max-width:50%}.esf-insta-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-xl-9{flex:0 0 75%;max-width:75%}.esf-insta-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-xl-12{flex:0 0 100%;max-width:100%}.esf-insta-order-xl-first{order:-1}.esf-insta-order-xl-last{order:13}.esf-insta-order-xl-0{order:0}.esf-insta-order-xl-1{order:1}.esf-insta-order-xl-2{order:2}.esf-insta-order-xl-3{order:3}.esf-insta-order-xl-4{order:4}.esf-insta-order-xl-5{order:5}.esf-insta-order-xl-6{order:6}.esf-insta-order-xl-7{order:7}.esf-insta-order-xl-8{order:8}.esf-insta-order-xl-9{order:9}.esf-insta-order-xl-10{order:10}.esf-insta-order-xl-11{order:11}.esf-insta-order-xl-12{order:12}.esf-insta-offset-xl-0{margin-left:0}.esf-insta-offset-xl-1{margin-left:8.3333333333%}.esf-insta-offset-xl-2{margin-left:16.6666666667%}.esf-insta-offset-xl-3{margin-left:25%}.esf-insta-offset-xl-4{margin-left:33.3333333333%}.esf-insta-offset-xl-5{margin-left:41.6666666667%}.esf-insta-offset-xl-6{margin-left:50%}.esf-insta-offset-xl-7{margin-left:58.3333333333%}.esf-insta-offset-xl-8{margin-left:66.6666666667%}.esf-insta-offset-xl-9{margin-left:75%}.esf-insta-offset-xl-10{margin-left:83.3333333333%}.esf-insta-offset-xl-11{margin-left:91.6666666667%}}.esf-insta-align-baseline{vertical-align:baseline !important}.esf-insta-align-top{vertical-align:top !important}.esf-insta-align-middle{vertical-align:middle !important}.esf-insta-align-bottom{vertical-align:bottom !important}.esf-insta-align-text-bottom{vertical-align:text-bottom !important}.esf-insta-align-text-top{vertical-align:text-top !important}.esf-insta-clearfix::after{display:block;clear:both;content:""}.esf-insta-d-none{display:none !important}.esf-insta-d-inline{display:inline !important}.esf-insta-d-inline-block{display:inline-block !important}.esf-insta-d-block{display:block !important}.esf-insta-d-table{display:table !important}.esf-insta-d-table-row{display:table-row !important}.esf-insta-d-table-cell{display:table-cell !important}.esf-insta-d-flex,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons,.esf_insta_feeds_carousel .owl-nav button,.esf_insta_feeds_carousel .owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap{display:flex !important}.esf-insta-d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.esf-insta-d-sm-none{display:none !important}.esf-insta-d-sm-inline{display:inline !important}.esf-insta-d-sm-inline-block{display:inline-block !important}.esf-insta-d-sm-block{display:block !important}.esf-insta-d-sm-table{display:table !important}.esf-insta-d-sm-table-row{display:table-row !important}.esf-insta-d-sm-table-cell{display:table-cell !important}.esf-insta-d-sm-flex{display:flex !important}.esf-insta-d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.esf-insta-d-md-none{display:none !important}.esf-insta-d-md-inline{display:inline !important}.esf-insta-d-md-inline-block{display:inline-block !important}.esf-insta-d-md-block{display:block !important}.esf-insta-d-md-table{display:table !important}.esf-insta-d-md-table-row{display:table-row !important}.esf-insta-d-md-table-cell{display:table-cell !important}.esf-insta-d-md-flex{display:flex !important}.esf-insta-d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.esf-insta-d-lg-none{display:none !important}.esf-insta-d-lg-inline{display:inline !important}.esf-insta-d-lg-inline-block{display:inline-block !important}.esf-insta-d-lg-block{display:block !important}.esf-insta-d-lg-table{display:table !important}.esf-insta-d-lg-table-row{display:table-row !important}.esf-insta-d-lg-table-cell{display:table-cell !important}.esf-insta-d-lg-flex{display:flex !important}.esf-insta-d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.esf-insta-d-xl-none{display:none !important}.esf-insta-d-xl-inline{display:inline !important}.esf-insta-d-xl-inline-block{display:inline-block !important}.esf-insta-d-xl-block{display:block !important}.esf-insta-d-xl-table{display:table !important}.esf-insta-d-xl-table-row{display:table-row !important}.esf-insta-d-xl-table-cell{display:table-cell !important}.esf-insta-d-xl-flex{display:flex !important}.esf-insta-d-xl-inline-flex{display:inline-flex !important}}.esf-insta-flex-row{flex-direction:row !important}.esf-insta-flex-column,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-d-flex,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_popup_like,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>li,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-grid-wrapper .esf-insta-post-footer>button,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_cat,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_followers,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-d-flex,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .brick .esf-insta-post-footer>span,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-caption,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_popup_like,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .brick .esf-insta-post-footer>li,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .brick .esf-insta-post-footer>button,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer>.owl-nav,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_header_meta,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_cat,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_followers,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i{flex-direction:column !important}.esf-insta-flex-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-wrap,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta{flex-wrap:wrap !important}.esf-insta-flex-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-start{justify-content:flex-start !important}.esf-insta-justify-content-end{justify-content:flex-end !important}.esf-insta-justify-content-center,.esf_insta_feeds_carousel .owl-nav{justify-content:center !important}.esf-insta-justify-content-between{justify-content:space-between !important}.esf-insta-justify-content-around{justify-content:space-around !important}.esf-insta-align-items-start{align-items:flex-start !important}.esf-insta-align-items-end{align-items:flex-end !important}.esf-insta-align-items-center,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li,.esf_insta_feeds_carousel .owl-nav button,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta{align-items:center !important}.esf-insta-align-items-baseline{align-items:baseline !important}.esf-insta-align-items-stretch{align-items:stretch !important}.esf-insta-align-content-start{align-content:flex-start !important}.esf-insta-align-content-end{align-content:flex-end !important}.esf-insta-align-content-center{align-content:center !important}.esf-insta-align-content-between{align-content:space-between !important}.esf-insta-align-content-around{align-content:space-around !important}.esf-insta-align-content-stretch{align-content:stretch !important}.esf-insta-align-self-auto{align-self:auto !important}.esf-insta-align-self-start{align-self:flex-start !important}.esf-insta-align-self-end{align-self:flex-end !important}.esf-insta-align-self-center{align-self:center !important}.esf-insta-align-self-baseline{align-self:baseline !important}.esf-insta-align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.esf-insta-flex-sm-row{flex-direction:row !important}.esf-insta-flex-sm-column{flex-direction:column !important}.esf-insta-flex-sm-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-sm-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-sm-wrap{flex-wrap:wrap !important}.esf-insta-flex-sm-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-sm-start{justify-content:flex-start !important}.esf-insta-justify-content-sm-end{justify-content:flex-end !important}.esf-insta-justify-content-sm-center{justify-content:center !important}.esf-insta-justify-content-sm-between{justify-content:space-between !important}.esf-insta-justify-content-sm-around{justify-content:space-around !important}.esf-insta-align-items-sm-start{align-items:flex-start !important}.esf-insta-align-items-sm-end{align-items:flex-end !important}.esf-insta-align-items-sm-center{align-items:center !important}.esf-insta-align-items-sm-baseline{align-items:baseline !important}.esf-insta-align-items-sm-stretch{align-items:stretch !important}.esf-insta-align-content-sm-start{align-content:flex-start !important}.esf-insta-align-content-sm-end{align-content:flex-end !important}.esf-insta-align-content-sm-center{align-content:center !important}.esf-insta-align-content-sm-between{align-content:space-between !important}.esf-insta-align-content-sm-around{align-content:space-around !important}.esf-insta-align-content-sm-stretch{align-content:stretch !important}.esf-insta-align-self-sm-auto{align-self:auto !important}.esf-insta-align-self-sm-start{align-self:flex-start !important}.esf-insta-align-self-sm-end{align-self:flex-end !important}.esf-insta-align-self-sm-center{align-self:center !important}.esf-insta-align-self-sm-baseline{align-self:baseline !important}.esf-insta-align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.esf-insta-flex-md-row{flex-direction:row !important}.esf-insta-flex-md-column{flex-direction:column !important}.esf-insta-flex-md-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-md-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-md-wrap{flex-wrap:wrap !important}.esf-insta-flex-md-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-md-start{justify-content:flex-start !important}.esf-insta-justify-content-md-end{justify-content:flex-end !important}.esf-insta-justify-content-md-center{justify-content:center !important}.esf-insta-justify-content-md-between{justify-content:space-between !important}.esf-insta-justify-content-md-around{justify-content:space-around !important}.esf-insta-align-items-md-start{align-items:flex-start !important}.esf-insta-align-items-md-end{align-items:flex-end !important}.esf-insta-align-items-md-center{align-items:center !important}.esf-insta-align-items-md-baseline{align-items:baseline !important}.esf-insta-align-items-md-stretch{align-items:stretch !important}.esf-insta-align-content-md-start{align-content:flex-start !important}.esf-insta-align-content-md-end{align-content:flex-end !important}.esf-insta-align-content-md-center{align-content:center !important}.esf-insta-align-content-md-between{align-content:space-between !important}.esf-insta-align-content-md-around{align-content:space-around !important}.esf-insta-align-content-md-stretch{align-content:stretch !important}.esf-insta-align-self-md-auto{align-self:auto !important}.esf-insta-align-self-md-start{align-self:flex-start !important}.esf-insta-align-self-md-end{align-self:flex-end !important}.esf-insta-align-self-md-center{align-self:center !important}.esf-insta-align-self-md-baseline{align-self:baseline !important}.esf-insta-align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.esf-insta-flex-lg-row{flex-direction:row !important}.esf-insta-flex-lg-column{flex-direction:column !important}.esf-insta-flex-lg-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-lg-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-lg-wrap{flex-wrap:wrap !important}.esf-insta-flex-lg-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-lg-start{justify-content:flex-start !important}.esf-insta-justify-content-lg-end{justify-content:flex-end !important}.esf-insta-justify-content-lg-center{justify-content:center !important}.esf-insta-justify-content-lg-between{justify-content:space-between !important}.esf-insta-justify-content-lg-around{justify-content:space-around !important}.esf-insta-align-items-lg-start{align-items:flex-start !important}.esf-insta-align-items-lg-end{align-items:flex-end !important}.esf-insta-align-items-lg-center{align-items:center !important}.esf-insta-align-items-lg-baseline{align-items:baseline !important}.esf-insta-align-items-lg-stretch{align-items:stretch !important}.esf-insta-align-content-lg-start{align-content:flex-start !important}.esf-insta-align-content-lg-end{align-content:flex-end !important}.esf-insta-align-content-lg-center{align-content:center !important}.esf-insta-align-content-lg-between{align-content:space-between !important}.esf-insta-align-content-lg-around{align-content:space-around !important}.esf-insta-align-content-lg-stretch{align-content:stretch !important}.esf-insta-align-self-lg-auto{align-self:auto !important}.esf-insta-align-self-lg-start{align-self:flex-start !important}.esf-insta-align-self-lg-end{align-self:flex-end !important}.esf-insta-align-self-lg-center{align-self:center !important}.esf-insta-align-self-lg-baseline{align-self:baseline !important}.esf-insta-align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.esf-insta-flex-xl-row{flex-direction:row !important}.esf-insta-flex-xl-column{flex-direction:column !important}.esf-insta-flex-xl-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-xl-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-xl-wrap{flex-wrap:wrap !important}.esf-insta-flex-xl-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-xl-start{justify-content:flex-start !important}.esf-insta-justify-content-xl-end{justify-content:flex-end !important}.esf-insta-justify-content-xl-center{justify-content:center !important}.esf-insta-justify-content-xl-between{justify-content:space-between !important}.esf-insta-justify-content-xl-around{justify-content:space-around !important}.esf-insta-align-items-xl-start{align-items:flex-start !important}.esf-insta-align-items-xl-end{align-items:flex-end !important}.esf-insta-align-items-xl-center{align-items:center !important}.esf-insta-align-items-xl-baseline{align-items:baseline !important}.esf-insta-align-items-xl-stretch{align-items:stretch !important}.esf-insta-align-content-xl-start{align-content:flex-start !important}.esf-insta-align-content-xl-end{align-content:flex-end !important}.esf-insta-align-content-xl-center{align-content:center !important}.esf-insta-align-content-xl-between{align-content:space-between !important}.esf-insta-align-content-xl-around{align-content:space-around !important}.esf-insta-align-content-xl-stretch{align-content:stretch !important}.esf-insta-align-self-xl-auto{align-self:auto !important}.esf-insta-align-self-xl-start{align-self:flex-start !important}.esf-insta-align-self-xl-end{align-self:flex-end !important}.esf-insta-align-self-xl-center{align-self:center !important}.esf-insta-align-self-xl-baseline{align-self:baseline !important}.esf-insta-align-self-xl-stretch{align-self:stretch !important}}.esf-insta-float-left{float:left !important}.esf-insta-float-right{float:right !important}.esf-insta-float-none{float:none !important}@media(min-width: 576px){.esf-insta-float-sm-left{float:left !important}.esf-insta-float-sm-right{float:right !important}.esf-insta-float-sm-none{float:none !important}}@media(min-width: 768px){.esf-insta-float-md-left{float:left !important}.esf-insta-float-md-right{float:right !important}.esf-insta-float-md-none{float:none !important}}@media(min-width: 992px){.esf-insta-float-lg-left{float:left !important}.esf-insta-float-lg-right{float:right !important}.esf-insta-float-lg-none{float:none !important}}@media(min-width: 1200px){.esf-insta-float-xl-left{float:left !important}.esf-insta-float-xl-right{float:right !important}.esf-insta-float-xl-none{float:none !important}}.esf-insta-position-static{position:static !important}.esf-insta-position-relative{position:relative !important}.esf-insta-position-absolute{position:absolute !important}.esf-insta-position-fixed{position:fixed !important}.esf-insta-position-sticky{position:sticky !important}.esf-insta-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.esf-insta-fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.esf-insta-sticky-top{position:sticky;top:0;z-index:1020}}.esf-insta-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}.esf-insta-sr-only-focusable:active,.esf-insta-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.esf-insta-w-25{width:25% !important}.esf-insta-w-50{width:50% !important}.esf-insta-w-75{width:75% !important}.esf-insta-w-100{width:100% !important}.esf-insta-h-25{height:25% !important}.esf-insta-h-50{height:50% !important}.esf-insta-h-75{height:75% !important}.esf-insta-h-100{height:100% !important}.esf-insta-mw-100{max-width:100% !important}.esf-insta-mh-100{max-height:100% !important}.esf-insta-m-0{margin:0 !important}.esf-insta-mt-0,.esf-insta-my-0{margin-top:0 !important}.esf-insta-mr-0,.esf-insta-mx-0{margin-right:0 !important}.esf-insta-mb-0,.esf-insta-my-0{margin-bottom:0 !important}.esf-insta-ml-0,.esf-insta-mx-0{margin-left:0 !important}.esf-insta-m-1{margin:.25rem !important}.esf-insta-mt-1,.esf-insta-my-1{margin-top:.25rem !important}.esf-insta-mr-1,.esf-insta-mx-1{margin-right:.25rem !important}.esf-insta-mb-1,.esf-insta-my-1{margin-bottom:.25rem !important}.esf-insta-ml-1,.esf-insta-mx-1{margin-left:.25rem !important}.esf-insta-m-2{margin:.5rem !important}.esf-insta-mt-2,.esf-insta-my-2{margin-top:.5rem !important}.esf-insta-mr-2,.esf-insta-mx-2{margin-right:.5rem !important}.esf-insta-mb-2,.esf-insta-my-2{margin-bottom:.5rem !important}.esf-insta-ml-2,.esf-insta-mx-2{margin-left:.5rem !important}.esf-insta-m-3{margin:1rem !important}.esf-insta-mt-3,.esf-insta-my-3{margin-top:1rem !important}.esf-insta-mr-3,.esf-insta-mx-3{margin-right:1rem !important}.esf-insta-mb-3,.esf-insta-my-3{margin-bottom:1rem !important}.esf-insta-ml-3,.esf-insta-mx-3{margin-left:1rem !important}.esf-insta-m-4{margin:1.5rem !important}.esf-insta-mt-4,.esf-insta-my-4{margin-top:1.5rem !important}.esf-insta-mr-4,.esf-insta-mx-4{margin-right:1.5rem !important}.esf-insta-mb-4,.esf-insta-my-4{margin-bottom:1.5rem !important}.esf-insta-ml-4,.esf-insta-mx-4{margin-left:1.5rem !important}.esf-insta-m-5{margin:3rem !important}.esf-insta-mt-5,.esf-insta-my-5{margin-top:3rem !important}.esf-insta-mr-5,.esf-insta-mx-5{margin-right:3rem !important}.esf-insta-mb-5,.esf-insta-my-5{margin-bottom:3rem !important}.esf-insta-ml-5,.esf-insta-mx-5{margin-left:3rem !important}.esf-insta-p-0{padding:0 !important}.esf-insta-pt-0,.esf-insta-py-0{padding-top:0 !important}.esf-insta-pr-0,.esf-insta-px-0{padding-right:0 !important}.esf-insta-pb-0,.esf-insta-py-0{padding-bottom:0 !important}.esf-insta-pl-0,.esf-insta-px-0{padding-left:0 !important}.esf-insta-p-1{padding:.25rem !important}.esf-insta-pt-1,.esf-insta-py-1{padding-top:.25rem !important}.esf-insta-pr-1,.esf-insta-px-1{padding-right:.25rem !important}.esf-insta-pb-1,.esf-insta-py-1{padding-bottom:.25rem !important}.esf-insta-pl-1,.esf-insta-px-1{padding-left:.25rem !important}.esf-insta-p-2{padding:.5rem !important}.esf-insta-pt-2,.esf-insta-py-2{padding-top:.5rem !important}.esf-insta-pr-2,.esf-insta-px-2{padding-right:.5rem !important}.esf-insta-pb-2,.esf-insta-py-2{padding-bottom:.5rem !important}.esf-insta-pl-2,.esf-insta-px-2{padding-left:.5rem !important}.esf-insta-p-3{padding:1rem !important}.esf-insta-pt-3,.esf-insta-py-3{padding-top:1rem !important}.esf-insta-pr-3,.esf-insta-px-3{padding-right:1rem !important}.esf-insta-pb-3,.esf-insta-py-3{padding-bottom:1rem !important}.esf-insta-pl-3,.esf-insta-px-3{padding-left:1rem !important}.esf-insta-p-4{padding:1.5rem !important}.esf-insta-pt-4,.esf-insta-py-4{padding-top:1.5rem !important}.esf-insta-pr-4,.esf-insta-px-4{padding-right:1.5rem !important}.esf-insta-pb-4,.esf-insta-py-4{padding-bottom:1.5rem !important}.esf-insta-pl-4,.esf-insta-px-4{padding-left:1.5rem !important}.esf-insta-p-5{padding:3rem !important}.esf-insta-pt-5,.esf-insta-py-5{padding-top:3rem !important}.esf-insta-pr-5,.esf-insta-px-5{padding-right:3rem !important}.esf-insta-pb-5,.esf-insta-py-5{padding-bottom:3rem !important}.esf-insta-pl-5,.esf-insta-px-5{padding-left:3rem !important}.esf-insta-m-auto{margin:auto !important}.esf-insta-mt-auto,.esf-insta-my-auto{margin-top:auto !important}.esf-insta-mr-auto,.esf-insta-mx-auto{margin-right:auto !important}.esf-insta-mb-auto,.esf-insta-my-auto{margin-bottom:auto !important}.esf-insta-ml-auto,.esf-insta-mx-auto{margin-left:auto !important}@media(min-width: 576px){.esf-insta-m-sm-0{margin:0 !important}.esf-insta-mt-sm-0,.esf-insta-my-sm-0{margin-top:0 !important}.esf-insta-mr-sm-0,.esf-insta-mx-sm-0{margin-right:0 !important}.esf-insta-mb-sm-0,.esf-insta-my-sm-0{margin-bottom:0 !important}.esf-insta-ml-sm-0,.esf-insta-mx-sm-0{margin-left:0 !important}.esf-insta-m-sm-1{margin:.25rem !important}.esf-insta-mt-sm-1,.esf-insta-my-sm-1{margin-top:.25rem !important}.esf-insta-mr-sm-1,.esf-insta-mx-sm-1{margin-right:.25rem !important}.esf-insta-mb-sm-1,.esf-insta-my-sm-1{margin-bottom:.25rem !important}.esf-insta-ml-sm-1,.esf-insta-mx-sm-1{margin-left:.25rem !important}.esf-insta-m-sm-2{margin:.5rem !important}.esf-insta-mt-sm-2,.esf-insta-my-sm-2{margin-top:.5rem !important}.esf-insta-mr-sm-2,.esf-insta-mx-sm-2{margin-right:.5rem !important}.esf-insta-mb-sm-2,.esf-insta-my-sm-2{margin-bottom:.5rem !important}.esf-insta-ml-sm-2,.esf-insta-mx-sm-2{margin-left:.5rem !important}.esf-insta-m-sm-3{margin:1rem !important}.esf-insta-mt-sm-3,.esf-insta-my-sm-3{margin-top:1rem !important}.esf-insta-mr-sm-3,.esf-insta-mx-sm-3{margin-right:1rem !important}.esf-insta-mb-sm-3,.esf-insta-my-sm-3{margin-bottom:1rem !important}.esf-insta-ml-sm-3,.esf-insta-mx-sm-3{margin-left:1rem !important}.esf-insta-m-sm-4{margin:1.5rem !important}.esf-insta-mt-sm-4,.esf-insta-my-sm-4{margin-top:1.5rem !important}.esf-insta-mr-sm-4,.esf-insta-mx-sm-4{margin-right:1.5rem !important}.esf-insta-mb-sm-4,.esf-insta-my-sm-4{margin-bottom:1.5rem !important}.esf-insta-ml-sm-4,.esf-insta-mx-sm-4{margin-left:1.5rem !important}.esf-insta-m-sm-5{margin:3rem !important}.esf-insta-mt-sm-5,.esf-insta-my-sm-5{margin-top:3rem !important}.esf-insta-mr-sm-5,.esf-insta-mx-sm-5{margin-right:3rem !important}.esf-insta-mb-sm-5,.esf-insta-my-sm-5{margin-bottom:3rem !important}.esf-insta-ml-sm-5,.esf-insta-mx-sm-5{margin-left:3rem !important}.esf-insta-p-sm-0{padding:0 !important}.esf-insta-pt-sm-0,.esf-insta-py-sm-0{padding-top:0 !important}.esf-insta-pr-sm-0,.esf-insta-px-sm-0{padding-right:0 !important}.esf-insta-pb-sm-0,.esf-insta-py-sm-0{padding-bottom:0 !important}.esf-insta-pl-sm-0,.esf-insta-px-sm-0{padding-left:0 !important}.esf-insta-p-sm-1{padding:.25rem !important}.esf-insta-pt-sm-1,.esf-insta-py-sm-1{padding-top:.25rem !important}.esf-insta-pr-sm-1,.esf-insta-px-sm-1{padding-right:.25rem !important}.esf-insta-pb-sm-1,.esf-insta-py-sm-1{padding-bottom:.25rem !important}.esf-insta-pl-sm-1,.esf-insta-px-sm-1{padding-left:.25rem !important}.esf-insta-p-sm-2{padding:.5rem !important}.esf-insta-pt-sm-2,.esf-insta-py-sm-2{padding-top:.5rem !important}.esf-insta-pr-sm-2,.esf-insta-px-sm-2{padding-right:.5rem !important}.esf-insta-pb-sm-2,.esf-insta-py-sm-2{padding-bottom:.5rem !important}.esf-insta-pl-sm-2,.esf-insta-px-sm-2{padding-left:.5rem !important}.esf-insta-p-sm-3{padding:1rem !important}.esf-insta-pt-sm-3,.esf-insta-py-sm-3{padding-top:1rem !important}.esf-insta-pr-sm-3,.esf-insta-px-sm-3{padding-right:1rem !important}.esf-insta-pb-sm-3,.esf-insta-py-sm-3{padding-bottom:1rem !important}.esf-insta-pl-sm-3,.esf-insta-px-sm-3{padding-left:1rem !important}.esf-insta-p-sm-4{padding:1.5rem !important}.esf-insta-pt-sm-4,.esf-insta-py-sm-4{padding-top:1.5rem !important}.esf-insta-pr-sm-4,.esf-insta-px-sm-4{padding-right:1.5rem !important}.esf-insta-pb-sm-4,.esf-insta-py-sm-4{padding-bottom:1.5rem !important}.esf-insta-pl-sm-4,.esf-insta-px-sm-4{padding-left:1.5rem !important}.esf-insta-p-sm-5{padding:3rem !important}.esf-insta-pt-sm-5,.esf-insta-py-sm-5{padding-top:3rem !important}.esf-insta-pr-sm-5,.esf-insta-px-sm-5{padding-right:3rem !important}.esf-insta-pb-sm-5,.esf-insta-py-sm-5{padding-bottom:3rem !important}.esf-insta-pl-sm-5,.esf-insta-px-sm-5{padding-left:3rem !important}.esf-insta-m-sm-auto{margin:auto !important}.esf-insta-mt-sm-auto,.esf-insta-my-sm-auto{margin-top:auto !important}.esf-insta-mr-sm-auto,.esf-insta-mx-sm-auto{margin-right:auto !important}.esf-insta-mb-sm-auto,.esf-insta-my-sm-auto{margin-bottom:auto !important}.esf-insta-ml-sm-auto,.esf-insta-mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.esf-insta-m-md-0{margin:0 !important}.esf-insta-mt-md-0,.esf-insta-my-md-0{margin-top:0 !important}.esf-insta-mr-md-0,.esf-insta-mx-md-0{margin-right:0 !important}.esf-insta-mb-md-0,.esf-insta-my-md-0{margin-bottom:0 !important}.esf-insta-ml-md-0,.esf-insta-mx-md-0{margin-left:0 !important}.esf-insta-m-md-1{margin:.25rem !important}.esf-insta-mt-md-1,.esf-insta-my-md-1{margin-top:.25rem !important}.esf-insta-mr-md-1,.esf-insta-mx-md-1{margin-right:.25rem !important}.esf-insta-mb-md-1,.esf-insta-my-md-1{margin-bottom:.25rem !important}.esf-insta-ml-md-1,.esf-insta-mx-md-1{margin-left:.25rem !important}.esf-insta-m-md-2{margin:.5rem !important}.esf-insta-mt-md-2,.esf-insta-my-md-2{margin-top:.5rem !important}.esf-insta-mr-md-2,.esf-insta-mx-md-2{margin-right:.5rem !important}.esf-insta-mb-md-2,.esf-insta-my-md-2{margin-bottom:.5rem !important}.esf-insta-ml-md-2,.esf-insta-mx-md-2{margin-left:.5rem !important}.esf-insta-m-md-3{margin:1rem !important}.esf-insta-mt-md-3,.esf-insta-my-md-3{margin-top:1rem !important}.esf-insta-mr-md-3,.esf-insta-mx-md-3{margin-right:1rem !important}.esf-insta-mb-md-3,.esf-insta-my-md-3{margin-bottom:1rem !important}.esf-insta-ml-md-3,.esf-insta-mx-md-3{margin-left:1rem !important}.esf-insta-m-md-4{margin:1.5rem !important}.esf-insta-mt-md-4,.esf-insta-my-md-4{margin-top:1.5rem !important}.esf-insta-mr-md-4,.esf-insta-mx-md-4{margin-right:1.5rem !important}.esf-insta-mb-md-4,.esf-insta-my-md-4{margin-bottom:1.5rem !important}.esf-insta-ml-md-4,.esf-insta-mx-md-4{margin-left:1.5rem !important}.esf-insta-m-md-5{margin:3rem !important}.esf-insta-mt-md-5,.esf-insta-my-md-5{margin-top:3rem !important}.esf-insta-mr-md-5,.esf-insta-mx-md-5{margin-right:3rem !important}.esf-insta-mb-md-5,.esf-insta-my-md-5{margin-bottom:3rem !important}.esf-insta-ml-md-5,.esf-insta-mx-md-5{margin-left:3rem !important}.esf-insta-p-md-0{padding:0 !important}.esf-insta-pt-md-0,.esf-insta-py-md-0{padding-top:0 !important}.esf-insta-pr-md-0,.esf-insta-px-md-0{padding-right:0 !important}.esf-insta-pb-md-0,.esf-insta-py-md-0{padding-bottom:0 !important}.esf-insta-pl-md-0,.esf-insta-px-md-0{padding-left:0 !important}.esf-insta-p-md-1{padding:.25rem !important}.esf-insta-pt-md-1,.esf-insta-py-md-1{padding-top:.25rem !important}.esf-insta-pr-md-1,.esf-insta-px-md-1{padding-right:.25rem !important}.esf-insta-pb-md-1,.esf-insta-py-md-1{padding-bottom:.25rem !important}.esf-insta-pl-md-1,.esf-insta-px-md-1{padding-left:.25rem !important}.esf-insta-p-md-2{padding:.5rem !important}.esf-insta-pt-md-2,.esf-insta-py-md-2{padding-top:.5rem !important}.esf-insta-pr-md-2,.esf-insta-px-md-2{padding-right:.5rem !important}.esf-insta-pb-md-2,.esf-insta-py-md-2{padding-bottom:.5rem !important}.esf-insta-pl-md-2,.esf-insta-px-md-2{padding-left:.5rem !important}.esf-insta-p-md-3{padding:1rem !important}.esf-insta-pt-md-3,.esf-insta-py-md-3{padding-top:1rem !important}.esf-insta-pr-md-3,.esf-insta-px-md-3{padding-right:1rem !important}.esf-insta-pb-md-3,.esf-insta-py-md-3{padding-bottom:1rem !important}.esf-insta-pl-md-3,.esf-insta-px-md-3{padding-left:1rem !important}.esf-insta-p-md-4{padding:1.5rem !important}.esf-insta-pt-md-4,.esf-insta-py-md-4{padding-top:1.5rem !important}.esf-insta-pr-md-4,.esf-insta-px-md-4{padding-right:1.5rem !important}.esf-insta-pb-md-4,.esf-insta-py-md-4{padding-bottom:1.5rem !important}.esf-insta-pl-md-4,.esf-insta-px-md-4{padding-left:1.5rem !important}.esf-insta-p-md-5{padding:3rem !important}.esf-insta-pt-md-5,.esf-insta-py-md-5{padding-top:3rem !important}.esf-insta-pr-md-5,.esf-insta-px-md-5{padding-right:3rem !important}.esf-insta-pb-md-5,.esf-insta-py-md-5{padding-bottom:3rem !important}.esf-insta-pl-md-5,.esf-insta-px-md-5{padding-left:3rem !important}.esf-insta-m-md-auto{margin:auto !important}.esf-insta-mt-md-auto,.esf-insta-my-md-auto{margin-top:auto !important}.esf-insta-mr-md-auto,.esf-insta-mx-md-auto{margin-right:auto !important}.esf-insta-mb-md-auto,.esf-insta-my-md-auto{margin-bottom:auto !important}.esf-insta-ml-md-auto,.esf-insta-mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.esf-insta-m-lg-0{margin:0 !important}.esf-insta-mt-lg-0,.esf-insta-my-lg-0{margin-top:0 !important}.esf-insta-mr-lg-0,.esf-insta-mx-lg-0{margin-right:0 !important}.esf-insta-mb-lg-0,.esf-insta-my-lg-0{margin-bottom:0 !important}.esf-insta-ml-lg-0,.esf-insta-mx-lg-0{margin-left:0 !important}.esf-insta-m-lg-1{margin:.25rem !important}.esf-insta-mt-lg-1,.esf-insta-my-lg-1{margin-top:.25rem !important}.esf-insta-mr-lg-1,.esf-insta-mx-lg-1{margin-right:.25rem !important}.esf-insta-mb-lg-1,.esf-insta-my-lg-1{margin-bottom:.25rem !important}.esf-insta-ml-lg-1,.esf-insta-mx-lg-1{margin-left:.25rem !important}.esf-insta-m-lg-2{margin:.5rem !important}.esf-insta-mt-lg-2,.esf-insta-my-lg-2{margin-top:.5rem !important}.esf-insta-mr-lg-2,.esf-insta-mx-lg-2{margin-right:.5rem !important}.esf-insta-mb-lg-2,.esf-insta-my-lg-2{margin-bottom:.5rem !important}.esf-insta-ml-lg-2,.esf-insta-mx-lg-2{margin-left:.5rem !important}.esf-insta-m-lg-3{margin:1rem !important}.esf-insta-mt-lg-3,.esf-insta-my-lg-3{margin-top:1rem !important}.esf-insta-mr-lg-3,.esf-insta-mx-lg-3{margin-right:1rem !important}.esf-insta-mb-lg-3,.esf-insta-my-lg-3{margin-bottom:1rem !important}.esf-insta-ml-lg-3,.esf-insta-mx-lg-3{margin-left:1rem !important}.esf-insta-m-lg-4{margin:1.5rem !important}.esf-insta-mt-lg-4,.esf-insta-my-lg-4{margin-top:1.5rem !important}.esf-insta-mr-lg-4,.esf-insta-mx-lg-4{margin-right:1.5rem !important}.esf-insta-mb-lg-4,.esf-insta-my-lg-4{margin-bottom:1.5rem !important}.esf-insta-ml-lg-4,.esf-insta-mx-lg-4{margin-left:1.5rem !important}.esf-insta-m-lg-5{margin:3rem !important}.esf-insta-mt-lg-5,.esf-insta-my-lg-5{margin-top:3rem !important}.esf-insta-mr-lg-5,.esf-insta-mx-lg-5{margin-right:3rem !important}.esf-insta-mb-lg-5,.esf-insta-my-lg-5{margin-bottom:3rem !important}.esf-insta-ml-lg-5,.esf-insta-mx-lg-5{margin-left:3rem !important}.esf-insta-p-lg-0{padding:0 !important}.esf-insta-pt-lg-0,.esf-insta-py-lg-0{padding-top:0 !important}.esf-insta-pr-lg-0,.esf-insta-px-lg-0{padding-right:0 !important}.esf-insta-pb-lg-0,.esf-insta-py-lg-0{padding-bottom:0 !important}.esf-insta-pl-lg-0,.esf-insta-px-lg-0{padding-left:0 !important}.esf-insta-p-lg-1{padding:.25rem !important}.esf-insta-pt-lg-1,.esf-insta-py-lg-1{padding-top:.25rem !important}.esf-insta-pr-lg-1,.esf-insta-px-lg-1{padding-right:.25rem !important}.esf-insta-pb-lg-1,.esf-insta-py-lg-1{padding-bottom:.25rem !important}.esf-insta-pl-lg-1,.esf-insta-px-lg-1{padding-left:.25rem !important}.esf-insta-p-lg-2{padding:.5rem !important}.esf-insta-pt-lg-2,.esf-insta-py-lg-2{padding-top:.5rem !important}.esf-insta-pr-lg-2,.esf-insta-px-lg-2{padding-right:.5rem !important}.esf-insta-pb-lg-2,.esf-insta-py-lg-2{padding-bottom:.5rem !important}.esf-insta-pl-lg-2,.esf-insta-px-lg-2{padding-left:.5rem !important}.esf-insta-p-lg-3{padding:1rem !important}.esf-insta-pt-lg-3,.esf-insta-py-lg-3{padding-top:1rem !important}.esf-insta-pr-lg-3,.esf-insta-px-lg-3{padding-right:1rem !important}.esf-insta-pb-lg-3,.esf-insta-py-lg-3{padding-bottom:1rem !important}.esf-insta-pl-lg-3,.esf-insta-px-lg-3{padding-left:1rem !important}.esf-insta-p-lg-4{padding:1.5rem !important}.esf-insta-pt-lg-4,.esf-insta-py-lg-4{padding-top:1.5rem !important}.esf-insta-pr-lg-4,.esf-insta-px-lg-4{padding-right:1.5rem !important}.esf-insta-pb-lg-4,.esf-insta-py-lg-4{padding-bottom:1.5rem !important}.esf-insta-pl-lg-4,.esf-insta-px-lg-4{padding-left:1.5rem !important}.esf-insta-p-lg-5{padding:3rem !important}.esf-insta-pt-lg-5,.esf-insta-py-lg-5{padding-top:3rem !important}.esf-insta-pr-lg-5,.esf-insta-px-lg-5{padding-right:3rem !important}.esf-insta-pb-lg-5,.esf-insta-py-lg-5{padding-bottom:3rem !important}.esf-insta-pl-lg-5,.esf-insta-px-lg-5{padding-left:3rem !important}.esf-insta-m-lg-auto{margin:auto !important}.esf-insta-mt-lg-auto,.esf-insta-my-lg-auto{margin-top:auto !important}.esf-insta-mr-lg-auto,.esf-insta-mx-lg-auto{margin-right:auto !important}.esf-insta-mb-lg-auto,.esf-insta-my-lg-auto{margin-bottom:auto !important}.esf-insta-ml-lg-auto,.esf-insta-mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.esf-insta-m-xl-0{margin:0 !important}.esf-insta-mt-xl-0,.esf-insta-my-xl-0{margin-top:0 !important}.esf-insta-mr-xl-0,.esf-insta-mx-xl-0{margin-right:0 !important}.esf-insta-mb-xl-0,.esf-insta-my-xl-0{margin-bottom:0 !important}.esf-insta-ml-xl-0,.esf-insta-mx-xl-0{margin-left:0 !important}.esf-insta-m-xl-1{margin:.25rem !important}.esf-insta-mt-xl-1,.esf-insta-my-xl-1{margin-top:.25rem !important}.esf-insta-mr-xl-1,.esf-insta-mx-xl-1{margin-right:.25rem !important}.esf-insta-mb-xl-1,.esf-insta-my-xl-1{margin-bottom:.25rem !important}.esf-insta-ml-xl-1,.esf-insta-mx-xl-1{margin-left:.25rem !important}.esf-insta-m-xl-2{margin:.5rem !important}.esf-insta-mt-xl-2,.esf-insta-my-xl-2{margin-top:.5rem !important}.esf-insta-mr-xl-2,.esf-insta-mx-xl-2{margin-right:.5rem !important}.esf-insta-mb-xl-2,.esf-insta-my-xl-2{margin-bottom:.5rem !important}.esf-insta-ml-xl-2,.esf-insta-mx-xl-2{margin-left:.5rem !important}.esf-insta-m-xl-3{margin:1rem !important}.esf-insta-mt-xl-3,.esf-insta-my-xl-3{margin-top:1rem !important}.esf-insta-mr-xl-3,.esf-insta-mx-xl-3{margin-right:1rem !important}.esf-insta-mb-xl-3,.esf-insta-my-xl-3{margin-bottom:1rem !important}.esf-insta-ml-xl-3,.esf-insta-mx-xl-3{margin-left:1rem !important}.esf-insta-m-xl-4{margin:1.5rem !important}.esf-insta-mt-xl-4,.esf-insta-my-xl-4{margin-top:1.5rem !important}.esf-insta-mr-xl-4,.esf-insta-mx-xl-4{margin-right:1.5rem !important}.esf-insta-mb-xl-4,.esf-insta-my-xl-4{margin-bottom:1.5rem !important}.esf-insta-ml-xl-4,.esf-insta-mx-xl-4{margin-left:1.5rem !important}.esf-insta-m-xl-5{margin:3rem !important}.esf-insta-mt-xl-5,.esf-insta-my-xl-5{margin-top:3rem !important}.esf-insta-mr-xl-5,.esf-insta-mx-xl-5{margin-right:3rem !important}.esf-insta-mb-xl-5,.esf-insta-my-xl-5{margin-bottom:3rem !important}.esf-insta-ml-xl-5,.esf-insta-mx-xl-5{margin-left:3rem !important}.esf-insta-p-xl-0{padding:0 !important}.esf-insta-pt-xl-0,.esf-insta-py-xl-0{padding-top:0 !important}.esf-insta-pr-xl-0,.esf-insta-px-xl-0{padding-right:0 !important}.esf-insta-pb-xl-0,.esf-insta-py-xl-0{padding-bottom:0 !important}.esf-insta-pl-xl-0,.esf-insta-px-xl-0{padding-left:0 !important}.esf-insta-p-xl-1{padding:.25rem !important}.esf-insta-pt-xl-1,.esf-insta-py-xl-1{padding-top:.25rem !important}.esf-insta-pr-xl-1,.esf-insta-px-xl-1{padding-right:.25rem !important}.esf-insta-pb-xl-1,.esf-insta-py-xl-1{padding-bottom:.25rem !important}.esf-insta-pl-xl-1,.esf-insta-px-xl-1{padding-left:.25rem !important}.esf-insta-p-xl-2{padding:.5rem !important}.esf-insta-pt-xl-2,.esf-insta-py-xl-2{padding-top:.5rem !important}.esf-insta-pr-xl-2,.esf-insta-px-xl-2{padding-right:.5rem !important}.esf-insta-pb-xl-2,.esf-insta-py-xl-2{padding-bottom:.5rem !important}.esf-insta-pl-xl-2,.esf-insta-px-xl-2{padding-left:.5rem !important}.esf-insta-p-xl-3{padding:1rem !important}.esf-insta-pt-xl-3,.esf-insta-py-xl-3{padding-top:1rem !important}.esf-insta-pr-xl-3,.esf-insta-px-xl-3{padding-right:1rem !important}.esf-insta-pb-xl-3,.esf-insta-py-xl-3{padding-bottom:1rem !important}.esf-insta-pl-xl-3,.esf-insta-px-xl-3{padding-left:1rem !important}.esf-insta-p-xl-4{padding:1.5rem !important}.esf-insta-pt-xl-4,.esf-insta-py-xl-4{padding-top:1.5rem !important}.esf-insta-pr-xl-4,.esf-insta-px-xl-4{padding-right:1.5rem !important}.esf-insta-pb-xl-4,.esf-insta-py-xl-4{padding-bottom:1.5rem !important}.esf-insta-pl-xl-4,.esf-insta-px-xl-4{padding-left:1.5rem !important}.esf-insta-p-xl-5{padding:3rem !important}.esf-insta-pt-xl-5,.esf-insta-py-xl-5{padding-top:3rem !important}.esf-insta-pr-xl-5,.esf-insta-px-xl-5{padding-right:3rem !important}.esf-insta-pb-xl-5,.esf-insta-py-xl-5{padding-bottom:3rem !important}.esf-insta-pl-xl-5,.esf-insta-px-xl-5{padding-left:3rem !important}.esf-insta-m-xl-auto{margin:auto !important}.esf-insta-mt-xl-auto,.esf-insta-my-xl-auto{margin-top:auto !important}.esf-insta-mr-xl-auto,.esf-insta-mx-xl-auto{margin-right:auto !important}.esf-insta-mb-xl-auto,.esf-insta-my-xl-auto{margin-bottom:auto !important}.esf-insta-ml-xl-auto,.esf-insta-mx-xl-auto{margin-left:auto !important}}.esf-insta-text-justify{text-align:justify !important}.esf-insta-text-nowrap{white-space:nowrap !important}.esf-insta-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.esf-insta-text-left{text-align:left !important}.esf-insta-text-right{text-align:right !important}.esf-insta-text-center{text-align:center !important}@media(min-width: 576px){.esf-insta-text-sm-left{text-align:left !important}.esf-insta-text-sm-right{text-align:right !important}.esf-insta-text-sm-center{text-align:center !important}}@media(min-width: 768px){.esf-insta-text-md-left{text-align:left !important}.esf-insta-text-md-right{text-align:right !important}.esf-insta-text-md-center{text-align:center !important}}@media(min-width: 992px){.esf-insta-text-lg-left{text-align:left !important}.esf-insta-text-lg-right{text-align:right !important}.esf-insta-text-lg-center{text-align:center !important}}@media(min-width: 1200px){.esf-insta-text-xl-left{text-align:left !important}.esf-insta-text-xl-right{text-align:right !important}.esf-insta-text-xl-center{text-align:center !important}}.esf-insta-text-lowercase{text-transform:lowercase !important}.esf-insta-text-uppercase{text-transform:uppercase !important}.esf-insta-text-capitalize{text-transform:capitalize !important}.esf-insta-visible{visibility:visible !important}.esf-insta-invisible{visibility:hidden !important}.esf_insta_feed_wraper{width:100%;margin:0 auto;padding:0;text-align:left}.esf_insta_header{padding:10px 0;margin-bottom:10px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img{min-width:60px;max-width:60px;padding-right:15px;display:inline-table}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img a{position:relative;display:block}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-hashtag-overlay{position:absolute;width:50px;height:50px;top:0;left:0;background:#000;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-hashtag-overlay .icon{display:inline-grid}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-stories-overlay{position:absolute;width:45px;height:45px;top:0;left:0;background:#fa9b57;background:linear-gradient(45deg, #fa9b57 0%, #f7763f 35%, #e34876 55%, #dc327c 75%, #c73390 100%);border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;-webkit-transition:opacity ease-in-out .3s;-moz-transition:opacity ease-in-out .3s;-o-transition:opacity ease-in-out .3s;transition:opacity ease-in-out .3s}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-stories-overlay img{max-width:26px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img img{width:100%}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta{margin-bottom:10px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title{padding-right:15px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title h4{margin:0;font-size:inherit}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers{padding-right:15px;font-size:14px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i{margin-right:5px}.esf_insta_header .esf_insta_header_inner_wrap .esf-insta-has-stories .esf_insta_stories_popup{padding:3px;background:#fa9b57;background:linear-gradient(45deg, #fa9b57 0%, #f7763f 35%, #e34876 55%, #dc327c 75%, #c73390 100%);border-radius:50px;transition:opacity ease-in-out .5s}.esf_insta_header .esf_insta_header_inner_wrap .esf-insta-has-stories:hover .esf-insta-stories-overlay{opacity:1;-webkit-transition:opacity ease-in-out .3s;-moz-transition:opacity ease-in-out .3s;-o-transition:opacity ease-in-out .3s;transition:opacity ease-in-out .3s}@media(max-width: 991px){.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title{width:100%;max-width:100%;min-width:100%;padding-right:0;margin-bottom:5px}}.esf_insta_load_more_holder{text-align:center}.esf_insta_load_more_btn{text-decoration:none !important;border-radius:5px;font-size:14px;margin:20px auto}.esf-insta-halfwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{border-right:#dee2e6 solid 1px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a{display:block;position:relative;width:100%}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a:hover .esf-insta-overlay{opacity:1}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i{margin-right:3px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i{margin-right:3px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-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;outline:none !important;border:none !important;margin-bottom:0 !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-view-on-fb:hover{background:#343a40;color:#fff}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:5px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i{margin-bottom:10px}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image a,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image a,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image a{position:relative}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay{position:absolute;width:40px;height:40px;top:0;left:0;background:#000;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon{display:inline-grid}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image img,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img{width:100%}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2{font-size:20px;margin:0px}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title span,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.esf-insta-halfwidth-skin .esf-insta-feed-content .description,.esf-insta-halfwidth-skin .esf-insta-feed-content .esf_insta_link_text{font-size:14px;color:#343a40}.esf-insta-halfwidth-skin .esf-insta-feed-content .description>*,.esf-insta-halfwidth-skin .esf-insta-feed-content .esf_insta_link_text>*{font-size:14px}.esf-insta-profile-image{position:relative}.esf-insta-profile-image .esf-insta-hashtag-overlay{position:absolute;width:40px;height:40px;top:0;left:0;background:#000;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff}.esf-insta-profile-image .esf-insta-hashtag-overlay .icon{display:inline-grid}@media(max-width: 575px){.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{border:none;margin-bottom:20px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-d-flex,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_popup_like,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>li,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>button,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_meta,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_cat,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_followers,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i{flex-direction:column}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted{margin-bottom:10px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.esf-insta-thumbnail-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{border-right:#dee2e6 solid 1px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a{display:block;position:relative;width:100%}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a:hover .esf-insta-overlay{opacity:1}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i{margin-right:3px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i{margin-right:3px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-view-on-fb:hover{background:#343a40;color:#fff}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i{margin-bottom:10px}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image{position:relative;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}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image img,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img{width:100%}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2{font-size:20px;margin:0px;padding:0}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li .esf-insta-profile-title span,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title span,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.esf-insta-thumbnail-skin .esf-insta-feed-content .description,.esf-insta-thumbnail-skin .esf-insta-feed-content .esf_insta_link_text{font-size:14px;color:#343a40}.esf-insta-thumbnail-skin .esf-insta-feed-content .description>*,.esf-insta-thumbnail-skin .esf-insta-feed-content .esf_insta_link_text>*{font-size:14px}@media(max-width: 575px){.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{border:none;margin-bottom:20px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-d-flex,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_popup_like,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>li,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>button,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_meta,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_cat,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_followers,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i{flex-direction:column}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted{margin-bottom:10px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.esf-insta-fullwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{margin-bottom:20px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a{display:block;position:relative;width:100%}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-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}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a:hover .esf-insta-overlay{opacity:1}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i{margin-right:3px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i{margin-right:3px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-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}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-view-on-fb:hover{background:#343a40;color:#fff}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:5px 15px;border-radius:3px;height:auto;outline:none !important}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-d-flex,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-fullwidth-skin .esf-insta-feed-content>span,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-caption,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_popup_like,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-fullwidth-skin .esf-insta-feed-content>a,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-fullwidth-skin .esf-insta-feed-content>li,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-fullwidth-skin .esf-insta-feed-content>button,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-feed-content>.owl-nav,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_meta,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_cat,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_followers,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i{margin-bottom:10px}.esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-fullwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-fullwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image,.esf_insta_feeds_carousel .owl-nav .esf-insta-fullwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_header .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-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}.esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-fullwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-fullwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image img,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image img,.esf_insta_feeds_carousel .owl-nav .esf-insta-fullwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_header .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img{width:100%}.esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-fullwidth-skin .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-fullwidth-skin .esf-insta-feed-content>li .esf-insta-profile-title h2,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav .esf-insta-fullwidth-skin .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_header .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2{font-size:20px;margin:0px}.esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-fullwidth-skin .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-fullwidth-skin .esf-insta-feed-content>li .esf-insta-profile-title span,.esf-insta-fullwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title span,.esf_insta_feeds_carousel .owl-nav .esf-insta-fullwidth-skin .esf-insta-feed-content>button .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_header .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-fullwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.esf-insta-fullwidth-skin .esf-insta-feed-content .description,.esf-insta-fullwidth-skin .esf-insta-feed-content .esf_insta_link_text{font-size:14px;color:#343a40}.esf-insta-fullwidth-skin .esf-insta-feed-content .description>*,.esf-insta-fullwidth-skin .esf-insta-feed-content .esf_insta_link_text>*{font-size:14px}@media(max-width: 575px){.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-d-flex,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_popup_like,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>li,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>button,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_meta,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_cat,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_followers,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i{flex-direction:column}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted{margin-bottom:10px}.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.esf-insta-masonry-skin .brick{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup .esf-insta-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}.esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup:hover .esf-insta-overlay{opacity:1}.esf-insta-masonry-skin .brick .esf-insta-shared-content-holder>a{margin-bottom:15px;display:block}.esf-insta-masonry-skin .brick .esf-insta-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted{margin-bottom:10px}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i{margin-right:3px}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i{margin-right:3px}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-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}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-view-on-fb:hover{background:#343a40;color:#fff}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.esf-insta-masonry-skin .brick .esf-insta-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}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.esf-insta-masonry-skin .brick .esf-insta-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}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.esf-insta-masonry-skin .brick .esf-insta-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}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-d-flex,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .esf-insta-feed-content>span,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-caption,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_popup_like,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .esf-insta-feed-content>a,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .esf-insta-feed-content>li,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons,.esf-insta-masonry-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .esf-insta-feed-content>button,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav,.esf_insta_feeds_carousel .esf-insta-masonry-skin .esf-insta-feed-content>.owl-nav,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_meta,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_cat,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_followers,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i{margin-bottom:10px}.esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .esf-insta-feed-content>li .esf-insta-profile-image,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .esf-insta-feed-content>button .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-masonry-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_header .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-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}.esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .esf-insta-feed-content>li .esf-insta-profile-image img,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image img,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .esf-insta-feed-content>button .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-masonry-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_header .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img{width:100%}.esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .esf-insta-feed-content>li .esf-insta-profile-title h2,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-masonry-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_header .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2{font-size:16px;margin:0px}.esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .esf-insta-feed-content>li .esf-insta-profile-title span,.esf-insta-masonry-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title span,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .esf-insta-feed-content>button .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-masonry-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_header .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-masonry-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.esf-insta-masonry-skin .esf-insta-feed-content .description,.esf-insta-masonry-skin .esf-insta-feed-content .esf_insta_link_text{font-size:14px;color:#343a40}.esf-insta-masonry-skin .esf-insta-feed-content .description>*,.esf-insta-masonry-skin .esf-insta-feed-content .esf_insta_link_text>*{font-size:14px}@media(max-width: 575px){.esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-d-flex,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .brick .esf-insta-post-footer>span,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-caption,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_popup_like,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .brick .esf-insta-post-footer>li,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .brick .esf-insta-post-footer>button,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_header_meta,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_cat,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_followers,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i{flex-direction:column}.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.esf_insta_feeds_carousel .esf-insta-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-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}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup:hover .esf-insta-overlay{opacity:1}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-shared-content-holder>a{margin-bottom:15px;display:block}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted{margin-bottom:10px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i{margin-right:3px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i{margin-right:3px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-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}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-view-on-fb:hover{background:#343a40;color:#fff}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-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}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-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}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-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}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-d-flex,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-header>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-header>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_feeds_carousel .esf-insta-feed-header>span,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-header>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-caption,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-header>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_popup_like,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-header>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_feeds_carousel .esf-insta-feed-header>a,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-header>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_feeds_carousel .esf-insta-feed-header>li,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-header>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_likes_holder_icons,.esf_insta_feeds_carousel .owl-nav .esf-insta-feed-header>button,.esf_insta_feeds_carousel .esf-insta-feed-header>.owl-nav,.esf_insta_feeds_carousel .esf_insta_header .esf-insta-feed-header>.esf_insta_header_inner_wrap,.esf_insta_header .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_inner_wrap,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-header>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_meta,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_cat,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_followers,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-header>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-header>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-header>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i{margin-bottom:10px}.esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-d-flex .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-header>span .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_feeds_carousel .esf-insta-feed-header>span .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-image,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-image,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-header>a .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-header>li .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_feeds_carousel .esf-insta-feed-header>li .esf-insta-profile-image,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-image,.esf_insta_feeds_carousel .owl-nav .esf-insta-feed-header>button .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-feed-header>.owl-nav .esf-insta-profile-image,.esf_insta_feeds_carousel .esf_insta_header .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_header .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-image,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-image,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-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}.esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-d-flex .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-header>span .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_feeds_carousel .esf-insta-feed-header>span .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-image img,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-image img,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-header>a .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image img,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-header>li .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_feeds_carousel .esf-insta-feed-header>li .esf-insta-profile-image img,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-image img,.esf_insta_feeds_carousel .owl-nav .esf-insta-feed-header>button .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-feed-header>.owl-nav .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf_insta_header .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_header .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-image img{width:100%}.esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-d-flex .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-header>span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_feeds_carousel .esf-insta-feed-header>span .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-title h2,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-title h2,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-header>a .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-header>li .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_feeds_carousel .esf-insta-feed-header>li .esf-insta-profile-title h2,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav .esf-insta-feed-header>button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-feed-header>.owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf_insta_header .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_header .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title h2{font-size:16px;margin:0px}.esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-d-flex .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-header>span .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_feeds_carousel .esf-insta-feed-header>span .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-caption .esf-insta-profile-title span,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_popup_like .esf-insta-profile-title span,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-header>a .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title span,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-header>li .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_feeds_carousel .esf-insta-feed-header>li .esf-insta-profile-title span,.esf_insta_feeds_carousel body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_likes_holder_icons .esf-insta-profile-title span,.esf_insta_feeds_carousel .owl-nav .esf-insta-feed-header>button .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-feed-header>.owl-nav .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf_insta_header .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_header .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_cat .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_followers .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf_insta_feeds_carousel .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-feed-header>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-header>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-header>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-header>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-header>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-header>i .esf-insta-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.esf_insta_feeds_carousel .esf-insta-feed-content .description,.esf_insta_feeds_carousel .esf-insta-feed-content .esf_insta_link_text{font-size:14px;color:#343a40}.esf_insta_feeds_carousel .esf-insta-feed-content .description>*,.esf_insta_feeds_carousel .esf-insta-feed-content .esf_insta_link_text>*{font-size:14px}.esf_insta_feeds_carousel .owl-nav button{background:#d6d6d6 !important;height:40px;text-align:center;justify-content:center;width:40px;border-radius:3px}.esf_insta_feeds_carousel .owl-nav button:hover{color:#fff;background:#222 !important}.esf_insta_feeds_carousel .owl-nav button span{font-size:26px;padding-bottom:4px}.esf_insta_feeds_carousel .owl-carousel .owl-stage{direction:ltr}.esf-insta-grid-skin .esf-insta-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:3px;margin-bottom:30px}.esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup{display:block;position:relative;width:100%;padding-bottom:100%;background-position:center;background-size:cover;cursor:pointer}.esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-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}.esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf-insta-grid-skin .esf-insta-grid-wrapper .esf_insta_feed_fancy_popup:hover .esf-insta-overlay{opacity:1}.esf-insta-grid-skin .esf-insta-moderate-wrap.esf-insta-moderate-selected .esf-insta-grid-wrapper{border:#d84b7a solid 5px;padding:0}.esf-insta-grid-skin .esf-insta-moderate-wrap.esf-insta-moderate-selected .esf-insta-grid-wrapper .esf-insta-overlay{opacity:1}.esf-insta-grid-skin .esf-insta-row.e-outer.esf-insta-moderate{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr)) !important;margin-right:-5px !important;margin-left:-5px !important}.esf-insta-media-carousel{position:relative;padding-bottom:100px;height:100%;display:inline-flex}.esf-insta-media-preview-section{display:inline-flex;height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important}.esf-insta-media-item{height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important;display:inline-flex}.esf-insta-media-item .esf-insta-carousel-hide{display:none}.esf-insta-media-item img{width:100%;height:auto;display:inline-block}.esf-insta-media-item .esf-insta-carousel-video{max-height:calc(100vh - 180px);outline:none}.previewPortrait .esf-insta-media-item img{height:100% !important;width:auto !important;display:inline-block}.esf-insta-media-thumbnail-section{overflow-y:hidden;overflow-x:auto;position:absolute;left:0;bottom:0;height:100px;width:100%}.esf-insta-media-thumbnail-section-inner{display:inline-flex;align-items:center;justify-content:center;height:100px;min-width:100%}.esf-insta-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 .esf-insta-likes-popup-holder{width:100%;max-width:500px;padding:0 !important;border-radius:5px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons{margin:0;padding:8.5px 10px;border-bottom:#dee2e6 solid 1px;list-style-type:none}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons #esf_insta_all_likes{padding-left:0px;margin-left:0px;border-left:0px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li{margin:0;padding:0}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a{cursor:pointer;text-decoration:none;font-size:16px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li{margin-top:0px;margin-left:10px;padding-left:10px;border-left:#dee2e6 solid 1px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li img{width:25px;height:25px;margin-right:5px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a{font-size:16px;margin-top:0px;cursor:pointer;text-decoration:none}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder{padding:10px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like{width:100%;position:relative;padding-top:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like .esf_insta_popup_liker_img{widows:35px;height:35px;border-radius:50%}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like .esf_insta_liker_name{font-size:16px;padding-left:20px}body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like .esf_insta_reaction_bottom{position:absolute;left:25px;top:25px;width:20px;height:20px;border-radius:50%}.esf-insta-likes-popup-holder>h4{font-size:18px;margin:0;padding:13px 10px;border-bottom:#dee2e6 solid 1px;line-height:1}.esf-insta-likes-popup-holder .esf_insta_all_comments_holder{padding:10px}.esf-insta-likes-popup-holder .esf_insta_single_comment_holder{margin-bottom:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px;font-size:14px}.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-d-flex>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i>a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span>a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-likes-popup-holder .esf_insta_single_comment_holder span>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption>a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-caption>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header .esf_insta_header_inner_wrap>a,.esf_insta_header .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header_inner_wrap>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta>a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header_meta>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat>a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_cat>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers>a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_followers>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i>a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i>a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .owl-nav>a,.esf_insta_feeds_carousel .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .owl-nav>a,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .owl-nav button>a,.esf_insta_feeds_carousel .owl-nav .esf-insta-likes-popup-holder .esf_insta_single_comment_holder button>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_likes_holder_icons>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_likes_holder_icons li>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_single_comment_holder li>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_likes_holder_icons li a>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_single_comment_holder a>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_reactions_holder .esf_insta_popup_like>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_single_comment_holder .esf_insta_popup_like>a{text-decoration:none;width:50px;max-width:50px;font-size:20px}.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_comment_meta{font-size:12px;color:#6c757d;margin-top:5px;padding-left:33.6px}.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_comment_attach_popup{margin-top:10px}.esf-insta-likes-popup-holder .esf-insta-write-comment{width:100%}.esf-insta-likes-popup-holder .esf-insta-write-comment a{text-decoration:none;font-size:16px}.esf-insta-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}.esf-insta-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}.esf-insta-post-detail.previewPortrait{height:90%}.esf-insta-post-detail .esf-insta-d-columns-wrapper{display:flex;height:100%;margin-left:0 !important;margin-right:0 !important;position:relative;padding-right:400px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-header{margin-bottom:15px;padding-top:15px;padding-right:40px;padding-left:15px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-header .esf-insta-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}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-header .esf-insta-profile-image .esf-insta-hashtag-overlay{position:absolute;width:40px;height:40px;top:0;left:0;background:#000;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-header .esf-insta-profile-image .esf-insta-hashtag-overlay .icon{display:inline-grid}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-header h2{font-size:20px;margin:0px;padding:0}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-header span{font-size:12px;display:block;color:#6c757d;font-style:italic}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-image{background:#000;padding-right:0px;padding-left:0px;display:inline-flex}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption{height:100%;font-size:14px;width:100%;max-width:400px;position:absolute;right:0;top:0}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption::after{position:absolute;left:0;right:0;bottom:0;height:15px;content:"";background:#fff}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption .esf-insta-detail-overflow{height:100%;overflow-y:auto;padding:15px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box{margin-top:15px;margin-bottom:15px;padding:10px;border-radius:5px;border:#dee2e6 solid 1px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span{color:#343a40;font-size:14px;cursor:pointer}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i{margin-right:3px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list{margin-top:20px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap{margin-bottom:20px;padding-bottom:20px;border-bottom:#dee2e6 dashed 1px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap .esf-insta-comment-text{display:flex}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap .esf-insta-comment-text a{text-decoration:none !important;min-width:30px;display:inline-block}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap .esf-insta-comment-text .esf-insta-commentator{min-width:auto;margin-right:5px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap .esf_insta_comment_meta{margin-top:15px;font-size:12px;padding-left:30px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap .esf_insta_comment_meta span{margin-right:10px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap img{width:40px;height:40px;border-radius:50%;margin-right:15px}.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap p{margin-bottom:0px}.esf-insta-popup.esf-insta-stories-popup .esf-insta-caption::before{content:"";position:absolute;width:100%;height:5px;top:0;left:0;background:#fa9b57;background:linear-gradient(90deg, #fa9b57 0%, #f7763f 35%, #e34876 55%, #dc327c 75%, #c73390 100%)}.esf-insta-masonry{transition:all .5s ease-in-out;column-gap:10px;column-fill:initial;padding:15px}.esf-insta-masonry .brick{margin-bottom:10px;display:inline-block;vertical-align:top}.esf-insta-masonry .brick img{transition:all .5s ease-in-out;backface-visibility:hidden}.esf-insta-masonry .brick:hover img{opacity:.75}.esf-insta-coulmn-count-1{column-count:1}.esf-insta-coulmn-count-2{column-count:2}.esf-insta-coulmn-count-3{column-count:3}.esf-insta-coulmn-count-4{column-count:4}.esf-insta-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}.esf-insta-ease03,html body .esf-insta-popup .esf-insta-scrollbtn::after,html body .esf-insta-popup .esf-insta-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}.esf-insta-total-album-images-style .esf_insta_albums_count,html body .esf_insta_feed_wraper .esf_insta_albums_data_holder .esf-insta-total-album-images .esf_insta_albums_count,html body .esf-insta-popup .esf_insta_albums_data_holder .esf-insta-total-album-images .esf_insta_albums_count{font-size:17px;line-height:27px;vertical-align:top;display:inline-block}.esf-insta-total-album-images-style .esf_insta_albums_icon>.icon,html body .esf_insta_feed_wraper .esf_insta_albums_data_holder .esf-insta-total-album-images .esf_insta_albums_icon>.icon,html body .esf-insta-popup .esf_insta_albums_data_holder .esf-insta-total-album-images .esf_insta_albums_icon>.icon{font-size:17px}.esf_insta_event_meta-style,html body .esf-insta-popup .esf-insta-caption .esf-insta-detail-overflow .esf_insta_event_meta,.esf-insta-halfwidth-skin .esf_insta_event_meta{border-left:1px solid #ccc;padding:10px;padding-bottom:5px}.esf_insta_layout_title-style,html body .esf_insta_feed_wraper .esf-insta-feed-content .esf_insta_event_title,html body .esf_insta_feed_wraper .esf-insta-feed-content .esf_insta_albums_title,html body .esf_insta_feed_wraper .esf-insta-feed-content .esf_insta_videos_title,html body .esf-insta-popup .esf-insta-caption .esf_insta_event_title,html body .esf-insta-popup .esf-insta-caption .esf_insta_albums_title,html body .esf-insta-popup .esf-insta-caption .esf_insta_videos_title{margin-top:0px;margin-bottom:20px}.esf-insta-profile-story-text-style,html body .esf_insta_feed_wraper .esf_insta_feeds_holder .esf-insta-profile-title .esf-insta-profile-title-wrap h2 .esf-insta-profile-story-text,html body .esf-insta-popup .esf-insta-caption .esf-insta-profile-title .esf-insta-profile-title-wrap h2 .esf-insta-profile-story-text{display:inline-block;font-weight:normal;font-style:normal;letter-spacing:0}.esf-insta-empty-author-name-style,html body .esf_insta_feed_wraper .esf_insta_feeds_holder .esf-insta-profile-title .esf-insta-empty-author-name,html body .esf-insta-popup .esf-insta-caption .esf-insta-profile-title .esf-insta-empty-author-name{height:10px;max-height:10px}.esf_insta_link_text_box,html body .esf_insta_feed_wraper .shared_story .esf_insta_link_text,html body .esf-insta-popup .esf_insta_link_text{border:1px solid #ccc;background:#f9f9f9;padding:10px;padding-bottom:5px;margin-left:0px}.esf_insta_feed_wraper .icon-esf-video-camera{position:absolute;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-popup.fancybox-content{padding:0}.fancybox-container .fancybox-inner .esf-insta-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 .esf-insta-likes-popup-holder .icon-esf-comment{margin-right:10px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .icon-esf-clone.icon-esf-video-camera{text-align:right}.esf-insta-halfwidth-skin .esf_insta_event_time>b{display:block;line-height:0px;font-size:0}.esf_insta_load_more_btns_wrap .esf_insta_load_more_holder{display:inline-block}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder{text-align:center}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_load_more_text,.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_view_all_btn,.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_loading_text,.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_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}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_load_more_text:hover,.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_view_all_btn:hover,.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_loading_text:hover,.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf_insta_no_load_more_text:hover{background:#464a4e}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf-insta-follow-btn{background:#3f729b;color:#fff;font-size:15px;margin:0 auto;text-decoration:none;display:inline-block;line-height:40px;padding:0 20px;border-radius:3px}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf-insta-follow-btn:focus{background:#3f729b !important;outline:none !important;text-decoration:none !important}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf-insta-follow-btn:hover{background:#336b98}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf-insta-follow-btn-wrap{display:inline-block;margin-left:10px}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf-insta-follow-btn{margin-top:20px}.esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf-insta-follow-btn .icon-esf-instagram::before{position:relative;top:2px}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn.no-more .esf_insta_no_load_more_text{display:inline-block}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn.no-more .esf_insta_load_more_text{display:none}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn.no-more .esf_insta_loading_text{display:none}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn.loading .esf_insta_no_load_more_text{display:none}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn.loading .esf_insta_load_more_text{display:none}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn.loading .esf_insta_loading_text{display:inline-block}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn:not(.loading):not(.no-more) .esf_insta_no_load_more_text{display:none}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn:not(.loading):not(.no-more) .esf_insta_load_more_text{display:inline-block}.esf_insta_load_more_btns_wrap .esf_insta_load_more_btn:not(.loading):not(.no-more) .esf_insta_loading_text{display:none}.esf-insta-fullwidth-skin .esf-insta-feed-content{width:100%;padding:0 20px}html body .esf-insta-masonry-skin .brick{padding:0;width:100%;box-sizing:border-box}html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted{justify-content:space-between}html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item{margin-right:0}html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-d-flex .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_header html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header_inner_wrap .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header_meta .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_cat .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_followers .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content a .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .owl-nav .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .owl-nav button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav html body .esf-insta-masonry-skin .brick .esf-insta-feed-content button .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-profile-title h2,html body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_likes_holder_icons .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-profile-title h2,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .brick .esf-insta-feed-content li .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a .esf-insta-profile-title h2,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like .esf-insta-profile-title h2,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_popup_like .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-caption .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions html body .esf-insta-masonry-skin .brick .esf-insta-feed-content span .esf-insta-profile-title h2,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title h2{line-height:1;margin-bottom:5px}html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-d-flex .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_header html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header_inner_wrap .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header_meta .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_cat .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_followers .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content a .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-reacted-item .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_all_comments_wrap .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-share-wrapper .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .owl-nav .esf-insta-profile-title span,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .owl-nav .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_feeds_carousel .owl-nav button .esf-insta-profile-title span,.esf_insta_feeds_carousel .owl-nav html body .esf-insta-masonry-skin .brick .esf-insta-feed-content button .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-profile-title span,html body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_likes_holder_icons .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-profile-title span,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .brick .esf-insta-feed-content li .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a .esf-insta-profile-title span,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .brick .esf-insta-feed-content a .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like .esf-insta-profile-title span,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf_insta_popup_like .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-caption .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions html body .esf-insta-masonry-skin .brick .esf-insta-feed-content span .esf-insta-profile-title span,html body .esf-insta-masonry-skin .brick .esf-insta-feed-content .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span html body .esf-insta-masonry-skin .brick .esf-insta-feed-content i .esf-insta-profile-title span{line-height:1}html body .esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup{margin-bottom:0;text-align:center;box-shadow:none;-webkit-box-shadow:none}html body .esf-insta-masonry-skin .brick .esf_insta_feed_fancy_popup>img{width:auto;margin:0 auto;max-width:100%}html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-insta-d-flex,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf_insta_header html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_header_inner_wrap,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_header_meta,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_cat,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_followers,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-insta-reacted-item,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_all_comments_wrap,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-share-wrapper,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>a,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-insta-reacted-item,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_all_comments_wrap,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-share-wrapper,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>a,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-insta-reacted-item,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_all_comments_wrap,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-share-wrapper,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>a,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-insta-reacted-item,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_all_comments_wrap,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-share-wrapper,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>a,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav,.esf_insta_feeds_carousel html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.owl-nav,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button,.esf_insta_feeds_carousel .owl-nav html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>button,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons,html body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_likes_holder_icons,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>li,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>a,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf_insta_popup_like,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>.esf-insta-caption,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>span,html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span html body .esf-insta-masonry-skin .esf-insta-coulmn-count-4 .esf-insta-grid-wrapper .esf-insta-feed-content>i{flex-direction:column}html body .esf-insta-masonry-skin .esf-insta-masonry{padding:15px 0}html body .esf-insta-popup>.fancybox-close-small{display:none}html body .esf-insta-popup .esf-insta-caption .esf-insta-profile-title .esf-insta-profile-title-wrap h2 .esf-insta-profile-story-text{margin-left:5px}html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-d-flex .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_popup_likes_main,.esf_insta_header html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header_inner_wrap .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_popup_likes_main,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header_meta .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_popup_likes_main,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_cat .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_popup_likes_main,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_followers .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i .esf_insta_popup_likes_main,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i .esf_insta_popup_likes_main,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_popup_likes_main,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf_insta_popup_likes_main,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf_insta_popup_likes_main,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_popup_likes_main,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_popup_likes_main,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf_insta_popup_likes_main,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_popup_likes_main,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf_insta_popup_likes_main,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf_insta_popup_likes_main,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_popup_likes_main,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_popup_likes_main,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf_insta_popup_likes_main,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_popup_likes_main,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf_insta_popup_likes_main,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf_insta_popup_likes_main,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_popup_likes_main,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_popup_likes_main,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf_insta_popup_likes_main,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_popup_likes_main,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf_insta_popup_likes_main,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf_insta_popup_likes_main,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf_insta_popup_likes_main,.esf-insta-masonry-skin .brick .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_popup_likes_main,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf_insta_popup_likes_main,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .owl-nav .esf_insta_popup_likes_main,.esf_insta_feeds_carousel html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .owl-nav .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .owl-nav button .esf_insta_popup_likes_main,.esf_insta_feeds_carousel .owl-nav html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box button .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_popup_likes_main,html body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_likes_holder_icons .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_popup_likes_main,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box li .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a .esf_insta_popup_likes_main,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like .esf_insta_popup_likes_main,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_popup_like .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption .esf_insta_popup_likes_main,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-caption .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_popup_likes_main,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_popup_likes_main,html body .esf-insta-popup .esf-insta-caption .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i .esf_insta_popup_likes_main,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reactions span i .esf_insta_popup_likes_main{margin-right:3px}html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-d-flex .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf-insta-total-reactions-count,.esf_insta_header html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header_inner_wrap .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-total-reactions-count,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header_meta .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-total-reactions-count,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_cat .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-total-reactions-count,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_followers .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i .esf-insta-total-reactions-count,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i .esf-insta-total-reactions-count,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-total-reactions-count,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-total-reactions-count,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-total-reactions-count,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-total-reactions-count,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-total-reactions-count,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-total-reactions-count,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-total-reactions-count,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-total-reactions-count,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-total-reactions-count,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-total-reactions-count,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-total-reactions-count,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-total-reactions-count,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-total-reactions-count,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i .esf-insta-total-reactions-count,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-total-reactions-count,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-total-reactions-count,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-total-reactions-count,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-total-reactions-count,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-total-reactions-count,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf-insta-total-reactions-count,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-total-reactions-count,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-insta-total-reactions-count,.esf-insta-masonry-skin .brick .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-total-reactions-count,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-total-reactions-count,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reacted-item .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_all_comments_wrap .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-share-wrapper .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box i .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .owl-nav .esf-insta-total-reactions-count,.esf_insta_feeds_carousel html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .owl-nav .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_feeds_carousel .owl-nav button .esf-insta-total-reactions-count,.esf_insta_feeds_carousel .owl-nav html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box button .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-total-reactions-count,html body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_likes_holder_icons .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-total-reactions-count,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box li .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a .esf-insta-total-reactions-count,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box a .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like .esf-insta-total-reactions-count,html body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf_insta_popup_like .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption .esf-insta-total-reactions-count,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-caption .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-total-reactions-count,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-total-reactions-count,html body .esf-insta-popup .esf-insta-caption .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i .esf-insta-total-reactions-count,.esf-insta-post-detail .esf-insta-d-columns-wrapper html body .esf-insta-popup .esf-insta-caption .esf-insta-reactions-box .esf-insta-reactions span i .esf-insta-total-reactions-count{margin-right:15px}html body .esf-insta-popup .esf_insta_albums_data_holder .esf-insta-total-album-images .esf_insta_albums_icon .icon{line-height:1.5;position:relative;top:4px}html body .esf-insta-popup .esf_insta_albums_data_holder .esf-insta-total-album-images .esf_insta_albums_count{font-size:15px}html body .esf-insta-popup .esf-insta-image{width:100%}html body .esf-insta-popup .esf-insta-image>video{height:auto !important}html body .esf-insta-popup .esf-insta-image .esf-insta-media-item img{max-height:calc(100vh - 180px);width:auto}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-image .esf-insta-media-item{padding-right:0;width:100%;text-align:center}}html body .esf-insta-popup .esf-insta-image>img{max-height:calc(100vh - 80px);width:auto}html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel{padding-bottom:80px;width:100%}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel{padding-bottom:54px}}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-preview-section{width:100%}}html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-thumbnail-section{overflow-x:hidden;height:80px}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-thumbnail-section{height:60px}}html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-thumbnail-section .esf-insta-media-thumbnail-section-inner{height:80px;left:0;position:relative}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-thumbnail-section .esf-insta-media-thumbnail-section-inner{height:60px}}html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-thumbnail-section .esf-insta-media-thumbnail-section-inner .esf-insta-media-thumbnail:first-child{border-left:3px solid #000}html body .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-thumbnail-section .esf-insta-media-thumbnail-section-inner .esf-insta-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 .esf-insta-popup .esf-insta-image .esf-insta-media-carousel .esf-insta-media-thumbnail-section .esf-insta-media-thumbnail-section-inner .esf-insta-media-thumbnail{width:60px;height:100%}}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-d-columns-wrapper .esf-insta-caption{position:relative;max-width:auto;width:100%}}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-d-columns-wrapper{flex-direction:column;padding-right:0}}html body .esf-insta-popup .esf-insta-scrollbtn{position:absolute;bottom:27px;cursor:pointer;display:inline-block;background:#343a40;padding:2px 2px 1px 4px;z-index:10}html body .esf-insta-popup .esf-insta-scrollbtn::after{content:"";display:inline-block;border-top:7px solid transparent;border-bottom:7px solid transparent}html body .esf-insta-popup .esf-insta-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 .esf-insta-popup .esf-insta-scrollbtn{bottom:18px}}html body .esf-insta-popup .esf-insta-lsbtn{left:0;padding-right:5px}html body .esf-insta-popup .esf-insta-lsbtn::after{border-right:13px solid #fff}html body .esf-insta-popup .esf-insta-rsbtn{right:0}html body .esf-insta-popup .esf-insta-rsbtn::after{border-left:13px solid #fff}@media screen and (max-width: 991px){html body .esf-insta-popup .esf-insta-image>img{width:100%;height:auto;max-height:initial}html body .esf-insta-popup .esf-insta-image .esf-insta-media-item,html body .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-image{display:block}html body .esf-insta-popup .esf-insta-d-columns-wrapper{flex-wrap:nowrap}}.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-d-flex .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_comment_icon,.esf_insta_header .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header_inner_wrap .esf_insta_comment_icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_header_meta .esf_insta_comment_icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_cat .esf_insta_comment_icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_followers .esf_insta_comment_icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a .esf_insta_comment_icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a .esf_insta_comment_icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a .esf_insta_comment_icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item .esf_insta_comment_icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper .esf_insta_comment_icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a .esf_insta_comment_icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_comment_icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-reacted-item .esf_insta_comment_icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_all_comments_wrap .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf_insta_comment_icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-share-wrapper .esf_insta_comment_icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-likes-popup-holder .esf_insta_single_comment_holder a .esf_insta_comment_icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_feeds_carousel .owl-nav .esf_insta_comment_icon,.esf_insta_feeds_carousel .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .owl-nav .esf_insta_comment_icon,.esf_insta_feeds_carousel .owl-nav .esf-insta-likes-popup-holder .esf_insta_single_comment_holder button .esf_insta_comment_icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_likes_holder_icons .esf_insta_comment_icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_single_comment_holder li .esf_insta_comment_icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_single_comment_holder a .esf_insta_comment_icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf_insta_reactions_holder .esf_insta_popup_like .esf_insta_comment_icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_single_comment_holder .esf_insta_popup_like .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption .esf_insta_comment_icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-caption .esf_insta_comment_icon,.esf-insta-likes-popup-holder .esf_insta_single_comment_holder .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_comment_icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-likes-popup-holder .esf_insta_single_comment_holder span .esf_insta_comment_icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-likes-popup-holder .esf_insta_single_comment_holder i .esf_insta_comment_icon{max-width:30px}.esf_insta_popup_all_comments{max-width:700px;padding:10px}.esf_insta_popup_all_comments h4{margin-top:10px;font-size:23px}.esf_insta_popup_all_comments .esf_insta_reply_msg .esf_insta_comment_icon{margin-right:10px;display:inline-block}.esf_insta_popup_all_comments .esf_insta_reply_msg .esf_insta_comment_msg{display:inline-block;width:calc(100% - 35px);vertical-align:top;font-size:15px}.esf_insta_popup_all_comments .esf_insta_reply_msg .esf_insta_comment_meta{padding-left:31px;font-size:12px;color:#6c757d;margin-top:10px}html body .esf_insta_feed_wraper .esf_insta_header{width:100%;background:#fff;padding:15px 10px;background:#fff}html body .esf_insta_feed_wraper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content{display:flex;flex-wrap:wrap}html body .esf_insta_feed_wraper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta{margin-bottom:0}html body .esf_insta_feed_wraper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat,html body .esf_insta_feed_wraper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers{font-family:initial}html body .esf_insta_feed_wraper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_bio{font-size:17px}html body .esf_insta_feed_wraper .esf_insta_header .esf_insta_header_img a img{border-radius:50%}html body .esf_insta_feed_wraper .esf_insta_feeds_holder .owl-stage .owl-item{line-height:0}html body .esf_insta_feed_wraper .esf_insta_feeds_holder .owl-stage .owl-item .esf-insta-thumbnail-col .esf_insta_feed_fancy_popup{height:200px;width:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;display:inline-block}html body .esf_insta_feed_wraper .esf_insta_feeds_holder .owl-stage .owl-item .esf-insta-thumbnail-col .esf_insta_feed_fancy_popup>img{display:none}html body .esf_insta_feed_wraper .esf-insta-story-wrapper .esf-insta-thumbnail-wrapper a img{background:#000}html body .esf_insta_feed_wraper .esf_insta_custom_likebox{margin-top:40px}html body .esf_insta_feed_wraper .esf_insta_custom_likebox .esf-insta-like-box{text-align:center}html body .esf_insta_feed_wraper .esf_insta_custom_likebox .esf-insta-like-box .fb_iframe_widget{margin:0 auto}html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row{margin-right:-5px;margin-left:-5px}html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row>div{padding:0 5px;width:100%;max-width:100%}html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row>div .esf-insta-grid-wrapper{margin-bottom:10px}html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row.e-outer{display:grid;grid-template-columns:repeat(auto-fill, minmax(33.33%, 1fr));grid-auto-rows:1fr;margin-right:-7px;margin-left:-7px}html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row.e-outer::before{content:"";width:0;padding-bottom:100%;grid-row:1/1;grid-column:1/1}html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row.e-outer>*:first-child{grid-row:1/1;grid-column:1/1}html body .esf_insta_feed_wraper .esf_insta_error_msg{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:10px;border:1px solid transparent;border-radius:5px}html body .esf_insta_feed_popup_container .fancybox-button--arrow_left,html body .esf_insta_feed_popup_container .fancybox-button--arrow_right,html body .esf_insta_feed_popup_container .fancybox-button{background-color:#343a40;box-shadow:none !important}html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left>div,html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right>div,html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button>div{padding:4px}@media screen and (max-width: 991px){html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right,html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button{height:90px;width:60px}}@media screen and (max-width: 991px){html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,html body .esf_insta_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right{position:fixed;top:auto;bottom:0}}@media screen and (max-width: 991px){html body .esf_insta_feed_popup_container .fancybox-toolbar .fancybox-button{padding:4px;height:30px}}html body .esf_insta_replies_modal{border-radius:5px;max-width:500px;padding:0}html body .esf_insta_replies_modal .esf_insta_popup_all_comments{padding:0}html body .esf_insta_replies_modal .esf_insta_popup_all_comments h4{font-size:18px;margin:0;padding:13px 10px;border-bottom:#dee2e6 solid 1px;line-height:1}html body .esf_insta_replies_modal .esf_insta_popup_all_comments .esf_insta_popup_comment_holder{padding:10px;display:flex;flex-wrap:wrap;margin-bottom:10px;border-bottom:#dee2e6 dashed 1px;font-size:14px}html body .esf_insta_replies_modal .esf_insta_popup_all_comments .esf_insta_popup_comment_holder .esf_insta_comment_icon{text-decoration:none;max-width:30px;width:100%;margin-right:0}html body .esf_insta_replies_modal .esf_insta_popup_all_comments .esf_insta_popup_comment_holder .esf_insta_comment_msg{font-size:14px;width:calc(100% - 35px)}html body .esf_insta_replies_modal .esf_insta_popup_all_comments .esf_insta_popup_comment_holder .esf_insta_comment_meta{font-size:12px;color:#6c757d;margin-top:5px;padding-left:33.6px}.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-masonry-skin .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper{padding-left:0}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel{padding:10px 0}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .owl-nav{display:flex !important;justify-content:space-between !important}html body .esf_insta_feed_wraper .esf_insta_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 .esf_insta_feed_wraper .esf_insta_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 .esf_insta_feed_wraper .esf_insta_feeds_carousel .owl-nav button i{line-height:15px;font-size:24px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .owl-nav .owl-prev{left:5px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .owl-nav .owl-prev i{margin-left:-2px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .owl-nav .owl-next{right:5px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .owl-nav .owl-next i{margin-right:-2px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .owl-dots button{background-color:transparent}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .esf-insta-thumbnail-col .esf-insta-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}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .esf-insta-thumbnail-col .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .esf-insta-thumbnail-col .esf-insta-overlay .icon-esf-video-camera{position:absolute;font-size:20px;margin-left:-10px;margin-top:-10px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .esf-insta-thumbnail-col .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}html body .esf_insta_feed_wraper .esf_insta_feeds_carousel .esf-insta-thumbnail-col .esf_insta_feed_fancy_popup:hover .esf-insta-overlay{opacity:1}html body .esf_insta_feed_wraper .esf-insta-feed-content .esf-insta-see-more-btn{font-style:italic;font-size:14px;font-weight:700;text-transform:capitalize;color:#343a40;text-decoration:underline}.esf-insta-post-footer .esf-insta-view-share{flex-wrap:wrap;align-items:flex-start !important}.esf-insta-post-footer .esf-insta-view-share .esf-insta-view-on-fb{margin-bottom:5px;margin-right:10px}.esf-insta-post-footer .esf-insta-view-share .esf-share-wrapper{padding-left:0}.esf_insta_event_time,.esf_insta_place,.esf_insta_place_city,.esf_insta_event_meta>a{margin-bottom:10px;font-size:15px}.esf-insta-bounceX{animation:bounce 2s infinite}@keyframes esf-insta-bounceX{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.esf_insta_feeds_holder .esf-insta-load-opacity{display:none}.esf_insta_feed_popup_container.fancybox-container{z-index:99999999}.widget.widget_esf_instagram_feed{overflow:hidden}/*# sourceMappingURL=esf-insta-frontend.css.map */
|
1 |
+
.esf-insta-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.esf-insta-container{max-width:540px}}@media(min-width: 768px){.esf-insta-container{max-width:720px}}@media(min-width: 992px){.esf-insta-container{max-width:960px}}@media(min-width: 1200px){.esf-insta-container{max-width:1140px}}.esf-insta-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.esf-insta-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.esf-insta-no-gutters{margin-right:0;margin-left:0}.esf-insta-no-gutters>.esf-insta-col,.esf-insta-no-gutters>[class*=esf-insta-col-]{padding-right:0;padding-left:0}.esf-insta-col-xl,.esf-insta-col-xl-auto,.esf-insta-col-xl-12,.esf-insta-col-xl-11,.esf-insta-col-xl-10,.esf-insta-col-xl-9,.esf-insta-col-xl-8,.esf-insta-col-xl-7,.esf-insta-col-xl-6,.esf-insta-col-xl-5,.esf-insta-col-xl-4,.esf-insta-col-xl-3,.esf-insta-col-xl-2,.esf-insta-col-xl-1,.esf-insta-col-lg,.esf-insta-col-lg-auto,.esf-insta-col-lg-12,.esf-insta-col-lg-11,.esf-insta-col-lg-10,.esf-insta-col-lg-9,.esf-insta-col-lg-8,.esf-insta-col-lg-7,.esf-insta-col-lg-6,.esf-insta-col-lg-5,.esf-insta-col-lg-4,.esf-insta-col-lg-3,.esf-insta-col-lg-2,.esf-insta-col-lg-1,.esf-insta-col-md,.esf-insta-col-md-auto,.esf-insta-col-md-12,.esf-insta-col-md-11,.esf-insta-col-md-10,.esf-insta-col-md-9,.esf-insta-col-md-8,.esf-insta-col-md-7,.esf-insta-col-md-6,.esf-insta-col-md-5,.esf-insta-col-md-4,.esf-insta-col-md-3,.esf-insta-col-md-2,.esf-insta-col-md-1,.esf-insta-col-sm,.esf-insta-col-sm-auto,.esf-insta-col-sm-12,.esf-insta-col-sm-11,.esf-insta-col-sm-10,.esf-insta-col-sm-9,.esf-insta-col-sm-8,.esf-insta-col-sm-7,.esf-insta-col-sm-6,.esf-insta-col-sm-5,.esf-insta-col-sm-4,.esf-insta-col-sm-3,.esf-insta-col-sm-2,.esf-insta-col-sm-1,.esf-insta-col,.esf-insta-col-auto,.esf-insta-col-12,.esf-insta-col-11,.esf-insta-col-10,.esf-insta-col-9,.esf-insta-col-8,.esf-insta-col-7,.esf-insta-col-6,.esf-insta-col-5,.esf-insta-col-4,.esf-insta-col-3,.esf-insta-col-2,.esf-insta-col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.esf-insta-col{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-3{flex:0 0 25%;max-width:25%}.esf-insta-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-6{flex:0 0 50%;max-width:50%}.esf-insta-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-9{flex:0 0 75%;max-width:75%}.esf-insta-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-12{flex:0 0 100%;max-width:100%}.esf-insta-order-first{order:-1}.esf-insta-order-last{order:13}.esf-insta-order-0{order:0}.esf-insta-order-1{order:1}.esf-insta-order-2{order:2}.esf-insta-order-3{order:3}.esf-insta-order-4{order:4}.esf-insta-order-5{order:5}.esf-insta-order-6{order:6}.esf-insta-order-7{order:7}.esf-insta-order-8{order:8}.esf-insta-order-9{order:9}.esf-insta-order-10{order:10}.esf-insta-order-11{order:11}.esf-insta-order-12{order:12}.esf-insta-offset-1{margin-left:8.3333333333%}.esf-insta-offset-2{margin-left:16.6666666667%}.esf-insta-offset-3{margin-left:25%}.esf-insta-offset-4{margin-left:33.3333333333%}.esf-insta-offset-5{margin-left:41.6666666667%}.esf-insta-offset-6{margin-left:50%}.esf-insta-offset-7{margin-left:58.3333333333%}.esf-insta-offset-8{margin-left:66.6666666667%}.esf-insta-offset-9{margin-left:75%}.esf-insta-offset-10{margin-left:83.3333333333%}.esf-insta-offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.esf-insta-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-sm-3{flex:0 0 25%;max-width:25%}.esf-insta-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-sm-6{flex:0 0 50%;max-width:50%}.esf-insta-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-sm-9{flex:0 0 75%;max-width:75%}.esf-insta-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-sm-12{flex:0 0 100%;max-width:100%}.esf-insta-order-sm-first{order:-1}.esf-insta-order-sm-last{order:13}.esf-insta-order-sm-0{order:0}.esf-insta-order-sm-1{order:1}.esf-insta-order-sm-2{order:2}.esf-insta-order-sm-3{order:3}.esf-insta-order-sm-4{order:4}.esf-insta-order-sm-5{order:5}.esf-insta-order-sm-6{order:6}.esf-insta-order-sm-7{order:7}.esf-insta-order-sm-8{order:8}.esf-insta-order-sm-9{order:9}.esf-insta-order-sm-10{order:10}.esf-insta-order-sm-11{order:11}.esf-insta-order-sm-12{order:12}.esf-insta-offset-sm-0{margin-left:0}.esf-insta-offset-sm-1{margin-left:8.3333333333%}.esf-insta-offset-sm-2{margin-left:16.6666666667%}.esf-insta-offset-sm-3{margin-left:25%}.esf-insta-offset-sm-4{margin-left:33.3333333333%}.esf-insta-offset-sm-5{margin-left:41.6666666667%}.esf-insta-offset-sm-6{margin-left:50%}.esf-insta-offset-sm-7{margin-left:58.3333333333%}.esf-insta-offset-sm-8{margin-left:66.6666666667%}.esf-insta-offset-sm-9{margin-left:75%}.esf-insta-offset-sm-10{margin-left:83.3333333333%}.esf-insta-offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.esf-insta-col-md{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-md-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-md-3{flex:0 0 25%;max-width:25%}.esf-insta-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-md-6{flex:0 0 50%;max-width:50%}.esf-insta-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-md-9{flex:0 0 75%;max-width:75%}.esf-insta-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-md-12{flex:0 0 100%;max-width:100%}.esf-insta-order-md-first{order:-1}.esf-insta-order-md-last{order:13}.esf-insta-order-md-0{order:0}.esf-insta-order-md-1{order:1}.esf-insta-order-md-2{order:2}.esf-insta-order-md-3{order:3}.esf-insta-order-md-4{order:4}.esf-insta-order-md-5{order:5}.esf-insta-order-md-6{order:6}.esf-insta-order-md-7{order:7}.esf-insta-order-md-8{order:8}.esf-insta-order-md-9{order:9}.esf-insta-order-md-10{order:10}.esf-insta-order-md-11{order:11}.esf-insta-order-md-12{order:12}.esf-insta-offset-md-0{margin-left:0}.esf-insta-offset-md-1{margin-left:8.3333333333%}.esf-insta-offset-md-2{margin-left:16.6666666667%}.esf-insta-offset-md-3{margin-left:25%}.esf-insta-offset-md-4{margin-left:33.3333333333%}.esf-insta-offset-md-5{margin-left:41.6666666667%}.esf-insta-offset-md-6{margin-left:50%}.esf-insta-offset-md-7{margin-left:58.3333333333%}.esf-insta-offset-md-8{margin-left:66.6666666667%}.esf-insta-offset-md-9{margin-left:75%}.esf-insta-offset-md-10{margin-left:83.3333333333%}.esf-insta-offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.esf-insta-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-lg-3{flex:0 0 25%;max-width:25%}.esf-insta-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-lg-6{flex:0 0 50%;max-width:50%}.esf-insta-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-lg-9{flex:0 0 75%;max-width:75%}.esf-insta-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-lg-12{flex:0 0 100%;max-width:100%}.esf-insta-order-lg-first{order:-1}.esf-insta-order-lg-last{order:13}.esf-insta-order-lg-0{order:0}.esf-insta-order-lg-1{order:1}.esf-insta-order-lg-2{order:2}.esf-insta-order-lg-3{order:3}.esf-insta-order-lg-4{order:4}.esf-insta-order-lg-5{order:5}.esf-insta-order-lg-6{order:6}.esf-insta-order-lg-7{order:7}.esf-insta-order-lg-8{order:8}.esf-insta-order-lg-9{order:9}.esf-insta-order-lg-10{order:10}.esf-insta-order-lg-11{order:11}.esf-insta-order-lg-12{order:12}.esf-insta-offset-lg-0{margin-left:0}.esf-insta-offset-lg-1{margin-left:8.3333333333%}.esf-insta-offset-lg-2{margin-left:16.6666666667%}.esf-insta-offset-lg-3{margin-left:25%}.esf-insta-offset-lg-4{margin-left:33.3333333333%}.esf-insta-offset-lg-5{margin-left:41.6666666667%}.esf-insta-offset-lg-6{margin-left:50%}.esf-insta-offset-lg-7{margin-left:58.3333333333%}.esf-insta-offset-lg-8{margin-left:66.6666666667%}.esf-insta-offset-lg-9{margin-left:75%}.esf-insta-offset-lg-10{margin-left:83.3333333333%}.esf-insta-offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.esf-insta-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.esf-insta-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.esf-insta-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.esf-insta-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.esf-insta-col-xl-3{flex:0 0 25%;max-width:25%}.esf-insta-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.esf-insta-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.esf-insta-col-xl-6{flex:0 0 50%;max-width:50%}.esf-insta-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.esf-insta-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.esf-insta-col-xl-9{flex:0 0 75%;max-width:75%}.esf-insta-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.esf-insta-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.esf-insta-col-xl-12{flex:0 0 100%;max-width:100%}.esf-insta-order-xl-first{order:-1}.esf-insta-order-xl-last{order:13}.esf-insta-order-xl-0{order:0}.esf-insta-order-xl-1{order:1}.esf-insta-order-xl-2{order:2}.esf-insta-order-xl-3{order:3}.esf-insta-order-xl-4{order:4}.esf-insta-order-xl-5{order:5}.esf-insta-order-xl-6{order:6}.esf-insta-order-xl-7{order:7}.esf-insta-order-xl-8{order:8}.esf-insta-order-xl-9{order:9}.esf-insta-order-xl-10{order:10}.esf-insta-order-xl-11{order:11}.esf-insta-order-xl-12{order:12}.esf-insta-offset-xl-0{margin-left:0}.esf-insta-offset-xl-1{margin-left:8.3333333333%}.esf-insta-offset-xl-2{margin-left:16.6666666667%}.esf-insta-offset-xl-3{margin-left:25%}.esf-insta-offset-xl-4{margin-left:33.3333333333%}.esf-insta-offset-xl-5{margin-left:41.6666666667%}.esf-insta-offset-xl-6{margin-left:50%}.esf-insta-offset-xl-7{margin-left:58.3333333333%}.esf-insta-offset-xl-8{margin-left:66.6666666667%}.esf-insta-offset-xl-9{margin-left:75%}.esf-insta-offset-xl-10{margin-left:83.3333333333%}.esf-insta-offset-xl-11{margin-left:91.6666666667%}}.esf-insta-align-baseline{vertical-align:baseline !important}.esf-insta-align-top{vertical-align:top !important}.esf-insta-align-middle{vertical-align:middle !important}.esf-insta-align-bottom{vertical-align:bottom !important}.esf-insta-align-text-bottom{vertical-align:text-bottom !important}.esf-insta-align-text-top{vertical-align:text-top !important}.esf-insta-clearfix::after{display:block;clear:both;content:""}.esf-insta-d-none{display:none !important}.esf-insta-d-inline{display:inline !important}.esf-insta-d-inline-block{display:inline-block !important}.esf-insta-d-block{display:block !important}.esf-insta-d-table{display:table !important}.esf-insta-d-table-row{display:table-row !important}.esf-insta-d-table-cell{display:table-cell !important}.esf-insta-d-flex,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons,.esf_insta_feeds_carousel .owl-nav button,.esf_insta_feeds_carousel .owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap{display:flex !important}.esf-insta-d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.esf-insta-d-sm-none{display:none !important}.esf-insta-d-sm-inline{display:inline !important}.esf-insta-d-sm-inline-block{display:inline-block !important}.esf-insta-d-sm-block{display:block !important}.esf-insta-d-sm-table{display:table !important}.esf-insta-d-sm-table-row{display:table-row !important}.esf-insta-d-sm-table-cell{display:table-cell !important}.esf-insta-d-sm-flex{display:flex !important}.esf-insta-d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.esf-insta-d-md-none{display:none !important}.esf-insta-d-md-inline{display:inline !important}.esf-insta-d-md-inline-block{display:inline-block !important}.esf-insta-d-md-block{display:block !important}.esf-insta-d-md-table{display:table !important}.esf-insta-d-md-table-row{display:table-row !important}.esf-insta-d-md-table-cell{display:table-cell !important}.esf-insta-d-md-flex{display:flex !important}.esf-insta-d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.esf-insta-d-lg-none{display:none !important}.esf-insta-d-lg-inline{display:inline !important}.esf-insta-d-lg-inline-block{display:inline-block !important}.esf-insta-d-lg-block{display:block !important}.esf-insta-d-lg-table{display:table !important}.esf-insta-d-lg-table-row{display:table-row !important}.esf-insta-d-lg-table-cell{display:table-cell !important}.esf-insta-d-lg-flex{display:flex !important}.esf-insta-d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.esf-insta-d-xl-none{display:none !important}.esf-insta-d-xl-inline{display:inline !important}.esf-insta-d-xl-inline-block{display:inline-block !important}.esf-insta-d-xl-block{display:block !important}.esf-insta-d-xl-table{display:table !important}.esf-insta-d-xl-table-row{display:table-row !important}.esf-insta-d-xl-table-cell{display:table-cell !important}.esf-insta-d-xl-flex{display:flex !important}.esf-insta-d-xl-inline-flex{display:inline-flex !important}}.esf-insta-flex-row{flex-direction:row !important}.esf-insta-flex-column,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-caption,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-d-flex,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_popup_like,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>li,.esf_insta_feeds_carousel .esf-insta-grid-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-grid-wrapper .esf-insta-post-footer>button,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_cat,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_followers,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-d-flex,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-masonry-skin .brick .esf-insta-post-footer>span,.esf-insta-masonry-skin .brick .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-caption,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_popup_like,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-masonry-skin .brick .esf-insta-post-footer>li,.esf-insta-masonry-skin .brick body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-masonry-skin .brick .esf-insta-post-footer>button,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-masonry-skin .brick .esf-insta-post-footer>.owl-nav,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_header_meta,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_cat,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_followers,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-masonry-skin .brick .esf-insta-post-footer>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-masonry-skin .brick .esf-insta-post-footer>i{flex-direction:column !important}.esf-insta-flex-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-wrap,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta{flex-wrap:wrap !important}.esf-insta-flex-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-start{justify-content:flex-start !important}.esf-insta-justify-content-end{justify-content:flex-end !important}.esf-insta-justify-content-center,.esf_insta_feeds_carousel .owl-nav{justify-content:center !important}.esf-insta-justify-content-between{justify-content:space-between !important}.esf-insta-justify-content-around{justify-content:space-around !important}.esf-insta-align-items-start{align-items:flex-start !important}.esf-insta-align-items-end{align-items:flex-end !important}.esf-insta-align-items-center,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li,.esf_insta_feeds_carousel .owl-nav button,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta{align-items:center !important}.esf-insta-align-items-baseline{align-items:baseline !important}.esf-insta-align-items-stretch{align-items:stretch !important}.esf-insta-align-content-start{align-content:flex-start !important}.esf-insta-align-content-end{align-content:flex-end !important}.esf-insta-align-content-center{align-content:center !important}.esf-insta-align-content-between{align-content:space-between !important}.esf-insta-align-content-around{align-content:space-around !important}.esf-insta-align-content-stretch{align-content:stretch !important}.esf-insta-align-self-auto{align-self:auto !important}.esf-insta-align-self-start{align-self:flex-start !important}.esf-insta-align-self-end{align-self:flex-end !important}.esf-insta-align-self-center{align-self:center !important}.esf-insta-align-self-baseline{align-self:baseline !important}.esf-insta-align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.esf-insta-flex-sm-row{flex-direction:row !important}.esf-insta-flex-sm-column{flex-direction:column !important}.esf-insta-flex-sm-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-sm-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-sm-wrap{flex-wrap:wrap !important}.esf-insta-flex-sm-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-sm-start{justify-content:flex-start !important}.esf-insta-justify-content-sm-end{justify-content:flex-end !important}.esf-insta-justify-content-sm-center{justify-content:center !important}.esf-insta-justify-content-sm-between{justify-content:space-between !important}.esf-insta-justify-content-sm-around{justify-content:space-around !important}.esf-insta-align-items-sm-start{align-items:flex-start !important}.esf-insta-align-items-sm-end{align-items:flex-end !important}.esf-insta-align-items-sm-center{align-items:center !important}.esf-insta-align-items-sm-baseline{align-items:baseline !important}.esf-insta-align-items-sm-stretch{align-items:stretch !important}.esf-insta-align-content-sm-start{align-content:flex-start !important}.esf-insta-align-content-sm-end{align-content:flex-end !important}.esf-insta-align-content-sm-center{align-content:center !important}.esf-insta-align-content-sm-between{align-content:space-between !important}.esf-insta-align-content-sm-around{align-content:space-around !important}.esf-insta-align-content-sm-stretch{align-content:stretch !important}.esf-insta-align-self-sm-auto{align-self:auto !important}.esf-insta-align-self-sm-start{align-self:flex-start !important}.esf-insta-align-self-sm-end{align-self:flex-end !important}.esf-insta-align-self-sm-center{align-self:center !important}.esf-insta-align-self-sm-baseline{align-self:baseline !important}.esf-insta-align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.esf-insta-flex-md-row{flex-direction:row !important}.esf-insta-flex-md-column{flex-direction:column !important}.esf-insta-flex-md-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-md-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-md-wrap{flex-wrap:wrap !important}.esf-insta-flex-md-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-md-start{justify-content:flex-start !important}.esf-insta-justify-content-md-end{justify-content:flex-end !important}.esf-insta-justify-content-md-center{justify-content:center !important}.esf-insta-justify-content-md-between{justify-content:space-between !important}.esf-insta-justify-content-md-around{justify-content:space-around !important}.esf-insta-align-items-md-start{align-items:flex-start !important}.esf-insta-align-items-md-end{align-items:flex-end !important}.esf-insta-align-items-md-center{align-items:center !important}.esf-insta-align-items-md-baseline{align-items:baseline !important}.esf-insta-align-items-md-stretch{align-items:stretch !important}.esf-insta-align-content-md-start{align-content:flex-start !important}.esf-insta-align-content-md-end{align-content:flex-end !important}.esf-insta-align-content-md-center{align-content:center !important}.esf-insta-align-content-md-between{align-content:space-between !important}.esf-insta-align-content-md-around{align-content:space-around !important}.esf-insta-align-content-md-stretch{align-content:stretch !important}.esf-insta-align-self-md-auto{align-self:auto !important}.esf-insta-align-self-md-start{align-self:flex-start !important}.esf-insta-align-self-md-end{align-self:flex-end !important}.esf-insta-align-self-md-center{align-self:center !important}.esf-insta-align-self-md-baseline{align-self:baseline !important}.esf-insta-align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.esf-insta-flex-lg-row{flex-direction:row !important}.esf-insta-flex-lg-column{flex-direction:column !important}.esf-insta-flex-lg-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-lg-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-lg-wrap{flex-wrap:wrap !important}.esf-insta-flex-lg-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-lg-start{justify-content:flex-start !important}.esf-insta-justify-content-lg-end{justify-content:flex-end !important}.esf-insta-justify-content-lg-center{justify-content:center !important}.esf-insta-justify-content-lg-between{justify-content:space-between !important}.esf-insta-justify-content-lg-around{justify-content:space-around !important}.esf-insta-align-items-lg-start{align-items:flex-start !important}.esf-insta-align-items-lg-end{align-items:flex-end !important}.esf-insta-align-items-lg-center{align-items:center !important}.esf-insta-align-items-lg-baseline{align-items:baseline !important}.esf-insta-align-items-lg-stretch{align-items:stretch !important}.esf-insta-align-content-lg-start{align-content:flex-start !important}.esf-insta-align-content-lg-end{align-content:flex-end !important}.esf-insta-align-content-lg-center{align-content:center !important}.esf-insta-align-content-lg-between{align-content:space-between !important}.esf-insta-align-content-lg-around{align-content:space-around !important}.esf-insta-align-content-lg-stretch{align-content:stretch !important}.esf-insta-align-self-lg-auto{align-self:auto !important}.esf-insta-align-self-lg-start{align-self:flex-start !important}.esf-insta-align-self-lg-end{align-self:flex-end !important}.esf-insta-align-self-lg-center{align-self:center !important}.esf-insta-align-self-lg-baseline{align-self:baseline !important}.esf-insta-align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.esf-insta-flex-xl-row{flex-direction:row !important}.esf-insta-flex-xl-column{flex-direction:column !important}.esf-insta-flex-xl-row-reverse{flex-direction:row-reverse !important}.esf-insta-flex-xl-column-reverse{flex-direction:column-reverse !important}.esf-insta-flex-xl-wrap{flex-wrap:wrap !important}.esf-insta-flex-xl-nowrap{flex-wrap:nowrap !important}.esf-insta-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.esf-insta-justify-content-xl-start{justify-content:flex-start !important}.esf-insta-justify-content-xl-end{justify-content:flex-end !important}.esf-insta-justify-content-xl-center{justify-content:center !important}.esf-insta-justify-content-xl-between{justify-content:space-between !important}.esf-insta-justify-content-xl-around{justify-content:space-around !important}.esf-insta-align-items-xl-start{align-items:flex-start !important}.esf-insta-align-items-xl-end{align-items:flex-end !important}.esf-insta-align-items-xl-center{align-items:center !important}.esf-insta-align-items-xl-baseline{align-items:baseline !important}.esf-insta-align-items-xl-stretch{align-items:stretch !important}.esf-insta-align-content-xl-start{align-content:flex-start !important}.esf-insta-align-content-xl-end{align-content:flex-end !important}.esf-insta-align-content-xl-center{align-content:center !important}.esf-insta-align-content-xl-between{align-content:space-between !important}.esf-insta-align-content-xl-around{align-content:space-around !important}.esf-insta-align-content-xl-stretch{align-content:stretch !important}.esf-insta-align-self-xl-auto{align-self:auto !important}.esf-insta-align-self-xl-start{align-self:flex-start !important}.esf-insta-align-self-xl-end{align-self:flex-end !important}.esf-insta-align-self-xl-center{align-self:center !important}.esf-insta-align-self-xl-baseline{align-self:baseline !important}.esf-insta-align-self-xl-stretch{align-self:stretch !important}}.esf-insta-float-left{float:left !important}.esf-insta-float-right{float:right !important}.esf-insta-float-none{float:none !important}@media(min-width: 576px){.esf-insta-float-sm-left{float:left !important}.esf-insta-float-sm-right{float:right !important}.esf-insta-float-sm-none{float:none !important}}@media(min-width: 768px){.esf-insta-float-md-left{float:left !important}.esf-insta-float-md-right{float:right !important}.esf-insta-float-md-none{float:none !important}}@media(min-width: 992px){.esf-insta-float-lg-left{float:left !important}.esf-insta-float-lg-right{float:right !important}.esf-insta-float-lg-none{float:none !important}}@media(min-width: 1200px){.esf-insta-float-xl-left{float:left !important}.esf-insta-float-xl-right{float:right !important}.esf-insta-float-xl-none{float:none !important}}.esf-insta-position-static{position:static !important}.esf-insta-position-relative{position:relative !important}.esf-insta-position-absolute{position:absolute !important}.esf-insta-position-fixed{position:fixed !important}.esf-insta-position-sticky{position:sticky !important}.esf-insta-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.esf-insta-fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.esf-insta-sticky-top{position:sticky;top:0;z-index:1020}}.esf-insta-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}.esf-insta-sr-only-focusable:active,.esf-insta-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.esf-insta-w-25{width:25% !important}.esf-insta-w-50{width:50% !important}.esf-insta-w-75{width:75% !important}.esf-insta-w-100{width:100% !important}.esf-insta-h-25{height:25% !important}.esf-insta-h-50{height:50% !important}.esf-insta-h-75{height:75% !important}.esf-insta-h-100{height:100% !important}.esf-insta-mw-100{max-width:100% !important}.esf-insta-mh-100{max-height:100% !important}.esf-insta-m-0{margin:0 !important}.esf-insta-mt-0,.esf-insta-my-0{margin-top:0 !important}.esf-insta-mr-0,.esf-insta-mx-0{margin-right:0 !important}.esf-insta-mb-0,.esf-insta-my-0{margin-bottom:0 !important}.esf-insta-ml-0,.esf-insta-mx-0{margin-left:0 !important}.esf-insta-m-1{margin:.25rem !important}.esf-insta-mt-1,.esf-insta-my-1{margin-top:.25rem !important}.esf-insta-mr-1,.esf-insta-mx-1{margin-right:.25rem !important}.esf-insta-mb-1,.esf-insta-my-1{margin-bottom:.25rem !important}.esf-insta-ml-1,.esf-insta-mx-1{margin-left:.25rem !important}.esf-insta-m-2{margin:.5rem !important}.esf-insta-mt-2,.esf-insta-my-2{margin-top:.5rem !important}.esf-insta-mr-2,.esf-insta-mx-2{margin-right:.5rem !important}.esf-insta-mb-2,.esf-insta-my-2{margin-bottom:.5rem !important}.esf-insta-ml-2,.esf-insta-mx-2{margin-left:.5rem !important}.esf-insta-m-3{margin:1rem !important}.esf-insta-mt-3,.esf-insta-my-3{margin-top:1rem !important}.esf-insta-mr-3,.esf-insta-mx-3{margin-right:1rem !important}.esf-insta-mb-3,.esf-insta-my-3{margin-bottom:1rem !important}.esf-insta-ml-3,.esf-insta-mx-3{margin-left:1rem !important}.esf-insta-m-4{margin:1.5rem !important}.esf-insta-mt-4,.esf-insta-my-4{margin-top:1.5rem !important}.esf-insta-mr-4,.esf-insta-mx-4{margin-right:1.5rem !important}.esf-insta-mb-4,.esf-insta-my-4{margin-bottom:1.5rem !important}.esf-insta-ml-4,.esf-insta-mx-4{margin-left:1.5rem !important}.esf-insta-m-5{margin:3rem !important}.esf-insta-mt-5,.esf-insta-my-5{margin-top:3rem !important}.esf-insta-mr-5,.esf-insta-mx-5{margin-right:3rem !important}.esf-insta-mb-5,.esf-insta-my-5{margin-bottom:3rem !important}.esf-insta-ml-5,.esf-insta-mx-5{margin-left:3rem !important}.esf-insta-p-0{padding:0 !important}.esf-insta-pt-0,.esf-insta-py-0{padding-top:0 !important}.esf-insta-pr-0,.esf-insta-px-0{padding-right:0 !important}.esf-insta-pb-0,.esf-insta-py-0{padding-bottom:0 !important}.esf-insta-pl-0,.esf-insta-px-0{padding-left:0 !important}.esf-insta-p-1{padding:.25rem !important}.esf-insta-pt-1,.esf-insta-py-1{padding-top:.25rem !important}.esf-insta-pr-1,.esf-insta-px-1{padding-right:.25rem !important}.esf-insta-pb-1,.esf-insta-py-1{padding-bottom:.25rem !important}.esf-insta-pl-1,.esf-insta-px-1{padding-left:.25rem !important}.esf-insta-p-2{padding:.5rem !important}.esf-insta-pt-2,.esf-insta-py-2{padding-top:.5rem !important}.esf-insta-pr-2,.esf-insta-px-2{padding-right:.5rem !important}.esf-insta-pb-2,.esf-insta-py-2{padding-bottom:.5rem !important}.esf-insta-pl-2,.esf-insta-px-2{padding-left:.5rem !important}.esf-insta-p-3{padding:1rem !important}.esf-insta-pt-3,.esf-insta-py-3{padding-top:1rem !important}.esf-insta-pr-3,.esf-insta-px-3{padding-right:1rem !important}.esf-insta-pb-3,.esf-insta-py-3{padding-bottom:1rem !important}.esf-insta-pl-3,.esf-insta-px-3{padding-left:1rem !important}.esf-insta-p-4{padding:1.5rem !important}.esf-insta-pt-4,.esf-insta-py-4{padding-top:1.5rem !important}.esf-insta-pr-4,.esf-insta-px-4{padding-right:1.5rem !important}.esf-insta-pb-4,.esf-insta-py-4{padding-bottom:1.5rem !important}.esf-insta-pl-4,.esf-insta-px-4{padding-left:1.5rem !important}.esf-insta-p-5{padding:3rem !important}.esf-insta-pt-5,.esf-insta-py-5{padding-top:3rem !important}.esf-insta-pr-5,.esf-insta-px-5{padding-right:3rem !important}.esf-insta-pb-5,.esf-insta-py-5{padding-bottom:3rem !important}.esf-insta-pl-5,.esf-insta-px-5{padding-left:3rem !important}.esf-insta-m-auto{margin:auto !important}.esf-insta-mt-auto,.esf-insta-my-auto{margin-top:auto !important}.esf-insta-mr-auto,.esf-insta-mx-auto{margin-right:auto !important}.esf-insta-mb-auto,.esf-insta-my-auto{margin-bottom:auto !important}.esf-insta-ml-auto,.esf-insta-mx-auto{margin-left:auto !important}@media(min-width: 576px){.esf-insta-m-sm-0{margin:0 !important}.esf-insta-mt-sm-0,.esf-insta-my-sm-0{margin-top:0 !important}.esf-insta-mr-sm-0,.esf-insta-mx-sm-0{margin-right:0 !important}.esf-insta-mb-sm-0,.esf-insta-my-sm-0{margin-bottom:0 !important}.esf-insta-ml-sm-0,.esf-insta-mx-sm-0{margin-left:0 !important}.esf-insta-m-sm-1{margin:.25rem !important}.esf-insta-mt-sm-1,.esf-insta-my-sm-1{margin-top:.25rem !important}.esf-insta-mr-sm-1,.esf-insta-mx-sm-1{margin-right:.25rem !important}.esf-insta-mb-sm-1,.esf-insta-my-sm-1{margin-bottom:.25rem !important}.esf-insta-ml-sm-1,.esf-insta-mx-sm-1{margin-left:.25rem !important}.esf-insta-m-sm-2{margin:.5rem !important}.esf-insta-mt-sm-2,.esf-insta-my-sm-2{margin-top:.5rem !important}.esf-insta-mr-sm-2,.esf-insta-mx-sm-2{margin-right:.5rem !important}.esf-insta-mb-sm-2,.esf-insta-my-sm-2{margin-bottom:.5rem !important}.esf-insta-ml-sm-2,.esf-insta-mx-sm-2{margin-left:.5rem !important}.esf-insta-m-sm-3{margin:1rem !important}.esf-insta-mt-sm-3,.esf-insta-my-sm-3{margin-top:1rem !important}.esf-insta-mr-sm-3,.esf-insta-mx-sm-3{margin-right:1rem !important}.esf-insta-mb-sm-3,.esf-insta-my-sm-3{margin-bottom:1rem !important}.esf-insta-ml-sm-3,.esf-insta-mx-sm-3{margin-left:1rem !important}.esf-insta-m-sm-4{margin:1.5rem !important}.esf-insta-mt-sm-4,.esf-insta-my-sm-4{margin-top:1.5rem !important}.esf-insta-mr-sm-4,.esf-insta-mx-sm-4{margin-right:1.5rem !important}.esf-insta-mb-sm-4,.esf-insta-my-sm-4{margin-bottom:1.5rem !important}.esf-insta-ml-sm-4,.esf-insta-mx-sm-4{margin-left:1.5rem !important}.esf-insta-m-sm-5{margin:3rem !important}.esf-insta-mt-sm-5,.esf-insta-my-sm-5{margin-top:3rem !important}.esf-insta-mr-sm-5,.esf-insta-mx-sm-5{margin-right:3rem !important}.esf-insta-mb-sm-5,.esf-insta-my-sm-5{margin-bottom:3rem !important}.esf-insta-ml-sm-5,.esf-insta-mx-sm-5{margin-left:3rem !important}.esf-insta-p-sm-0{padding:0 !important}.esf-insta-pt-sm-0,.esf-insta-py-sm-0{padding-top:0 !important}.esf-insta-pr-sm-0,.esf-insta-px-sm-0{padding-right:0 !important}.esf-insta-pb-sm-0,.esf-insta-py-sm-0{padding-bottom:0 !important}.esf-insta-pl-sm-0,.esf-insta-px-sm-0{padding-left:0 !important}.esf-insta-p-sm-1{padding:.25rem !important}.esf-insta-pt-sm-1,.esf-insta-py-sm-1{padding-top:.25rem !important}.esf-insta-pr-sm-1,.esf-insta-px-sm-1{padding-right:.25rem !important}.esf-insta-pb-sm-1,.esf-insta-py-sm-1{padding-bottom:.25rem !important}.esf-insta-pl-sm-1,.esf-insta-px-sm-1{padding-left:.25rem !important}.esf-insta-p-sm-2{padding:.5rem !important}.esf-insta-pt-sm-2,.esf-insta-py-sm-2{padding-top:.5rem !important}.esf-insta-pr-sm-2,.esf-insta-px-sm-2{padding-right:.5rem !important}.esf-insta-pb-sm-2,.esf-insta-py-sm-2{padding-bottom:.5rem !important}.esf-insta-pl-sm-2,.esf-insta-px-sm-2{padding-left:.5rem !important}.esf-insta-p-sm-3{padding:1rem !important}.esf-insta-pt-sm-3,.esf-insta-py-sm-3{padding-top:1rem !important}.esf-insta-pr-sm-3,.esf-insta-px-sm-3{padding-right:1rem !important}.esf-insta-pb-sm-3,.esf-insta-py-sm-3{padding-bottom:1rem !important}.esf-insta-pl-sm-3,.esf-insta-px-sm-3{padding-left:1rem !important}.esf-insta-p-sm-4{padding:1.5rem !important}.esf-insta-pt-sm-4,.esf-insta-py-sm-4{padding-top:1.5rem !important}.esf-insta-pr-sm-4,.esf-insta-px-sm-4{padding-right:1.5rem !important}.esf-insta-pb-sm-4,.esf-insta-py-sm-4{padding-bottom:1.5rem !important}.esf-insta-pl-sm-4,.esf-insta-px-sm-4{padding-left:1.5rem !important}.esf-insta-p-sm-5{padding:3rem !important}.esf-insta-pt-sm-5,.esf-insta-py-sm-5{padding-top:3rem !important}.esf-insta-pr-sm-5,.esf-insta-px-sm-5{padding-right:3rem !important}.esf-insta-pb-sm-5,.esf-insta-py-sm-5{padding-bottom:3rem !important}.esf-insta-pl-sm-5,.esf-insta-px-sm-5{padding-left:3rem !important}.esf-insta-m-sm-auto{margin:auto !important}.esf-insta-mt-sm-auto,.esf-insta-my-sm-auto{margin-top:auto !important}.esf-insta-mr-sm-auto,.esf-insta-mx-sm-auto{margin-right:auto !important}.esf-insta-mb-sm-auto,.esf-insta-my-sm-auto{margin-bottom:auto !important}.esf-insta-ml-sm-auto,.esf-insta-mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.esf-insta-m-md-0{margin:0 !important}.esf-insta-mt-md-0,.esf-insta-my-md-0{margin-top:0 !important}.esf-insta-mr-md-0,.esf-insta-mx-md-0{margin-right:0 !important}.esf-insta-mb-md-0,.esf-insta-my-md-0{margin-bottom:0 !important}.esf-insta-ml-md-0,.esf-insta-mx-md-0{margin-left:0 !important}.esf-insta-m-md-1{margin:.25rem !important}.esf-insta-mt-md-1,.esf-insta-my-md-1{margin-top:.25rem !important}.esf-insta-mr-md-1,.esf-insta-mx-md-1{margin-right:.25rem !important}.esf-insta-mb-md-1,.esf-insta-my-md-1{margin-bottom:.25rem !important}.esf-insta-ml-md-1,.esf-insta-mx-md-1{margin-left:.25rem !important}.esf-insta-m-md-2{margin:.5rem !important}.esf-insta-mt-md-2,.esf-insta-my-md-2{margin-top:.5rem !important}.esf-insta-mr-md-2,.esf-insta-mx-md-2{margin-right:.5rem !important}.esf-insta-mb-md-2,.esf-insta-my-md-2{margin-bottom:.5rem !important}.esf-insta-ml-md-2,.esf-insta-mx-md-2{margin-left:.5rem !important}.esf-insta-m-md-3{margin:1rem !important}.esf-insta-mt-md-3,.esf-insta-my-md-3{margin-top:1rem !important}.esf-insta-mr-md-3,.esf-insta-mx-md-3{margin-right:1rem !important}.esf-insta-mb-md-3,.esf-insta-my-md-3{margin-bottom:1rem !important}.esf-insta-ml-md-3,.esf-insta-mx-md-3{margin-left:1rem !important}.esf-insta-m-md-4{margin:1.5rem !important}.esf-insta-mt-md-4,.esf-insta-my-md-4{margin-top:1.5rem !important}.esf-insta-mr-md-4,.esf-insta-mx-md-4{margin-right:1.5rem !important}.esf-insta-mb-md-4,.esf-insta-my-md-4{margin-bottom:1.5rem !important}.esf-insta-ml-md-4,.esf-insta-mx-md-4{margin-left:1.5rem !important}.esf-insta-m-md-5{margin:3rem !important}.esf-insta-mt-md-5,.esf-insta-my-md-5{margin-top:3rem !important}.esf-insta-mr-md-5,.esf-insta-mx-md-5{margin-right:3rem !important}.esf-insta-mb-md-5,.esf-insta-my-md-5{margin-bottom:3rem !important}.esf-insta-ml-md-5,.esf-insta-mx-md-5{margin-left:3rem !important}.esf-insta-p-md-0{padding:0 !important}.esf-insta-pt-md-0,.esf-insta-py-md-0{padding-top:0 !important}.esf-insta-pr-md-0,.esf-insta-px-md-0{padding-right:0 !important}.esf-insta-pb-md-0,.esf-insta-py-md-0{padding-bottom:0 !important}.esf-insta-pl-md-0,.esf-insta-px-md-0{padding-left:0 !important}.esf-insta-p-md-1{padding:.25rem !important}.esf-insta-pt-md-1,.esf-insta-py-md-1{padding-top:.25rem !important}.esf-insta-pr-md-1,.esf-insta-px-md-1{padding-right:.25rem !important}.esf-insta-pb-md-1,.esf-insta-py-md-1{padding-bottom:.25rem !important}.esf-insta-pl-md-1,.esf-insta-px-md-1{padding-left:.25rem !important}.esf-insta-p-md-2{padding:.5rem !important}.esf-insta-pt-md-2,.esf-insta-py-md-2{padding-top:.5rem !important}.esf-insta-pr-md-2,.esf-insta-px-md-2{padding-right:.5rem !important}.esf-insta-pb-md-2,.esf-insta-py-md-2{padding-bottom:.5rem !important}.esf-insta-pl-md-2,.esf-insta-px-md-2{padding-left:.5rem !important}.esf-insta-p-md-3{padding:1rem !important}.esf-insta-pt-md-3,.esf-insta-py-md-3{padding-top:1rem !important}.esf-insta-pr-md-3,.esf-insta-px-md-3{padding-right:1rem !important}.esf-insta-pb-md-3,.esf-insta-py-md-3{padding-bottom:1rem !important}.esf-insta-pl-md-3,.esf-insta-px-md-3{padding-left:1rem !important}.esf-insta-p-md-4{padding:1.5rem !important}.esf-insta-pt-md-4,.esf-insta-py-md-4{padding-top:1.5rem !important}.esf-insta-pr-md-4,.esf-insta-px-md-4{padding-right:1.5rem !important}.esf-insta-pb-md-4,.esf-insta-py-md-4{padding-bottom:1.5rem !important}.esf-insta-pl-md-4,.esf-insta-px-md-4{padding-left:1.5rem !important}.esf-insta-p-md-5{padding:3rem !important}.esf-insta-pt-md-5,.esf-insta-py-md-5{padding-top:3rem !important}.esf-insta-pr-md-5,.esf-insta-px-md-5{padding-right:3rem !important}.esf-insta-pb-md-5,.esf-insta-py-md-5{padding-bottom:3rem !important}.esf-insta-pl-md-5,.esf-insta-px-md-5{padding-left:3rem !important}.esf-insta-m-md-auto{margin:auto !important}.esf-insta-mt-md-auto,.esf-insta-my-md-auto{margin-top:auto !important}.esf-insta-mr-md-auto,.esf-insta-mx-md-auto{margin-right:auto !important}.esf-insta-mb-md-auto,.esf-insta-my-md-auto{margin-bottom:auto !important}.esf-insta-ml-md-auto,.esf-insta-mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.esf-insta-m-lg-0{margin:0 !important}.esf-insta-mt-lg-0,.esf-insta-my-lg-0{margin-top:0 !important}.esf-insta-mr-lg-0,.esf-insta-mx-lg-0{margin-right:0 !important}.esf-insta-mb-lg-0,.esf-insta-my-lg-0{margin-bottom:0 !important}.esf-insta-ml-lg-0,.esf-insta-mx-lg-0{margin-left:0 !important}.esf-insta-m-lg-1{margin:.25rem !important}.esf-insta-mt-lg-1,.esf-insta-my-lg-1{margin-top:.25rem !important}.esf-insta-mr-lg-1,.esf-insta-mx-lg-1{margin-right:.25rem !important}.esf-insta-mb-lg-1,.esf-insta-my-lg-1{margin-bottom:.25rem !important}.esf-insta-ml-lg-1,.esf-insta-mx-lg-1{margin-left:.25rem !important}.esf-insta-m-lg-2{margin:.5rem !important}.esf-insta-mt-lg-2,.esf-insta-my-lg-2{margin-top:.5rem !important}.esf-insta-mr-lg-2,.esf-insta-mx-lg-2{margin-right:.5rem !important}.esf-insta-mb-lg-2,.esf-insta-my-lg-2{margin-bottom:.5rem !important}.esf-insta-ml-lg-2,.esf-insta-mx-lg-2{margin-left:.5rem !important}.esf-insta-m-lg-3{margin:1rem !important}.esf-insta-mt-lg-3,.esf-insta-my-lg-3{margin-top:1rem !important}.esf-insta-mr-lg-3,.esf-insta-mx-lg-3{margin-right:1rem !important}.esf-insta-mb-lg-3,.esf-insta-my-lg-3{margin-bottom:1rem !important}.esf-insta-ml-lg-3,.esf-insta-mx-lg-3{margin-left:1rem !important}.esf-insta-m-lg-4{margin:1.5rem !important}.esf-insta-mt-lg-4,.esf-insta-my-lg-4{margin-top:1.5rem !important}.esf-insta-mr-lg-4,.esf-insta-mx-lg-4{margin-right:1.5rem !important}.esf-insta-mb-lg-4,.esf-insta-my-lg-4{margin-bottom:1.5rem !important}.esf-insta-ml-lg-4,.esf-insta-mx-lg-4{margin-left:1.5rem !important}.esf-insta-m-lg-5{margin:3rem !important}.esf-insta-mt-lg-5,.esf-insta-my-lg-5{margin-top:3rem !important}.esf-insta-mr-lg-5,.esf-insta-mx-lg-5{margin-right:3rem !important}.esf-insta-mb-lg-5,.esf-insta-my-lg-5{margin-bottom:3rem !important}.esf-insta-ml-lg-5,.esf-insta-mx-lg-5{margin-left:3rem !important}.esf-insta-p-lg-0{padding:0 !important}.esf-insta-pt-lg-0,.esf-insta-py-lg-0{padding-top:0 !important}.esf-insta-pr-lg-0,.esf-insta-px-lg-0{padding-right:0 !important}.esf-insta-pb-lg-0,.esf-insta-py-lg-0{padding-bottom:0 !important}.esf-insta-pl-lg-0,.esf-insta-px-lg-0{padding-left:0 !important}.esf-insta-p-lg-1{padding:.25rem !important}.esf-insta-pt-lg-1,.esf-insta-py-lg-1{padding-top:.25rem !important}.esf-insta-pr-lg-1,.esf-insta-px-lg-1{padding-right:.25rem !important}.esf-insta-pb-lg-1,.esf-insta-py-lg-1{padding-bottom:.25rem !important}.esf-insta-pl-lg-1,.esf-insta-px-lg-1{padding-left:.25rem !important}.esf-insta-p-lg-2{padding:.5rem !important}.esf-insta-pt-lg-2,.esf-insta-py-lg-2{padding-top:.5rem !important}.esf-insta-pr-lg-2,.esf-insta-px-lg-2{padding-right:.5rem !important}.esf-insta-pb-lg-2,.esf-insta-py-lg-2{padding-bottom:.5rem !important}.esf-insta-pl-lg-2,.esf-insta-px-lg-2{padding-left:.5rem !important}.esf-insta-p-lg-3{padding:1rem !important}.esf-insta-pt-lg-3,.esf-insta-py-lg-3{padding-top:1rem !important}.esf-insta-pr-lg-3,.esf-insta-px-lg-3{padding-right:1rem !important}.esf-insta-pb-lg-3,.esf-insta-py-lg-3{padding-bottom:1rem !important}.esf-insta-pl-lg-3,.esf-insta-px-lg-3{padding-left:1rem !important}.esf-insta-p-lg-4{padding:1.5rem !important}.esf-insta-pt-lg-4,.esf-insta-py-lg-4{padding-top:1.5rem !important}.esf-insta-pr-lg-4,.esf-insta-px-lg-4{padding-right:1.5rem !important}.esf-insta-pb-lg-4,.esf-insta-py-lg-4{padding-bottom:1.5rem !important}.esf-insta-pl-lg-4,.esf-insta-px-lg-4{padding-left:1.5rem !important}.esf-insta-p-lg-5{padding:3rem !important}.esf-insta-pt-lg-5,.esf-insta-py-lg-5{padding-top:3rem !important}.esf-insta-pr-lg-5,.esf-insta-px-lg-5{padding-right:3rem !important}.esf-insta-pb-lg-5,.esf-insta-py-lg-5{padding-bottom:3rem !important}.esf-insta-pl-lg-5,.esf-insta-px-lg-5{padding-left:3rem !important}.esf-insta-m-lg-auto{margin:auto !important}.esf-insta-mt-lg-auto,.esf-insta-my-lg-auto{margin-top:auto !important}.esf-insta-mr-lg-auto,.esf-insta-mx-lg-auto{margin-right:auto !important}.esf-insta-mb-lg-auto,.esf-insta-my-lg-auto{margin-bottom:auto !important}.esf-insta-ml-lg-auto,.esf-insta-mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.esf-insta-m-xl-0{margin:0 !important}.esf-insta-mt-xl-0,.esf-insta-my-xl-0{margin-top:0 !important}.esf-insta-mr-xl-0,.esf-insta-mx-xl-0{margin-right:0 !important}.esf-insta-mb-xl-0,.esf-insta-my-xl-0{margin-bottom:0 !important}.esf-insta-ml-xl-0,.esf-insta-mx-xl-0{margin-left:0 !important}.esf-insta-m-xl-1{margin:.25rem !important}.esf-insta-mt-xl-1,.esf-insta-my-xl-1{margin-top:.25rem !important}.esf-insta-mr-xl-1,.esf-insta-mx-xl-1{margin-right:.25rem !important}.esf-insta-mb-xl-1,.esf-insta-my-xl-1{margin-bottom:.25rem !important}.esf-insta-ml-xl-1,.esf-insta-mx-xl-1{margin-left:.25rem !important}.esf-insta-m-xl-2{margin:.5rem !important}.esf-insta-mt-xl-2,.esf-insta-my-xl-2{margin-top:.5rem !important}.esf-insta-mr-xl-2,.esf-insta-mx-xl-2{margin-right:.5rem !important}.esf-insta-mb-xl-2,.esf-insta-my-xl-2{margin-bottom:.5rem !important}.esf-insta-ml-xl-2,.esf-insta-mx-xl-2{margin-left:.5rem !important}.esf-insta-m-xl-3{margin:1rem !important}.esf-insta-mt-xl-3,.esf-insta-my-xl-3{margin-top:1rem !important}.esf-insta-mr-xl-3,.esf-insta-mx-xl-3{margin-right:1rem !important}.esf-insta-mb-xl-3,.esf-insta-my-xl-3{margin-bottom:1rem !important}.esf-insta-ml-xl-3,.esf-insta-mx-xl-3{margin-left:1rem !important}.esf-insta-m-xl-4{margin:1.5rem !important}.esf-insta-mt-xl-4,.esf-insta-my-xl-4{margin-top:1.5rem !important}.esf-insta-mr-xl-4,.esf-insta-mx-xl-4{margin-right:1.5rem !important}.esf-insta-mb-xl-4,.esf-insta-my-xl-4{margin-bottom:1.5rem !important}.esf-insta-ml-xl-4,.esf-insta-mx-xl-4{margin-left:1.5rem !important}.esf-insta-m-xl-5{margin:3rem !important}.esf-insta-mt-xl-5,.esf-insta-my-xl-5{margin-top:3rem !important}.esf-insta-mr-xl-5,.esf-insta-mx-xl-5{margin-right:3rem !important}.esf-insta-mb-xl-5,.esf-insta-my-xl-5{margin-bottom:3rem !important}.esf-insta-ml-xl-5,.esf-insta-mx-xl-5{margin-left:3rem !important}.esf-insta-p-xl-0{padding:0 !important}.esf-insta-pt-xl-0,.esf-insta-py-xl-0{padding-top:0 !important}.esf-insta-pr-xl-0,.esf-insta-px-xl-0{padding-right:0 !important}.esf-insta-pb-xl-0,.esf-insta-py-xl-0{padding-bottom:0 !important}.esf-insta-pl-xl-0,.esf-insta-px-xl-0{padding-left:0 !important}.esf-insta-p-xl-1{padding:.25rem !important}.esf-insta-pt-xl-1,.esf-insta-py-xl-1{padding-top:.25rem !important}.esf-insta-pr-xl-1,.esf-insta-px-xl-1{padding-right:.25rem !important}.esf-insta-pb-xl-1,.esf-insta-py-xl-1{padding-bottom:.25rem !important}.esf-insta-pl-xl-1,.esf-insta-px-xl-1{padding-left:.25rem !important}.esf-insta-p-xl-2{padding:.5rem !important}.esf-insta-pt-xl-2,.esf-insta-py-xl-2{padding-top:.5rem !important}.esf-insta-pr-xl-2,.esf-insta-px-xl-2{padding-right:.5rem !important}.esf-insta-pb-xl-2,.esf-insta-py-xl-2{padding-bottom:.5rem !important}.esf-insta-pl-xl-2,.esf-insta-px-xl-2{padding-left:.5rem !important}.esf-insta-p-xl-3{padding:1rem !important}.esf-insta-pt-xl-3,.esf-insta-py-xl-3{padding-top:1rem !important}.esf-insta-pr-xl-3,.esf-insta-px-xl-3{padding-right:1rem !important}.esf-insta-pb-xl-3,.esf-insta-py-xl-3{padding-bottom:1rem !important}.esf-insta-pl-xl-3,.esf-insta-px-xl-3{padding-left:1rem !important}.esf-insta-p-xl-4{padding:1.5rem !important}.esf-insta-pt-xl-4,.esf-insta-py-xl-4{padding-top:1.5rem !important}.esf-insta-pr-xl-4,.esf-insta-px-xl-4{padding-right:1.5rem !important}.esf-insta-pb-xl-4,.esf-insta-py-xl-4{padding-bottom:1.5rem !important}.esf-insta-pl-xl-4,.esf-insta-px-xl-4{padding-left:1.5rem !important}.esf-insta-p-xl-5{padding:3rem !important}.esf-insta-pt-xl-5,.esf-insta-py-xl-5{padding-top:3rem !important}.esf-insta-pr-xl-5,.esf-insta-px-xl-5{padding-right:3rem !important}.esf-insta-pb-xl-5,.esf-insta-py-xl-5{padding-bottom:3rem !important}.esf-insta-pl-xl-5,.esf-insta-px-xl-5{padding-left:3rem !important}.esf-insta-m-xl-auto{margin:auto !important}.esf-insta-mt-xl-auto,.esf-insta-my-xl-auto{margin-top:auto !important}.esf-insta-mr-xl-auto,.esf-insta-mx-xl-auto{margin-right:auto !important}.esf-insta-mb-xl-auto,.esf-insta-my-xl-auto{margin-bottom:auto !important}.esf-insta-ml-xl-auto,.esf-insta-mx-xl-auto{margin-left:auto !important}}.esf-insta-text-justify{text-align:justify !important}.esf-insta-text-nowrap{white-space:nowrap !important}.esf-insta-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.esf-insta-text-left{text-align:left !important}.esf-insta-text-right{text-align:right !important}.esf-insta-text-center{text-align:center !important}@media(min-width: 576px){.esf-insta-text-sm-left{text-align:left !important}.esf-insta-text-sm-right{text-align:right !important}.esf-insta-text-sm-center{text-align:center !important}}@media(min-width: 768px){.esf-insta-text-md-left{text-align:left !important}.esf-insta-text-md-right{text-align:right !important}.esf-insta-text-md-center{text-align:center !important}}@media(min-width: 992px){.esf-insta-text-lg-left{text-align:left !important}.esf-insta-text-lg-right{text-align:right !important}.esf-insta-text-lg-center{text-align:center !important}}@media(min-width: 1200px){.esf-insta-text-xl-left{text-align:left !important}.esf-insta-text-xl-right{text-align:right !important}.esf-insta-text-xl-center{text-align:center !important}}.esf-insta-text-lowercase{text-transform:lowercase !important}.esf-insta-text-uppercase{text-transform:uppercase !important}.esf-insta-text-capitalize{text-transform:capitalize !important}.esf-insta-visible{visibility:visible !important}.esf-insta-invisible{visibility:hidden !important}.esf_insta_feed_wraper{width:100%;margin:0 auto;padding:0;text-align:left}.esf_insta_header{padding:10px 0;margin-bottom:10px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img{min-width:60px;max-width:60px;padding-right:15px;display:inline-table}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img a{position:relative;display:block}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-hashtag-overlay{position:absolute;width:50px;height:50px;top:0;left:0;background:#000;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-hashtag-overlay .icon{display:inline-grid}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-stories-overlay{position:absolute;width:45px;height:45px;top:0;left:0;background:#fa9b57;background:linear-gradient(45deg, #fa9b57 0%, #f7763f 35%, #e34876 55%, #dc327c 75%, #c73390 100%);border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;-webkit-transition:opacity ease-in-out .3s;-moz-transition:opacity ease-in-out .3s;-o-transition:opacity ease-in-out .3s;transition:opacity ease-in-out .3s}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img .esf-insta-stories-overlay img{max-width:26px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img img{width:100%}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta{margin-bottom:10px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title{padding-right:15px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title h4{margin:0;font-size:inherit}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers{padding-right:15px;font-size:14px}.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers i{margin-right:5px}.esf_insta_header .esf_insta_header_inner_wrap .esf-insta-has-stories .esf_insta_stories_popup{padding:3px;background:#fa9b57;background:linear-gradient(45deg, #fa9b57 0%, #f7763f 35%, #e34876 55%, #dc327c 75%, #c73390 100%);border-radius:50px;transition:opacity ease-in-out .5s}.esf_insta_header .esf_insta_header_inner_wrap .esf-insta-has-stories:hover .esf-insta-stories-overlay{opacity:1;-webkit-transition:opacity ease-in-out .3s;-moz-transition:opacity ease-in-out .3s;-o-transition:opacity ease-in-out .3s;transition:opacity ease-in-out .3s}@media(max-width: 991px){.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title{width:100%;max-width:100%;min-width:100%;padding-right:0;margin-bottom:5px}}.esf_insta_load_more_holder{text-align:center}.esf_insta_load_more_btn{text-decoration:none !important;border-radius:5px;font-size:14px;margin:20px auto}.esf-insta-halfwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{border-right:#dee2e6 solid 1px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a{display:block;position:relative;width:100%}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a:hover .esf-insta-overlay{opacity:1}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i{margin-right:3px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i{margin-right:3px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-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;outline:none !important;border:none !important;margin-bottom:0 !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-view-on-fb:hover{background:#343a40;color:#fff}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:5px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i{margin-bottom:10px}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-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}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image a,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image a,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image a,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image a,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image a,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image a,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image a{position:relative}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay{position:absolute;width:40px;height:40px;top:0;left:0;background:#000;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image .esf-insta-hashtag-overlay .icon,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image .esf-insta-hashtag-overlay .icon{display:inline-grid}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-image img,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image img,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img{width:100%}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-title h2,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2{font-size:20px;margin:0px}.esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-feed-content>span .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-feed-content>li .esf-insta-profile-title span,.esf-insta-halfwidth-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title span,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-feed-content>button .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-title span,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.esf-insta-halfwidth-skin .esf-insta-feed-content .description,.esf-insta-halfwidth-skin .esf-insta-feed-content .esf_insta_link_text{font-size:14px;color:#343a40}.esf-insta-halfwidth-skin .esf-insta-feed-content .description>*,.esf-insta-halfwidth-skin .esf-insta-feed-content .esf_insta_link_text>*{font-size:14px}.esf-insta-profile-image{position:relative}.esf-insta-profile-image .esf-insta-hashtag-overlay{position:absolute;width:40px;height:40px;top:0;left:0;background:#000;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#fff}.esf-insta-profile-image .esf-insta-hashtag-overlay .icon{display:inline-grid}@media(max-width: 575px){.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{border:none;margin-bottom:20px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-d-flex,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-post-footer>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-post-footer>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>span,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-caption,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-post-footer>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_popup_like,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-post-footer>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-post-footer>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>li,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-post-footer>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_likes_holder_icons,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .owl-nav .esf-insta-post-footer>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>button,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.owl-nav,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_inner_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-post-footer>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_header_meta,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_cat,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-post-footer>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf_insta_followers,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-post-footer>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-post-footer>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-post-footer>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-post-footer>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-post-footer>i{flex-direction:column}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted{margin-bottom:10px}.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.esf-insta-thumbnail-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col{border-right:#dee2e6 solid 1px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a{display:block;position:relative;width:100%}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .esf-insta-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a .esf-insta-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a:hover .esf-insta-overlay{opacity:1}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item i{margin-right:3px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap i{margin-right:3px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-view-on-fb:hover{background:#343a40;color:#fff}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-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}.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap .esf-insta-feed-content>i,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i{margin-bottom:10px}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li .esf-insta-profile-image,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image{position:relative;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}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li .esf-insta-profile-image img,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-image img,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-fullwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf_insta_header .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_inner_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_header_meta .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_cat .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_followers .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-feed-content>i .esf-insta-profile-image img,.esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-halfwidth-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-image img,.esf-insta-thumbnail-skin .esf-insta-thumbnail-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-image img{width:100%}.esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-d-flex .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-thumbnail-skin .esf-insta-feed-content>span .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-post-detail .esf-insta-d-columns-wrapper .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-caption .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_reactions_holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_popup_like .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-feed-content>a .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons li .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-feed-content>li .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf_insta_likes_holder_icons .esf-insta-thumbnail-skin .esf-insta-feed-content>li .esf-insta-profile-title h2,.esf-insta-thumbnail-skin body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,body .fancybox-container .esf-insta-likes-popup-holder .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_likes_holder_icons .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .owl-nav .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf_insta_feeds_carousel .owl-nav .esf-insta-thumbnail-skin .esf-insta-feed-content>button .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-thumbnail-skin .esf-insta-feed-content>.owl-nav .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-social-share button .esf-insta-thumbnail-skin .esf-insta-feed-content>a .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-share-wrapper .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf_insta_all_comments_wrap .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-reacted-item .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf_insta_feeds_carousel .esf-insta-grid-wrapper .esf-insta-post-footer .esf-insta-reacted .esf-insta-thumbnail-skin .esf-insta-feed-content>.esf-insta-reacted-item .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-masonry-skin .brick .esf-insta-post-footer .esf-share-wrapper .esf-social-share button a .esf-insta-thumbnail-skin .esf-insta-feed-content>i .esf-insta-profile-title h2,.esf-insta-thumbnail-skin .esf-insta-masonry-skin .brick .esf-insta-post-footer .esf
|