@charset "UTF-8";
@charset "UTF-8";
@font-face {
font-family: 'Geovana';
src: url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/geovana/Geovana.eot);
src: url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/geovana/Geovana.eot?#iefix) format('embedded-opentype'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/geovana/Geovana.woff2) format('woff2'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/geovana/Geovana.woff) format('woff'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/geovana/Geovana.ttf) format('truetype'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/geovana/Geovana.svg#Geovana) format('svg');
font-weight: normal;
font-style: normal;
}@font-face {
font-family: 'Billy Ohio';
src: url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/billyohio/BillyOhio.eot);
src: url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/billyohio/BillyOhio.eot?#iefix) format('embedded-opentype'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/billyohio/BillyOhio.woff2) format('woff2'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/billyohio/BillyOhio.woff) format('woff'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/billyohio/BillyOhio.ttf) format('truetype'),
url(//www.vivianoassicura.it/wp-content/themes/insurersem/fonts/billyohio/BillyOhio.svg#BillyOhio) format('svg');
font-weight: normal;
font-style: normal;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.vivianoassicura.it/wp-content/themes/insurersem/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.mean-nav ul li a,a.meanmenu-reveal{display:block;text-decoration:none}.mean-bar{float:left;width:100%;position:relative;background:#314E6C;padding:4px 0;min-height:42px;z-index:9999}a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;line-height:22px;font-size:1px;}a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-nav{float:left;width:100%;background:#314E6C;margin-top:44px}.mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-nav ul li{position:relative;float:left;width:100%}.mean-nav ul li a{float:left;width:100%;padding:1em 5%;margin:0;text-align:left;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-transform:uppercase}.mean-nav ul li li a{width:100%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-nav ul li li li a{width:100%;padding:1em 15%}.mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}a.mean-expand{margin-top:1px;width:26px;height:22px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-nav .wrapper,.mean-push{width:100%;padding:0;margin:0}a.mean-expand:hover{background:#314E6C}.mean-push{float:left;clear:both}.mean-remove{display:none!important}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}html,
body {
color: #7e7e7e;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.7;
margin: 0;
font-weight: 400;
}
button,
input,
select,
textarea {
color: #7e7e7e;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
}
h1 {
font-size: 50px;
margin: 40px 0;
}
h2 {
font-size: 42px;
margin: 35px 0;
}
h3 {
font-size: 32px;
margin: 30px 0;
}
h4 {
font-size: 26px;
margin: 24px 0;
}
h5 {
font-size: 22px;
margin: 20px 0;
}
h6 {
font-size: 16px;
margin: 16px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 600;
line-height: 1.3;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt {
color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
max-width: 100%;
overflow: auto;
padding: 1.6em;
margin-bottom: 1.5em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
margin: 0!important;
overflow-x: hidden;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background: #fff none repeat scroll 0 0;
overflow-x: hidden;
}
a {
color: #000;
}
a:hover,
a:focus {
color: #6cad19;
text-decoration: none;
outline: none !important;
}
ul {
list-style: disc;
}
li {
line-height: 2.14286em;
}
ol,
ul {
padding-left: 1.7em;
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
border: 1px solid #dedede;
margin: 0 0 1.5em;
width: 100%;
}
table a {
text-decoration: underline;
} .entry-content ul {
list-style: outside none disc;
}
.page__title__inner h2.page-title {
margin: 0;
}
table tr {
border-bottom: 1px solid #dedede;
}
table th,
table td {
padding: 10px 20px;
}
table tbody th,
table tbody td,
table thead th {
border-right: 1px solid #dedede;
}
dt {
font-weight: bold;
}
dd {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
background: #000;
color: #fff;
line-height: 40px;
border-radius: 3px;
padding: 0 30px;
border: none;
height: 40px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: 0.8;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
opacity: 0.8;
outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
height: 40px;
line-height: 40px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
padding: 3px 10px;
outline: none;
}
select {
border: 1px solid #ccc;
height: 36px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #444;
}
textarea {
padding: 10px;
width: 100%;
} a,
img,
.img,
.btn,
input,
select,
textarea {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
} *::-moz-selection {
background: #6cad19;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #6cad19;
color: #fff;
text-shadow: none;
}
::selection {
background: #6cad19;
color: #fff;
text-shadow: none;
} *::-moz-placeholder {
color: #666;
}
::-moz-placeholder {
color: #666;
}
::placeholder {
color: #666;
} #back-to-top {
background: #fff none repeat scroll 0 0;
border: 1px solid #ececec;
bottom: 28px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
color: #666;
cursor: pointer;
display: block;
font-size: 20px;
height: 30px;
line-height: 25px;
overflow: hidden;
position: fixed;
right: -50px;
text-align: center;
transition: bottom 0.5s ease 0s, right 0.5s ease 0s;
width: 30px;
z-index: 99;
}
#back-to-top:hover {
background: #6cad19 none repeat scroll 0 0;
border-color: #6cad19;
color: #fff;
} .insurersem-maintenance-mode a#scrollUp,
.blank-page a#scrollUp {
display: none !important;
} .maintenance__wrapper {
width: 100%;
height: 100vh;
background: #ddd;
position: fixed;
z-index: 99999999;
top: 0;
left: 0;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.maintenance-default-content {
width: 100%;
height: 100vh;
padding: 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
background: #eeeeee;
}
.maintenance-default-content h2 {
margin-top: 0;
} .site-wrapper.boxed-layout {
box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
margin: auto;
position: relative;
max-width: 1240px;
width: 100%;
background: #fff;
}
.boxed-layout .is-sticky {
right: auto;
left: auto!important;
margin: auto;
max-width: 1240px;
width: 100%;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
left: auto;
max-width: 1240px;
right: auto;
width: 100%;
z-index: 9999999;
} html body .kc_single_image img {
display: initial;
} #loading-default {
background-color: #f1f1f1;
height: 100%;
width: 100%;
position: fixed;
z-index: 9999;
margin-top: 0px;
top: 0px;
}
#loading-default-center {
width: 100%;
height: 100%;
position: relative;
}
#loading-default-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.pre_object {
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
position: absolute;
border-top: 5px solid #6cad19;
border-bottom: 5px solid transparent;
border-left: 5px solid #6cad19;
border-right: 5px solid transparent;
-webkit-animation: preanimate 2s infinite;
animation: preanimate 2s infinite;
}
#pre_object_one {
left: 75px;
top: 75px;
width: 50px;
height: 50px;
}
#pre_object_two {
left: 65px;
top: 65px;
width: 70px;
height: 70px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#pre_object_three {
left: 55px;
top: 55px;
width: 90px;
height: 90px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#pre_object_four {
left: 45px;
top: 45px;
width: 110px;
height: 110px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
@-webkit-keyframes preanimate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
}
@keyframes preanimate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
} #loading2 {
background-color: #f1f1f1;
height: 100%;
width: 100%;
position: fixed;
z-index: 9999;
margin-top: 0px;
top: 0px;
}
#loading2-center {
width: 100%;
height: 100%;
position: relative;
}
#loading2-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 20px;
width: 100px;
margin-top: -10px;
margin-left: -50px;
}
.object2 {
width: 20px;
height: 20px;
background-color: #6cad19;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
position: absolute;
}
#object2_one {
-webkit-animation: object2 2s linear infinite;
animation: object2 2s linear infinite;
}
#object2_two {
-webkit-animation: object2 2s linear infinite -.4s;
animation: object2 2s linear infinite -.4s;
}
#object2_three {
-webkit-animation: object2 2s linear infinite -.8s;
animation: object2 2s linear infinite -.8s;
}
#object2_four {
-webkit-animation: object2 2s linear infinite -1.2s;
animation: object2 2s linear infinite -1.2s;
}
#object2_five {
-webkit-animation: object2 2s linear infinite -1.6s;
animation: object2 2s linear infinite -1.6s;
}
@-webkit-keyframes object2 {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
@keyframes object2 {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
} .header-top-area {
background: #f5f5f5 none repeat scroll 0 0;
border-bottom: 1px solid #e0e0e0;
padding: 10px 0;
}
.top-bar-left-content a,
.header-info a {
color: #666;
font-size:12px;
}
.header-info span {
position: relative;
}
.header-info span + span {
margin-left: 8px;
padding-left: 8px;
}
.header-info span + span::before {
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
content: "";
height: 20px;
left: -2px;
position: absolute;
top: 0;
width: 1px;
} .top-bar-left-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.top-bar-left-menu ul li {
display: inline-block;
}
.top-bar-left-menu ul li a {
padding: 5px 10px;
text-decoration: none;
text-transform: capitalize;
font-size: 14px;
color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
color: #6cad19;
}
.top-bar-left-content {
color: #fff;
}
.top-bar-left-content p {
margin-bottom: 0;
} .header-social ul {
margin: 0;
padding: 0;
list-style: none;
}
.header-social ul li {
display: inline-block;
}
.header-social ul li a {
color: #fff;
font-size: 16px;
min-width: 30px;
text-align: center;
}
.header-social ul li a i{
font-family: FontAwesome!important;
}
.header-social.text-white > a {
color: #fff;
}
.menu-middle-area {
border-top: 1px solid #ddd;
}
.header-social ul li + li {
margin-left: 15px;
} .header-search {
margin: 29px 0;
}
.header-search form {
display: block;
position: relative;
}
.header-search form input {
border: 1px solid #ddd;
height: 40px;
line-height: 24px;
padding: 7px 40px 7px 15px;
width: 250px;
}
.header-search form button {
background-color: transparent;
border: 0 none;
color: #999;
height: 40px;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
transition: all 0.3s ease 0s;
width: 40px;
}
.header-search form button i {
display: block;
line-height: 38px;
}
.header-search form button:hover {
color: #26c7cc;
} header.header-transparent {
background: transparent none repeat scroll 0 0;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99999;
box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.logged-in.admin-bar header.header-transparent {
top: 48px;
} header.is-sticky {
position: fixed;
left: 0;
top: 0 !important;
right: 0;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
z-index: 99999;
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
} header.is-sticky .default-menu nav > ul > li > a {
padding: 20px 15px;
} .primary-nav-wrap.default-menu nav > ul {
display: flex;
margin: 0;
list-style: none;
padding: 0;
flex-wrap: wrap;
}
.primary-nav-wrap.default-menu nav > ul > li {
position: relative;
}
.primary-nav-wrap.default-menu nav > ul > li > a {
display: flex;
font-size: 14px;
font-weight: 700;
line-height: 30px;
padding: 35px 14px;
transition: all 0.3s ease 0s;
color: #707070;
}
.primary-nav-wrap .menu-item-has-children > a::after {
content: "\f107";
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
margin-left: 8px;
text-decoration: inherit;
vertical-align: middle;
}
.primary-nav-wrap .menu-item-has-children li.menu-item-has-children > a::after{
position: absolute;
right: 20px;
content: "\f105";
}
.primary-nav-wrap.default-menu nav > ul > li > a:hover{color: #6cad19;}
.primary-nav-wrap .sub-menu {
background-color: #ffffff;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
margin-left: 0;
left: 0;
list-style: none;
padding: 0;
position: absolute;
top: 130%;
width: 230px;
z-index: -999;
visibility: hidden;
opacity: 0;
padding: 15px 0;
transition: all 0.3s ease 0s;
}
.default-menu nav > ul > li:hover > .sub-menu {
top: 100%;
opacity: 1;
visibility: visible;
z-index: 999;
}
.primary-nav-wrap .sub-menu li {
position: relative;
}
.primary-nav-wrap .sub-menu li a {
display: flex;
font-size: 13px;
line-height: 25px;
padding: 5px 20px;
transition: all 0.3s ease 0s;
font-weight: 400;
color: #707070;
}
.primary-nav-wrap .sub-menu li .sub-menu {
top: 0;
left: 100%;
right: auto;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu {
left: auto;
right: 100%;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu {
left: 100%;
right: auto;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
left: auto;
right: 100%;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
left: 100%;
right: auto;
} .last-elements .sub-menu {
left: auto;
right: 0;
}
.last-elements .sub-menu li .sub-menu {
top: 0;
left: auto;
right: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu {
right: auto;
left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
right: 100%;
left: auto;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
right: auto;
left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
right: 100%;
left: auto;
} .sub-menu li:hover > .sub-menu {
margin-top: 0;
opacity: 1;
visibility: visible;
z-index: 999;
} .mean-bar {
background-color: transparent;
min-height: auto;
padding: 0;
z-index: 9;
} a.meanmenu-reveal {
height: auto;
line-height: 1;
padding: 0;
top: -32.5px;
width: auto;
transform: translateY(-50%);
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
color: #6cad19;
outline: medium none;
}
a.meanmenu-reveal i {
display: block;
font-size: 30px;
line-height: 30px;
width: 30px;
} .mean-nav {
background-color: transparent;
margin: 0;
}
.mean-nav a.mean-expand {
border: medium none !important;
color: #464646 !important;
font-size: 18px !important;
height: 36px;
line-height: 36px;
padding: 0 !important;
text-align: center;
width: 30px !important;
}
.mean-nav a.mean-expand:hover {
color: #6cad19 !important;
}
.mean-nav a.mean-clicked {
font-size: 22px !important;
}
.mean-nav > ul {
float: left;
padding: 15px 0;
}
.mean-nav > ul > li > a {
border-color: #eee;
color: #464646;
display: block;
font-family: "Open Sans", sans-serif;
font-size: 13px;
font-weight: 600;
line-height: 24px;
padding: 6px 30px 6px 0;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current_page_item > a {
color: #6cad19;
} .mean-nav .sub-menu,
.mean-nav .mega-menu {
box-shadow: none;
float: left;
opacity: 1;
position: static;
-webkit-transition: none 0s ease 0s;
transition: none 0s ease 0s;
visibility: visible;
z-index: 1;
}
.mean-nav ul li li {
margin: 0;
padding: 0;
}
.mean-nav ul li li a {
border-color: #eee;
color: #464646;
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-weight: 600;
line-height: 24px;
opacity: 1;
padding: 6px 30px 6px 15px;
text-transform: uppercase;
width: 100% !important;
border-bottom: none;
}
.mean-nav .sub-menu li:hover > a {
color: #464646;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
color: #6cad19;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
color: #6cad19;
}
.mean-nav ul li li li a {
padding: 6px 30px 6px 25px;
}
.mean-nav ul li li li li a {
padding: 6px 30px 6px 35px;
}
.mean-nav ul li li li li li a {
padding: 6px 30px 6px 45px;
}
.mean-nav ul li li li li li li a {
padding: 6px 30px 6px 55px;
} .site-title h3,
.site-title p {
margin: 0;
}
.site-title a {
color: #333;
display: block;
font-size: 20px;
font-weight: 700;
} .header-menu-wrap {
-ms-align-items: center;
align-items: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.header-menu-wrap .site-title {
min-width: 150px;
flex-shrink: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.header-menu-wrap.logo-left {
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
}
.header-menu-wrap.logo-center {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
-ms-align-self: flex-start;
align-self: flex-start;
}
.header-menu-wrap.logo-right {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: flex-start;
align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
}
.header-menu-wrap.logo-right-top {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: flex-end;
align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
padding-top: 15px;
}
header.header-default {
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
} .page-title-search-box input {
background: transparent;
border-radius: 0;
padding: 10px 20px;
}
.page-title-search-box input:focus {
outline: none;
}
.page-title-search-box button {
display: none;
}
.page__title__inner {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: wrap column;
}
.page__title__inner.breadcrumbs-title-left {
justify-content: flex-start;
align-items: flex-start;
}
.page__title__inner.breadcrumbs-title-center {
justify-content: center;
align-items: center;
}
.page__title__inner.breadcrumbs-title-right {
justify-content: flex-end;
align-items: flex-end;
} .page__title__wrapper {
background: #dcdcdc none repeat scroll 0 0;
}
.page__title__inner {
padding: 70px 0;
}
h1.page-title {
padding-bottom: 10px;
margin: 10px 0;
}
.page__title__inner > p {
margin-bottom: 0.80em;
}
.page__title__inner .page-subtitle {
margin-bottom: 0;
}
.breadcrumbs_wrap ul {
margin: 0;
padding: 0;
list-style: none;
margin-left: -10px;
margin-right: -10px;
}
.breadcrumbs_wrap ul li {
display: inline-block;
}
.breadcrumbs_wrap ul li {
padding: 0 8px 0 0;
font-size: 18px;
}
section.page__title__wrapper {
position: relative;
}
section.page__title__wrapper:before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
position: absolute;
left: 0;
top: 0;
}
section.page__title__wrapper.text-center {
justify-content: center;
align-items: center;
}
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
height: 100vh;
}
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
display: flex;
align-items: center;
}
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
height: 50vh;
}
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
display: flex;
align-items: center;
}
section.page__title__wrapper .page__title__inner {
width: 100%;
}
.breadcrumbs_wrap ul,
.breadcrumbs_wrap ul li,
.breadcrumbs_wrap ul li a {
transition: 0.3s !important;
word-break: break-word;
} .page-wrapper {
padding: 100px 0;
}
.page-sub-title p {
margin-bottom: 10px;
} footer .default-footer,.footer-bottom-section {
background: #f2f2f2;
padding: 30px 0;
text-align: center;
color: #000;
position: relative;
}
footer .default-footer:before, .footer-bottom-section:before,.footer-top-section:before {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0, 0);
left: 0;
top: 0;
width: 100%;
height: 100%;
} footer.fixed-footer-enable {
position: fixed;
width: 100%;
left: 0;
right: 0;
bottom: 0;
z-index: -10;
} .page-not-found-wrap {
min-height: 700px;
width: 100%;
background: #f6f6f6;
padding: 100px 0;
display: flex;
align-items: center;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
}
.pnf-inner img {
max-height: 350px;
margin-bottom: 30px;
}
.pnf-inner > h1 {
color: #333;
font-size: 150px;
font-weight: 700;
line-height: 1;
letter-spacing: 1;
margin: 0;
text-transform: uppercase;
margin-bottom: 10px;
}
.pnf-inner > h2 {
color: #333;
font-size: 60px;
font-weight: 700;
line-height: 1.4;
margin: 0;
text-transform: uppercase;
}
.pnf-inner > p {
color: #333;
font-size: 24px;
line-height: 1.4;
margin: 0;
}
.pnf-inner a.btn {
background-color: #6cad19;
border: 1px solid #6cad19;
border-radius: 2px;
color: #fff;
font-size: 20px;
height: 60px;
line-height: 60px;
text-align: center;
margin-top: 50px;
padding: 0 30px;
text-transform: uppercase;
}
.pnf-inner a.btn:hover {
background-color: #6cad19;
}
.align-center {
align-items: center;
display: flex;
} .breadcrumb-wrapper .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin: 0;
padding: 0;
}
.breadcrumb-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}
.breadcrumb-wrapper .breadcrumb li a {
color: #fff;
font-size: 16px;
}
.breadcrumb-wrapper .breadcrumb.black-text li a {
color: #444
}
.breadcrumb-wrapper .breadcrumb.black-text li.active {
color: #888
}
.breadcrumb-wrapper .breadcrumb li.active {
color: #ccc;
}
.elementor-icon-box-content h4 {
margin-top: 0;
}
.footer-widget.widget.widget_text ul li {
float: left;
}section.page__title__wrapper.blog-page,
section.page__title__wrapper.single-post {
position: relative;
}
.blog-page {
text-align: center;
}
.blog-page.text-right {
text-align: right;
}
.blog-page.text-left {
text-align: left;
}
.blog-page.text-center {
text-align: center;
}
section.page__title__wrapper.blog-page:before,
section.page__title__wrapper.single-post:before {
content: "";
background: rgba(0, 0, 0, 0);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
} .blog-post {
box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
margin-bottom: 50px;
}
.blog-content {
padding: 35px 40px 45px 40px;
}
.blog-content p {
color: #888;
font-size: 16px;
line-height: 30px;
margin-bottom: 0;
}
.post-title {
font-size: 23px;
font-weight: 500;
line-height: 1.5em;
margin: 0 0 0.4em;
overflow-wrap: break-word;
word-break: break-word;
}
.blog-meta {
margin-bottom: 15px;
}
.blog-meta span i {
margin-right: 7px;
opacity: 0.9;
}
.blog-meta > span {
color: #999;
font-size: 12px;
font-weight: 600;
margin-right: 15px;
position: relative;
text-transform: uppercase;
}
.blog-meta span::before {
background: #ccc none repeat scroll 0 0;
border-radius: 50%;
content: "";
height: 5px;
left: -12px;
position: absolute;
top: 7px;
width: 5px;
}
.blog-meta span:first-child:before {
display: none
}
.blog-meta a {
color: #999;
}
.blog-meta a:hover {
color: #6cad19;
}
.blog-column .blog-content p {
font-size: 14px;
}
.blog-column .blog-meta span {
font-size: 11px;
}
.blog-column .post-title {
font-size: 18px;
}
.blog-column .blog-content {
padding: 20px;
}
.blog-thumbnail-img {
position: relative;
overflow: hidden;
}
.blog-thumbnail-img::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.76);
opacity: 0;
transition: .3s ease-in-out;
}
.blog-thumbnail-img img {
margin-left: 30px;
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.home-blog-item:hover img,.blog-item:hover img {
margin-left: 0;
}
.home-blog-item:hover .blog-thumbnail-img::after,.blog-item:hover .blog-thumbnail-img::after{
opacity: 1;
} .type-post.tag-sticky-2 .blog-content, 
.type-post.sticky .blog-content {
border: 1px solid #6cad19;
position: relative;
padding-left: 70px;
} 
.tag-sticky-2 .blog-item .content .title:before , 
.sticky .blog-item .content .title:before ,
.tag-sticky-2.grid-left-img .post-title:before, 
.sticky.grid-left-img .post-title:before {
content: "\f08d";
left: 0;
top: 0;
font-family: fontAwesome;
font-size: 23px;
position: absolute;
color: #6cad19;
line-height: 1.8;
transform: rotate(-45deg);
}
.tag-sticky-2 .blog-item .content .title:before, 
.sticky .blog-item .content .title:before {
font-size: 18px;
line-height: 1.4;
} .blog-gallery .owl-nav div {
background: #fff none repeat scroll 0 0;
bottom: 10px;
font-size: 20px;
height: 40px;
line-height: 36px;
position: absolute;
right: 10px;
text-align: center;
width: 40px;
}
.blog-gallery .owl-nav div.owl-prev {
right: 60px;
} blockquote {
background: #6cad19 none repeat scroll 0 0;
border: 0 none;
margin: 0;
padding: 95px 50px 70px;
transition: all 0.3s ease-out 0s;
position: relative;
color: #fff;
margin-bottom: 10px;
}
blockquote *:not(code) {
color: #fff;
}
blockquote p {
font-size: 18px;
line-height: 1.8;
color: #fff;
}
blockquote a{
color: #000;
text-decoration: underline;
}
blockquote a:hover{
color: #000;
text-decoration: none;
}
blockquote::before {
content: "";
display: block;
font-family: "FontAwesome";
font-size: 24px;
position: absolute;
left: 50px;
top: 60px;
color: #fff;
}
blockquote footer {
font-size: 14px;
font-weight: 600;
}
blockquote cite {
margin-top: 15px;
display: inline-block;
}
blockquote cite a:before {
content: '\2014 \00A0';
}
blockquote cite a{
color: #fff;
text-decoration: none;
}
blockquote cite a:hover {
color: #444;
} .blog-content blockquote *:not(code) {
color: #fff;
}
.blog-quote.insurersem_quote.blog-content {
padding: 0;
}
.blog-quote.insurersem_quote.blog-content blockquote p {
font-size: 18px;
line-height: 1.8;
}
.blog-quote.insurersem_quote.blog-content blockquote footer cite {
font-size: 16px;
letter-spacing: 0.5px;
} .singel_blog_items.format-link .content {
padding: 20px 35px 45px 60px;
}
.singel_blog_items.format-link .content .title {
position: relative;
margin-bottom: 25px;
}
.singel_blog_items.format-link .content .title:before {
content: '\f14c';
font-family: fontAwesome;
position: absolute;
left: -35px;
top: 50%;
transform: translateY(-50%);
color: #6cad19;
}
.singel_blog_items.format-link .content .title a {
border-bottom: 2px solid #000;
}
.singel_blog_items.format-link .content .title a:hover {
border-bottom: 2px solid #6cad19;
} .grid-left-img {
-webkit-transition: all .6s cubic-bezier(0, 0, .2, 1);
transition: all .6s cubic-bezier(0, 0, .2, 1);
overflow: hidden;
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.grid-left-img .blog-thumb {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: hidden;
}
.grid-left-img .blog-content {
position: relative;
padding: 30px 40px 135px;
}
.grid-left-img .read-more {
bottom: 40px;
left: 40px;
margin-top: 0;
position: absolute;
}
.grid-left-img .post-title {
font-size: 25px;
font-weight: 500;
}
.pagination span.page-links-title {
margin-right: 5px;
line-height: 34px;
}
.sticky .blog-item .content ,
.tag-sticky-2 .blog-item .content {
border: 1px solid #6cad19;
}
.tag-sticky-2.grid-left-img .post-title ,
.sticky.grid-left-img .post-title ,
.tag-sticky-2 .blog-item .content .title ,
.sticky .blog-item .content .title {
padding-left: 25px;
position: relative;
color: #6cad19;
}
.tag-sticky-2.grid-left-img .post-title, 
.sticky.grid-left-img .post-title, 
.tag-sticky-2 .blog-item .content .title, 
.sticky .blog-item .content .title {
padding-left: 20px;
}
.grid-left-img .blog-thumb img {
width: 100%;
transition: all 0.3s ease-out 0s;
transform: scale(1.1);
}
.grid-left-img.blog-post:hover .blog-thumb img {
transform: scale(1);
}
.grid-left-img.type-post.tag-sticky-2 .blog-content,
.blog-left-img.type-post.tag-sticky-2 .blog-content {
width: 100%;
}
.grid-left-img.type-post.tag-sticky-2 .read-more {
left: 70px;
} .grid-left-img.blog-left-image .blog-thumb img {
max-height: 330px;
width: auto;
}
.grid-left-img.blog-left-image .blog-thumb img {
transform: scale(1.1);
}
.grid-left-img.blog-left-image.blog-post:hover .blog-thumb img {
transform: scale(1.2);
} .read-more {
margin-top: 30px;
}
.read-more a {
border: 1px solid #ddd;
color: #000;
display: inline-block;
font-weight: 600;
padding: 12px 35px;
}
.read-more a:hover {
background: #444;
color: #fff;
border-color: #444
}
.blog-column .read-more {
margin-top: 20px;
}
.blog-column .read-more a {
border: 0 none;
color: #000;
font-weight: 600;
padding: 0;
background: none
} .blog-single .blog-meta span::before {
display: none;
}
.blog-single .blog-meta > span {
margin-right: 20px;
}
.blog-single .post-title {
font-size: 40px;
}
.theme_name-post-media {
margin-bottom: 30px;
} .post-pagination .nav-links{
margin: 0 auto;
}
.post-pagination .nav-links > ul {
padding-left: 0;
padding-right: 0;
margin-left: -7px;
margin-right: -7px;
}
.post-pagination .nav-links > ul > li,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
display: inline-block;
padding: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-right: 10px;
}
.post-pagination .nav-links > ul > li:last-child{
margin-right: 0;
}
.post-pagination .nav-links > ul > li > a,
.post-pagination .nav-links > ul > li > span,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
border: 1px solid #aaaaaa;
border-radius: 50px;
display: block;
font-size: 16px;
font-weight: 600;
height: 36px;
line-height: 34px;
text-align: center;
width: 36px;
color:#aaaaaa;
}
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
text-decoration: none;
display: inline-block;
}
.post-pagination .nav-links > ul > li > span.current,
.post-pagination .nav-links > ul > li:hover a,
.pagination > a:hover,
.page-links > span:not(.page-links-title):hover,
.page-links > a:hover {
color: #373b3e;
border-color: #373b3e;
} .user-text {
color: #666;
display: inline-block;
float: left;
letter-spacing: 2px;
}
.user-share {
display: block;
}
.social_network_wrap {
display: block;
margin: 47px 0 53px;
overflow: hidden;
}
.user-name {
padding-right: 47px;
}
.user-share > ul {
display: inline-block;
margin: 0;
padding-left: 5px;
}
.user-share > span {
color: #666666;
display: inline-block;
float: left;
margin-right: 14px;
}
.user-share > ul > li {
display: inline-block;
float: left;
margin-left: 20px;
}
.user-share > ul > li:first-child {
margin-left: 0px;
}
.user-share a {
color: #666666;
}
.user-share a:hover {
color: #222;
}
.next-prev {
border-bottom: 1px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
padding: 20px 0;
margin: 50px 0;
}
.next-prev a {
background-color: #f6f6f6;
border-radius: 5px;
color: #666;
display: inline-block;
font-size: 14px;
padding: 8px 20px;
text-transform: capitalize;
}
.sidebar.widget_rss ul li a.rsswidget ,
.footer-widget.widget_rss ul li a.rsswidget {
display: block;
line-height: 1.5;
font-weight: 600;
}
.sidebar.widget_rss .rssSummary ,
.footer-widget.widget_rss .rssSummary {
line-height: 1.5;
}
.sidebar.widget_rss ul li ,
.footer-widget.widget_rss ul li {
margin-bottom: 15px;
}
.sidebar.widget_rss ul li:last-child ,
.footer-widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
.next-prev a i {
color: #666;
transition: all .3s ease 0s;
}
.next-prev a.prev-btn i {
padding-right: 5px;
}
.next-prev a.next-btn i {
padding-left: 5px;
}
.next-prev a:hover {
background-color: #6cad19;
color: #fff;
}
.next-prev a:hover i {
color: #fff;
}
a.next-btn {
float: right;
}
.author-box.author {
align-items: flex-start;
display: flex;
justify-content: initial;
margin: 50px 0;
overflow: hidden;
}
.author-img {
border-radius: 100px;
display: inline-block;
float: left;
overflow: hidden;
width: 110px;
}
.author-info {
float: right;
padding-left: 25px;
text-align: left;
width: calc(100% - 120px);
}
.author-info > h4 {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize;
}
.author-info > h4 a {
color: #666666;
}
.author-info > h4 a:hover {
color: #000;
}
.author-info > h4 a span {
color: #232323;
font-size: 14px;
margin-left: 7px;
}
.author-info > p {
line-height: 25px;
margin-bottom: 0;
}
.single-related-post img {
margin-bottom: 20px;
}
.related-post {
display: block;
overflow: hidden;
margin: 50px 0;
}
.single-related-post a {
display: block;
}
.related-post-title > h3 {
color: #232323;
font-size: 18px;
word-break: break-all;  
margin-bottom: 2px;
margin-top: 0;
}
.related-post-title > span {
color: #636363;
font-size: 13px;
}
.single-comment {
position: relative;
}
.comment-img {
display: inline-block;
float: left;
}
.comment-text.pingback-text {
padding-left: 0;
}
.comment-text {
padding-left: 110px;
}
.comment-text > p {
margin-bottom: 0;
line-height: 26px;
word-break: break-word;
}
.widget-area .sidebar ul li {
word-break: break-word;
}
.widget-area .sidebar ul li:hover > a{
color: #6cad19;
}
.comment-text.pingback-text > p {
padding-right: 0;
}
.comment-text .author-name,
.comment-text a.url {
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.5px;
margin-bottom: 10px;
text-transform: capitalize;
}
.bypostauthor .comment-text a.url::after {
content: "\f2c0 ";
font-family: fontawesome;
font-size: 90%;
left: 3px;
opacity: 0.5;
position: relative;
top: 0;
}
.comment-border {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 40px;
padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
margin-bottom: 0px;
}
.parent-comment {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 50px;
padding-bottom: 50px;
overflow: hidden;
}
.comment-text .reply a {
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 50px;
bottom: -16px;
color: #4c4c4c;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
padding: 7px 20px 6px;
position: absolute;
right: 0;
line-height: 1.6;
}
.comment-text .reply a:hover {
background-color: #000;
color: #fff;
}
.replay-comment {
margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
color: #222222;
font-size: 24px;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 11px;
text-transform: uppercase;
}
.leave-comment > p {
color: #000000;
font-size: 14px;
letter-spacing: 1px;
margin: 0;
}
.leave-comment-form {
margin-top: 40px;
}
.comment-form > p.comment-notes {
color: #000000;
font-size: 14px;
letter-spacing: 1px;
margin: 0;
}
.form-submit .submit {
margin-bottom: 0;
}
.input_half {
width: 50%;
float: left;
}
.input_half.left {
padding-right: 15px;
}
.input_half.right {
padding-left: 15px;
}
.leave-comment-form form textarea {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666666;
font-size: 14px;
height: 178px;
margin-bottom: 30px;
margin-top: 30px;
padding: 30px;
}
.leave-comment-form form input {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666;
font-size: 14px;
height: 48px;
letter-spacing: 1px;
padding: 2px 30px;
width: 100%;
margin-bottom: 30px;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder { color: #666;
opacity: 1;
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder { color: #666;
opacity: 1;
}
.leave-comment-form .submit {
background-color: #000;
border: 1px solid #000;
color: #fff;
display: inline-block;
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
line-height: 48px;
padding: 0;
}
.leave-comment-form .submit:hover {
background-color: #fff;
color: #666;
border: 1px solid #dddddd;
}
p.form-submit {
margin: 0;
}
.blog-comment,
.leave-comment {
margin-top: 50px;
}
.comment-respond {
margin-bottom: 0px;
margin-top: 30px;
}
.comment-text .comment-meta.commentmetadata a {
display: inline-block;
text-decoration: none;
}
.comment-meta.commentmetadata {
position: relative;
}
.comment-meta.commentmetadata {
margin-bottom: 10px;
}
.comment--date--time {
margin-top: 5px;
}
.comment-reply-title small {
float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
height: 25px;
width: 25px;
font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
content: "\f00d";
font-size: 25px;
position: relative;
top: 0px;
right: 0;
font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
text-decoration: none;
outline: none;
}
.no-comments {
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.02);
}
p.logged-in-as {
margin-bottom: 0;
}
div#comments.comments-area a.comment_permalink, 
div#comments.comments-area .edit--btn{
font-weight: 400;
font-size: 14px;
}
.related-post .row {
display: flex;
flex-flow: wrap;
}
.related-post .sidebar-title {
margin-bottom: 34px;
}
ol.comment-list {
list-style: none;
padding-left: 0;
}
ol.comment-list .comment {
list-style: none;
}
div#comments.comments-area .comment-meta {
line-height: 1.6;
}
.leave-comment-form form textarea:focus {
outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
.comment-list .children {
margin-left: 30px;
}
.comment-author.comment-img {
width: 100px;
}
.comment-text {
padding-left: 120px;
}
}
@media ( max-width: 767px) {
.comment-list .children {
margin-left: 10px;
}
.comment-author.comment-img {
float: none;
width: 60px;
}
.comment-text {
padding-left: 0;
padding-top: 20px;
}
.comment-respond h3.comment-reply-title {
font-size: 16px;
letter-spacing: 0;
}
.input_half {
float: none;
width: 100%;
}
.input_half.left {
padding-right: 0;
}
.input_half.right {
padding-left: 0;
}
.leave-comment-form form textarea {
height: 120px;
letter-spacing: 0px;
padding: 15px;
margin-bottom: 20px;
}
.leave-comment-form form input {
letter-spacing: 0px;
margin-bottom: 20px;
padding: 2px 15px;
}
.comment-title.sidebar-title {
font-size: 18px;
letter-spacing: 0;
line-height: 28px;
}
} .sidebar-widget {
margin-bottom: 60px;
} .sidebar-title {
font-size: 24px;
font-weight: 500;
margin-top: 0;
position: relative;
word-break: break-word;
}
.sidebar-title::before {
border-bottom: 2px solid #f1f1f1;
bottom: 0;
content: "";
display: block;
position: absolute;
width: 100%;
}
.sidebar-title::after {
border-bottom: 2px solid #6cad19;
content: "";
display: block;
margin: 15px auto 40px 0;
position: relative;
width: 100px;
z-index: 1;
} .blog-search form input {
background: transparent none repeat scroll 0 0;
border: 2px solid #e4e4e4;
border-radius: 0;
color: #b5b5b5;
font-size: 14px;
font-weight: 300;
height: 50px;
margin-bottom: 0;
padding: 2px 60px 2px 20px;
width: 100%;
}
.blog-search form input:focus {
outline: none;
}
.blog-search form input::-webkit-input-placeholder {
color: #b5b5b5;
opacity: 1;
}
.blog-search form input::-moz-placeholder {
color: #b5b5b5;
opacity: 1;
}
.blog-search form {
position: relative;
}
.blog-search form button {
background-color: transparent;
border: medium none;
color: #bbbbbb;
font-size: 16px;
height: 50px;
padding: 0 23px;
position: absolute;
right: 0px;
transition: all .3s ease 0s;
top: 0;
cursor: pointer;
}
.blog-search form button:hover {
color: #6cad19;
} .widget-area .sidebar-widget > ul,
.widget_nav_menu .menu {
padding: 0;
}
.widget_categories.sidebar-widget ul li,
.widget_archive.sidebar-widget ul li {
text-align: right;
color: #232323;
overflow: hidden;
}
.widget_categories.sidebar-widget ul li a,
.widget_archive.sidebar-widget ul li a {
display: block;
float: left;
text-align: left;
}
.sidebar-widget:not(.widget_insurersem_author_about_widget) ul li {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 10px;
padding-bottom: 10px;
list-style: none;
}
.sidebar-widget.widget_Insurersrecent_post ul li {
border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.sidebar-widget ul li ul.children li a,
.sidebar-widget ul li ul.sub-menu li a {
color: #232323;
}
.sidebar-widget ul li ul.children li a:hover,
.sidebar-widget ul li ul.sub-menu li a:hover {
color: #000;
}
.sidebar-widget ul li ul.children li:first-child,
.sidebar-widget ul li ul.sub-menu li:first-child {
border-top: 1px solid #f1f1f1;
margin-top: 10px;
padding-top: 8px;
}
.sidebar-widget ul li:hover a {
color: #000;
}
.sidebar-widget ul li:last-child {
border-bottom: none;
margin-bottom: 0px;
padding-bottom: 0px;
} .widget_calendar #wp-calendar {
width: 100%;
border: 1px solid #ededed;
}
.widget_calendar caption,
.widget_calendar tfoot td {
font-weight: 600;
padding: 10px 15px;
color: #000;
}
.widget_calendar caption {
border: 1px solid #ededed;
border-bottom: none;
caption-side: top;
}
.widget_calendar tfoot {
border-top: 1px solid #ededed;
}
.widget_calendar thead td,
.widget_calendar thead th,
.widget_calendar tbody td,
.widget_calendar tbody th {
text-align: center;
padding: 5px;
}
.widget_calendar thead th {
color: #000;
font-weight: 600;
}
.widget_calendar tbody td#today {
background: rgba(0, 0, 0, 0.05);
color: #6cad19;
} .widget-area .sidebar-widget select {
width: 100%;
height: 50px;
border: 1px solid #ebebeb;
border-radius: 3px;
background-color: #fff;
text-indent: 10px;
font-size: 14px;
color: #333;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 10px 0;
}
.widget-area .sidebar-widget select:focus,
.widget-area .sidebar-widget select:active,
.widget-area .sidebar-widget select:hover {
outline: none;
-webkit-box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
color: #000;
} .sidebar-widget .post-img {
display: inline-block;
float: left;
margin-top: 7px;
margin-bottom: 7px;
}
.sidebar-post > li {
display: block;
margin-bottom: 30px;
overflow: hidden;
}
.sidebar-post > li:last-child {
margin-bottom: 0px;
}
.sidebar-widget .post-text {
padding-left: 141px;
}
.sidebar-widget .post-text > h4 {
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 26px;
margin-bottom: 5px;
margin-top: 0;
}
.sidebar-widget .post-text > h4 a {
color: #333;
font-size: 15px;
}
.sidebar-widget .post-text > h4 a:hover {
color: #6cad19;
}
.sidebar-widget .post-text > span {
color: #000;
font-size: 12px;
display: block;
line-height: 1em;
} .sidebar-widget .author--info--wrap img {
width: 100%;
}
.video-img > img {
width: 100%;
}
.self-info {
padding: 37px 35px 50px;
background-color: #f6f6f6;
}
.self-info > h3 {
color: #000;
font-family: open sans;
font-size: 18px;
font-weight: 600;
margin-bottom: 15px;
}
.self-info > p {
color: #000;
margin: 0;
}
.self-info > p span {
font-weight: bold;
}
.sidebar-widget .blog-social {
margin-top: 43px;
}
.sidebar-widget .blog-social > h4 {
color: #363535;
font-family: open sans;
font-size: 16px;
font-weight: bold;
margin-bottom: 39px;
position: relative;
}
.sidebar-widget .blog-social ul {
margin: 0;
padding: 0;
}
.sidebar-widget .blog-social ul li {
display: inline-block;
margin: 0 5px;
}
.sidebar-widget .blog-social ul li a {
border: 1px solid #d9d9d9;
border-radius: 50px;
color: #999999;
display: inline-block;
font-size: 18px;
height: 40px;
line-height: 38px;
width: 40px;
}
.sidebar-widget .blog-social ul li a:hover {
color: #fff;
background-color: #232323;
border: 1px solid #232323;
}
.sidebar-widget .blog-social h4::before {
background-color: #565252;
bottom: -13px;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 50px;
}
.sidebar-banner img {
max-width: 100%;
width: 100%;
}
.sidebar-banner a {
display: block;
} .video-img {
position: relative;
}
.video-img a {
background: #ffffff none repeat scroll 0 0;
border-radius: 50%;
font-size: 24px;
height: 50px;
left: 0;
line-height: 50px;
margin: 0 auto;
position: absolute;
right: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 50px;
color: #000;
}
.video-img a:hover {
background: #666 none repeat scroll 0 0;
color: #fff;
}
.video-title h5 {
color: #1c1c1c;
font-family: open sans;
font-size: 14px;
font-weight: 600;
line-height: 25px;
margin-bottom: 8px;
}
.video-title h5 a {
color: #1c1c1c;
margin-bottom: 8px;
}
.video-title h5 a:hover {
color: #555;
}
.video-title > span {
color: #979797;
font-weight: 600;
}
.video-title {
margin-top: 23px;
}
.clear {
position: relative;
display: block;
}
.clear::before {
display: block;
content: "";
clear: both;
overflow: hidden;
}
.sidebar-widget ul.sub-menu{
padding-left: 1.2em;;
}
.blog-content .pagination{
-ms-align-items: center;
align-items: center;
margin-top: 15px;
}
ol.comment-list p.form-submit {
margin-bottom: 50px;
}.row-0 {
margin-left: 0px;
margin-right: 0px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
.row-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-1 {
margin-left: -1px;
margin-right: -1px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
.row-1 > [class*="col"] {
padding-left: 1px;
padding-right: 1px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-2 {
margin-left: -2px;
margin-right: -2px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
.row-2 > [class*="col"] {
padding-left: 2px;
padding-right: 2px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-3 {
margin-left: -3px;
margin-right: -3px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
.row-3 > [class*="col"] {
padding-left: 3px;
padding-right: 3px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-4 {
margin-left: -4px;
margin-right: -4px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
.row-4 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-5 {
margin-left: -5px;
margin-right: -5px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
.row-5 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-6 {
margin-left: -6px;
margin-right: -6px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
.row-6 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-7 {
margin-left: -7px;
margin-right: -7px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
.row-7 > [class*="col"] {
padding-left: 7px;
padding-right: 7px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-8 {
margin-left: -8px;
margin-right: -8px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
.row-8 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-9 {
margin-left: -9px;
margin-right: -9px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
.row-9 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-10 {
margin-left: -10px;
margin-right: -10px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
.row-10 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-11 {
margin-left: -11px;
margin-right: -11px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
.row-11 > [class*="col"] {
padding-left: 11px;
padding-right: 11px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-12 {
margin-left: -12px;
margin-right: -12px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
.row-12 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-13 {
margin-left: -13px;
margin-right: -13px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
.row-13 > [class*="col"] {
padding-left: 13px;
padding-right: 13px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-14 {
margin-left: -14px;
margin-right: -14px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
.row-14 > [class*="col"] {
padding-left: 14px;
padding-right: 14px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-15 {
margin-left: -15px;
margin-right: -15px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-16 {
margin-left: -16px;
margin-right: -16px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
.row-16 > [class*="col"] {
padding-left: 16px;
padding-right: 16px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-17 {
margin-left: -17px;
margin-right: -17px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
.row-17 > [class*="col"] {
padding-left: 17px;
padding-right: 17px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-18 {
margin-left: -18px;
margin-right: -18px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
.row-18 > [class*="col"] {
padding-left: 18px;
padding-right: 18px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-19 {
margin-left: -19px;
margin-right: -19px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
.row-19 > [class*="col"] {
padding-left: 19px;
padding-right: 19px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-20 {
margin-left: -20px;
margin-right: -20px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
.row-20 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-21 {
margin-left: -21px;
margin-right: -21px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
.row-21 > [class*="col"] {
padding-left: 21px;
padding-right: 21px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-22 {
margin-left: -22px;
margin-right: -22px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
.row-22 > [class*="col"] {
padding-left: 22px;
padding-right: 22px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-23 {
margin-left: -23px;
margin-right: -23px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
.row-23 > [class*="col"] {
padding-left: 23px;
padding-right: 23px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-24 {
margin-left: -24px;
margin-right: -24px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
.row-24 > [class*="col"] {
padding-left: 24px;
padding-right: 24px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-25 {
margin-left: -25px;
margin-right: -25px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
.row-25 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-26 {
margin-left: -26px;
margin-right: -26px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
.row-26 > [class*="col"] {
padding-left: 26px;
padding-right: 26px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-27 {
margin-left: -27px;
margin-right: -27px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
.row-27 > [class*="col"] {
padding-left: 27px;
padding-right: 27px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-28 {
margin-left: -28px;
margin-right: -28px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
.row-28 > [class*="col"] {
padding-left: 28px;
padding-right: 28px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-29 {
margin-left: -29px;
margin-right: -29px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
.row-29 > [class*="col"] {
padding-left: 29px;
padding-right: 29px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-30 {
margin-left: -30px;
margin-right: -30px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
.row-30 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-31 {
margin-left: -31px;
margin-right: -31px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
.row-31 > [class*="col"] {
padding-left: 31px;
padding-right: 31px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-32 {
margin-left: -32px;
margin-right: -32px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
.row-32 > [class*="col"] {
padding-left: 32px;
padding-right: 32px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-33 {
margin-left: -33px;
margin-right: -33px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
.row-33 > [class*="col"] {
padding-left: 33px;
padding-right: 33px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-34 {
margin-left: -34px;
margin-right: -34px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
.row-34 > [class*="col"] {
padding-left: 34px;
padding-right: 34px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-35 {
margin-left: -35px;
margin-right: -35px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
.row-35 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-36 {
margin-left: -36px;
margin-right: -36px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
.row-36 > [class*="col"] {
padding-left: 36px;
padding-right: 36px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-37 {
margin-left: -37px;
margin-right: -37px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
.row-37 > [class*="col"] {
padding-left: 37px;
padding-right: 37px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-38 {
margin-left: -38px;
margin-right: -38px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
.row-38 > [class*="col"] {
padding-left: 38px;
padding-right: 38px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-39 {
margin-left: -39px;
margin-right: -39px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
.row-39 > [class*="col"] {
padding-left: 39px;
padding-right: 39px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-40 {
margin-left: -40px;
margin-right: -40px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
.row-40 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }  .mt-0 {
margin-top: 0px !important; }
.mt-5 {
margin-top: 5px !important; }
.mt-10 {
margin-top: 10px !important; }
.mt-15 {
margin-top: 15px !important; }
.mt-20 {
margin-top: 20px !important; }
.mt-25 {
margin-top: 25px !important; }
.mt-30 {
margin-top: 30px !important; }
.mt-35 {
margin-top: 35px !important; }
.mt-40 {
margin-top: 40px !important; }
.mt-45 {
margin-top: 45px !important; }
.mt-50 {
margin-top: 50px !important; }
.mt-55 {
margin-top: 55px !important; }
.mt-60 {
margin-top: 60px !important; }
.mt-65 {
margin-top: 65px !important; }
.mt-70 {
margin-top: 70px !important; }
.mt-75 {
margin-top: 75px !important; }
.mt-80 {
margin-top: 80px !important; }
.mt-85 {
margin-top: 85px !important; }
.mt-90 {
margin-top: 90px !important; }
.mt-95 {
margin-top: 95px !important; }
.mt-100 {
margin-top: 100px !important; }
.mt-105 {
margin-top: 105px !important; }
.mt-110 {
margin-top: 110px !important; }
.mt-115 {
margin-top: 115px !important; }
.mt-120 {
margin-top: 120px !important; }
.mt-125 {
margin-top: 125px !important; }
.mt-130 {
margin-top: 130px !important; }
.mt-135 {
margin-top: 135px !important; }
.mt-140 {
margin-top: 140px !important; }
.mt-145 {
margin-top: 145px !important; }
.mt-150 {
margin-top: 150px !important; }
.mt-155 {
margin-top: 155px !important; }
.mt-160 {
margin-top: 160px !important; }
.mt-165 {
margin-top: 165px !important; }
.mt-170 {
margin-top: 170px !important; }
.mt-175 {
margin-top: 175px !important; }
.mt-180 {
margin-top: 180px !important; }
.mt-185 {
margin-top: 185px !important; }
.mt-190 {
margin-top: 190px !important; }
.mt-195 {
margin-top: 195px !important; }
.mt-200 {
margin-top: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-0 {
margin-top: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-5 {
margin-top: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-10 {
margin-top: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-15 {
margin-top: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-20 {
margin-top: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-25 {
margin-top: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-30 {
margin-top: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-35 {
margin-top: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-40 {
margin-top: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-45 {
margin-top: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-50 {
margin-top: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-55 {
margin-top: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-60 {
margin-top: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-65 {
margin-top: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-70 {
margin-top: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-75 {
margin-top: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-80 {
margin-top: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-85 {
margin-top: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-90 {
margin-top: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-95 {
margin-top: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-100 {
margin-top: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-105 {
margin-top: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-110 {
margin-top: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-115 {
margin-top: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-120 {
margin-top: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-125 {
margin-top: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-130 {
margin-top: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-135 {
margin-top: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-140 {
margin-top: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-145 {
margin-top: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-150 {
margin-top: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-155 {
margin-top: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-160 {
margin-top: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-165 {
margin-top: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-170 {
margin-top: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-175 {
margin-top: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-180 {
margin-top: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-185 {
margin-top: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-190 {
margin-top: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-195 {
margin-top: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-200 {
margin-top: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-0 {
margin-top: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-5 {
margin-top: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-10 {
margin-top: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-15 {
margin-top: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-20 {
margin-top: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-25 {
margin-top: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-30 {
margin-top: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-35 {
margin-top: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-40 {
margin-top: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-45 {
margin-top: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-50 {
margin-top: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-55 {
margin-top: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-60 {
margin-top: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-65 {
margin-top: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-70 {
margin-top: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-75 {
margin-top: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-80 {
margin-top: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-85 {
margin-top: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-90 {
margin-top: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-95 {
margin-top: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-100 {
margin-top: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-105 {
margin-top: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-110 {
margin-top: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-115 {
margin-top: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-120 {
margin-top: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-125 {
margin-top: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-130 {
margin-top: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-135 {
margin-top: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-140 {
margin-top: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-145 {
margin-top: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-150 {
margin-top: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-155 {
margin-top: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-160 {
margin-top: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-165 {
margin-top: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-170 {
margin-top: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-175 {
margin-top: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-180 {
margin-top: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-185 {
margin-top: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-190 {
margin-top: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-195 {
margin-top: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-200 {
margin-top: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-0 {
margin-top: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-5 {
margin-top: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-10 {
margin-top: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-15 {
margin-top: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-20 {
margin-top: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-25 {
margin-top: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-30 {
margin-top: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-35 {
margin-top: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-40 {
margin-top: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-45 {
margin-top: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-50 {
margin-top: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-55 {
margin-top: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-60 {
margin-top: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-65 {
margin-top: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-70 {
margin-top: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-75 {
margin-top: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-80 {
margin-top: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-85 {
margin-top: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-90 {
margin-top: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-95 {
margin-top: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-100 {
margin-top: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-105 {
margin-top: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-110 {
margin-top: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-115 {
margin-top: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-120 {
margin-top: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-125 {
margin-top: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-130 {
margin-top: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-135 {
margin-top: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-140 {
margin-top: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-145 {
margin-top: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-150 {
margin-top: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-155 {
margin-top: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-160 {
margin-top: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-165 {
margin-top: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-170 {
margin-top: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-175 {
margin-top: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-180 {
margin-top: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-185 {
margin-top: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-190 {
margin-top: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-195 {
margin-top: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-200 {
margin-top: 200px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-0 {
margin-top: 0px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-5 {
margin-top: 5px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-10 {
margin-top: 10px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-15 {
margin-top: 15px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-20 {
margin-top: 20px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-25 {
margin-top: 25px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-30 {
margin-top: 30px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-35 {
margin-top: 35px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-40 {
margin-top: 40px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-45 {
margin-top: 45px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-50 {
margin-top: 50px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-55 {
margin-top: 55px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-60 {
margin-top: 60px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-65 {
margin-top: 65px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-70 {
margin-top: 70px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-75 {
margin-top: 75px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-80 {
margin-top: 80px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-85 {
margin-top: 85px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-90 {
margin-top: 90px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-95 {
margin-top: 95px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-100 {
margin-top: 100px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-105 {
margin-top: 105px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-110 {
margin-top: 110px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-115 {
margin-top: 115px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-120 {
margin-top: 120px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-125 {
margin-top: 125px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-130 {
margin-top: 130px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-135 {
margin-top: 135px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-140 {
margin-top: 140px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-145 {
margin-top: 145px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-150 {
margin-top: 150px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-155 {
margin-top: 155px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-160 {
margin-top: 160px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-165 {
margin-top: 165px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-170 {
margin-top: 170px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-175 {
margin-top: 175px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-180 {
margin-top: 180px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-185 {
margin-top: 185px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-190 {
margin-top: 190px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-195 {
margin-top: 195px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-200 {
margin-top: 200px !important; } } .mb-0 {
margin-bottom: 0px !important; }
.mb-5 {
margin-bottom: 5px !important; }
.mb-10 {
margin-bottom: 10px !important; }
.mb-15 {
margin-bottom: 15px !important; }
.mb-20 {
margin-bottom: 20px !important; }
.mb-25 {
margin-bottom: 25px !important; }
.mb-30 {
margin-bottom: 30px !important; }
.mb-35 {
margin-bottom: 35px !important; }
.mb-40 {
margin-bottom: 40px !important; }
.mb-45 {
margin-bottom: 45px !important; }
.mb-50 {
margin-bottom: 50px !important; }
.mb-55 {
margin-bottom: 55px !important; }
.mb-60 {
margin-bottom: 60px !important; }
.mb-65 {
margin-bottom: 65px !important; }
.mb-70 {
margin-bottom: 70px !important; }
.mb-75 {
margin-bottom: 75px !important; }
.mb-80 {
margin-bottom: 80px !important; }
.mb-85 {
margin-bottom: 85px !important; }
.mb-90 {
margin-bottom: 90px !important; }
.mb-95 {
margin-bottom: 95px !important; }
.mb-100 {
margin-bottom: 100px !important; }
.mb-105 {
margin-bottom: 105px !important; }
.mb-110 {
margin-bottom: 110px !important; }
.mb-115 {
margin-bottom: 115px !important; }
.mb-120 {
margin-bottom: 120px !important; }
.mb-125 {
margin-bottom: 125px !important; }
.mb-130 {
margin-bottom: 130px !important; }
.mb-135 {
margin-bottom: 135px !important; }
.mb-140 {
margin-bottom: 140px !important; }
.mb-145 {
margin-bottom: 145px !important; }
.mb-150 {
margin-bottom: 150px !important; }
.mb-155 {
margin-bottom: 155px !important; }
.mb-160 {
margin-bottom: 160px !important; }
.mb-165 {
margin-bottom: 165px !important; }
.mb-170 {
margin-bottom: 170px !important; }
.mb-175 {
margin-bottom: 175px !important; }
.mb-180 {
margin-bottom: 180px !important; }
.mb-185 {
margin-bottom: 185px !important; }
.mb-190 {
margin-bottom: 190px !important; }
.mb-195 {
margin-bottom: 195px !important; }
.mb-200 {
margin-bottom: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-0 {
margin-bottom: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-5 {
margin-bottom: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-10 {
margin-bottom: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-15 {
margin-bottom: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-20 {
margin-bottom: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-25 {
margin-bottom: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-30 {
margin-bottom: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-35 {
margin-bottom: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-40 {
margin-bottom: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-45 {
margin-bottom: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-50 {
margin-bottom: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-55 {
margin-bottom: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-60 {
margin-bottom: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-65 {
margin-bottom: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-70 {
margin-bottom: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-75 {
margin-bottom: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-80 {
margin-bottom: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-85 {
margin-bottom: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-90 {
margin-bottom: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-95 {
margin-bottom: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-100 {
margin-bottom: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-105 {
margin-bottom: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-110 {
margin-bottom: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-115 {
margin-bottom: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-120 {
margin-bottom: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-125 {
margin-bottom: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-130 {
margin-bottom: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-135 {
margin-bottom: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-140 {
margin-bottom: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-145 {
margin-bottom: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-150 {
margin-bottom: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-155 {
margin-bottom: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-160 {
margin-bottom: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-165 {
margin-bottom: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-170 {
margin-bottom: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-175 {
margin-bottom: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-180 {
margin-bottom: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-185 {
margin-bottom: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-190 {
margin-bottom: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-195 {
margin-bottom: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-200 {
margin-bottom: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-0 {
margin-bottom: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-5 {
margin-bottom: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-10 {
margin-bottom: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-15 {
margin-bottom: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-20 {
margin-bottom: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-25 {
margin-bottom: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-30 {
margin-bottom: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-35 {
margin-bottom: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-40 {
margin-bottom: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-45 {
margin-bottom: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-50 {
margin-bottom: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-55 {
margin-bottom: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-60 {
margin-bottom: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-65 {
margin-bottom: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-70 {
margin-bottom: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-75 {
margin-bottom: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-80 {
margin-bottom: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-85 {
margin-bottom: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-90 {
margin-bottom: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-95 {
margin-bottom: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-100 {
margin-bottom: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-105 {
margin-bottom: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-110 {
margin-bottom: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-115 {
margin-bottom: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-120 {
margin-bottom: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-125 {
margin-bottom: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-130 {
margin-bottom: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-135 {
margin-bottom: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-140 {
margin-bottom: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-145 {
margin-bottom: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-150 {
margin-bottom: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-155 {
margin-bottom: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-160 {
margin-bottom: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-165 {
margin-bottom: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-170 {
margin-bottom: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-175 {
margin-bottom: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-180 {
margin-bottom: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-185 {
margin-bottom: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-190 {
margin-bottom: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-195 {
margin-bottom: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-200 {
margin-bottom: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-0 {
margin-bottom: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-5 {
margin-bottom: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-10 {
margin-bottom: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-15 {
margin-bottom: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-20 {
margin-bottom: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-25 {
margin-bottom: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-30 {
margin-bottom: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-35 {
margin-bottom: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-40 {
margin-bottom: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-45 {
margin-bottom: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-50 {
margin-bottom: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-55 {
margin-bottom: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-60 {
margin-bottom: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-65 {
margin-bottom: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-70 {
margin-bottom: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-75 {
margin-bottom: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-80 {
margin-bottom: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-85 {
margin-bottom: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-90 {
margin-bottom: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-95 {
margin-bottom: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-100 {
margin-bottom: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-105 {
margin-bottom: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-110 {
margin-bottom: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-115 {
margin-bottom: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-120 {
margin-bottom: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-125 {
margin-bottom: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-130 {
margin-bottom: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-135 {
margin-bottom: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-140 {
margin-bottom: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-145 {
margin-bottom: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-150 {
margin-bottom: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-155 {
margin-bottom: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-160 {
margin-bottom: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-165 {
margin-bottom: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-170 {
margin-bottom: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-175 {
margin-bottom: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-180 {
margin-bottom: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-185 {
margin-bottom: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-190 {
margin-bottom: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-195 {
margin-bottom: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-200 {
margin-bottom: 200px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-0 {
margin-bottom: 0px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-5 {
margin-bottom: 5px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-10 {
margin-bottom: 10px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-15 {
margin-bottom: 15px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-20 {
margin-bottom: 20px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-25 {
margin-bottom: 25px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-30 {
margin-bottom: 30px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-35 {
margin-bottom: 35px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-40 {
margin-bottom: 40px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-45 {
margin-bottom: 45px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-50 {
margin-bottom: 50px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-55 {
margin-bottom: 55px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-60 {
margin-bottom: 60px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-65 {
margin-bottom: 65px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-70 {
margin-bottom: 70px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-75 {
margin-bottom: 75px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-80 {
margin-bottom: 80px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-85 {
margin-bottom: 85px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-90 {
margin-bottom: 90px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-95 {
margin-bottom: 95px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-100 {
margin-bottom: 100px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-105 {
margin-bottom: 105px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-110 {
margin-bottom: 110px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-115 {
margin-bottom: 115px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-120 {
margin-bottom: 120px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-125 {
margin-bottom: 125px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-130 {
margin-bottom: 130px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-135 {
margin-bottom: 135px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-140 {
margin-bottom: 140px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-145 {
margin-bottom: 145px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-150 {
margin-bottom: 150px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-155 {
margin-bottom: 155px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-160 {
margin-bottom: 160px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-165 {
margin-bottom: 165px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-170 {
margin-bottom: 170px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-175 {
margin-bottom: 175px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-180 {
margin-bottom: 180px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-185 {
margin-bottom: 185px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-190 {
margin-bottom: 190px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-195 {
margin-bottom: 195px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-200 {
margin-bottom: 200px !important; } } .ml-0 {
margin-left: 0px !important; }
.ml-5 {
margin-left: 5px !important; }
.ml-10 {
margin-left: 10px !important; }
.ml-15 {
margin-left: 15px !important; }
.ml-20 {
margin-left: 20px !important; }
.ml-25 {
margin-left: 25px !important; }
.ml-30 {
margin-left: 30px !important; }
.ml-35 {
margin-left: 35px !important; }
.ml-40 {
margin-left: 40px !important; }
.ml-45 {
margin-left: 45px !important; }
.ml-50 {
margin-left: 50px !important; }
.ml-55 {
margin-left: 55px !important; }
.ml-60 {
margin-left: 60px !important; }
.ml-65 {
margin-left: 65px !important; }
.ml-70 {
margin-left: 70px !important; }
.ml-75 {
margin-left: 75px !important; }
.ml-80 {
margin-left: 80px !important; }
.ml-85 {
margin-left: 85px !important; }
.ml-90 {
margin-left: 90px !important; }
.ml-95 {
margin-left: 95px !important; }
.ml-100 {
margin-left: 100px !important; }
.ml-105 {
margin-left: 105px !important; }
.ml-110 {
margin-left: 110px !important; }
.ml-115 {
margin-left: 115px !important; }
.ml-120 {
margin-left: 120px !important; }
.ml-125 {
margin-left: 125px !important; }
.ml-130 {
margin-left: 130px !important; }
.ml-135 {
margin-left: 135px !important; }
.ml-140 {
margin-left: 140px !important; }
.ml-145 {
margin-left: 145px !important; }
.ml-150 {
margin-left: 150px !important; }
.ml-155 {
margin-left: 155px !important; }
.ml-160 {
margin-left: 160px !important; }
.ml-165 {
margin-left: 165px !important; }
.ml-170 {
margin-left: 170px !important; }
.ml-175 {
margin-left: 175px !important; }
.ml-180 {
margin-left: 180px !important; }
.ml-185 {
margin-left: 185px !important; }
.ml-190 {
margin-left: 190px !important; }
.ml-195 {
margin-left: 195px !important; }
.ml-200 {
margin-left: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-0 {
margin-left: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-5 {
margin-left: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-10 {
margin-left: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-15 {
margin-left: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-20 {
margin-left: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-25 {
margin-left: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-30 {
margin-left: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-35 {
margin-left: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-40 {
margin-left: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-45 {
margin-left: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-50 {
margin-left: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-55 {
margin-left: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-60 {
margin-left: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-65 {
margin-left: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-70 {
margin-left: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-75 {
margin-left: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-80 {
margin-left: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-85 {
margin-left: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-90 {
margin-left: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-95 {
margin-left: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-100 {
margin-left: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-105 {
margin-left: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-110 {
margin-left: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-115 {
margin-left: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-120 {
margin-left: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-125 {
margin-left: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-130 {
margin-left: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-135 {
margin-left: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-140 {
margin-left: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-145 {
margin-left: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-150 {
margin-left: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-155 {
margin-left: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-160 {
margin-left: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-165 {
margin-left: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-170 {
margin-left: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-175 {
margin-left: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-180 {
margin-left: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-185 {
margin-left: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-190 {
margin-left: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-195 {
margin-left: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-200 {
margin-left: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-0 {
margin-left: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-5 {
margin-left: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-10 {
margin-left: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-15 {
margin-left: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-20 {
margin-left: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-25 {
margin-left: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-30 {
margin-left: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-35 {
margin-left: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-40 {
margin-left: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-45 {
margin-left: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-50 {
margin-left: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-55 {
margin-left: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-60 {
margin-left: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-65 {
margin-left: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-70 {
margin-left: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-75 {
margin-left: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-80 {
margin-left: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-85 {
margin-left: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-90 {
margin-left: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-95 {
margin-left: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-100 {
margin-left: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-105 {
margin-left: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-110 {
margin-left: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-115 {
margin-left: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-120 {
margin-left: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-125 {
margin-left: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-130 {
margin-left: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-135 {
margin-left: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-140 {
margin-left: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-145 {
margin-left: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-150 {
margin-left: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-155 {
margin-left: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-160 {
margin-left: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-165 {
margin-left: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-170 {
margin-left: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-175 {
margin-left: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-180 {
margin-left: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-185 {
margin-left: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-190 {
margin-left: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-195 {
margin-left: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-200 {
margin-left: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-0 {
margin-left: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-5 {
margin-left: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-10 {
margin-left: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-15 {
margin-left: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-20 {
margin-left: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-25 {
margin-left: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-30 {
margin-left: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-35 {
margin-left: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-40 {
margin-left: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-45 {
margin-left: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-50 {
margin-left: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-55 {
margin-left: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-60 {
margin-left: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-65 {
margin-left: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-70 {
margin-left: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-75 {
margin-left: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-80 {
margin-left: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-85 {
margin-left: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-90 {
margin-left: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-95 {
margin-left: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-100 {
margin-left: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-105 {
margin-left: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-110 {
margin-left: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-115 {
margin-left: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-120 {
margin-left: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-125 {
margin-left: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-130 {
margin-left: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-135 {
margin-left: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-140 {
margin-left: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-145 {
margin-left: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-150 {
margin-left: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-155 {
margin-left: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-160 {
margin-left: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-165 {
margin-left: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-170 {
margin-left: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-175 {
margin-left: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-180 {
margin-left: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-185 {
margin-left: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-190 {
margin-left: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-195 {
margin-left: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-200 {
margin-left: 200px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-0 {
margin-left: 0px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-5 {
margin-left: 5px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-10 {
margin-left: 10px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-15 {
margin-left: 15px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-20 {
margin-left: 20px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-25 {
margin-left: 25px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-30 {
margin-left: 30px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-35 {
margin-left: 35px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-40 {
margin-left: 40px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-45 {
margin-left: 45px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-50 {
margin-left: 50px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-55 {
margin-left: 55px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-60 {
margin-left: 60px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-65 {
margin-left: 65px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-70 {
margin-left: 70px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-75 {
margin-left: 75px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-80 {
margin-left: 80px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-85 {
margin-left: 85px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-90 {
margin-left: 90px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-95 {
margin-left: 95px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-100 {
margin-left: 100px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-105 {
margin-left: 105px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-110 {
margin-left: 110px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-115 {
margin-left: 115px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-120 {
margin-left: 120px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-125 {
margin-left: 125px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-130 {
margin-left: 130px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-135 {
margin-left: 135px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-140 {
margin-left: 140px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-145 {
margin-left: 145px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-150 {
margin-left: 150px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-155 {
margin-left: 155px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-160 {
margin-left: 160px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-165 {
margin-left: 165px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-170 {
margin-left: 170px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-175 {
margin-left: 175px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-180 {
margin-left: 180px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-185 {
margin-left: 185px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-190 {
margin-left: 190px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-195 {
margin-left: 195px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-200 {
margin-left: 200px !important; } } .mr-0 {
margin-right: 0px !important; }
.mr-5 {
margin-right: 5px !important; }
.mr-10 {
margin-right: 10px !important; }
.mr-15 {
margin-right: 15px !important; }
.mr-20 {
margin-right: 20px !important; }
.mr-25 {
margin-right: 25px !important; }
.mr-30 {
margin-right: 30px !important; }
.mr-35 {
margin-right: 35px !important; }
.mr-40 {
margin-right: 40px !important; }
.mr-45 {
margin-right: 45px !important; }
.mr-50 {
margin-right: 50px !important; }
.mr-55 {
margin-right: 55px !important; }
.mr-60 {
margin-right: 60px !important; }
.mr-65 {
margin-right: 65px !important; }
.mr-70 {
margin-right: 70px !important; }
.mr-75 {
margin-right: 75px !important; }
.mr-80 {
margin-right: 80px !important; }
.mr-85 {
margin-right: 85px !important; }
.mr-90 {
margin-right: 90px !important; }
.mr-95 {
margin-right: 95px !important; }
.mr-100 {
margin-right: 100px !important; }
.mr-105 {
margin-right: 105px !important; }
.mr-110 {
margin-right: 110px !important; }
.mr-115 {
margin-right: 115px !important; }
.mr-120 {
margin-right: 120px !important; }
.mr-125 {
margin-right: 125px !important; }
.mr-130 {
margin-right: 130px !important; }
.mr-135 {
margin-right: 135px !important; }
.mr-140 {
margin-right: 140px !important; }
.mr-145 {
margin-right: 145px !important; }
.mr-150 {
margin-right: 150px !important; }
.mr-155 {
margin-right: 155px !important; }
.mr-160 {
margin-right: 160px !important; }
.mr-165 {
margin-right: 165px !important; }
.mr-170 {
margin-right: 170px !important; }
.mr-175 {
margin-right: 175px !important; }
.mr-180 {
margin-right: 180px !important; }
.mr-185 {
margin-right: 185px !important; }
.mr-190 {
margin-right: 190px !important; }
.mr-195 {
margin-right: 195px !important; }
.mr-200 {
margin-right: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-0 {
margin-right: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-5 {
margin-right: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-10 {
margin-right: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-15 {
margin-right: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-20 {
margin-right: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-25 {
margin-right: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-30 {
margin-right: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-35 {
margin-right: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-40 {
margin-right: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-45 {
margin-right: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-50 {
margin-right: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-55 {
margin-right: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-60 {
margin-right: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-65 {
margin-right: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-70 {
margin-right: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-75 {
margin-right: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-80 {
margin-right: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-85 {
margin-right: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-90 {
margin-right: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-95 {
margin-right: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-100 {
margin-right: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-105 {
margin-right: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-110 {
margin-right: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-115 {
margin-right: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-120 {
margin-right: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-125 {
margin-right: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-130 {
margin-right: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-135 {
margin-right: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-140 {
margin-right: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-145 {
margin-right: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-150 {
margin-right: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-155 {
margin-right: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-160 {
margin-right: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-165 {
margin-right: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-170 {
margin-right: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-175 {
margin-right: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-180 {
margin-right: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-185 {
margin-right: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-190 {
margin-right: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-195 {
margin-right: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-200 {
margin-right: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-0 {
margin-right: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-5 {
margin-right: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-10 {
margin-right: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-15 {
margin-right: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-20 {
margin-right: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-25 {
margin-right: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-30 {
margin-right: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-35 {
margin-right: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-40 {
margin-right: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-45 {
margin-right: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-50 {
margin-right: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-55 {
margin-right: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-60 {
margin-right: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-65 {
margin-right: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-70 {
margin-right: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-75 {
margin-right: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-80 {
margin-right: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-85 {
margin-right: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-90 {
margin-right: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-95 {
margin-right: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-100 {
margin-right: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-105 {
margin-right: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-110 {
margin-right: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-115 {
margin-right: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-120 {
margin-right: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-125 {
margin-right: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-130 {
margin-right: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-135 {
margin-right: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-140 {
margin-right: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-145 {
margin-right: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-150 {
margin-right: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-155 {
margin-right: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-160 {
margin-right: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-165 {
margin-right: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-170 {
margin-right: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-175 {
margin-right: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-180 {
margin-right: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-185 {
margin-right: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-190 {
margin-right: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-195 {
margin-right: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-200 {
margin-right: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-0 {
margin-right: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-5 {
margin-right: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-10 {
margin-right: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-15 {
margin-right: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-20 {
margin-right: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-25 {
margin-right: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-30 {
margin-right: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-35 {
margin-right: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-40 {
margin-right: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-45 {
margin-right: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-50 {
margin-right: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-55 {
margin-right: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-60 {
margin-right: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-65 {
margin-right: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-70 {
margin-right: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-75 {
margin-right: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-80 {
margin-right: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-85 {
margin-right: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-90 {
margin-right: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-95 {
margin-right: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-100 {
margin-right: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-105 {
margin-right: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-110 {
margin-right: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-115 {
margin-right: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-120 {
margin-right: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-125 {
margin-right: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-130 {
margin-right: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-135 {
margin-right: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-140 {
margin-right: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-145 {
margin-right: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-150 {
margin-right: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-155 {
margin-right: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-160 {
margin-right: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-165 {
margin-right: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-170 {
margin-right: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-175 {
margin-right: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-180 {
margin-right: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-185 {
margin-right: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-190 {
margin-right: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-195 {
margin-right: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-200 {
margin-right: 200px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-0 {
margin-right: 0px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-5 {
margin-right: 5px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-10 {
margin-right: 10px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-15 {
margin-right: 15px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-20 {
margin-right: 20px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-25 {
margin-right: 25px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-30 {
margin-right: 30px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-35 {
margin-right: 35px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-40 {
margin-right: 40px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-45 {
margin-right: 45px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-50 {
margin-right: 50px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-55 {
margin-right: 55px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-60 {
margin-right: 60px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-65 {
margin-right: 65px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-70 {
margin-right: 70px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-75 {
margin-right: 75px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-80 {
margin-right: 80px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-85 {
margin-right: 85px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-90 {
margin-right: 90px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-95 {
margin-right: 95px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-100 {
margin-right: 100px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-105 {
margin-right: 105px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-110 {
margin-right: 110px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-115 {
margin-right: 115px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-120 {
margin-right: 120px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-125 {
margin-right: 125px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-130 {
margin-right: 130px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-135 {
margin-right: 135px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-140 {
margin-right: 140px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-145 {
margin-right: 145px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-150 {
margin-right: 150px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-155 {
margin-right: 155px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-160 {
margin-right: 160px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-165 {
margin-right: 165px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-170 {
margin-right: 170px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-175 {
margin-right: 175px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-180 {
margin-right: 180px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-185 {
margin-right: 185px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-190 {
margin-right: 190px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-195 {
margin-right: 195px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-200 {
margin-right: 200px !important; } } .pt-0 {
padding-top: 0px !important; }
.pt-5 {
padding-top: 5px !important; }
.pt-10 {
padding-top: 10px !important; }
.pt-15 {
padding-top: 15px !important; }
.pt-20 {
padding-top: 20px !important; }
.pt-25 {
padding-top: 25px !important; }
.pt-30 {
padding-top: 30px !important; }
.pt-35 {
padding-top: 35px !important; }
.pt-40 {
padding-top: 40px !important; }
.pt-45 {
padding-top: 45px !important; }
.pt-50 {
padding-top: 50px !important; }
.pt-55 {
padding-top: 55px !important; }
.pt-60 {
padding-top: 60px !important; }
.pt-65 {
padding-top: 65px !important; }
.pt-70 {
padding-top: 70px !important; }
.pt-75 {
padding-top: 75px !important; }
.pt-80 {
padding-top: 80px !important; }
.pt-85 {
padding-top: 85px !important; }
.pt-90 {
padding-top: 90px !important; }
.pt-95 {
padding-top: 95px !important; }
.pt-100 {
padding-top: 100px !important; }
.pt-105 {
padding-top: 105px !important; }
.pt-110 {
padding-top: 110px !important; }
.pt-115 {
padding-top: 115px !important; }
.pt-120 {
padding-top: 120px !important; }
.pt-125 {
padding-top: 125px !important; }
.pt-130 {
padding-top: 130px !important; }
.pt-135 {
padding-top: 135px !important; }
.pt-140 {
padding-top: 140px !important; }
.pt-145 {
padding-top: 145px !important; }
.pt-150 {
padding-top: 150px !important; }
.pt-155 {
padding-top: 155px !important; }
.pt-160 {
padding-top: 160px !important; }
.pt-165 {
padding-top: 165px !important; }
.pt-170 {
padding-top: 170px !important; }
.pt-175 {
padding-top: 175px !important; }
.pt-180 {
padding-top: 180px !important; }
.pt-185 {
padding-top: 185px !important; }
.pt-190 {
padding-top: 190px !important; }
.pt-195 {
padding-top: 195px !important; }
.pt-200 {
padding-top: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-0 {
padding-top: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-5 {
padding-top: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-10 {
padding-top: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-15 {
padding-top: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-20 {
padding-top: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-25 {
padding-top: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-30 {
padding-top: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-35 {
padding-top: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-40 {
padding-top: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-45 {
padding-top: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-50 {
padding-top: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-55 {
padding-top: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-60 {
padding-top: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-65 {
padding-top: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-70 {
padding-top: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-75 {
padding-top: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-80 {
padding-top: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-85 {
padding-top: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-90 {
padding-top: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-95 {
padding-top: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-100 {
padding-top: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-105 {
padding-top: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-110 {
padding-top: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-115 {
padding-top: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-120 {
padding-top: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-125 {
padding-top: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-130 {
padding-top: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-135 {
padding-top: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-140 {
padding-top: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-145 {
padding-top: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-150 {
padding-top: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-155 {
padding-top: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-160 {
padding-top: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-165 {
padding-top: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-170 {
padding-top: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-175 {
padding-top: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-180 {
padding-top: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-185 {
padding-top: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-190 {
padding-top: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-195 {
padding-top: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-200 {
padding-top: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-0 {
padding-top: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-5 {
padding-top: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-10 {
padding-top: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-15 {
padding-top: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-20 {
padding-top: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-25 {
padding-top: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-30 {
padding-top: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-35 {
padding-top: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-40 {
padding-top: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-45 {
padding-top: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-50 {
padding-top: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-55 {
padding-top: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-60 {
padding-top: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-65 {
padding-top: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-70 {
padding-top: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-75 {
padding-top: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-80 {
padding-top: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-85 {
padding-top: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-90 {
padding-top: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-95 {
padding-top: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-100 {
padding-top: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-105 {
padding-top: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-110 {
padding-top: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-115 {
padding-top: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-120 {
padding-top: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-125 {
padding-top: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-130 {
padding-top: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-135 {
padding-top: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-140 {
padding-top: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-145 {
padding-top: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-150 {
padding-top: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-155 {
padding-top: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-160 {
padding-top: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-165 {
padding-top: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-170 {
padding-top: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-175 {
padding-top: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-180 {
padding-top: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-185 {
padding-top: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-190 {
padding-top: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-195 {
padding-top: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-200 {
padding-top: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-0 {
padding-top: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-5 {
padding-top: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-10 {
padding-top: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-15 {
padding-top: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-20 {
padding-top: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-25 {
padding-top: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-30 {
padding-top: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-35 {
padding-top: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-40 {
padding-top: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-45 {
padding-top: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-50 {
padding-top: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-55 {
padding-top: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-60 {
padding-top: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-65 {
padding-top: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-70 {
padding-top: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-75 {
padding-top: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-80 {
padding-top: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-85 {
padding-top: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-90 {
padding-top: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-95 {
padding-top: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-100 {
padding-top: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-105 {
padding-top: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-110 {
padding-top: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-115 {
padding-top: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-120 {
padding-top: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-125 {
padding-top: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-130 {
padding-top: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-135 {
padding-top: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-140 {
padding-top: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-145 {
padding-top: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-150 {
padding-top: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-155 {
padding-top: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-160 {
padding-top: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-165 {
padding-top: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-170 {
padding-top: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-175 {
padding-top: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-180 {
padding-top: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-185 {
padding-top: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-190 {
padding-top: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-195 {
padding-top: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-200 {
padding-top: 200px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-0 {
padding-top: 0px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-5 {
padding-top: 5px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-10 {
padding-top: 10px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-15 {
padding-top: 15px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-20 {
padding-top: 20px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-25 {
padding-top: 25px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-30 {
padding-top: 30px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-35 {
padding-top: 35px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-40 {
padding-top: 40px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-45 {
padding-top: 45px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-50 {
padding-top: 50px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-55 {
padding-top: 55px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-60 {
padding-top: 60px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-65 {
padding-top: 65px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-70 {
padding-top: 70px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-75 {
padding-top: 75px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-80 {
padding-top: 80px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-85 {
padding-top: 85px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-90 {
padding-top: 90px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-95 {
padding-top: 95px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-100 {
padding-top: 100px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-105 {
padding-top: 105px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-110 {
padding-top: 110px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-115 {
padding-top: 115px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-120 {
padding-top: 120px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-125 {
padding-top: 125px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-130 {
padding-top: 130px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-135 {
padding-top: 135px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-140 {
padding-top: 140px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-145 {
padding-top: 145px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-150 {
padding-top: 150px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-155 {
padding-top: 155px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-160 {
padding-top: 160px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-165 {
padding-top: 165px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-170 {
padding-top: 170px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-175 {
padding-top: 175px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-180 {
padding-top: 180px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-185 {
padding-top: 185px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-190 {
padding-top: 190px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-195 {
padding-top: 195px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-200 {
padding-top: 200px !important; } } .pb-0 {
padding-bottom: 0px !important; }
.pb-5 {
padding-bottom: 5px !important; }
.pb-10 {
padding-bottom: 10px !important; }
.pb-15 {
padding-bottom: 15px !important; }
.pb-20 {
padding-bottom: 20px !important; }
.pb-25 {
padding-bottom: 25px !important; }
.pb-30 {
padding-bottom: 30px !important; }
.pb-35 {
padding-bottom: 35px !important; }
.pb-40 {
padding-bottom: 40px !important; }
.pb-45 {
padding-bottom: 45px !important; }
.pb-50 {
padding-bottom: 50px !important; }
.pb-55 {
padding-bottom: 55px !important; }
.pb-60 {
padding-bottom: 60px !important; }
.pb-65 {
padding-bottom: 65px !important; }
.pb-70 {
padding-bottom: 70px !important; }
.pb-75 {
padding-bottom: 75px !important; }
.pb-80 {
padding-bottom: 80px !important; }
.pb-85 {
padding-bottom: 85px !important; }
.pb-90 {
padding-bottom: 90px !important; }
.pb-95 {
padding-bottom: 95px !important; }
.pb-100 {
padding-bottom: 100px !important; }
.pb-105 {
padding-bottom: 105px !important; }
.pb-110 {
padding-bottom: 110px !important; }
.pb-115 {
padding-bottom: 115px !important; }
.pb-120 {
padding-bottom: 120px !important; }
.pb-125 {
padding-bottom: 125px !important; }
.pb-130 {
padding-bottom: 130px !important; }
.pb-135 {
padding-bottom: 135px !important; }
.pb-140 {
padding-bottom: 140px !important; }
.pb-145 {
padding-bottom: 145px !important; }
.pb-150 {
padding-bottom: 150px !important; }
.pb-155 {
padding-bottom: 155px !important; }
.pb-160 {
padding-bottom: 160px !important; }
.pb-165 {
padding-bottom: 165px !important; }
.pb-170 {
padding-bottom: 170px !important; }
.pb-175 {
padding-bottom: 175px !important; }
.pb-180 {
padding-bottom: 180px !important; }
.pb-185 {
padding-bottom: 185px !important; }
.pb-190 {
padding-bottom: 190px !important; }
.pb-195 {
padding-bottom: 195px !important; }
.pb-200 {
padding-bottom: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-0 {
padding-bottom: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-5 {
padding-bottom: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-10 {
padding-bottom: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-15 {
padding-bottom: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-20 {
padding-bottom: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-25 {
padding-bottom: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-30 {
padding-bottom: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-35 {
padding-bottom: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-40 {
padding-bottom: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-45 {
padding-bottom: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-50 {
padding-bottom: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-55 {
padding-bottom: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-60 {
padding-bottom: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-65 {
padding-bottom: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-70 {
padding-bottom: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-75 {
padding-bottom: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-80 {
padding-bottom: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-85 {
padding-bottom: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-90 {
padding-bottom: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-95 {
padding-bottom: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-100 {
padding-bottom: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-105 {
padding-bottom: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-110 {
padding-bottom: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-115 {
padding-bottom: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-120 {
padding-bottom: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-125 {
padding-bottom: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-130 {
padding-bottom: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-135 {
padding-bottom: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-140 {
padding-bottom: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-145 {
padding-bottom: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-150 {
padding-bottom: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-155 {
padding-bottom: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-160 {
padding-bottom: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-165 {
padding-bottom: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-170 {
padding-bottom: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-175 {
padding-bottom: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-180 {
padding-bottom: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-185 {
padding-bottom: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-190 {
padding-bottom: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-195 {
padding-bottom: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-200 {
padding-bottom: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-0 {
padding-bottom: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-5 {
padding-bottom: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-10 {
padding-bottom: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-15 {
padding-bottom: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-20 {
padding-bottom: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-25 {
padding-bottom: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-30 {
padding-bottom: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-35 {
padding-bottom: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-40 {
padding-bottom: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-45 {
padding-bottom: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-50 {
padding-bottom: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-55 {
padding-bottom: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-60 {
padding-bottom: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-65 {
padding-bottom: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-70 {
padding-bottom: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-75 {
padding-bottom: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-80 {
padding-bottom: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-85 {
padding-bottom: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-90 {
padding-bottom: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-95 {
padding-bottom: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-100 {
padding-bottom: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-105 {
padding-bottom: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-110 {
padding-bottom: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-115 {
padding-bottom: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-120 {
padding-bottom: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-125 {
padding-bottom: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-130 {
padding-bottom: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-135 {
padding-bottom: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-140 {
padding-bottom: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-145 {
padding-bottom: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-150 {
padding-bottom: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-155 {
padding-bottom: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-160 {
padding-bottom: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-165 {
padding-bottom: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-170 {
padding-bottom: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-175 {
padding-bottom: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-180 {
padding-bottom: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-185 {
padding-bottom: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-190 {
padding-bottom: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-195 {
padding-bottom: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-200 {
padding-bottom: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-0 {
padding-bottom: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-5 {
padding-bottom: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-10 {
padding-bottom: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-15 {
padding-bottom: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-20 {
padding-bottom: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-25 {
padding-bottom: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-30 {
padding-bottom: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-35 {
padding-bottom: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-40 {
padding-bottom: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-45 {
padding-bottom: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-50 {
padding-bottom: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-55 {
padding-bottom: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-60 {
padding-bottom: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-65 {
padding-bottom: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-70 {
padding-bottom: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-75 {
padding-bottom: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-80 {
padding-bottom: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-85 {
padding-bottom: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-90 {
padding-bottom: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-95 {
padding-bottom: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-100 {
padding-bottom: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-105 {
padding-bottom: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-110 {
padding-bottom: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-115 {
padding-bottom: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-120 {
padding-bottom: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-125 {
padding-bottom: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-130 {
padding-bottom: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-135 {
padding-bottom: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-140 {
padding-bottom: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-145 {
padding-bottom: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-150 {
padding-bottom: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-155 {
padding-bottom: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-160 {
padding-bottom: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-165 {
padding-bottom: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-170 {
padding-bottom: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-175 {
padding-bottom: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-180 {
padding-bottom: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-185 {
padding-bottom: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-190 {
padding-bottom: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-195 {
padding-bottom: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-200 {
padding-bottom: 200px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-0 {
padding-bottom: 0px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-5 {
padding-bottom: 5px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-10 {
padding-bottom: 10px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-15 {
padding-bottom: 15px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-20 {
padding-bottom: 20px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-25 {
padding-bottom: 25px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-30 {
padding-bottom: 30px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-35 {
padding-bottom: 35px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-40 {
padding-bottom: 40px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-45 {
padding-bottom: 45px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-50 {
padding-bottom: 50px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-55 {
padding-bottom: 55px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-60 {
padding-bottom: 60px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-65 {
padding-bottom: 65px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-70 {
padding-bottom: 70px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-75 {
padding-bottom: 75px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-80 {
padding-bottom: 80px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-85 {
padding-bottom: 85px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-90 {
padding-bottom: 90px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-95 {
padding-bottom: 95px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-100 {
padding-bottom: 100px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-105 {
padding-bottom: 105px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-110 {
padding-bottom: 110px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-115 {
padding-bottom: 115px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-120 {
padding-bottom: 120px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-125 {
padding-bottom: 125px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-130 {
padding-bottom: 130px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-135 {
padding-bottom: 135px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-140 {
padding-bottom: 140px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-145 {
padding-bottom: 145px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-150 {
padding-bottom: 150px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-155 {
padding-bottom: 155px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-160 {
padding-bottom: 160px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-165 {
padding-bottom: 165px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-170 {
padding-bottom: 170px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-175 {
padding-bottom: 175px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-180 {
padding-bottom: 180px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-185 {
padding-bottom: 185px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-190 {
padding-bottom: 190px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-195 {
padding-bottom: 195px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-200 {
padding-bottom: 200px !important; } } .pl-0 {
padding-left: 0px !important; }
.pl-5 {
padding-left: 5px !important; }
.pl-10 {
padding-left: 10px !important; }
.pl-15 {
padding-left: 15px !important; }
.pl-20 {
padding-left: 20px !important; }
.pl-25 {
padding-left: 25px !important; }
.pl-30 {
padding-left: 30px !important; }
.pl-35 {
padding-left: 35px !important; }
.pl-40 {
padding-left: 40px !important; }
.pl-45 {
padding-left: 45px !important; }
.pl-50 {
padding-left: 50px !important; }
.pl-55 {
padding-left: 55px !important; }
.pl-60 {
padding-left: 60px !important; }
.pl-65 {
padding-left: 65px !important; }
.pl-70 {
padding-left: 70px !important; }
.pl-75 {
padding-left: 75px !important; }
.pl-80 {
padding-left: 80px !important; }
.pl-85 {
padding-left: 85px !important; }
.pl-90 {
padding-left: 90px !important; }
.pl-95 {
padding-left: 95px !important; }
.pl-100 {
padding-left: 100px !important; }
.pl-105 {
padding-left: 105px !important; }
.pl-110 {
padding-left: 110px !important; }
.pl-115 {
padding-left: 115px !important; }
.pl-120 {
padding-left: 120px !important; }
.pl-125 {
padding-left: 125px !important; }
.pl-130 {
padding-left: 130px !important; }
.pl-135 {
padding-left: 135px !important; }
.pl-140 {
padding-left: 140px !important; }
.pl-145 {
padding-left: 145px !important; }
.pl-150 {
padding-left: 150px !important; }
.pl-155 {
padding-left: 155px !important; }
.pl-160 {
padding-left: 160px !important; }
.pl-165 {
padding-left: 165px !important; }
.pl-170 {
padding-left: 170px !important; }
.pl-175 {
padding-left: 175px !important; }
.pl-180 {
padding-left: 180px !important; }
.pl-185 {
padding-left: 185px !important; }
.pl-190 {
padding-left: 190px !important; }
.pl-195 {
padding-left: 195px !important; }
.pl-200 {
padding-left: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-0 {
padding-left: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-5 {
padding-left: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-10 {
padding-left: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-15 {
padding-left: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-20 {
padding-left: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-25 {
padding-left: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-30 {
padding-left: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-35 {
padding-left: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-40 {
padding-left: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-45 {
padding-left: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-50 {
padding-left: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-55 {
padding-left: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-60 {
padding-left: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-65 {
padding-left: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-70 {
padding-left: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-75 {
padding-left: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-80 {
padding-left: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-85 {
padding-left: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-90 {
padding-left: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-95 {
padding-left: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-100 {
padding-left: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-105 {
padding-left: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-110 {
padding-left: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-115 {
padding-left: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-120 {
padding-left: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-125 {
padding-left: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-130 {
padding-left: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-135 {
padding-left: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-140 {
padding-left: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-145 {
padding-left: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-150 {
padding-left: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-155 {
padding-left: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-160 {
padding-left: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-165 {
padding-left: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-170 {
padding-left: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-175 {
padding-left: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-180 {
padding-left: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-185 {
padding-left: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-190 {
padding-left: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-195 {
padding-left: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-200 {
padding-left: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-0 {
padding-left: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-5 {
padding-left: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-10 {
padding-left: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-15 {
padding-left: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-20 {
padding-left: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-25 {
padding-left: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-30 {
padding-left: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-35 {
padding-left: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-40 {
padding-left: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-45 {
padding-left: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-50 {
padding-left: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-55 {
padding-left: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-60 {
padding-left: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-65 {
padding-left: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-70 {
padding-left: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-75 {
padding-left: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-80 {
padding-left: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-85 {
padding-left: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-90 {
padding-left: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-95 {
padding-left: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-100 {
padding-left: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-105 {
padding-left: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-110 {
padding-left: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-115 {
padding-left: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-120 {
padding-left: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-125 {
padding-left: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-130 {
padding-left: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-135 {
padding-left: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-140 {
padding-left: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-145 {
padding-left: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-150 {
padding-left: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-155 {
padding-left: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-160 {
padding-left: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-165 {
padding-left: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-170 {
padding-left: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-175 {
padding-left: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-180 {
padding-left: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-185 {
padding-left: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-190 {
padding-left: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-195 {
padding-left: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-200 {
padding-left: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-0 {
padding-left: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-5 {
padding-left: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-10 {
padding-left: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-15 {
padding-left: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-20 {
padding-left: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-25 {
padding-left: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-30 {
padding-left: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-35 {
padding-left: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-40 {
padding-left: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-45 {
padding-left: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-50 {
padding-left: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-55 {
padding-left: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-60 {
padding-left: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-65 {
padding-left: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-70 {
padding-left: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-75 {
padding-left: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-80 {
padding-left: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-85 {
padding-left: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-90 {
padding-left: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-95 {
padding-left: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-100 {
padding-left: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-105 {
padding-left: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-110 {
padding-left: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-115 {
padding-left: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-120 {
padding-left: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-125 {
padding-left: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-130 {
padding-left: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-135 {
padding-left: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-140 {
padding-left: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-145 {
padding-left: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-150 {
padding-left: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-155 {
padding-left: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-160 {
padding-left: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-165 {
padding-left: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-170 {
padding-left: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-175 {
padding-left: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-180 {
padding-left: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-185 {
padding-left: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-190 {
padding-left: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-195 {
padding-left: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-200 {
padding-left: 200px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-0 {
padding-left: 0px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-5 {
padding-left: 5px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-10 {
padding-left: 10px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-15 {
padding-left: 15px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-20 {
padding-left: 20px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-25 {
padding-left: 25px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-30 {
padding-left: 30px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-35 {
padding-left: 35px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-40 {
padding-left: 40px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-45 {
padding-left: 45px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-50 {
padding-left: 50px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-55 {
padding-left: 55px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-60 {
padding-left: 60px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-65 {
padding-left: 65px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-70 {
padding-left: 70px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-75 {
padding-left: 75px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-80 {
padding-left: 80px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-85 {
padding-left: 85px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-90 {
padding-left: 90px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-95 {
padding-left: 95px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-100 {
padding-left: 100px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-105 {
padding-left: 105px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-110 {
padding-left: 110px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-115 {
padding-left: 115px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-120 {
padding-left: 120px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-125 {
padding-left: 125px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-130 {
padding-left: 130px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-135 {
padding-left: 135px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-140 {
padding-left: 140px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-145 {
padding-left: 145px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-150 {
padding-left: 150px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-155 {
padding-left: 155px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-160 {
padding-left: 160px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-165 {
padding-left: 165px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-170 {
padding-left: 170px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-175 {
padding-left: 175px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-180 {
padding-left: 180px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-185 {
padding-left: 185px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-190 {
padding-left: 190px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-195 {
padding-left: 195px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-200 {
padding-left: 200px !important; } } .pr-0 {
padding-right: 0px !important; }
.pr-5 {
padding-right: 5px !important; }
.pr-10 {
padding-right: 10px !important; }
.pr-15 {
padding-right: 15px !important; }
.pr-20 {
padding-right: 20px !important; }
.pr-25 {
padding-right: 25px !important; }
.pr-30 {
padding-right: 30px !important; }
.pr-35 {
padding-right: 35px !important; }
.pr-40 {
padding-right: 40px !important; }
.pr-45 {
padding-right: 45px !important; }
.pr-50 {
padding-right: 50px !important; }
.pr-55 {
padding-right: 55px !important; }
.pr-60 {
padding-right: 60px !important; }
.pr-65 {
padding-right: 65px !important; }
.pr-70 {
padding-right: 70px !important; }
.pr-75 {
padding-right: 75px !important; }
.pr-80 {
padding-right: 80px !important; }
.pr-85 {
padding-right: 85px !important; }
.pr-90 {
padding-right: 90px !important; }
.pr-95 {
padding-right: 95px !important; }
.pr-100 {
padding-right: 100px !important; }
.pr-105 {
padding-right: 105px !important; }
.pr-110 {
padding-right: 110px !important; }
.pr-115 {
padding-right: 115px !important; }
.pr-120 {
padding-right: 120px !important; }
.pr-125 {
padding-right: 125px !important; }
.pr-130 {
padding-right: 130px !important; }
.pr-135 {
padding-right: 135px !important; }
.pr-140 {
padding-right: 140px !important; }
.pr-145 {
padding-right: 145px !important; }
.pr-150 {
padding-right: 150px !important; }
.pr-155 {
padding-right: 155px !important; }
.pr-160 {
padding-right: 160px !important; }
.pr-165 {
padding-right: 165px !important; }
.pr-170 {
padding-right: 170px !important; }
.pr-175 {
padding-right: 175px !important; }
.pr-180 {
padding-right: 180px !important; }
.pr-185 {
padding-right: 185px !important; }
.pr-190 {
padding-right: 190px !important; }
.pr-195 {
padding-right: 195px !important; }
.pr-200 {
padding-right: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-0 {
padding-right: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-5 {
padding-right: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-10 {
padding-right: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-15 {
padding-right: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-20 {
padding-right: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-25 {
padding-right: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-30 {
padding-right: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-35 {
padding-right: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-40 {
padding-right: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-45 {
padding-right: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-50 {
padding-right: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-55 {
padding-right: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-60 {
padding-right: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-65 {
padding-right: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-70 {
padding-right: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-75 {
padding-right: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-80 {
padding-right: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-85 {
padding-right: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-90 {
padding-right: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-95 {
padding-right: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-100 {
padding-right: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-105 {
padding-right: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-110 {
padding-right: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-115 {
padding-right: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-120 {
padding-right: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-125 {
padding-right: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-130 {
padding-right: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-135 {
padding-right: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-140 {
padding-right: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-145 {
padding-right: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-150 {
padding-right: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-155 {
padding-right: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-160 {
padding-right: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-165 {
padding-right: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-170 {
padding-right: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-175 {
padding-right: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-180 {
padding-right: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-185 {
padding-right: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-190 {
padding-right: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-195 {
padding-right: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-200 {
padding-right: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-0 {
padding-right: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-5 {
padding-right: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-10 {
padding-right: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-15 {
padding-right: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-20 {
padding-right: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-25 {
padding-right: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-30 {
padding-right: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-35 {
padding-right: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-40 {
padding-right: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-45 {
padding-right: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-50 {
padding-right: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-55 {
padding-right: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-60 {
padding-right: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-65 {
padding-right: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-70 {
padding-right: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-75 {
padding-right: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-80 {
padding-right: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-85 {
padding-right: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-90 {
padding-right: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-95 {
padding-right: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-100 {
padding-right: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-105 {
padding-right: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-110 {
padding-right: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-115 {
padding-right: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-120 {
padding-right: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-125 {
padding-right: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-130 {
padding-right: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-135 {
padding-right: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-140 {
padding-right: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-145 {
padding-right: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-150 {
padding-right: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-155 {
padding-right: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-160 {
padding-right: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-165 {
padding-right: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-170 {
padding-right: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-175 {
padding-right: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-180 {
padding-right: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-185 {
padding-right: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-190 {
padding-right: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-195 {
padding-right: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-200 {
padding-right: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-0 {
padding-right: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-5 {
padding-right: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-10 {
padding-right: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-15 {
padding-right: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-20 {
padding-right: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-25 {
padding-right: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-30 {
padding-right: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-35 {
padding-right: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-40 {
padding-right: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-45 {
padding-right: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-50 {
padding-right: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-55 {
padding-right: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-60 {
padding-right: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-65 {
padding-right: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-70 {
padding-right: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-75 {
padding-right: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-80 {
padding-right: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-85 {
padding-right: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-90 {
padding-right: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-95 {
padding-right: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-100 {
padding-right: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-105 {
padding-right: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-110 {
padding-right: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-115 {
padding-right: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-120 {
padding-right: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-125 {
padding-right: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-130 {
padding-right: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-135 {
padding-right: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-140 {
padding-right: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-145 {
padding-right: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-150 {
padding-right: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-155 {
padding-right: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-160 {
padding-right: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-165 {
padding-right: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-170 {
padding-right: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-175 {
padding-right: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-180 {
padding-right: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-185 {
padding-right: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-190 {
padding-right: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-195 {
padding-right: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-200 {
padding-right: 200px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-0 {
padding-right: 0px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-5 {
padding-right: 5px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-10 {
padding-right: 10px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-15 {
padding-right: 15px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-20 {
padding-right: 20px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-25 {
padding-right: 25px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-30 {
padding-right: 30px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-35 {
padding-right: 35px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-40 {
padding-right: 40px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-45 {
padding-right: 45px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-50 {
padding-right: 50px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-55 {
padding-right: 55px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-60 {
padding-right: 60px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-65 {
padding-right: 65px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-70 {
padding-right: 70px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-75 {
padding-right: 75px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-80 {
padding-right: 80px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-85 {
padding-right: 85px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-90 {
padding-right: 90px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-95 {
padding-right: 95px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-100 {
padding-right: 100px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-105 {
padding-right: 105px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-110 {
padding-right: 110px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-115 {
padding-right: 115px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-120 {
padding-right: 120px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-125 {
padding-right: 125px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-130 {
padding-right: 130px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-135 {
padding-right: 135px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-140 {
padding-right: 140px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-145 {
padding-right: 145px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-150 {
padding-right: 150px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-155 {
padding-right: 155px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-160 {
padding-right: 160px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-165 {
padding-right: 165px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-170 {
padding-right: 170px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-175 {
padding-right: 175px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-180 {
padding-right: 180px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-185 {
padding-right: 185px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-190 {
padding-right: 190px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-195 {
padding-right: 195px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-200 {
padding-right: 200px !important; } }*, *::after, *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
body {
background-color: #ffffff;
line-height: 26px;
font-size: 14px;
font-style: normal;
font-weight: normal;
visibility: visible;
font-family: 'Open Sans', sans-serif;
color: #555;
}
h1, h2, h3, h4, h5, h6 {
color: #23252a;
font-weight: 400;
line-height: 1.3;
margin-top: 0; }
h1 {
font-size: 36px;
margin-bottom: 20px;
margin-top: 30px;  }
h2 {
font-size: 30px; 
margin-bottom: 20px;
margin-top: 30px;  }
h3 {
font-size: 24px; 
margin-bottom: 20px;
margin-top: 30px;  }
h4 {
font-size: 18px;
margin-bottom: 15px;
margin-top: 30px;  }
h5 {
font-size: 16px;
margin-bottom: 15px;
margin-top: 30px; }
h6 {
font-size: 14px;
margin-bottom: 15px;
margin-top: 30px; }
p:last-child {
margin-bottom: 0; }
a, button {
color: inherit;
display: inline-block;
line-height: inherit;
text-decoration: none;
cursor: pointer; }
a, button, img, input, span {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
*:focus {
outline: none !important; }
a:focus {
color: inherit;
outline: none;
text-decoration: none; }
a:hover {
text-decoration: none; }
button, input[type="submit"] {
cursor: pointer; }
ul {
list-style: disc;
margin: 0;
padding: 0; } .fix {
overflow: hidden; }
.hidden {
display: none; }
.clear {
clear: both; }
.site-wrapper {
padding-top: 0px;
position: relative; }
.active-transparent-header .site-wrapper,.header-default-style-one .site-wrapper {
padding-top: 0; }
.active-transparent-header .page-banner-section,.active-transparent-header .page__title__wrapper {
padding-top: 120px; }
@media only screen and (max-width: 767px) {
.container {
width: 450px; } }
@media only screen and (max-width: 479px) {
.container {
width: 300px; } }
.bold {
font-weight: 700; }
.semi-bold {
font-weight: 600; }
.medium {
font-weight: 500; }
.light {
font-weight: 300; }
.capitalize {
text-transform: capitalize; }
.uppercase {
text-transform: uppercase; }
.no-gutters {
margin-left: 0;
margin-right: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
margin: 0; } .container-fluid {
padding: 0 170px; 
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.container-fluid {
padding: 0 15px; } 
.header_st_4 .container-fluid {
padding: 0px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container-fluid {
padding: 0 15px; }
.header_st_4 .container-fluid {
padding: 0px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container-fluid {
padding: 0 15px; } }
@media only screen and (max-width: 767px) {
.container-fluid {
padding: 0 15px;
max-width: 450px; } }
@media only screen and (max-width: 479px) {
.container-fluid {
padding: 0 15px;
max-width: 320px; } }
.header-section .container-fluid {
padding: 0 170px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-section .container-fluid {
padding: 0 15px;
max-width: 960px; }
.header_st_4 .container-fluid {
max-width: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-section .container-fluid {
padding: 0 15px;
max-width: 720px; } }
@media only screen and (max-width: 767px) {
.header-section .container-fluid {
padding: 0 15px; } }
@media only screen and (max-width: 479px) {
.header-section .container-fluid {
padding: 0 15px; } } input:-moz-placeholder, textarea:-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } #scrollUp {
width: 40px;
height: 40px;
border: 3px solid #eeeeee;
color: #23252a;
right: 20px;
bottom: 60px;
text-align: center;
overflow: hidden;
border-radius: 50px;
z-index: 9811 !important; }
@media only screen and (max-width: 767px) {
#scrollUp {
display: none !important; } }
#scrollUp i {
display: block;
line-height: 34px;
font-size: 22px; }
#scrollUp:hover i {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; } .bg-white {
background-color: #ffffff; }
.bg-gray {
background-color: #f8f8f8; }
.bg-light-blue {
background-color: #eafeff; }
.slider-bg{
background-color: #f4f8d4;
}  
img.mfp-img {
background-color: #f6f7f8;
padding: 0;
margin: 40px auto; } .facebook {
background-color: #3B5997;
color: #ffffff; }
.facebook:hover {
background-color: #3B5997;
color: #ffffff; }
.twitter {
background-color: #1DA1F2;
color: #ffffff; }
.twitter:hover {
background-color: #1DA1F2;
color: #ffffff; }
.linkedin {
background-color: #0077B5;
color: #ffffff; }
.linkedin:hover {
background-color: #0077B5;
color: #ffffff; }
.pinterest {
background-color: #BD081C;
color: #ffffff; }
.pinterest:hover {
background-color: #BD081C;
color: #ffffff; }
.google-plus {
background-color: #D11718;
color: #ffffff; }
.google-plus:hover {
background-color: #D11718;
color: #ffffff; }
.behance {
background-color: #005CFF;
color: #ffffff; }
.behance:hover {
background-color: #005CFF;
color: #ffffff; }
.dribbble {
background-color: #E84C88;
color: #ffffff; }
.dribbble:hover {
background-color: #E84C88;
color: #ffffff; }
.github {
background-color: #323131;
color: #ffffff; }
.github:hover {
background-color: #323131;
color: #ffffff; }
.instagram {
background-color: #DC3472;
color: #ffffff; }
.instagram:hover {
background-color: #DC3472;
color: #ffffff; }
.medium {
background-color: #00AB6C;
color: #ffffff; }
.medium:hover {
background-color: #00AB6C;
color: #ffffff; }
.reddit {
background-color: #FF4501;
color: #ffffff; }
.reddit:hover {
background-color: #FF4501;
color: #ffffff; }
.skype {
background-color: #00AFF0;
color: #ffffff; }
.skype:hover {
background-color: #00AFF0;
color: #ffffff; }
.slack {
background-color: #63C1A0;
color: #ffffff; }
.slack:hover {
background-color: #63C1A0;
color: #ffffff; }
.snapchat {
background-color: #FFFC00;
color: #ffffff; }
.snapchat:hover {
background-color: #FFFC00;
color: #ffffff; }
.tumblr {
background-color: #01273A;
color: #ffffff; }
.tumblr:hover {
background-color: #01273A;
color: #ffffff; }
.vimeo {
background-color: #00ADEF;
color: #ffffff; }
.vimeo:hover {
background-color: #00ADEF;
color: #ffffff; }
.youtube {
background-color: #FE0002;
color: #ffffff; }
.youtube:hover {
background-color: #FE0002;
color: #ffffff; } .tab-content {
width: 100%; }
.tab-content .tab-pane {
display: block;
height: 0;
max-width: 100%;
visibility: hidden;
overflow: hidden;
opacity: 0; }
.tab-content .tab-pane.active {
height: auto;
visibility: visible;
opacity: 1;
overflow: visible; }
.justify-content-between > [class*="col"], .justify-content-between > [class*="col-"] {
-webkit-box-flex: 0;
-ms-flex: 0 0;
flex: 0 0;
max-width: none; }
.page-banner-section {
padding: 60px 0; }
@media only screen and (max-width: 767px) {
.page-banner-section {
padding: 40px 0; } }
@media only screen and (max-width: 479px) {
.page-banner-section {
padding: 40px 0; } }
.page-banner-content h1 {
font-size: 30px;
line-height: 1;
font-weight: 600;
color: #23252a;
margin: 0 0 15px;
text-transform: uppercase; }
@media only screen and (max-width: 767px) {
.page-banner-content h1 {
font-size: 24px; } }
@media only screen and (max-width: 479px) {
.page-banner-content h1 {
font-size: 18px; } }
.page-banner-content .breadcrumb {
background-color: transparent;
padding: 0;
margin: 0; }
.page-banner-content .breadcrumb li {
float: left;
position: relative;
margin-right: 30px;
line-height: 1; }
.page-banner-content .breadcrumb li::after {
content: '/';
position: absolute;
right: -17px;
top: -2px;
line-height: 1; }
.page-banner-content .breadcrumb li a {
font-size: 16px;
line-height: 1;
color: #373b3e;
display: block; }
.page-banner-content .breadcrumb li a:hover {
color: #23252a; }
.page-banner-content .breadcrumb li:last-child {
margin-right: 0; }
.page-banner-content .breadcrumb li:last-child::after {
display: none; }
.page-pagination ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.page-pagination ul li {
margin: 0 5px; }
.page-pagination ul li a {
text-align: center;
display: block;
height: 36px;
width: 36px;
font-size: 16px;
line-height: 34px;
border-radius: 50px;
border: 1px solid transparent;
font-weight: 600; }
.page-pagination ul li a:hover {
color: #23252a; }
.page-pagination ul li:first-child a, .page-pagination ul li:last-child a {
border-color: #aaaaaa;
height: 32px;
width: 32px;
font-size: 14px;
line-height: 30px;
margin: 2px 0; }
.page-pagination ul li:first-child a:hover, .page-pagination ul li:last-child a:hover {
border-color: #23252a; }
.page-pagination ul li.active a {
border-color: #373b3e; }
.page-title-search-box input{
border: 1px solid #ddd!important;
color: #fff!important;
} .header-section {
width: 100%;
z-index: 9;
position: inherit;
left: 0;
top: 0;
background-color: #ffffff; }
.header-section.header-transparent {
background-color: transparent;
position: absolute;
z-index: 999; } .header-sticky.is-sticky {
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999; }
.logged-in .header-sticky.is-sticky {
top: 30px!important;
} .header-menu-right [class*="col"], .header-menu-right [class*="col-"] {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }
.header-menu-right [class*="col"]:first-child, .header-menu-right [class*="col-"]:first-child {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; } @media only screen and (max-width: 767px) {
.header-logo.header-logo-one {
margin-top: 15px; } }
@media only screen and (max-width: 479px) {
.header-logo {
text-align: center; } } .menu-toggle {
background-color: transparent;
border: none;
padding: 0;
text-transform: uppercase;
color: #464646;
font-size: 18px;
line-height: 19px;
font-weight: 600; }
.menu-toggle .bar {
text-indent: -9999px;
position: relative;
display: block;
float: left;
height: 3px;
width: 30px;
background-color: #666;
margin: 8px 15px 8px 0; }
.menu-toggle .bar::before, .menu-toggle .bar::after {
content: "";
position: absolute;
left: 0;
height: 3px;
width: 30px;
background-color: #666; }
.menu-toggle .bar::before {
top: -8px; }
.menu-toggle .bar::after {
bottom: -8px; }
@media only screen and (max-width: 767px) {
.menu-toggle {
margin-top: 6px; } } .header-shop-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.nice-select .list{
z-index: 11;
} .header-account > a {
display: block;
padding: 38px 0;
line-height: 30px;
font-size: 16px;
font-family: "Source Sans Pro", sans-serif;
color: #23252a;
font-weight: 500; }
.header-account > a img {
margin-right: 5px; }
@media only screen and (max-width: 767px) {
.header-account > a {
padding: 30px 0; } } .side-menu-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.side-menu-overlay.side-menu-open {
opacity: 1;
visibility: visible; } .side-menu-wrap {
position: fixed;
left: -320px;
top: 0;
width: 320px;
height: 100%;
background-color: #ffffff;
padding: 120px 30px 80px 40px;
z-index: 9999;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
@media only screen and (max-width: 767px) {
.side-menu-wrap {
padding-top: 100px;
padding-bottom: 50px; } }
.side-menu-wrap.side-menu-open {
left: 0; }
.side-menu-wrap .side-menu-close {
border: none;
background-color: transparent;
position: absolute;
right: 15px;
top: 15px;
padding: 7px 0; }
.side-menu-wrap .side-menu-close span {
display: block;
height: 1px;
width: 20px;
position: relative; }
.side-menu-wrap .side-menu-close span::before, .side-menu-wrap .side-menu-close span::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #373b3e;
content: "";
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.side-menu-wrap .side-menu-close span::after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.side-menu-wrap .side-menu-inner {
width: 100%;
height: 100%; }
.side-menu-wrap .side-menu-inner .side-logo {
position: absolute;
left: 40px;
top: 40px; }
@media only screen and (max-width: 767px) {
.side-menu-wrap .side-menu-inner .side-logo {
top: 30px; } }
.side-menu-wrap .side-menu-inner .side-menu {
padding-top: 60px;
height: 100%; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li {
margin-bottom: 20px;
position: relative; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li:last-child {
margin-bottom: 0; }
.side-menu-wrap .side-menu-inner .side-menu nav >ul > li a {
color: #666;
display: block;
font-size: 16px;
font-weight: 600;
line-height: 28px;
}
.side-menu-wrap .side-menu-inner .side-menu nav > ul li:hover > a {
color: #6cad19; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .expand {
position: absolute;
right: 10px;
top: 0;
width: 20px;
cursor: pointer;
text-align: center;
line-height: 28px; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu {
position: static;
opacity: 1;
left: 0;
width: 100%;
visibility: visible;
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
-webkit-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
margin-top: 10px; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li {
margin-bottom: 5px; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li:last-child {
margin-bottom: 0; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li a {
padding: 0;
font-size: 15px; }
@media only screen and (max-width: 767px) {
.side-menu-wrap .side-menu-inner .side-menu {
margin-top: 0; } }
.side-menu-wrap .side-menu-inner .side-social {
position: absolute;
left: 40px;
bottom: 30px; }
.side-menu-wrap .side-menu-inner .side-social a {
margin-right: 15px; }
.side-menu-wrap .side-menu-inner .side-social a:last-child {
margin-right: 0; }
.side-menu-wrap .side-menu-inner .side-social a i {
font-size: 16px; }
.side-menu-wrap .side-menu-inner .side-social a:hover {
color: #23252a; }
@media only screen and (max-width: 767px) {
.side-menu-wrap .side-menu-inner .side-social {
bottom: 15px; } } .main-menu nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.main-menu nav > ul > li {
margin-right: 45px;
position: relative; }
.main-menu nav > ul > li:last-child {
margin-right: 0; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-menu nav > ul > li {
margin-right: 25px; } }
.main-menu nav > ul > li > a {
display: block;
text-transform: capitalize;
font-size: 14px;
font-weight: 600;
color: #373b3e;
line-height: 110px; }
.main-menu nav > ul > li.menu-item-has-children > a::after {
font-family: Fontawesome;
content: "\f107";
margin-left: 5px; }
.main-menu nav > ul > li:hover > .sub-menu, .main-menu nav > ul > li:hover > .mega-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
z-index: 999; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-menu nav > ul > li {
margin-right: 30px; }
.main-menu nav > ul > li:last-child {
margin-right: 0; } } .main-menu .sub-menu {
position: absolute;
left:0px;
top: 100%;
background-color: #ffffff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
z-index: -999;
width: 250px;
padding: 15px 0;
margin-top: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s; }
.sub-menu li {
position: relative; }
.sub-menu li a {
line-height: 24px;
padding: 6px 20px;
display: block;
color: #373b3e;
text-transform: capitalize; 
font-weight: 500;
}
.sub-menu li.active > a, .sub-menu li:hover > a {
color: #6cad19; }
.sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
z-index: 999; }
.sub-menu .sub-menu {
left: 100%;
right: auto;
top: 0; }
.sub-menu .sub-menu .sub-menu {
left: auto;
right: 100%; }
.sub-menu .sub-menu .sub-menu .sub-menu {
left: 100%;
right: auto; }
.sub-menu .sub-menu .sub-menu .sub-menu {
left: auto;
right: 100%; } .mobile-menu {
-webkit-box-flex: 1 !important;
-ms-flex: 1 0 100% !important;
flex: 1 0 100% !important; }
.mobile-menu .mean-bar {
position: relative; }
.mobile-menu .mean-bar .meanmenu-reveal {
position: absolute;
top: -60px; }
@media only screen and (max-width: 767px) {
.mobile-menu .mean-bar .meanmenu-reveal {
top: -40px; } 
}
.mobile-menu .mean-bar .meanmenu-reveal span {
position: relative;  }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
height: 2px;
width: 26px;
background-color: #23252a;
display: block;
margin: 8px 0; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, 
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #23252a; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
top: -8px; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
bottom: -8px; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
height: 2px;
width: 26px;
background-color: transparent;
display: block;
margin: 8px 0; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, 
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #23252a; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mobile-menu .mean-bar .mean-nav {
background-color: #ffffff; }
.mobile-menu .mean-bar .mean-nav > ul {
margin-bottom: 30px;
border: 1px solid #eeeeee;
border-top: 0px solid transparent;
overflow-x: hidden; }
@media only screen and (max-width: 767px) {
.mobile-menu .mean-bar .mean-nav > ul {
max-height: 180px;
overflow-y: auto; } }
@media only screen and (max-width: 479px) {
.mobile-menu .mean-bar .mean-nav > ul {
max-height: 220px;
overflow-y: auto; } }
.mobile-menu .mean-bar .mean-nav > ul li {
position: relative;
display: block;
float: left;
width: 100%; }
.mobile-menu .mean-bar .mean-nav > ul li a {
font-size: 13px;
display: block;
color: #373b3e;
font-weight: 600;
text-transform: uppercase;
line-height: 44px;
position: relative;
border-top: 1px solid #eeeeee;
padding: 0 40px 0 20px; }
.mobile-menu .mean-bar .mean-nav > ul li a::after {
display: none; }
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
color: #23252a;
padding-left: 25px; }
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
border: 1px solid #eeeeee;
position: absolute;
right: -1px;
top: 0;
font-size: 20px !important;
color: #373b3e;
line-height: 44px;
height: 46px;
width: 40px;
text-align: center;
padding: 0; }
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
line-height: 40px; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
position: static;
background-color: rgba(0, 0, 0, 0.03);
margin: 0;
padding: 0 !important;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
display: none;
float: left;
width: 100%;
opacity: 1;
visibility: visible;
z-index: 1;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
padding: 0;
margin: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
border-right: 0px solid transparent;
width: 100%;
display: block !important;
float: left;
width: 100%; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
font-size: 12px; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
display: none; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
background-color: rgba(0, 0, 0, 0.04); }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
border-top: 1px solid #dddddd; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
border: 1px solid #dddddd; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
background-color: rgba(0, 0, 0, 0.05); }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
border-top: 1px solid #eeeeee; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
border: 1px solid #eeeeee; }  .hero-image-slider img {
width: 100%; }  .hero-content {
max-width: 600px;
padding-right: 135px;
padding-top: 50px;
padding-bottom: 50px;
float: right; }
.hero-content h1 {
font-size: 66px;
line-height: 70px;
letter-spacing: 1px;
color: #373b3e;
margin-bottom: 15px;
max-width: 440px; }
.hero-content h3 {
font-size: 24px;
letter-spacing: 1px;
color: #373b3e;
margin-bottom: 30px; }
.hero-content h3 span {
font-size: 40px; }
.hero-content a {
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 50px;
background-color: #373b3e;
text-transform: uppercase;
line-height: 24px;
padding: 13px 30px; }
.hero-content a:hover {
background-color: #23252a;
color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-content {
max-width: 400px; }
.hero-content h1 {
font-size: 44px;
line-height: 50px; }
.hero-content a {
font-size: 14px;
line-height: 24px;
padding: 8px 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-content {
max-width: none;
width: 100%;
padding-left: 70px; }
.hero-content h1 {
font-size: 54px;
line-height: 60px; } }
@media only screen and (max-width: 767px) {
.hero-content {
max-width: none;
width: 100%;
padding: 50px; }
.hero-content h1 {
font-size: 30px;
line-height: 36px; }
.hero-content h3 {
font-size: 18px;
margin-bottom: 20px; }
.hero-content h3 span {
font-size: 30px; }
.hero-content a {
font-size: 14px;
line-height: 24px;
padding: 8px 30px; } }
@media only screen and (max-width: 479px) {
.hero-content {
padding: 30px; } } .hero-slider-controls {
position: absolute;
right: 35px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
padding: 45px 0;
text-align: center;
width: 23px; }
.hero-slider-controls .slick-arrow {
position: absolute;
left: 0;
width: 23px;
height: 30px;
text-indent: -9999px;
border: none;
background-color: transparent;
background-size: cover; }
.hero-slider-controls .slick-arrow.slick-prev {
top: 0;
background-image: url(//www.vivianoassicura.it/wp-content/themes/insurersem/images/icons/arrow-long-up.png); }
.hero-slider-controls .slick-arrow.slick-next {
bottom: 0;
background-image: url(//www.vivianoassicura.it/wp-content/themes/insurersem/images/icons/arrow-long-down.png); }
.hero-slider-controls .slick-dots li {
margin: auto;
line-height: 12px;
display: block;
margin-bottom: 8px; }
.hero-slider-controls .slick-dots li:last-child {
margin-bottom: 0; }
.hero-slider-controls .slick-dots li button {
width: 13px;
height: 13px;
border: 1px solid #4e4f4f;
background-color: transparent;
border-radius: 50px;
padding: 0;
text-indent: -9999px; }
.hero-slider-controls .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828; } .hero-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 23px;
border: none;
background-color: transparent;
background-size: cover;
z-index: 99; }
.hero-slider .slick-arrow.slick-prev {
left: 30px;}
.hero-slider .slick-arrow.slick-next {
right: 30px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slider .slick-arrow {
display: none !important; } }
.hero-slider .slick-dots {
bottom: 64px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: right;
width: 1170px;
z-index: 99; }
.hero-slider .slick-dots li button {
border: none;
background-color: transparent;
border-radius: 50px;
padding: 0;
font-size: 20px;
line-height: 1;
height: auto;
}
.hero-slider .slick-dots li.slick-active button {
color: #6cad19;
font-size: 36px;
font-weight: bold;
}
.hero-slider .slick-dots li {
font-size: 20px;
font-weight: 700;
line-height: 12px;
margin-left: 30px;
position: relative;
color: #fff;
display: inline-flex;
}
.hero-slider .slick-dots li::after {
color: #fff;
content: "/";
font-size: 14px;
position: absolute;
right: -16px;
top: 10px;
}
.hero-slider .slick-dots li button::before {
content: "0";
}
.hero-slider .slick-dots li:last-child::after {
display: none;
}
.hero-slider .slick-dots li:first-child {
margin-left: 0;
}
.hero-slider .slick-dots li.slick-active {
font-size: 36px;
font-weight: 600;
line-height: 0;
color: #6cad19;
}
.hero-slider .slick-dots li.slick-active::before {
color: #6cad19;
}
.hero-slider .slick-dots li.slick-active::after {
top: 20px;
} .hero-slider .slide-item {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 560px;
}
.hero-image-2 {
text-align: center;
z-index: 1; }
.hero-image-2::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
-ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
transform: translateX(-50%) translateY(-50%) scale(0.5);
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
border: 70px solid rgba(65, 202, 246, 0.2);
width: 550px;
height: 550px;
border-radius: 50%;
z-index: -1; }
.hero-image-2 img {
display: inline-block;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-image-2::before {
border: 50px solid rgba(65, 202, 246, 0.2);
width: 350px;
height: 350px; }
.hero-image-2 img {
max-width: 100%; } }
@media only screen and (max-width: 767px) {
.hero-image-2::before {
border: 40px solid rgba(65, 202, 246, 0.2);
width: 300px;
height: 300px; }
.hero-image-2 img {
max-width: 180px; } }
@media only screen and (max-width: 479px) {
.hero-image-2::before {
border: 30px solid rgba(65, 202, 246, 0.2);
width: 200px;
height: 200px; } } .hero-content-2 > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
.hero-content-2 h2 {
color: #373b3e;
font-size: 20px;
line-height: 1.25;
margin-bottom: 10px;
}
.hero-content-2 h1 {
color: #fff;
font-size: 36px;
font-weight: 700;
letter-spacing: 1px;
margin-top: 0;
margin-bottom: 16px;
text-transform: uppercase;
}
.hero-content-2 p {
color: #fff;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 32px;
max-width: 770px;
}
.hero-content-2 a {
background-color: #373b3e;
color: #ffffff;
font-size: 14px;
font-weight: 600;
line-height: 24px;
padding: 10px 35px;
text-transform: uppercase;
font-family: "Open Sans",Helvetica,sans-serif;
}
.hero-content-2 a:hover {
background-color: #0095d9;
color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-content-2 h2 {
font-size: 36px; }
.hero-content-2 p {
font-size: 15px;
}
.hero-slider .slick-dots {
bottom: 65px;
width: 95%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-content-2 h2 {
font-size: 30px; }
.hero-content-2 p {
font-size: 14px;
}
.hero-content-2 a {
font-size: 14px;
padding: 10px 30px; } }
@media only screen and (max-width: 767px) {
.hero-content-2 h2 {
font-size: 30px; }
.hero-content-2 p {
font-size: 14px;
line-height: 24px;
}
.hero-content-2 a {
font-size: 14px;
padding: 10px 30px; } }
@media only screen and (max-width: 479px) {
.hero-content-2 h2 {
font-size: 24px; }
.hero-content-2 h1 {
font-size: 30px;
line-height: 36px; }
.hero-content-2 a {
font-size: 13px;
padding: 8px 25px; } } .slick-active .hero-image-2::before {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-ms-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
-webkit-transition: all 0.5s ease 0.75s;
-o-transition: all 0.5s ease 0.75s;
transition: all 0.5s ease 0.75s; }
.slick-active .hero-image-2 img {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.slick-active .hero-content-2 > * {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
.slick-active .hero-content-2 > *:nth-child(1) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.slick-active .hero-content-2 > *:nth-child(2) {
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.slick-active .hero-content-2 > *:nth-child(3) {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s; }
.slick-active .hero-content-2 > *:nth-child(4) {
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.slick-active .hero-content-2 > *:nth-child(5) {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s; }
.slick-active .hero-content-2 > *:nth-child(6) {
-webkit-animation-delay: 3s;
animation-delay: 3s; }  .banner a {
display: block;
position: relative;
overflow: hidden; }
.banner a::before {
background-color: rgba(255, 255, 255, 0.2);
content: "";
height: 200%;
left: -280px;
position: absolute;
top: -50%;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
width: 80px;
z-index: 0; }
.banner a::after {
background-color: rgba(255, 255, 255, 0.2);
content: "";
height: 200%;
left: 180%;
position: absolute;
top: -50%;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
width: 80px;
z-index: 0; }
.banner a:hover::before {
left: 180%;
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
.banner a:hover::after {
left: -280px;
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
.banner a:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.banner a img {
width: 100%; }  .subscribe-content h2 {
font-size: 30px;
line-height: 36px;
font-weight: 600;
color: #373b3e;
margin-bottom: 13px; }
.subscribe-content h4 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #373b3e;
margin-bottom: 0; }
@media only screen and (max-width: 479px) {
.subscribe-content h2 {
font-size: 24px;
line-height: 30px;
margin-bottom: 10px; }
.subscribe-content h4 {
font-size: 16px;
line-height: 24px; } } .subscribe-form input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #f1f1f1;
border-radius: 0;
color: #8f8f8f;
float: left;
font-size: 14px;
font-weight: 400;
height: 50px;
padding-left: 20px;
width: 75%;
}
.subscribe-form input[type="submit"] {
background-color: #222845;
border-radius: 0;
color: #ffffff;
float: left;
height: 50px;
padding: 0;
text-transform: uppercase;
width: 25%;
font-weight: 700;
}
.subscribe-form input[type="submit"]:hover {
background: #6cad19;
box-shadow: 1px 0px 4px 0px #aaa;
}
.subscribe-form input[type="email"]::placeholder {
color: #8f8f8f;
}
.subscribe-form {
position: relative;
max-width: 100%; }
.subscribe-form .mc4wp-alert.mc4wp-error p {
color: #cd0000;
margin-top: 10px;
}
.subscribe-form button:hover {
background-color: #23252a;
opacity: 1; 
}
@media only screen and (max-width: 479px) {
.subscribe-form input {
text-align: center;
padding-right: 30px; }
.subscribe-form button {
width: 100%;
position: static;
margin-top: 10px; } }  .blog-item {
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #ddd;
}
.blog-item .image {
display: block; }
.blog-item .content {
padding: 15px;
}
.blog-item .content .title {
font-size: 18px;
margin-bottom: 10px;
word-break: break-all;
margin-top: 0;	
}
.blog-item .content .title a {
display: block;
}
.blog-item .content .title a:hover {
color: #6cad19; }
@media only screen and (max-width: 479px) {
.blog-item .content .title {
font-size: 18px;
line-height: 24px; } }
.blog-item .content .meta {
-moz-box-flex: 1;
display: flex;
flex: 1 0 100%;
margin-bottom: 10px;
min-width: 100%;
}
.blog-item .content .meta li {
margin-right: 10px;
color: #888888;
position: relative;
font-size: 13px;
line-height: 24px; }
.blog-item .content .meta li:last-child {
margin-right: 0; }
.blog-item .content .meta li:last-child::before {
display: none; }
.blog-item .content .meta li a {
color: #888888 }
.blog-item .content .meta li a:hover,.blog-item .content .meta li:hover {
color: #6cad19; }
.blog-item .content .meta li span {
color: #888888; }
.blog-item .content .desc {
margin-bottom: 20px; 
word-break: break-word;}
.blog-item .content .desc p {
color: #666; }
.blog-item .content .read-more {
background: #6cad19 none repeat scroll 0 0;
color: #fff;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-top: 0px;
padding: 8px 20px;
text-transform: uppercase; }
.blog-item .content .read-more:hover {
background: #222845 none repeat scroll 0 0;
color: #fff; }
.page-template-page-left-sidebar .col-md-8 .elementor-column-wrap{padding: 0!important;} .single-blog-item .image {
display: block;
margin-bottom: 30px; }
.single-blog-item .content .title {
margin-bottom: 8px;
margin-top: 0;
word-break: break-all;
}
.blog-single .single-blog-item .desc > h3 {
font-size: 20px;
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .title {
font-size: 30px;
line-height: 36px; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .title {
font-size: 24px;
line-height: 30px; } }
@media only screen and (max-width: 479px) {
.single-blog-item .content .title {
font-size: 18px;
line-height: 24px; } }
.single-blog-item .content .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
min-width: 100%;
margin-bottom: 15px; }
.single-blog-item .content .meta li {
margin-right: 15px;
position: relative;
font-size: 14px;
line-height: 24px;
text-transform: capitalize; }
.single-blog-item .content .meta li span i {
margin-right: 5px;
}
.single-blog-item .content .meta li:last-child {
margin-right: 0; }
.single-blog-item .content .meta li:last-child::before {
display: none; }
.single-blog-item .content .meta li a {
color: #373b3e; }
.single-blog-item .content .meta li i {
color: #666; }
.single-blog-item .content .meta li a:hover {
color: #6cad19; }
.single-blog-item .content .meta li span {
color: #373b3e;
display: inline-block; }
.single-blog-item .content .meta li span.post-comment {
margin-left: 5px;
}
.single-blog-item .content .desc {
margin-bottom: 20px; }
.single-blog-item .content .desc img {
max-width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .blog-footer .post-tags {
min-width: 100%; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .blog-footer .post-tags {
min-width: 100%; } }
.single-blog-item .content .blog-footer .post-tags h4 {
float: left;
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
margin-top: 3px;
margin-right: 5px;
}
.single-blog-item .content .blog-footer .post-tags .tag li {
margin-right: 5px;
position: relative;
font-size: 14px;
line-height: 24px;
text-transform: capitalize;
float: left; }
.single-blog-item .content .blog-footer .post-tags .tag li::after {
content: ",";
font-size: 12px; }
.single-blog-item .content .blog-footer .post-tags .tag li:last-child {
margin-right: 0; }
.single-blog-item .content .blog-footer .post-tags .tag li:last-child::before {
display: none; }
.single-blog-item .content .blog-footer .post-tags .tag li a {
color: #373b3e; }
.single-blog-item .content .blog-footer .post-tags .tag li a:hover {
color: #6cad19; }
.single-blog-item .content .blog-footer .post-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .blog-footer .post-share {
min-width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .blog-footer .post-share {
min-width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.single-blog-item .content .blog-footer .post-share h4 {
float: left;
font-size: 16px;
margin-bottom: 0;
margin-right: 15px; 
margin-top: 0;
}
.single-blog-item .content .blog-footer .post-share .share li {
margin-right: 15px;
position: relative;
font-size: 14px;
line-height: 24px;
float: left; }
.single-blog-item .content .blog-footer .post-share .share li:last-child {
margin-right: 0; }
.single-blog-item .content .blog-footer .post-share .share li a {
color: #373b3e; }
.single-blog-item .content .blog-footer .post-share .share li a:hover {
color: #6cad19; } .comment-wrap h3 {
font-size: 24px;
margin-bottom: 30px; }
@media only screen and (max-width: 479px) {
.comment-wrap h3 {
font-size: 18px;
line-height: 24px; } } .comment-list {
margin-bottom: 30px;
overflow: hidden; } .child-comment {
margin-left: 80px; }
@media only screen and (max-width: 479px) {
.child-comment {
margin-left: 0; } } .single-comment {
margin-bottom: 30px;
overflow: hidden;  }
.single-comment .image {
width: 80px;
float: left;
border-radius: 50%;
overflow: hidden;
margin-right: 15px; }
.single-comment .image img {
width: 100%;
border-radius: 50%; }
.single-comment .content {
overflow: hidden; }
@media only screen and (max-width: 479px) {
.single-comment .content {
float: left;
width: 100%;
margin-top: 15px; } }
.single-comment .content h4 {
font-size: 16px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 0px; }
.single-comment .content span {
display: block;
font-size: 14px; }
.single-comment .content span a {
text-transform: capitalize;
margin-left: 15px; }
.single-comment .content span a:hover {
color: #23252a; } .comment-form {
max-width: 100%; }
.comment-form input {
width: 100%;
height: 44px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px; }
.comment-form input[type="submit"] {
width: auto;
border: none;
background-color: #222845;
color: #ffffff;
text-transform: uppercase;
padding: 5px 30px; }
.comment-form input[type="submit"]:hover {
background-color: #6cad19;opacity: 1;}
.comment-form textarea {
width: 100%;
height: 100px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px;
resize: none; }  .sidebar {
float: left;
width: 100%;
margin-bottom: 40px; }
.sidebar:last-child {
margin-bottom: 0; }
.sidebar .title {
font-size: 20px;
font-weight: 600;
cursor: text;
margin: 0 0 20px;
padding: 0 0 15px;
position: relative;
}
.sidebar > .title::after,.sidebar >.title::before {
border-bottom: 1px solid #6cad19;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
width: 160px;
}
.sidebar >.title::before {
border-bottom: 1px solid #e5e5e5;
height: 100%;
width: 100%;
}
.widget_calendar .title {
margin-bottom: 30px;
} .sidebar-list li {
margin-bottom: 15px; }
.sidebar-list li:last-child {
margin-bottom: 0; }
.sidebar-list li a {
display: block;
font-size: 16px;
line-height: 24px;
color: #373b3e; }
.sidebar-list li a .color {
float: left;
width: 12px;
height: 12px;
display: block;
border-radius: 50px;
margin: 6px 10px 6px 0; }
.sidebar-list li a .num {
float: right;
font-size: 14px;
color: rgba(55, 59, 62, 0.7); } .sidebar-tag li {
float: left;
margin-bottom: 5px; }
.sidebar-tag li::after {
content: "/";
margin: 0 5px;
color: rgba(55, 59, 62, 0.7);
font-size: 14px; }
.sidebar-tag li:last-child::after {
display: none; }
.sidebar-tag li a {
font-size: 16px;
line-height: 24px;
color: #373b3e;
text-transform: capitalize; }
.sidebar-tag li a:hover {
color: #23252a; }  .sidebar-blog {
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 15px; }
.sidebar-blog:last-child {
margin-bottom: 0; }
.sidebar-blog .image {
width: 80px;
float: left;
background-color: #f6f7f8;
margin-right: 15px; }
.sidebar-blog .image img {
width: 100%; }
.sidebar-blog .content {
overflow: hidden; }
.sidebar-blog .content .title {
font-size: 16px;
margin-bottom: 5px;
line-height: 24px;
display: block;
padding-bottom: 0;
}
.sidebar-blog .content .title:hover {
color: #6cad19; }
.sidebar-blog .content .date {
font-size: 14px;
display: block; }  .sidebar-product {
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 15px; }
.sidebar-product:last-child {
margin-bottom: 0; }
.sidebar-product .image {
width: 80px;
float: left;
background-color: #f6f7f8;
margin-right: 15px; }
.sidebar-product .image img {
width: 100%; }
.sidebar-product .content .title {
font-size: 18px;
margin-bottom: 8px; }
.sidebar-product .content .title:hover {
color: #23252a; }
.sidebar-product .content .price {
font-size: 14px;
display: block; }
.sidebar-product .content .price .old {
margin-left: 10px;
color: rgba(55, 59, 62, 0.7);
text-decoration: line-through; }
.sidebar-product .content .ratting {
display: block; }
.sidebar-product .content .ratting i {
font-size: 12px;
color: #f5cc26; } .sidebar-price #price-range {
width: 100%;
height: 5px;
margin: 5px 0;
background-color: #c7c7c7;
position: relative;
float: left; }
.sidebar-price #price-range .ui-slider-range {
position: absolute;
height: 100%;
top: 0;
background-color: #373b3e; }
.sidebar-price #price-range .ui-slider-handle {
background-color: #23252a;
position: absolute;
width: 15px;
height: 15px;
border-radius: 50px;
display: block;
top: -5px;
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15); }
.sidebar-price #price-amount {
font-size: 16px;
font-weight: 500;
color: #373b3e;
line-height: 24px;
padding: 0;
background-color: transparent;
border: none;
margin-top: 12px; }  .contact-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
.contact-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
.contact-wrap h3 {
font-size: 24px;
margin-bottom: 30px; }
@media only screen and (max-width: 479px) {
.contact-wrap h3 {
font-size: 18px;
line-height: 24px; } } .contact-form {
max-width: 600px;
padding: 90px 100px 90px 60px;
background-color: #f6f7f8;
float: left; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-form {
width: 100%;
min-width: 100%;
padding: 60px; } }
@media only screen and (max-width: 767px) {
.contact-form {
width: 100%;
min-width: 100%;
padding: 60px; } }
@media only screen and (max-width: 479px) {
.contact-form {
padding: 30px; } }
.contact-form input {
width: 100%;
height: 44px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px;
background-color: transparent; }
.contact-form input[type="submit"] {
width: auto;
border: none;
background-color: #373b3e;
color: #ffffff;
text-transform: uppercase;
padding: 5px 30px;
float: right; }
.contact-form input[type="submit"]:hover {
background-color: #23252a; }
.contact-form textarea {
width: 100%;
height: 100px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px;
resize: none;
background-color: transparent; } .contact-info-wrap {
background-color: #373b3e;
padding: 50px;
overflow: hidden;
margin-left: -60px;
position: relative;
float: left; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-info-wrap {
width: 100%;
min-width: 100%;
padding: 50px;
margin-left: 0; } }
@media only screen and (max-width: 767px) {
.contact-info-wrap {
width: 100%;
min-width: 100%;
padding: 50px;
margin-left: 0; } }
@media only screen and (max-width: 479px) {
.contact-info-wrap {
padding: 30px; } }
.contact-info-wrap h3 {
color: #ffffff; } .contact-info {
margin: 0; }
.contact-info li {
overflow: hidden;
margin-bottom: 20px; }
.contact-info li:last-child {
margin-bottom: 0; }
.contact-info li strong {
display: block;
float: left;
min-width: 80px;
color: #ffffff; }
.contact-info li span {
display: block;
overflow: hidden;
max-width: 300px;
color: #efefef; }
@media only screen and (max-width: 479px) {
.contact-info li span {
width: 100%;
float: left; } }
.contact-info li span a {
display: block;
float: left;
clear: both; }
.contact-info li span a:hover {
color: #ffffff; } #contact-map {
height: 500px;
width: 100%; }   .footer-widget .title {
color: #fff;
font-size: 20px;
font-weight: 700;
margin-top: 0;
margin-bottom: 30px;
position: relative;
}
.footer-widget img.logo {
margin-bottom: 14px;
}
.footer-widget.widget.widget_insurersem_description_widget {
margin-bottom: 10px;
}
.company-description-area p{margin-bottom:0!important;}
.footer-widget p {
font-size: 14px;
line-height: 26px;
color: #fff;
position: relative;
margin-bottom: 19px; }
.footer-widget p:last-child {
margin-bottom: 0; }
.footer-widget p.phone {
margin: 0;
padding-left: 23px; }
.footer-widget p.phone a {
display: block; }
.footer-widget p.phone a:hover {
color: #fff; }
.footer-widget ul li {
margin-bottom: 34px; }
.footer-widget ul li:last-child {
margin-bottom: 0; }
.footer-widget ul li a {
font-size: 14px;
line-height: 1.5;
color: #fff;
display: block; }
.footer-widget ul li a:hover {
color: #fff; } .footer-copyright p {
font-size: 14px;
line-height: 28px;
color: #373b3e; }
@media only screen and (max-width: 767px) {
.footer-copyright {
text-align: center; } } .footer-social {
text-align: right; }
.footer-social p {
font-size: 15px;
line-height: 28px;
color: #373b3e; }
.footer-social p span {
margin-right: 16px; }
.footer-social p a {
margin-right: 28px;
color: #fff;
position: relative; }
.footer-social p a::after {
content: "|";
position: absolute;
right: -15px;
top: 0; }
.footer-social p a:last-child {
margin-right: 0; }
.footer-social p a:last-child::after {
display: none; }
.footer-social p a:hover {
color: #fff; }
@media only screen and (max-width: 767px) {
.footer-social {
text-align: center; } }
.product-item .product-inner .content .price {
display: inline-block;
}
.product-item .product-inner .content .price ins {
background: transparent;
}
.woocommerce .product-item .product-inner .image-wrap .actions a.button{
padding: 0;
}
.product-item a.button.added::after, .product-item a.button.loading::after {
content: "";
display: block;
font-family: "fontawesome";
margin: 0 auto;
}
.product-item a.button.loading img{
display: none !important;
}
.product-item a.button.added {
display: none !important;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart {
border-bottom-left-radius: 50px;
border-right: 1px solid #d4d4d4;
border-top-left-radius: 50px;
display: inline-block;
padding-top: 0;
position: relative;
text-indent: -99999px;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart::before {
content: "";
font-family: WooCommerce;
font-size: 20px;
left: 45%;
position: absolute;
text-indent: 0;
top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
left: 20px;
margin: 0;
position: absolute;
top: 4px;
}
.woocommerce.product.compare-button {
display: flex;
padding: 0;
}
.product-item .product-inner .image-wrap .actions .compare-button a{
padding: 0;
}
.product-item .product-inner .image-wrap .actions .compare-button a:first-child{
border-bottom-left-radius: 0px;
border-right: 0px solid #d4d4d4;
border-top-left-radius: 0px;
}
.product-item a.button.added.compare::after{
display: block;
}
.product-item a.button.added.compare{
display: block !important;
}
.hero-slider-controls .slick-arrow{
padding: 0;
}
.product-slider .slick-arrow{
padding: 0;
}
.product-slider ul.slick-dots {
list-style: outside none none;
margin: 15px 0 0;
padding: 0;
text-align: center;
}
.product-slider ul.slick-dots li {
color: #fff;
display: inline-block;
line-height: 12px;
margin: auto 8px 0 0;
}
.product-slider ul.slick-dots li button {
padding: 0;
background-color: transparent;
border: 1px solid #4e4f4f;
border-radius: 50px;
height: 13px;
padding: 0;
text-indent: -9999px;
width: 13px;
}
.product-slider ul.slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828;
}
.eael-mailchimp-wrap.eael-mailchimp-inline .eael-mailchimp-subscribe {
position: relative;
}
.eael-load-more-button .button__loader{
position: absolute;
}
.elementor-element .home_page_mail .eael-mailchimp-subscribe {
background: #29d8d8 none repeat scroll 0 0;
color: #fff;
height: inherit;
line-height: inherit;
padding: 0;
}
.home_page_mail .eael-field-group .eael-mailchimp-input {
background-color: transparent;
border: 1px solid #d6e0e1;
border-radius: 5px;
color: #373b3e;
font-size: 14px;
font-weight: 600;
height: 50px;
line-height: 24px;
padding: 12px 155px 12px 30px;
width: 100%;
}
.home_page_mail .eael-load-more-button > span {
margin-left: 0;
}
.home_page_mail .eael-mailchimp-wrap.eael-mailchimp-inline .eael-mailchimp-subscribe{
position: absolute;
right: 0;
top: 0px;
width: 140px;
}
.home_page_mail .eael-mailchimp-inline{
position: relative;
}
.home_page_mail .eael-mailchimp-inline .eael-field-group {
flex: 1 1 100%;
min-width: 100%;
}
.home_page_mail .eael-mailchimp-inline .eael-form-fields-wrapper {
flex-wrap: wrap-reverse;
}
.footer-widget.widget_nav_menu .menu{
background-color:transparent;
padding: 0;
margin: 0;
list-style: none;
}
.rss {
background-color: #EA7819;
color: #ffffff;
}
.footer-widget .social-icons a {
padding: 5px 10px;
}
.footer-social p a::after{
display: none;
}
.feature-collection .content .add-to-cart{
height: inherit;
display: inline-block;
padding: 0;
}
.feature-collection .content .add-to-cart a{
padding: 13px 30px;
}
.feature-collection .content .add-to-cart a:hover{
color: #fff;
}
.feature-collection .content .add-to-cart .button.added{
display: none;
}
.price mark, .price ins {
background: transparent;
}
.mini-cart-wrap .buttons a.checkout.wc-forward{
margin-top: 10px;
}
.mini-cart-wrap .mini-cart-product .content span.woocommerce-Price-amount.amount,
.mini-cart-wrap .mini-cart-product .content span.quantity {
padding: 0;
}
.mini-cart-wrap .mini-cart-product .content .title {
margin-bottom: 5px;
}
.woocommerce-mini-cart__empty-message {
margin-bottom: 15px !important;
padding-left: 15px;
text-align: left;
}
.header-account > a img,.header-mini-cart > a img {
max-width: none;
}
.hero-slider .slick-arrow{
padding: 0;
}
.product-item .product-inner .image-wrap .wishlist {
margin-top: 0;
top: 15px;
transition: all 0.4s ease 0s;
}
.main-menu nav > ul > li.menu-item-has-children > a{
position: relative;
}
.main-menu nav > ul > li.menu-item-has-children > a::after{
position: absolute;
}
.main-menu .sub-menu {
border-top: 3px solid #373b3e;
}
.shop-grid-area.section-padding {
padding-top: 20px;
}
span.onsale{
position: absolute;
}
.woocommerce span.onsale,span.onsale {
background-color: #23252a;
border-radius: 3px;
color: #fff;
font-size: 14px;
font-weight: 600;
left: 15px;
line-height: 1;
min-height: inherit;
min-width: inherit;
padding: 5px 10px;
top: 15px;
}
.woocommerce nav.woocommerce-pagination ul {
border: medium none;
}
.woocommerce nav.woocommerce-pagination ul li {
border: medium none;
float: none;
margin: 0 5px;
padding: 0;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
border: 1px solid #bebebe;
border-radius: 100%;
color: #8b8b8b;
display: inline-block;
font-size: 16px;
font-weight: 400;
height: 36px;
line-height: 37px;
text-align: center;
transition: all 0.3s ease 0s;
vertical-align: middle;
width: 36px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
line-height: 33px;
padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #373b3e none repeat scroll 0 0;
border-color: #373b3e;
color: #fff;
}
.mini-cart-wrap {
max-height: 400px;
overflow-y: auto;
}
.check_out_form_area .form-row{
display: block;
}
.woocommerce form .form-row textarea{
height: auto;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
line-height: 40px;
margin: 0 0 0 15px;
}
.woocommerce-info::before {
color: #373b3e;
}
.woocommerce-info {
border-top-color: #373b3e;
}
.u-columns.col2-set .col-1,.u-columns.col2-set .col-2 {
flex: 0 0 48%;
max-width: 48%;
}
.woocommerce-LostPassword.lost_password {
float: right;
margin: -40px 0 0;
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
background-color: #373b3e;
color: #ffffff;
padding: 10px 30px;
text-transform: uppercase;
width: auto;
border-radius: 50px;
font-weight: 600;
}
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
background-color: #23252a;
border-color: #23252a;
color: #fff;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit[disabled]:disabled, 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, 
.woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
color: #fff;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border-radius: 0;
} .yith-wcwl-share {
margin-bottom: 0;
text-align: center;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
margin: 0 0 10px;
}
.woocommerce table.wishlist_table {
text-align: center;
}
.nice-select.orderby .list{
right: 0;
left: auto;
} .product_images_area {
overflow: hidden;
position: relative;
}
.single-product .compare.scom.button {
display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
float: left;
margin: 0;
width: 100%;
}
.pro-thumb-img li {
margin-bottom: 10px;
}
.product-details .price-ratting .ratting i {
color: #ffc741;
}
.tawcvs-swatches{
padding: 0 !important;
}
.tawcvs-swatches .swatch{
opacity: 1 !important;
}
.tawcvs-swatches .swatch.selected {
box-shadow: none !important;
}
.tawcvs-swatches .swatch-label {
background-color: transparent !important;
border-color: #373b3e !important;
}
.tawcvs-swatches .swatch.swatch-label.selected{
background-color: #373b3e !important;
border: 1px solid #373b3e !important;
color: #fff;
}
.product-details .price-ratting .price span{
margin: 0;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: 1;
}
.woocommerce div.product p.price del span, .woocommerce div.product span.price del span{
text-decoration: line-through;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
}
.product-details .price-ratting .price{
margin: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #373b3e;
font-size: 20px;
font-weight: 700;
line-height: 24px;
}
.product-details .quantity-cart .product-quantity input{
padding: 0;
}
.woocommerce .quantity input[type="number"] {
-moz-appearance: textfield;
}
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}
.woocommerce button.button.alt.single_add_to_cart_button{
background-color: #373b3e;
border: 1px solid #373b3e;
border-radius: 50px;
color: #fff;
display: block;
font-weight: 400;
height: 40px;
line-height: 24px;
margin-bottom: 10px;
padding: 6px 40px;
text-align: center;
text-transform: uppercase;
}
.woocommerce button.button.alt.single_add_to_cart_button:hover{
background-color: transparent;
color: #373b3e;
}
.woocommerce div.product form.cart div.quantity {
margin: 0 20px 0 0;
}
.quantity.product-quantity {
border: 1px solid #373b3e;
border-radius: 50px;
display: block;
float: left;
margin-bottom: 10px;
margin-right: 22px;
padding: 0 30px;
position: relative;
width: 100px;
}
.product-quantity input {
border: medium none;
height: 38px;
text-align: center;
width: 40px;
}
.product-quantity span {
color: #373b3e;
cursor: pointer;
display: block;
font-size: 20px;
height: 38px;
line-height: 38px;
position: absolute;
text-align: center;
top: 0;
width: 29px;
right: 0;
}
.product-quantity span a{
text-decoration: none;
display: block;
}
.product-quantity span.dec {
left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: transparent;
border: medium none;
border-radius: 0;
bottom: -1px;
display: block;
float: left;
margin-right: 30px;
position: relative;
z-index: 2;
padding: 0;
margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0 0 20px;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before{
display: none;
}
.pro-info-tab-list li.active a{
border-bottom: 2px solid #000000;
}
.woocommerce-Tabs-panel h2 {
margin: 0 0 10px;
}
.woocommerce table.shop_attributes td {
padding: 0 0 0 10px;
}
.mini-cart-wrap .mini-cart-product .remove {
color: #373b3e !important;
font-size: 14px;
height: auto;
width: auto;
}
.woocommerce a.remove:hover {
background: transparent;
color: #ff0000 !important;
}
.related.products{
margin-top: 70px;
}
.related.products > h2 {
color: #23252a;
font-family: "Source Sans Pro",sans-serif;
font-size: 30px;
font-weight: 600;
line-height: 1;
margin: 0 0 25px;
text-transform: uppercase;
} .cart-table table tbody tr td.pro-title a{
text-decoration: none;
}
.woocommerce .cart-table table.shop_table{
text-align: center;
}
.cart-table table tbody tr td.pro-quantity .product-quantity{
float: none;
}
.cart-table table tbody tr td.pro-remove a {
color: #373b3e !important;
margin: 0 auto;
}
.cart-table table tbody tr td.pro-remove a:hover {
color: #ff0000 !important;
}
.cart-buttons button.button{
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #ffffff;
display: block;
float: left;
font-size: 14px;
font-weight: 400;
height: 40px;
line-height: 24px;
margin-bottom: 10px;
margin-right: 15px;
padding: 8px 25px;
text-transform: uppercase;
}
.cart-buttons button.button:hover{
background-color: #23252a;
color: #fff;
}
.cart-coupon .cuppon-form button.button {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #fff;
display: block;
float: left;
font-size: 14px;
font-weight: 400;
height: 40px;
line-height: 24px;
padding: 8px 25px;
position: absolute;
right: 0;
text-transform: uppercase;
top: 0;
}
.cart_totals {
text-align: right;
}
.cart_totals h2 {
border-bottom: 1px solid #ddd;
font-size: 24px;
line-height: 18px;
margin-bottom: 30px;
padding-bottom: 10px;
text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 600;
height: 40px;
line-height: 24px;
padding: 8px 25px;
text-transform: uppercase;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
background-color: #23252a;
}
.woocommerce form .check_out_form_area .form-row input.input-text{
background-color: transparent;
border: 1px solid #999999;
border-radius: 50px;
color: #373b3e;
font-size: 14px;
line-height: 23px;
margin-bottom: 15px;
padding: 10px 20px;
width: 100%;
}
.woocommerce form .check_out_form_area .form-row label {
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
text-transform: capitalize;
}
.checkout-title,.check_out_form_area h3,.your-order h3 {
font-size: 20px;
font-weight: 700;
line-height: 23px;
margin-bottom: 30px;
text-decoration: underline;
text-transform: capitalize;
}
.woocommerce-checkout #payment ul.payment_methods li {
margin: 0 0 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #f6f7f8 none repeat scroll 0 0;
border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
padding: 45px 45px 20px;
}
.woocommerce-checkout #payment .place-order{
padding: 20px 45px 45px !important;
}
li.wc_payment_method input[type="radio"] {
display: none;
}
li.wc_payment_method input[type="radio"] + label {
color: #23252a;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin: 0;
padding-left: 30px;
position: relative;
}
li.wc_payment_method input[type="radio"] + label::after {
background-color: #23252a;
content: "";
display: block;
height: 10px;
left: 5px;
opacity: 0;
position: absolute;
text-align: center;
top: 5px;
transition: all 0.3s ease 0s;
width: 10px;
}
li.wc_payment_method input[type="radio"]:checked + label::after {
opacity: 1;
}
li.wc_payment_method input[type="radio"] + label::before {
border: 2px solid #999999;
content: "";
display: block;
height: 20px;
left: 0;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
width: 20px;
}
li.wc_payment_method input[type="radio"]:checked + label::before {
border: 2px solid #23252a;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #ffffff;
float: left;
font-weight: 600;
height: 44px;
line-height: 24px;
margin-top: 25px;
padding: 10px 30px;
text-transform: uppercase;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #fff;
display: inline-block !important;
font-size: 14px;
font-weight: 600;
height: 40px;
line-height: 24px;
padding: 8px 25px;
text-transform: uppercase;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover {
background-color: #23252a;
}
.wishlist_table tr td.product-thumbnail, 
.wishlist_table tr td.product-name, 
.wishlist_table tr td.wishlist-name, 
.wishlist_table tr td.wishlist-privacy, 
.woocommerce table.wishlist_table tfoot td{
text-align: center;
}
.pro-price mark, .pro-price ins{
background: transparent;
}
.woocommerce table.wishlist_table {
font-size: inherit;
}
.woocommerce-message {
border-top-color: #373b3e;
}
.woocommerce-message::before {
color: #373b3e;
}
.woocommerce #content table.wishlist_table.cart a.remove {
color: #373b3e !important;
background-color: transparent;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
background-color: transparent;
color: #ff0000 !important;
}
h1.page-title {
font-size: 30px;
font-weight: 600;
margin: 0;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"]{
background-color: transparent;
border: 1px solid #373b3e;
border-radius: 50px;
font-size: 14px;
height: 44px;
line-height: 22px;
padding: 10px 20px;
width: 100%;
}
.footer-contact-form input[type="text"]:focus,
.footer-contact-form input[type="email"]:focus,
.footer-contact-form input[type="url"]:focus,
.footer-contact-form input[type="password"]:focus,
.footer-contact-form input[type="search"]:focus,
.footer-contact-form input[type="number"]:focus,
.footer-contact-form input[type="tel"]:focus,
.footer-contact-form input[type="range"]:focus,
.footer-contact-form input[type="date"]:focus,
.footer-contact-form input[type="month"]:focus,
.footer-contact-form input[type="week"]:focus,
.footer-contact-form input[type="time"]:focus,
.footer-contact-form input[type="datetime"]:focus,
.footer-contact-form input[type="datetime-local"]:focus,
.footer-contact-form input[type="color"]:focus,
.footer-contact-form textarea:focus {
color: #fff;
}
.subscribe-form input{
height: 50px;
} .woocommerce-MyAccount-navigation ul li {
border: 1px solid #ddd;
margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px;
line-height: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #f05b64;
}
.woocommerce-account .woocommerce-MyAccount-content {
border: 1px solid #ddd;
padding: 15px;
}
.woocommerce-MyAccount-content > p {
margin: 0;
}
.woocommerce-MyAccount-content a {
text-decoration: underline;
}
.woocommerce table.my_account_orders{
margin-bottom: 0;
text-align: center;
}
.woocommerce-MyAccount-content .woocommerce-info {
margin-bottom: 0;
}
.woocommerce-account .addresses .title h3 {
margin-bottom: 10px;
}
.u-columns.woocommerce-Addresses.addresses {
margin-top: 15px;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0;
padding: 0;
}
.product-details .price-ratting .ratting i {
display: inline-block;
float: none;
}
.quantity.product-quantity input {
padding: 0;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li{
position: relative;
}
.side-menu nav > ul > li:hover > .sub-menu, .side-menu nav > ul > li:hover > .mega-menu {
margin-top: 0;
opacity: 1;
visibility: visible;
z-index: 999;
}
.side-menu .sub-menu,.mobile-menu .sub-menu{
border-top: 0;
}
.logged-in.admin-bar button.side-menu-close {
top: 45px;
}
.logged-in.admin-bar .side-menu-inner .side-logo {
top: 55px;
}
.zoomContainer {
margin-top: -30px;
}
.zoomWindow {
background-color: #f8f8f8;
}
.sidebar span.count {
float: right;
}
.woocommerce ul.product_list_widget li img {
margin-left: 0px;
width: auto;
}
.woocommerce ul.product_list_widget li a{
font-weight: 500;
}
.woocommerce ul.product_list_widget .content {
line-height: 1;
}
.woocommerce ul.product_list_widget .ratting {
margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background-color: #23252a;
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
height: 15px;
transition: none 0s ease 0s ;
width: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
background-color: #c7c7c7;
height: 5px;
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background-color: #373b3e;
height: 100%;
}
.tagcloud a {
color: #373b3e;
display: inline-block;
font-size: 14px!important;
line-height: 2.14286em;
position: relative;
border: 1px solid #CCCCCC;
margin-bottom: 8px;
padding: 0 12px;
margin-right: 8px;
}
.tagcloud a:last-child::after {
display: none;
}
.tagcloud a:hover {
border-color: #6cad19;
}
.footer-top-section .footer-widget ul li ul {
margin-left: 15px;
}
.sidebar-list li {
line-height: 1;
}
.sidebar-list li a {
display: inline-block;
}
.read-more {
margin-top: 0px;
}
.singel_blog_items.hentry {
margin-bottom: 0;
}
.quote-content > h3 {
color: #f3f2f2;
font-size: 18px;
font-weight: bold;
line-height: 28px;
margin: 19px 0 22px;
text-transform: uppercase;
}
.quote-content > span {
color: #ececec;
}
.quote-post {
background-color: #ee3333;
padding: 74px 50px 77px 58px;
position: relative;
color: #fff;
}
.quote-content h6 {
color: #f3f2f2;
font-size: 14px;
font-weight: 600;
margin: 0;
padding-left: 28px;
position: relative;
}
.quote-content h6::before {
background-color: #f3f2f2;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 9px;
transition: all 0.3s ease 0s;
width: 18px;
}
.link-post {
background-color: #000000;
padding: 74px 48px 77px;
position: relative;
}
.link-content > span {
color: #ececec;
}
.link-content > h3 {
color: #f3f2f2;
font-size: 18px;
font-weight: bold;
margin: 20px 0 0;
text-transform: uppercase;
}
.comment-form input[type="submit"] {
border-radius: 0;
font-size: 14px;
height: inherit;
line-height: 44px;
width: auto;
}
.comment-reply-title {
font-weight: 500;
margin-bottom: 8px;
margin-left: 0;
margin-right: 0;
}
.comment-form input[type="submit"]:hover {
border: medium none;
color: #fff;
}
.comment-meta b {
display: block;
}
.parent-comment {
border-bottom: 0 none;
margin-bottom: 0;
padding-bottom: 0;
}
.comment-list ul.children {
margin-left: 48px;
}
.blog-comment, .leave-comment {
margin-top: 0;
}
.leave-comment-form form input{
border-radius: 0;
}
.contact-form input {
background-color: transparent !important;
border: 1px solid #cccccc !important;
border-radius: 0 !important;
padding: 5px 15px !important;
}
.contact-form input[type="submit"] {
background-color: #373b3e !important;
border: medium none !important;
font-weight: 400 !important;
line-height: inherit;
padding: 5px 30px;
}
.contact-info li span {
line-height: 26px;
}
.contact_info_area .elementor-row {
align-items: center;
}
.mobile-menu .mean-bar .mean-nav > ul {
margin: 0;
padding: 0;
max-height: 324px;
overflow-y: scroll;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
}
.woocommerce .woocommerce-MyAccount-content a.button{
background-color: #373b3e;
border-radius: 0;
color: #fff;
}
.woocommerce .woocommerce-MyAccount-content a.button:hover{
background-color: #23252a;
}
.related.products .col-lg-4 {
flex: 0 0 25%;
max-width: 25%;
}
.home .site-wrapper{
padding-top: 0;
}
.sidebar ul.children{
padding-left: 15px;
}
.footer-widget ul {
padding-left: 15px;
}
.footer-widget ul li a, .widget_nav_menu .menu ul li a {
padding: 6px 0;
}
.footer-widget ul li a{
display: inline-block;
}
.footer-widget ul li {
margin-bottom: 0;
word-break: break-word;
}
.single-blog-item .content .desc blockquote p {
color: #fff;
}
ul {
list-style: outside none disc;
margin: 0;
padding-left: 20px;
}
.sidebar ul,
.footer-widget ul,
.blog-footer ul,
.single-blog-item ul.meta,
.singel_blog_items ul.meta,
.side-menu ul,
.main-menu ul,
ul.slick-dots{
list-style: none;
padding-left: 0;
}
.single-blog-item .content .desc h2 {
margin-top: 30px;
}
.post-password-form input[type="password"] {
border-radius: 4px;
height: 40px;
}
.comment-text > h2 {
margin-top: 30px;
}
.entry-content > h2 {
margin-top: 30px;
}
.blog-quote.default__quote {
background-color: #6cad19;
padding: 74px 50px 77px 58px;
position: relative;
color: #fff;
}
.blog-quote.default__quote::before {
content: "";
font-family: fontawesome;
font-size: 36px;
left: 30px;
position: absolute;
top: 30px;
}
.footer-top-section {
background: #232323;
color: #fff;
padding-top: 70px;
padding-bottom: 30px;
position: relative;
}
.footer-bottom-section {
background-color: #2a2a2a;
color: #fff;
}
.textwidget ul li i {
display: inline-block;
float: left;
line-height: 35px;
margin-right: 15px;
} .home-blog-item {
border: 1px solid #ddd;
}
.home-blog-item .content {
background: #fff none repeat scroll 0 0;
padding: 15px;
}
.home-blog-item .content .date {
color:#888888;
display: block;
font-size: 14px;
margin-bottom: 8px;
overflow: hidden;
}
.home-blog-item .content .title {
color: #464646;
font-size: 18px;
font-weight: 600;
line-height: 30px;
margin-top: 0;
margin-bottom: 13px;
}
.home-blog-item .content p {
color: #464646;
font-size: 14px;
font-weight: 400;
line-height: 24px;
margin-bottom: 15px;
}
.home-blog-item .content .read-more {
background: #6cad19 none repeat scroll 0 0;
color: #fff;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-top: 5px;
padding: 8px 20px;
text-transform: uppercase;
}
.color-price ul{
padding: 0;
list-style: none;
} .home-blog-item-two .content span {
margin-right: 25px;
position: relative;
font-size: 15px;
font-weight: 500;
color: #6cad19;
font-family: 'Montserrat', sans-serif; 
}
.home-blog-item-two .content .title {
font-size: 20px;
font-weight: 600;
line-height: 27px;
margin-top: 10px;
margin-bottom: 13px;
font-family: 'Montserrat', sans-serif;
}
.home-blog-item-two .content p {
color: #464646;
font-size: 14px;
font-weight: 400;
line-height: 24px;
margin-bottom: 15px;
}
.home-blog-item-two span::before {
content: "";
height: 18px;
left: -16px;
position: absolute;
top: 2px;
width: 2px;
border: 1px solid #ccc;
}
.home-blog-item-two .content {
background: #fff none repeat scroll 0 0;
padding: 20px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.home-blog-item-two span:first-child::before,.home-blog-item-two span.date:first-child::before {
display: none;
}
.home-blog-item-two .author-post-meta span,.home-blog-item-two  .comment-meta span {
color: #777777;
font-size: 14px;
font-weight: 500;
}
.home-blog-item-two  .comment-meta span{margin-right: 0;}
.author-meta {
position: relative;
display: block;
margin-top: 20px;
margin-bottom: 8px;
}
.author-meta::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 25px;
left: 50px;
background: #6cad19;
}
.author-meta img {
border-radius: 50px!important;
border: 1px solid #6cad19!important;
}
.author-post-meta {
display: inline-block;
float: left;
} .product-tab-list.nav {
justify-content: center;
}
.product-tab-list.nav a.active{
border-color: #e5e5e5;
}
.product-tab-list.nav a {
border: 1px solid transparent;
margin-right: 20px;
padding: 5px 15px;
text-transform: capitalize;
border-radius: 50px;
}
.product-tab-list.nav a:last-child{
margin-right:0;
}
.by-brand-product .cus-col-5 {
float: left;
width: 20%;
}
.single-brand-product {
position: relative;
}
.collection-content {
display: inline-block;
position: absolute;
top: 0;
} .banner {
position: relative;
}
.banner_content {
bottom: 20px;
left: 40px;
position: absolute;
}
.banner_content h3 {
margin: 0;
}
.banner_price {
background: #1b2125 none repeat scroll 0 0;
border-radius: 50px;
color: #fff;
display: inline-block;
margin-bottom: 5px;
padding: 5px 15px;
} .cus-col-5 {
width: 20%;
float: left;
}
.single-collection {
position: relative;
}
.collection-image {
position: relative;
}
.collection-image img {
width: 100%;
}
.collection-image::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0;
z-index: 1;
transition: all 0.3s ease 0s;
}
.collection-title {
z-index: 2;
font-size: 24px;
line-height: 35px;
margin: 0;
position: absolute;
left: 50px;
top: 50px;
overflow: hidden;
transition: all 0.3s ease 0s;
}
.single-collection > a {
z-index: 2;
background-image: url(//www.vivianoassicura.it/wp-content/themes/insurersem/images/icons/collection-shop-arrow.png);
background-repeat: no-repeat;
background-position: center right;
position: absolute;
left: 50px;
bottom: 100px;
padding-right: 60px;
color: #ffffff;
font-size: 18px;
line-height: 1;
text-transform: capitalize;
opacity: 0;
margin-bottom: -30px;
transition: all 0.3s ease 0s;
}
.single-collection:hover .collection-image::before {
opacity: 0.7;
}
.single-collection:hover .collection-title {
color: #ffffff;
}
.single-collection:hover > a {
opacity: 1;
margin-bottom: 0;
}
.no-images .collection-title {
padding-left: 20px;
position: static;
}
.single-collection.no-images:hover .collection-title {
color: #23252a;
}
.single-collection.no-images > a {
color: #23252a;
opacity: 1;
padding-left: 20px;
padding-right: 0;
position: static;
visibility: visible;
} .product-banner-99 {
position: relative;
}
.product-banner-99 > a {
display: block;
}
.product-banner-99 > a img{
width: 100%;
}
.product-banner-99 .banner_content {
position: absolute;
bottom: auto;
top: 50%;
transform: translateY(-50%);
right: 125px;
left: auto;
}
.product-banner-99 .banner_content p {
font-size: 36px;
line-height: 60px;
color: #615959;
font-weight: 700;
margin: 0;
text-align: right;
} .testimonial-slider .slick-arrow {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #999;
color: #666;
font-size: 18px;
height: 30px;
left: 0;
line-height: 28px;
margin-top: -15px;
opacity: 0;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transition: all 0.3s ease 0s;
visibility: hidden;
width: 30px;
z-index: 99;
cursor: pointer;
border-radius: 50px;
}
.testimonial-slider .slick-arrow.slick-prev {
left: 0;
right: auto;
}
.testimonial-slider .slick-arrow.slick-next {
left: auto;
right: 0;
}
.testimonial-slider:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.testimonial-slider .slick-arrow:hover{background: #6cad19;border-color: #6cad19;color: #fff;}
.single-testimonial .testimonial-image {
border: 1px solid #ececec;
border-radius: 50%;
height: 100px;
margin: 0 auto 15px;
overflow: hidden;
width: 100px;
}
.single-testimonial .testimonial-image img {
border-radius: 50%;
overflow: hidden;
width: 100%;
}
.single-testimonial .testimonial-content h2 {
color: #666666;
font-size: 15px;
font-weight: 600;
line-height: 24px;
margin-bottom: 5px;
text-transform: capitalize;
}
.single-testimonial .testimonial-content span {
display: block;
font-size: 14px;
line-height: 22px;
color: #666;
text-transform: capitalize;
margin-bottom: 15px;
}
.single-testimonial .testimonial-content p {
color: #666;
display: block;
font-size: 14px;
margin: auto;
width: calc(100% - 30%);
}
.testimonial-slider ul.slick-dots{
margin: 0;
padding: 0;
list-style: none;
}
.testimonial-slider ul.slick-dots li {
background: #373b3e none repeat scroll 0 0;
border-radius: 100%;
display: inline-block;
height: 10px;
margin-right: 4px;
width: 10px;
cursor: pointer;
}
.testimonial-slider ul.slick-dots li.slick-active{
background: #23252a none repeat scroll 0 0;
}
.testimonial-slider ul.slick-dots li button{
padding: 0;
height: inherit;
text-indent: -99999px;
line-height: 1;
} .single-benefits {
margin-bottom: 20px;
}
.benefits-section .elementor-row > .elementor-element:nth-child(1) {
text-align: left;
}
.benefits-section .elementor-row > .elementor-element:nth-child(2) {
text-align: center;
}
.benefits-section .elementor-row > .elementor-element:nth-child(3) {
text-align: right;
}
.single-benefits {
border: 1px solid #f1f1f1;
display: inline-block;
padding: 37px 25px 32px;
transition: all 0.3s ease 0s;
}
.single-benefits:hover {
background: #6cad19 none repeat scroll 0 0;
border: 1px solid #6cad19;
}
.single-benefits .benefits-icon {
color: #4fc1f0;
font-size: 30px;
margin-bottom: 25px;
transition: all 0.3s ease 0s;
}
.single-benefits .benefits-content {
overflow: hidden;
float: left;
}
.single-benefits .benefits-content h4 {
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #383838;
margin-bottom: 10px;
margin-top: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.single-benefits:hover .benefits-content h4,
.single-benefits:hover .benefits-content p,
.single-benefits:hover .benefits-icon {
color: #fff;
}
.single-benefits .benefits-content p {
color: #525252;
font-size: 14px;
line-height: 26px;
} .elementor-image .attachment-large.size-large {
width: 100%;
}
.insurersem-team-thumb {
border: 1px solid #f1f1f1;
margin-bottom: 30px;
background-color: #f5f5f5;
overflow: hidden;
position: relative;
}
.insurersem-team-team-hover-action {
padding: 14px 15px 15px;
}
.insurersem-team-team-name {
color: #444;
font-size: 18px;
margin-top: 0;
font-weight: 600;
margin-bottom: 0px;
}
.insurersem-team-team-designation {
color: #444;
display: block;
font-size: 14px;
font-weight: 400;
margin-bottom: 5px;
}
.insurersem-team-social-network {
margin: 0;
padding: 0;
}
.insurersem-team-social-network li {
display: inline-block;
list-style: outside none none;
}
.insurersem-team-social-network li a {
color: #444;
border-radius: 100%;
display: inline-block;
font-size: 14px;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.insurersem-team-social-network li a i{
font-family: 'FontAwesome';
}
.insurersem-team-social-network li a:hover {
background: #fff none repeat scroll 0 0;
border-color: #fff;
color: #6cad19;
}
.hero-section .row-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; 
}
.side-menu nav {
max-height: 300px;
overflow-y: auto;
}
.footer-widget.widget {
margin: 0;
}
.footer-widget ul li:hover >a{
color: #6cad19;
}
.tagcloud a:hover{
color: #6cad19;
}
.home-blog-item .content .read-more:hover {
background: #222845 none repeat scroll 0 0;
color: #fff;
}
.home-blog-item .content span {
margin-right: 10px;
}
.home-blog-item .content span > i {
margin-left: 2px;
margin-right: 2px;
}
.woocommerce form .form-row textarea {
border-radius: 50px;
padding-left: 25px;
}
article.hentry,.page-content, .entry-content, .entry-summary {
margin: 0;
}
.widget-area {
overflow: hidden;
}
.wpcf7-form {
position: relative;
}
div.wpcf7-response-output {
bottom: auto;
margin: 20px 0 0;
overflow: hidden;
position: absolute;
width: 100%;
}
.shop-sidebar {
overflow: hidden;
}
.cart-empty {
margin-bottom: 5px;
}
.footer-widget .tagcloud a,.footer-widget .tagcloud a::after,.footer-widget b, .footer-widget strong{
color: #fff;
}
.footer-widget.widget.widget_media_image {
margin-bottom: 15px;
}
.footer-widget.widget {
margin: 0 0 30px;
}
.footer-widget.widget_calendar caption, .footer-widget.widget_calendar tfoot td,.footer-widget.widget_calendar thead th {
color: #fff;
}
.footer-add-icon i {
float: left;
line-height: 30px;
}
.footer-add-icon > p {
display: inline-block;
margin-left: 10px;
overflow: hidden;
}
.footer-widget.widget.widget_text {
margin-bottom: 20px;
} .contact-message input {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #999;
border-radius: 0;
color: #666;
display: inline-block;
float: left; margin-bottom: 20px;
max-width: 100%;
padding: 0 15px; }
.contact-message textarea {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #999;
color: #666;
height: 210px;
margin-bottom: 20px;
padding: 7px 15px;
width: 100%;
}
.contact-message input[type="submit"] {
background: #6cad19 none repeat scroll 0 0;
border: none;
border-radius: 0;
color: #fff;
float: left;
font-size: 14px;
font-weight: 500;
height: 50px;
letter-spacing: 1px;
margin-bottom: 0;
padding: 0 40px;
text-transform: uppercase;
width: auto;
transition: .4s;
}
.contact-message input[type="submit"]:hover{background: #222845;} .hero-content-3 > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; 
}
.slick-active .hero-content-3 > * {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
.slick-active .hero-content-3 > *:nth-child(1) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.slick-active .hero-content-3 > *:nth-child(2) {
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.slick-active .hero-content-3 > *:nth-child(3) {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s; }
.slick-active .hero-content-3 > *:nth-child(4) {
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.slick-active .hero-content-3 > *:nth-child(5) {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s; }
.slick-active .hero-content-3 > *:nth-child(6) {
-webkit-animation-delay: 3s;
animation-delay: 3s; }
.hero-image-3 img {
display: inline-block;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
.slick-active .hero-image-3 img {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.hero-content-3 {
display: inline-block;
}
.slider_lyout_three .hero-content-3 h1 {
color: #fff;
font-size: 120px;
line-height: initial;
margin: 0;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
line-height: 1.0em;
}
.hero-content-3 h2 {
font-size: 50px;
font-weight: 400;
margin: 0;
color: #6cad19;
font-family: 'Montserrat', sans-serif;
}
.hero-content-3 p {
font-size: 16px;
margin: 0;
color: #fff;
padding: 0;
margin-top: 25px;
padding-right: 50%;
}
.hero-content-3 > a {
border: 1px solid #6cad19;
font-size: 15px;
margin-top: 30px;
color: #fff;
padding: 10px 30px;
border-radius: 50px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
text-decoration: none!important;
}
.hero-slider.slider_lyout_three .slide-item {
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 85vh;
width: 100%;
}
.hero-content-3 > a:hover {
color: #fff;
background:#6cad19;
border-color: #6cad19;
} .instragram_single a{
position: relative;
}
.instragram_single a::before {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
visibility: hidden;
transition: 0.4s;
}
.instragram_single a:hover::before{
opacity: 0.6;
visibility: visible;
} .header-shop-links img {
max-width: none;
}
.header-search-icon,.header-menubar-icon{
margin-left: 50px;
position: relative;
}
.header-search-icon button {
background: transparent none repeat scroll 0 0;
border: medium none;
cursor: pointer;
line-height: 1;
transition: all 0.3s ease 0s;
}
.main-search-active {
background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
color: #353535;
display: flex;
justify-content: center;
min-height: 100vh;
padding: 32px 46px 39px;
position: fixed;
right: 0;
top: 0;
transform: translateX(110%);
transition: transform 0.5s ease-in-out 0s;
width: 100%;
z-index: 9999;
}
.main-search-active.inside {
transform: translateX(0px);
}
.sidebar-search-icon {
display: block;
float: right;
overflow: hidden;
position: absolute;
right: 375px;
}
.sidebar-search-input {
align-self: center;
display: flex;
}
.sidebar-search-input form .form-search {
position: relative;
}
.sidebar-search-input form .form-search input {
background-color: transparent;
border-color: #dadada;
border-radius: 0;
border-style: solid;
border-width: 0 0 1px;
color: #fff;
display: block;
font-size: 18px;
height: 62px;
line-height: 62px;
padding: 0;
width: 800px;
padding-right: 40px;
}
.sidebar-search-input form .form-search input::-moz-placeholder {
color: #fff;
opacity: 1;
}
.sidebar-search-input form .form-search input::-webkit-placeholder {
color: #fff;
opacity: 1;
}
.sidebar-search-input form .form-search button {
background-color: transparent;
border: medium none;
color: #dadada;
cursor: pointer;
font-size: 30px;
padding: 0;
position: absolute;
right: 0;
top: 6px;
transition: all 0.3s ease 0s;
}
.sidebar-search-icon button {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #fff;
cursor: pointer;
font-size: 50px;
line-height: 1;
padding: 0;
transition: all 0.3s ease 0s;
} .header-menubar-icon > ul {
background: #fff none repeat scroll 0 0;
border-top: 3px solid #373b3e;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
list-style: outside none none;
margin: 30px 0 0;
opacity: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: right;
top: 100%;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 120px;
z-index: -999;
}
.header-menubar-icon:hover > ul{
margin-top: 0;
opacity: 1;
visibility: visible;
z-index: 999;
}
.header-menubar-icon ul li a {
display: block;
line-height: 24px;
padding: 6px 15px;
}
.slider_lyout_four .hero-image-2::before{display: none;}
.collection-wrap.style_two .collection-title{
bottom: 50px;
top: auto;
}
.collection-wrap.style_two .collection-title a{
background-image: url(//www.vivianoassicura.it/wp-content/themes/insurersem/images/icons/collection-shop-arrow-black.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 60px;
}
.collection-wrap.style_two .single-collection:hover .collection-title a{
background-image: url(//www.vivianoassicura.it/wp-content/themes/insurersem/images/icons/collection-shop-arrow.png);
}
.collection-wrap.style_two .single-collection a.shop_btn{
display: none;
}
.service_border {
position: relative;
}
.service_border::before {
background: #eeeeee none repeat scroll 0 0;
content: "";
height: 145px;
position: absolute;
right: -15px;
top: 0;
width: 2px;
}
.product_information_area {
background: #fff none repeat scroll 0 0;
bottom: -90px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
left: 0;
opacity: 0;
position: absolute;
text-align: left;
transition: all 0.4s ease 0s;
visibility: hidden;
width: 100%;
}
.product-item .product-inner .product_information_area .content{
padding-bottom: 20px;
}
.product-item:hover .product_information_area{
visibility: visible;
opacity: 1;
bottom: -75px;
}
.product_attribute {
padding: 0 30px;
margin-top: 30px;
}
.product_attribute ul{
padding: 0;
list-style: none;
margin: 0 0 20px;
text-align: left;
}
.product_attribute ul li {
display: inline-block;
line-height: 1;
margin: 0 10px 0 0;
}
.product_attribute ul li.color_attribute{
width: 15px;
height: 15px;
border-radius: 100%;
}
.product-item .product-inner .image-wrap .product_information_area .actions.style_two {
border-radius: 0;
bottom: 0;
opacity: 1;
overflow: hidden;
padding: 0 30px;
position: static;
top: auto;
transform: translateX(0px);
visibility: visible;
width: 100%;
}
.product-item .product-inner{
overflow: visible;
padding-bottom: 0;
}
.product_information_area .attribute_label {
font-weight: 600;
}
.product-item.product_style_three .product-inner .image-wrap .actions.style_two a:first-child{
width: auto;
} .modal-body {
display: flex;
justify-content: space-between;
padding: 50px;
}
.modal-dialog {
margin: 150px auto;
min-width: 878px;
}
#exampleModal .close {
color: #fff;
float: right;
font-size: 50px;
font-weight: 700;
line-height: 1;
opacity: 1;
position: absolute;
right: -32px;
text-shadow: 0 1px 0 #fff;
top: -44px;
transition: all .3s ease 0s;
cursor: pointer;
}
#exampleModal .close:hover {
color: #ee3333;
}
.modal-backdrop.show {
opacity: 0.8;
}
.modal-content .close:hover {
color: #ee3333;
}
.get_quota_section .modal-dialog {
max-width: 1170px;
margin: 0 auto;
margin-top: 120px;
}
body.modal-open{
padding-right: 0!important;
}
.get_quota_section .modal-body {
display: block;
padding: 0;
}
.get_quta_heading h3 {
text-align: center;
font-size: 36px;
font-weight: 700;
color: #fff;
margin: 0;
}
.get_quta_heading h3>span{
color: #6cad19;
}
.get_quta_heading p {
text-align: center;
margin-top: 20px;
color: #fff;
font-size: 16px;
}
.get_quta_heading {
margin-bottom: 50px;
}
.submit_btn_quota{
display: flex;
justify-content: center;
}
.get_quota_section .modal-content {
background-color: #000;
border: 5px solid #fff;
border-radius: 0;
background-position: center center!important;
background-repeat: no-repeat!important;
background-size: cover!important;
padding: 60px 120px 50px;
}
.get_quota_section .contact-message input,.get_quota_section .contact-message select {
color: #fff;
border-color: #ffff;
height: 50px;
padding: 0 30px;
background: transparent;
margin-bottom: 20px;
}
.get_quota_section .contact-message select option{
color: #000;
padding:15px;
}
.get_quota_section .contact-message textarea {
border-color: #fff;
padding: 30px;
height: 150px;
color: #fff;
}
.get_quota_section .contact-message input[type="submit"]{
border: transparent;
padding:0 40px;
background: #6cad19;
}
.get_quota_section .contact-message input[type="submit"]:hover{
background: #222845;
opacity: 1;
color: #fff;
}
.get_quota_section .contact-message input::placeholder,.get_quota_section .contact-message textarea::placeholder{
color: #fff;
}
.get_quota_section .contact-message input::-moz-placeholder {
color: #fff;
opacity: 1;
}
.get_quota_section .contact-message input::-webkit-placeholder {
color: #fff;
opacity: 1;
} .footer-contact-form input, .footer-contact-form textarea {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #eeeeee;
border-radius: 0;
color: #f5f5f5;
font-size: 14px;
margin-bottom: 15px;
padding: 10px;
}
.footer-contact-form *::-moz-placeholder {
color: #f5f5f5;
}
.footer-contact-form textarea {
height: 90px;
}
.footer-contact-form input.submit-btn[type="submit"] {
background: #6cad19 none repeat scroll 0 0;
border: 1px solid #6cad19;
color: #fff;
font-weight: 500;
margin: 0;
padding: 0 32px;
text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
display: inline-block;
} .single-brand {
border: 1px solid #f1f1f1;
height: 100px;
line-height: 100px;
margin: auto;
position: relative;
text-align: center;
transition: .4s;
}
.single-brand:hover{border: 1px solid #6cad19;}
.single-brand.slick-slide {
margin: 0 10px;
}
.single-brand .slick-list {
margin: 0 -10px;
}  .request-form input, .request-form select {
height: 45px;
border-radius: 0;
border: 1px solid #ededed;
padding: 10px 20px;
margin-bottom: 25px;
}
.request-form input[type="submit"] {
background: transparent;
border: 1px solid #6cad19;
border-radius: 0;
color: #6cad19;
float: left;
font-size: 14px;
font-weight: 700;
height: 50px;
letter-spacing: 1px;
margin-bottom: 0;
padding: 0 45px;
text-transform: uppercase;
width: auto;
transition: .4s;
border-radius: 50px;
margin-top:25px;
}
.request-form input[type="submit"]:hover{background:#6cad19;color:#fff ;border-color:#6cad19;}
div.wpcf7-response-output,div.wpcf7-response-output {
margin: 60px 0 0;
}
.eael-call-to-action p {
color: #ffffff;
font-family: "Open Sans", Open Sans;
font-size: 16px;
font-weight: 400;
padding: 0 33%;
} .request-call-back-form input {
height: 45px;
border-radius: 0;
border: 1px solid #ededed;
padding: 10px 20px;
margin-bottom: 25px;
}
.request-call-back-form input[type="submit"] {
background: transparent;
border: 1px solid #fff;
border-radius: 0;
color: #fff;
float: left;
font-size: 14px;
font-weight: 700;
height: 50px;
letter-spacing: 1px;
margin-bottom: 0;
padding: 0 45px;
text-transform: uppercase;
width: auto;
transition: .4s;
border-radius: 50px;
margin-top:15px;
}
.request-call-back-form input[type="submit"]:hover{background:#6cad19;color:#fff ;border-color:#6cad19;}
div.wpcf7-response-output,div.wpcf7-response-output {
margin: 60px 0 0;
}
.request-call-back-form *::placeholder {
color: #fff;
}
.request-call-back-form input[type="text"]:focus,.request-call-back-form input[type="email"]:focus,
.request-call-back-form input[type="url"]:focus,.request-call-back-form input[type="password"]:focus,
.request-call-back-form input[type="search"]:focus,.request-call-back-form input[type="number"]:focus,
.request-call-back-form input[type="tel"]:focus,.request-call-back-form input[type="range"]:focus,
.request-call-back-form input[type="date"]:focus,.request-call-back-form input[type="month"]:focus,.request-call-back-form input[type="week"]:focus,
.request-call-back-form input[type="time"]:focus,.request-call-back-form input[type="datetime"]:focus,.request-call-back-form input[type="datetime-local"]:focus,
.request-call-back-form input[type="color"]:focus,.request-call-back-form textarea:focus {
color: #fff;
} .team-section {
transform: translateY(-6%);
}
.team-wrap {
margin-top: -70px; }
.single-team {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.team-content {
background: #fff none repeat scroll 0 0;
overflow: hidden;
padding: 23px 0;
position: relative;
transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
z-index: 9;
}
.single-team.text-center .team-content {
padding-left: 20px;
padding-right: 20px; }
.team-conetnt-info {
opacity: 1;
-webkit-transition: all 0.4s linear 0s;
-moz-transition: all 0.4s linear 0s;
-ms-transition: all 0.4s linear 0s;
-o-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s; }
.team-conetnt-info h5 {
color: #333333;
font-size: 18px;
font-weight: 600;
line-height: 30px;
margin-bottom: 4px;
text-transform: capitalize;
}
.team-conetnt-info h5 a {
color: #293155; }
.team-conetnt-info h5 a:hover {
color: #f1b204; }
.team-conetnt-info h6 {
font-size: 12px;
margin-top: 0;
color: #777777;
font-size: 14px;
font-weight:400;
line-height: 16px;
margin-bottom: 0; }
.team-social-icons {
position: absolute;
left: -100%;
top: 0;
height: 100%;
width: 100%;
z-index: 2;
border-bottom: 1px solid #47BB8F;
-webkit-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
-moz-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
-ms-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
-o-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center; }
.team-social-icons ul {
padding-left: 0;
margin-bottom: 0;
font-size: 0;
display: block;
width: 100%; }
.team-social-icons ul li {
display: inline-block;
vertical-align: middle;
font-size: 30px;
padding: 0 8px; }
.team-social-icons ul li:first-child {
padding-left: 0; }
.team-social-icons ul li:last-child {
padding-right: 0; }
.team-social-icons ul li a:hover {
background: #6cad19;
color: #fff;
}
.single-team:hover .team-conetnt-info {
opacity: 0; }
.single-team:hover .team-social-icons {
left: 0; }
.bg-white .team-social-icons {
background: #ffffff; }
.bg-grey .team-social-icons {
background: #f7f7f7; }
.single-team:hover .team-content {
margin-top: -45px; }
.team-social-icons ul li a {
border-radius: 100%;
color: #6cad19;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
vertical-align: middle;
width: 40px;
background: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.single-team .team-content-info {
opacity: 1; }
.single-team .team-social-icons {
padding-top: 0;
left: 0;
position: relative;
border-bottom: none;
height: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
-moz-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
-ms-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
-o-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s; }
.single-team:hover .team-conetnt-info {
opacity: 1; }
.single-team:hover .team-social-icons {
padding-bottom: 20px;
height: 45px;
opacity: 1;
visibility: visible;
} .eael-call-to-action {
width: 100%;
height: auto;
display: block;
padding: 30px;
font-size: 16px;
color: #4d4d4d;
font-weight: 400;
line-height: 27px;
margin: 0 auto;
}
.eael-call-to-action p {
margin-bottom: 10px;
}
.eael-call-to-action .title-small {
font-size: 20px;
font-weight: 500;
line-height: 24px;
margin-bottom: 10px;
text-transform: capitalize;
font-style: normal;
color:#fff;
}
.eael-call-to-action .title {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin-bottom: 10px;
text-transform: capitalize;
font-style: normal;
}
.eael-call-to-action.cta-center {
text-align: center;
}
.eael-call-to-action.cta-right {
text-align: right;
}
.eael-call-to-action.cta-left {
text-align: left;
}
.eael-call-to-action.bg-lite {
background: #f4f4f4;
}
.eael-call-to-action.bg-img {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
z-index: 0;
color: rgba( 255,255,255, 0.7 );
}
.eael-call-to-action.bg-img .icon {
color: #fff;
}
.eael-call-to-action.bg-img:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: -1;
background: rgba( 0,0,0,0.8 );
}
.eael-call-to-action.bg-img.bg-fixed {
background-attachment: fixed;
background-position: center center;
}
.eael-call-to-action.bg-img .title {
color: rgba( 255,255,255, 0.9 );
} .eael-call-to-action.cta-flex,
.eael-call-to-action.cta-icon-flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
} .eael-call-to-action.cta-icon-flex .icon {
flex-grow: 1;
font-size: 80px;
text-align: left;
line-height: 130px;
}
.eael-call-to-action.cta-icon-flex .action {
flex-grow: 1;
text-align: right;
padding-top: 22px;
flex-basis: 22%;
}
.eael-call-to-action.cta-icon-flex .content {
flex-grow: 1;
padding: 0px 30px;
} .eael-call-to-action.cta-flex .content {
padding: 0px 15px;
flex-grow: 1;
}
.eael-call-to-action.cta-flex .action {
flex-grow: 1;
text-align: right;
padding-top: 25px;
flex-basis: 23%;
} .eael-call-to-action .cta-button {
position: relative;
display: inline-block;
padding: 12px 30px;
background: #f9f9f9;
font-size: 16px;
text-decoration: none;
color: #4d4d4d;
-webkit-transition: .5s;
-ms-transition: .5s;
transition: .5s;
-webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
margin-right: 10px;
margin-top: 10px;
z-index: 0;
overflow: hidden;
}
.eael-call-to-action .cta-button:last-child {
margin-right: 0px;
}
.eael-call-to-action .cta-button:focus {
outline: none;
} .eael-call-to-action .cta-button:hover {
color: #fff;
background: #3F51B5;
-webkit-box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.1);
box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.1);
} .eael-call-to-action .cta-button.effect-1:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #3F51B5;
top: 0px;
left: 0px;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
z-index: -1;
-webkit-transition: .5s;
-ms-transition: .5s;
transition: .5s;
color: #fff;
}
.eael-call-to-action .cta-button.effect-1:hover::after {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .eael-call-to-action .cta-button.effect-2:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #3F51B5;
top: 0px;
left: 0px;
z-index: -1;
-webkit-transition: .5s;
-ms-transition: .5s;
transition: .5s;
color: #fff;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.eael-call-to-action .cta-button.effect-2:hover::after {
-webkit-transform: translateX(0);
transform: translateX(0);
} @media only screen and (max-width: 768px) {
.eael-call-to-action.cta-flex,
.eael-call-to-action.cta-icon-flex {
flex-wrap: wrap;
}
.eael-call-to-action .title {
font-size: 28px;
line-height: 36px;
margin-top: 0px;
}
.eael-call-to-action.cta-icon-flex .icon {
flex-grow: 1;
font-size: 48px;
line-height: 90px;
text-align: center;
}
.eael-call-to-action.cta-flex .content,
.eael-call-to-action.cta-icon-flex .content {
flex-grow: 1;
text-align: center;
padding: 0px;
}
.eael-call-to-action.cta-flex .action,
.eael-call-to-action.cta-icon-flex .action {
text-align: center;
padding-top: 0px;
}
.eael-call-to-action .cta-button {
padding: 12px 25px;
}
}
@media only screen and (max-width: 360px) {
.eael-call-to-action {
font-size: 14px;
line-height: 26px;
}
.eael-call-to-action .cta-button {
padding: 4px 20px;
font-size: 12px;
}
.eael-call-to-action .title {
font-size: 20px;
line-height: 30px;
}
} .eael-testimonial-slider {
position: relative;
}
.testimonial-star-rating {
padding: 0;
margin: 0;
}
.testimonial-star-rating li {
list-style: none;
display: inline-block;
}
.testimonial-star-rating li i {
color: #d8d8d8;
}
.rating-five .testimonial-star-rating li i {
color: #f2b01e;
}
.rating-one .testimonial-star-rating li:first-child i {
color: #f2b01e;
}
.rating-two .testimonial-star-rating li:nth-child(1) i, .rating-two .testimonial-star-rating li:nth-child(2) i {
color: #f2b01e;
}
.rating-three .testimonial-star-rating li:nth-child(1) i, .rating-three .testimonial-star-rating li:nth-child(2) i , .rating-three .testimonial-star-rating li:nth-child(3) i {
color: #f2b01e;
}
.rating-four .testimonial-star-rating li:nth-child(1) i, .rating-four .testimonial-star-rating li:nth-child(2) i , .rating-four .testimonial-star-rating li:nth-child(3) i, .rating-four .testimonial-star-rating li:nth-child(4) i {
color: #f2b01e;
} .eael-testimonial-image img {
max-width: 100%;
}
.eael-testimonial-image {
padding: 10px 10px 10px 20px;
}
.eael-testimonial-image > figure {
display: block;
margin: 0;
}
.testimonial-avatar-rounded figure img {
border-radius: 50%;
height: auto;
}
.eael-testimonial-content {
margin: 0;
padding: 10px 20px 50px;
}
.eael-testimonial-item > figure {
margin: 0 auto;
padding: 0 20px;
}
.eael-testimonial-item .center-text {
text-align: center;
}
.eael-testimonial-item .right-text {
text-align: right;
}
.eael-testimonial-item .left-text {
text-align: left;
}
.eael-testimonial-item .justify-text {
text-align: justify;
} .eael-testimonial-content .eael-testimonial-text {
font-size: 100%;
font-style: italic;
line-height: 1.5;
margin-bottom: 10px;
padding: 0 8%;
}
.eael-testimonial-content .eael-testimonial-user {
float: left;
font-family: inherit;
font-size: 105%;
font-style: italic;
font-weight: normal;
line-height: 1.5;
margin-top: 0;
margin-bottom: 0;
margin-right: 5px;
}
.eael-testimonial-content .eael-testimonial-user-company {
float: left;
font-family: inherit;
font-size: 90%;
font-style: italic;
font-weight: lighter;
line-height: 1.75;
margin-bottom: 0;
margin-top: 1px;
}
.eael-testimonial-image  {
position: relative;
}
.eael-testimonial-image .eael-testimonial-quote::after {
color: inherit!important;
content: "\f10e";
font-family: "FontAwesome";
font-size: 200%;
position: absolute;
right: 20px;
top: 10px;
} .eael-testimonial-align-left .eael-testimonial-content,
.eael-testimonial-align-left .eael-testimonial-user,
.eael-testimonial-align-left .eael-testimonial-user-company {
text-align: left;
}
.eael-testimonial-align-left .eael-testimonial-image {
float: left;
width: 30%;
}
.eael-testimonial-align-left .eael-testimonial-content {
float: left;
margin-top: 20px;
position: relative;
width: 70%;
}
.eael-testimonial-align-left .eael-testimonial-image .eael-testimonial-quote {
display: none;
}
.eael-testimonial-align-left .eael-testimonial-quote::before {
color: inherit;
content: "\f10e";
font-family: "FontAwesome";
font-size: 28px;
right: 20px;
position: absolute;
top: 0;
}
.eael-testimonial-align-left .eael-testimonial-text {
padding-right: 25px;
}
.eael-testimonial-align-left .eael-testimonial-content {
margin: 0;
padding: 10px 25px 30px 10px;
} .eael-testimonial-align-centered .eael-testimonial-content .eael-testimonial-text {
text-align: center;
}
.eael-testimonial-align-centered .eael-testimonial-user,
.eael-testimonial-align-centered .eael-testimonial-user-company  {
float: none;
text-align: center;
}
.eael-testimonial-align-centered .eael-testimonial-image > figure img {
display: block;
margin-left: auto !important;
margin-right: auto !important;
}
.eael-testimonial-align-centered .testimonial-star-rating{
text-align: center;
} .eael-testimonial-align-right .eael-testimonial-content,
.eael-testimonial-align-right .eael-testimonial-user,
.eael-testimonial-align-right .eael-testimonial-user-company {
text-align: right;
}
.eael-testimonial-align-right .eael-testimonial-image {
float: right;
width: 30%;
}
.eael-testimonial-align-right .eael-testimonial-content {
float: right;
margin-top: 20px;
position: relative;
width: 70%;
}
.eael-testimonial-align-right .eael-testimonial-image .eael-testimonial-quote {
display: none;
}
.eael-testimonial-align-right .eael-testimonial-quote::before {
color: inherit;
content: "\f10d";
font-family: "FontAwesome";
font-size: 28px;
left: 20px;
position: absolute;
top: 0;
}
.eael-testimonial-align-right .eael-testimonial-text {
padding-left: 30px;
}
.eael-testimonial-align-right .eael-testimonial-user,
.eael-testimonial-align-right .eael-testimonial-user-company  {
float: none;
text-align: right;
}
.eael-testimonial-align-right .eael-testimonial-content {
padding: 10px 10px 30px 25px;
}
.eael-testimonial-align-right .testimonial-star-rating {
text-align: right;
}
.eael-testimonial-item.clearfix.testimonial-avatar-rounded.eael-testimonial-align-centered.slick-slide.slick-active {
box-shadow: 2px 0px 6px rgba(52,137,202,0.2);
}
.eael-testimonial-item.clearfix.testimonial-avatar-rounded.eael-testimonial-align-centered.slick-slide {
margin: 0;
margin-top: 60px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
.eael-testimonial-image .eael-testimonial-quote::after {
content: "\f10e";
font-family: "FontAwesome";
font-size: 130%;
position: absolute;
right: 0;
top: -28px;
left: 35%;
background: #fff;
width: 50px;
height: 50px;
border-radius: 50px;
box-shadow: -4px 4px 8px rgba(52, 137, 202, 0.3);
line-height: 50px;
}  .eael-infobox .infobox-icon {
height: auto;
}
.elementor-icon-box-title {
margin-top: 0;
margin-bottom: 0;
}
.eael-infobox .infobox-icon .infobox-icon-wrap {
display: block;
width: 100%;
height: auto;
transition: .3s;
}
.eael-infobox .infobox-icon .infobox-icon-wrap i {
transition: .3s;
}
.eael-infobox:hover .infobox-icon .infobox-icon-wrap {
transform: scale(1.1);
} .eael-infobox-content-align-left .eael-infobox .infobox-icon,
.eael-infobox-content-align-left .eael-infobox .infobox-content {
text-align: left;
}
.eael-infobox-content-align-right .eael-infobox .infobox-icon,
.eael-infobox-content-align-right .eael-infobox .infobox-content {
text-align: right;
}
.eael-infobox-content-align-center .eael-infobox .infobox-icon,
.eael-infobox-content-align-center .eael-infobox .infobox-content {
text-align: center;
} .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
background: #f2f2f2;
width: 90px;
height: 90px;
border: 2px solid #ededed;
text-align: center;
}
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
border-radius: 15px;
}
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
border-radius: 50%;
}
.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap i,
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
margin-top: 50%;
transform: translateY(-50%);
} .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
display: flex;
justify-content: flex-start;
}
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
display: flex;
justify-content: center;
}
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
display: flex;
justify-content: flex-end;
} .eael-infobox.icon-on-left {
position: relative;
z-index: 0;
display: flex;
}
.eael-infobox.icon-on-left .infobox-icon {
flex: 0 0 auto;
text-align: left;
}
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
background: none;
border: 0px;
text-align: left;
height: auto;
display: block;
}
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
margin-top: 0px;
transform: translateY(0%);
}
.eael-infobox.icon-on-left .infobox-content {
padding-left: 15px;
flex: 1 1 auto;
}
.eael-infobox.icon-on-left .infobox-content .title {
line-height: 1;
margin: 0 0 10px 0;
} .eael-infobox.icon-on-right {
position: relative;
z-index: 0;
display: flex;
flex-direction: row-reverse;
}
.eael-infobox.icon-on-right .infobox-icon {
flex: 0 0 auto;
text-align: right;
}
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
background: none;
border: 0px;
text-align: right;
width: auto;
height: auto;
display: block;
}
.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
margin-top: 0px;
transform: translateY(0%);
}
.eael-infobox.icon-on-right .infobox-content {
padding-right: 15px;
text-align: right;
flex: 1 1 auto;
box-sizing: border-box;
}
.eael-infobox.icon-on-right .infobox-content .title {
line-height: 1;
margin: 0 0 10px 0;
} .eael-infobox-shape-circle .eael-infobox .infobox-icon img {
border-radius: 50%;
}
.eael-infobox-shape-radius .eael-infobox .infobox-icon img {
border-radius: 15px;
}  .get_quota_btn {
align-self: center;
display: flex;
height: 100%;
margin-left: 21px;
}
.get_quota_btn a{
font-size: 18px;
font-weight: 500; 
text-transform: uppercase;
color: #fff;
padding: 8px 35px;
}
.get_quota_btn a:hover,.get_quota_btn a:focus{
color: #fff;
}
.header_st_4 .container-fluid{
padding:0;
}
.header-transparent .main-menu nav > ul > li > a{
color: #fff;
}
.header_st_4.header-transparent {
border-bottom: 1px solid #dddd;
}
.header_st_4 .main-menu nav > ul{
justify-content: center;
}
.header_st_4 .main-menu nav > ul > li > a {
line-height: 86px;
position: relative;
}
.header_logo_bg {
min-width: 270px;
background: #6cad19;
text-align: center;
height: 86px;
display: flex;
align-items: center;
justify-content: center;
border-left: 1px solid #ddd;
}
.header-logo.header_logo_bg{
border-left: none;
border-right: 1px solid #ddd;
}
.sub-menu li.active > a,.sub-menu li:hover > a{
color: #6cad19;
}
.header_st_4 .main-menu .sub-menu{
border-top:none;
} 
.header_st_4 .main-menu nav > ul > li > a:after{
position: absolute;
content: "";
width: 0%;
height: 3px;
background: #6cad19;
z-index: 2;
left: 0;
bottom: -2px;
transition: all 0.3s ease-in-out;
margin-left: 0;
}
.header_st_4 .main-menu nav > ul > li:hover > a:after{
width: 100%;
}
.main-menu nav > ul > li:hover > a,.header_st_4.is-sticky .main-menu nav > ul > li:hover > a{
color: #6cad19;
}
.logged-in.admin-bar header.header-transparent.header_st_4{
top:0;
}
.logged-in.admin-bar header.header-transparent.header_st_4.htd_top_active{
top:48px;
}
header.header-transparent.header_st_4.htd_top_active{
top:48px;
}
.header_st_4.is-sticky .main-menu nav > ul > li > a,.header-transparent.is-sticky .main-menu nav > ul > li > a{
color: #333;
} .is-sticky img.insurersem_dft_logo {
display: none;
}
img.insurersem_stc_logo{
display: none;
}
.is-sticky img.insurersem_stc_logo {
display: block;
}
.is-sticky .header-logo.text-center img.insurersem_stc_logo{
margin: auto;
}
img.insurersem_mbl_logo{
display: none;
}
@media (max-width: 991px) {
img.insurersem_dft_logo{
display: none;
}
img.insurersem_mbl_logo{
display: block;
}
.is-sticky img.insurersem_mbl_logo{
display: none;
}
} .insurersem_dot_st2 .hero-slider .slick-dots {
bottom: 50%;
left: auto;
right: 256px;
width: auto;
transform: translateY(50%);
}
.slick-slide h2 img,.slick-slide h1 img,.hero-content-3 > a img{
display: inline-block;
max-width: 100%;
}
.insurersem_dot_st2 .hero-slider .slick-dots li {
margin-left: 0px;
display: block;
padding: 11px 0;
}
.insurersem_dot_st2 .hero-slider .slick-dots li::after {
content: "";
top: 50%;
width: 0;
transition: all 0.3s ease-in-out;
background: #6cad19;
height: 2px;
left: auto;
right: 100%;
margin-right: 16px;
}
.insurersem_dot_st2 .hero-slider .slick-dots li.slick-active::after {
width: 52px;
} 
.insurersem_dot_st2 .hero-slider .slick-dots li:last-child::after {
display: block;
}
.insurersem_dot_st2 .hero-slider .slick-dots:after, .insurersem_dot_st2 .hero-slider .slick-dots:before {
content: "";
background: #fff;
height: 30px;
width: 1px;
left: 50%;
position: absolute;
top: -34px;
}
.insurersem_dot_st2 .hero-slider .slick-dots:after{
top: auto;
bottom: -34px;
} .insurersem-slider-bottom {
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid #ddd;
display: flex;
justify-content: space-between;
}
.insurersem-sdl-box a, .insurersem-sdl-box button {
color: #fff;
font-size: 18px;
text-transform: uppercase;
display: block;
border-radius: 0;
}
.insurersem-sdl-box a:hover, .insurersem-sdl-box button:hover{
color: #fff;
opacity: 1;
}
.insurersem-sdl-box.header_logo_bg{
border-right:1px solid #dddd;
border-left:none;
} .slider-social li {
margin-right: 38px;
display: inline-block;
}
.slider-social li a {
color: #fff;
font-size: 14px;
}
.slider-social li a:hover {
color: #6cad19;
}
.insurersem-sdl-box {
display: flex;
align-items: center;
}
.insurers-progress .elementor-progress-wrapper.progress-success {
overflow: visible!important;
}
.insurers-progress span.elementor-progress-percentage {
margin-top: -22px;
color: #555;
font-size: 16px;
} .insurersem_blog_st3 .blog-thumbnail-img::after{
display: none;
}
.insurersem_blog_st3 img{
margin-left: 0;
}
.bst3_date {
font-weight: 600;
}
.footer-subscribe .subscribe-form input[type="email"] {
background: transparent;
height: 50px;
width: 100%;
border: none;
border-bottom: 1px solid #aaa;
padding: 0;
}
.footer-subscribe .subscribe-form input[type="submit"] {
background: #6cad19;
border: none;
height: 50px;
min-width: 148px;
margin-top: 20px;
}
.header_st_4.header-transparent, .header_st_4.is-sticky .container-fluid .row, .header_st_4 .container-fluid{
background-color:  transparent!important;
}  .insurersem_priceing {
padding: 45px 30px 57px;
margin-bottom: 39px;
position: relative;
transition: all 0.3s ease-in-out;
}
.insurersem_price-title > h3 {
font-size: 14px;
font-weight: 600;
margin: 0;
padding: 10px 0;
transition: .3s;
color: #6cad19;
}
.insurersem_price-title .insurersem_price {
font-size: 28px;
font-weight: 700;
transition: .4s;
padding-top: 22px;
}
.insurersem_price span {
font-size: 10px;
font-weight: 400;
display: block;
margin-top: 2px;
}
.insurersem_pricing_features {
margin: 30px 0 45px;
}
.insurersem_pricing_features ul {
margin: 0;
padding: 0;
list-style: none;
}
.insurersem_pricing_features li {
display: block;
overflow: hidden;
line-height: 1.2;
padding-top: 8px;
font-size: 15px;
transition: all 0.3s ease-in-out;
}
.insurersem_price_lebel {
font-size: 10px;
font-weight: 700;
font-size: 18px;
color: #222845;
transition: all 0.3s ease-in-out;
}
.insurersem_price {
font-size: 24px;
color: #6cad19;
font-weight: 600;
position: relative;
padding-left: 64px;
}
.insurersem_price:before {
content: "";
width: 50px;
background: #6cad19;
height: 1px;
position: absolute;
left: 0;
top: 50%;
}
.insurersem_price_btn a {
background: #6cad19 none repeat scroll 0 0;
color: #fff;
font-size: 14px;
font-weight: 500;
padding: 10px 30px;
text-decoration: none;
text-transform: uppercase;
width: 100%;
display: block;
box-shadow: -2px 5px 17px -15px rgba(0,0,0,0.5)inset!important;
}
.insurersem_price_btn {
position: absolute;
left: 0;
width: 100%;
bottom: -46px;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.insurersem_priceing:hover .insurersem_price_btn,
.price-active.insurersem_priceing .insurersem_price_btn {
opacity: 1;
}.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
#content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 1.5em 0 1.5em;
float: left;
width: 100%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
vertical-align: top;
width: 100%;
padding-left: 5px;
padding-right: 5px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
height: 40px;
width: 100%;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
header.page-header .page-title {
margin-top: 0;
}
.preventivo { 
background-color: #006b2d;
border-radius:5px;
}[class^="wp-block-"] figcaption {
color: #686868;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
text-align: left;
}
.rtl [class^="wp-block-"] figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
} @media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
clear: both;
display: block;
float: none;
margin-right: 0;
margin-left: -40%;
max-width: 140%;
}
body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
margin-left: 0;
margin-right: -40%;
}
} .wp-block-gallery {
margin-bottom: 1.75em;
} .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
border-left: none;
padding-left: 0;
}
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
border-right: none;
padding-right: 0;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background: #007acc;
}
.wp-block-file .wp-block-file__button:focus {
outline: thin dotted;
outline-offset: -4px;
}
.rtl .wp-block-file * + .wp-block-file__button {
margin-left: 0.75em;
margin-right: 0;
}  .wp-block-code {
border: 0;
font-family: Inconsolata, monospace;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
padding: 0;
} .wp-block-pullquote {
border-width: 4px;
}
.wp-block-pullquote blockquote {
border-left: 0;
margin: 0;
padding: 0;
}
.rtl .wp-block-pullquote blockquote {
border-right: 0;
}
.wp-block-pullquote p {
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
}
.wp-block-pullquote cite {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
font-style: none;
line-height: 1.75;
text-transform: none;
}
.wp-block-pullquote cite:before {
content: "\2014\00a0";
} .wp-block-table,
.wp-block-table th,
.wp-block-table td {
border: 1px solid #d1d1d1;
}
.wp-block-table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
width: 100%;
}
.wp-block-table th,
.wp-block-table td {
font-weight: normal;
padding: 0.4375em;
text-align: left;
}
.wp-block-table th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
.wp-block-table td {
border-width: 0 1px 1px 0;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button .wp-block-button__link {
background: #6cad19 none repeat scroll 0 0;
color: #fff;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-top: 0px;
padding: 8px 20px;
border-radius: 0;
text-transform: uppercase;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
background: transparent;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #1a1a1a;
}
.wp-block-button .wp-block-button__link:hover {
background: #454545;
color: #fff;
}
.wp-block-button .wp-block-button__link:focus {
outline: thin dotted;
outline-offset: -4px;
}
a:not([href]):not([tabindex]) {
color: #fff;
} hr.wp-block-separator {
border: 0;
}
.wp-block-separator {
margin-left: auto;
margin-right: auto;
max-width: 100px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
} .wp-block-media-text {
margin-bottom: 1.75em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
} .wp-block-latest-comments__comment-meta a {
box-shadow: none;
font-weight: 700;
}
.wp-block-latest-comments__comment-date {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
border-top: 1px solid #d1d1d1;
margin-bottom: 0;
padding: 1.75em 0;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
margin-bottom: 0;
} .entry-content .has-dark-gray-color {
color: #1a1a1a;
}
.entry-content .has-dark-gray-background-color {
background-color: #1a1a1a;
}
.entry-content .has-medium-gray-color {
color: #686868;
}
.entry-content .has-medium-gray-background-color {
background-color: #686868;
}
.entry-content .has-light-gray-color {
color: #e5e5e5;
}
.entry-content .has-light-gray-background-color {
background-color: #e5e5e5;
}
.entry-content .has-white-color {
color: #fff;
}
.entry-content .has-white-background-color {
background-color: #fff;
}
.entry-content .has-blue-gray-color {
color: #4d545c;
}
.entry-content .has-blue-gray-background-color {
background-color: #4d545c;
}
.entry-content .has-bright-blue-color {
color: #007acc;
}
.entry-content .has-bright-blue-background-color {
background-color: #007acc;
}
.entry-content .has-light-blue-color {
color: #9adffd;
}
.entry-content .has-light-blue-background-color {
background-color: #9adffd;
}
.entry-content .has-dark-brown-color {
color: #402b30;
}
.entry-content .has-dark-brown-background-color {
background-color: #402b30;
}
.entry-content .has-medium-brown-color {
color: #774e24;
}
.entry-content .has-medium-brown-background-color {
background-color: #774e24;
}
.entry-content .has-dark-red-color {
color: #640c1f;
}
.entry-content .has-dark-red-background-color {
background-color: #640c1f;
}
.entry-content .has-bright-red-color {
color: #ff675f;
}
.entry-content .has-bright-red-background-color {
background-color: #ff675f;
}
.entry-content .has-yellow-color {
color: #ffef8e;
}
.entry-content .has-yellow-background-color {
background-color: #ffef8e;
}
.entry-content ul.wp-block-archives.wp-block-archives-list , 
.entry-content ul.wp-block-categories.wp-block-categories-list {
padding: 0;
}
.entry-content ul.wp-block-archives.wp-block-archives-list li, 
.entry-content ul.wp-block-categories.wp-block-categories-list li {
list-style: none;
}
.entry-content ul.wp-block-archives.wp-block-archives-list li a,
.entry-content ul.wp-block-categories.wp-block-categories-list li a {
text-decoration: none;
}
.entry-content ul.wp-block-archives.wp-block-archives-list li:hover a  ,
.entry-content ul.wp-block-categories.wp-block-categories-list li:hover a {
color: #6cad19;
}
.entry-content ul.wp-block-archives.wp-block-archives-list li:hover ul li a ,
.entry-content ul.wp-block-categories.wp-block-categories-list li:hover ul li a {
color: #666666;
}
.entry-content ul.wp-block-archives.wp-block-archives-list li ul li a:hover ,
.entry-content ul.wp-block-categories.wp-block-categories-list li ul li a:hover {
color: #6cad19;
}
.entry-content .wp-block-image.alignleft.is-resized {
margin-right: 15px;	
}
.entry-content .wp-block-image.alignright.is-resized {
margin-left: 15px;	
}
.entry-content ul.wp-block-gallery {
margin-left: 0;
padding-left: 0;
}
.entry-content ul.wp-block-gallery {
margin-left: 0;
}
.wp-block-latest-posts.is-grid {
margin-left: 0;
}
.entry-content ul.wp-block-latest-posts li a{
font-weight: 500;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
font-size: 16px;
margin-top: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: none;
padding: 95px 50px 70px;
}
blockquote.wp-block-quote p {
font-style: italic;
}
.entry-content ul.wp-block-archives.wp-block-archives-list {
margin-left: 0;
padding: 0;
}
.wp-block-pullquote blockquote{
background: none;
}
.wp-block-latest-posts.is-grid li {
margin: 0 16px 0 0;
}
.wp-block-quote cite {
color: #fff;
}
.wp-block-quote.is-large cite {
display: block;
font-size: 20px;
line-height: 1.75;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
margin: 0 0 20px;
padding: 95px 50px 70px;
}
figure.wp-block-pullquote blockquote::after ,
figure.wp-block-pullquote blockquote::before {
display: none;
}@media (min-width: 1200px) and (max-width: 1500px) {
.get_quota_section .modal-content{
padding: 50px 80px 40px;
}
.get_quota_section .modal-dialog {
margin-top: 80px;
}
.header-section .container-fluid {
padding: 0 125px;
}
.header_st_4 .container-fluid {
max-width: 100%; 
padding:0;
}
.insurers_subscribe_section{
padding: 0 40px!important;
}
.main-menu nav > ul > li {
margin-right: 35px;
}
} @media (min-width: 992px) and (max-width: 1200px) {
.main-menu nav > ul > li {
margin-right: 23px;
}
.sidebar-search-icon{
right: 60px;
}
.get_quota_section .modal-dialog {
max-width: 900px;
margin-top: 50px;
}
.get_quota_section .modal-content{
padding: 50px 60px 30px;
}
.insurers_subscribe_section{
padding: 0 15px!important;
}
.insurersem_dot_st2 .hero-slider .slick-dots {
right: 183px;
}	
.header_logo_bg {
min-width: 200px;
}
.insurersem_dot_st2 .hero-slider .slick-dots li {
padding: 7px 0;
}
.hero-content-2 {
padding-bottom: 0!important;
padding-top: 160px!important;
}
.single-testimonial .testimonial-content p {
width: calc(100% - 35%);
}
.hero-slider.slider_lyout_three .slide-item {
min-height: 80vh;
}
.hero-content-3 h2 {
font-size: 42px;
}
.slider_lyout_three .hero-content-3 h1 {
font-size: 84px;
}
.hero-content-3 p {
padding-right: 35%;
}
.home-blog-item-two .content span {
font-size: 14px;
}
.home-blog-item-two .content .title {
font-size: 18px;
}
.footer-add-icon > p {
margin-left: 4px;
}
.product-slider .slick-arrow.slick-prev{
left: 0;
}
.product-slider .slick-arrow.slick-next{
right: 0;
}
.countdown_time span.cdown {
margin-right: 40px;
}
.eael-testimonial-image .eael-testimonial-quote::after {
left: 40%;
}
.eael-call-to-action p {
padding: 0% 20% 0% 20%!important;
}
.main-menu nav > ul > li{
margin-right: 20px;
}
}
@media (max-width: 991px) {
.blog-wrapper.blog-single {
margin-bottom: 60px;
}
.page-wrapper {
padding: 60px 0;
}	
h1.page-title {
font-size: 23px;
padding-bottom: 0;
}
.breadcrumbs_wrap ul li {
font-size: 14px;
}
.get_quota_section .modal-dialog {
max-width: 675px;
margin-top: 50px;
min-width: 500px;
}
.get_quota_section .modal-content{
padding: 50px 60px 30px;
}
.slider-social li{
margin-right: 9px;
line-height: 1;
}
.sidebar-search-icon{
right: 0;
}
.header_st_4 .header-logo.header-logo-one {
margin-top: 0;
}
.header_st_4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.header_st_4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after,
.header_st_4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar,
.header_st_4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.header_st_4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after{
background: #fff;
}
.insurersem-slider-bottom .insurersem-sdl-box:first-child,
.insurersem-slider-bottom .insurersem-sdl-box:last-child{
display: none;
}
.insurersem-slider-bottom{
justify-content: center;
min-height: 50px;
}
.insurersem_dot_st2 .hero-slider .slick-dots {
right: 50px;
}
.header_st_4.header-transparent,.header_st_4.is-sticky .container-fluid .row,.header_st_4 .container-fluid{
background: #6cad19;
}	
.header-logo.header_logo_bg,.header_logo_bg{
border: none;
}
.header_st_4 .container-fluid {
max-width: 100%; 
padding:0 20px;
}
.header-logo.header_logo_bg {
justify-content: left;
}
} @media (min-width: 768px) and (max-width: 991px) {
.container,.elementor-section.elementor-section-boxed > .elementor-container { width: 95%;max-width: 100%; } 
.site-title {
padding: 15px 0;
}
.hero-content-2 {
padding-bottom: 0!important;
padding-top: 165px!important;
}
.hero-slider .slick-dots {
width: 78%;
}
.cus-col-5 {
width: 33.33%;
}
.home-blog-item .image {
margin-right: 0px;
max-width: 100%;
float: none !important;
}
.home-blog-item .image img{
width: 100%;
}
.mobile-menu .mean-bar .meanmenu-reveal {
top: -42px;
}
.widget-area {
margin-bottom: 50px;
}
.shop-sidebar {
margin-bottom: 50px;
}
.side-menu nav {
max-height: 250px;
}
.product-single-banner .slider_content {
margin-left: 0;
padding-top: 70px;
text-align: center;
}
.product-single-banner .slider_content p {
margin: 0 auto 35px;
}
.header-search-icon button {
margin-top: 15px;
padding: 0 15px;
}
.product-single-banner .bannerprd-image {
text-align: center;
}
.row-reverse {
flex-direction: column-reverse;
}
.product-single-banner .slider_content.text-right {
text-align: center !important;
}
.product-single-banner .slider_content.text-right p {
float: none;
}
.attachment-large.size-large {
width: 100%;
}
.insurersem-team-thumb {
margin-bottom: 10px;
}
.blog .page-wrapper, .page-template-page-left-sidebar .page-wrapper, 
.page-template-page-right-sidebar .page-wrapper {
padding: 80px 0 40px;
}
.blog .page-wrapper {
padding: 80px 0 50px;
}
.hero-slider.slider_lyout_three .slide-item {
min-height: 70vh;
}
.hero-content-3 h2 {
font-size: 32px;
}
.slider_lyout_three .hero-content-3 h1 {
font-size: 78px;
}
.hero-content-3 p {
padding-right: 25%;
}
.home-blog-item-two .content span {
font-size: 14px;
}
.home-blog-item-two .content .title {
font-size: 18px;
}
.features-box .elementor-column.elementor-col-25,.features-box  .elementor-column[data-col="25"] {
width: 50%;
}
.team-social-icons ul li a {
font-size: 14px;
height: 35px;
line-height: 35px;
width: 35px;
}
.team-social-icons ul li {
padding: 0 2px;
}
.elementor-1149 .elementor-element.elementor-element-27a3538 > .elementor-element-populated {
margin: 0px!important;
}
.eael-testimonial-image .eael-testimonial-quote::after {
left: 40%;
}
.eael-call-to-action p {
padding: 0% 10% 0% 10%!important;
}
} @media (max-width: 767px) {
.insurersem_dot_st2 .hero-slider .slick-dots li {
padding: 4px 0;
}
.insurersem_dot_st2 .hero-slider .slick-dots li button{
height: 32px;
}
.container,.elementor-section.elementor-section-boxed > .elementor-container { width: 95% }
.site-title {
padding: 15px 0;
}
.hero-content-2 {
padding-bottom: 0!important;
padding-top: 170px!important;
}
.single-testimonial .testimonial-content p {
width: calc(100% - 0%);
}
.subscribe-form input[type="email"] {
width: 58%;
}
.subscribe-form input[type="submit"] {
width: 40%;
}
.footer-top-section {
padding-bottom: 40px!important;
}
.attachment-large.size-large {
width: 100%;
}
.footer-widget .title {
margin-bottom: 20px;
}
.breadcrumbs{
display: block;
}
.breadcrumbs h1.page-title{
width: 100%;
margin-bottom:10px;
}
.breadcrumbs_wrap{
width:100%;
}
.header-search-icon button {
margin-top: 8px;
padding: 0 15px;
}
.meta-info .meta-item.pull-right{
float: none !important;
}
.sidebar-search-input form .form-search input {
width: 300px;
} .blog-search form input {
padding: 2px 70px 2px 15px;
}
.blog-search form button {
padding: 0 18px;
z-index: 999;
}
.blog-search form button::before {
right: 55px;
}
blockquote {
border-left: 3px solid #4b4a4a;
margin: 30px 0 30px 10px;
padding: 0 0 0 15px;
font-size: 14px;
line-height: 1.8;
}
.blog-info > ul {
margin: 20px;
}
.user-info .user-text span {
display: block;
padding: 5px 0;
}
.user-share {
display: block;
float: none;
margin-top: 15px;
}
.user-share span {
display: block;
float: none;
margin-bottom: 10px;
margin-right: 0;
}
.user-text {
display: block;
float: none;
}
.user-info {
overflow: hidden;
}
.author-img {
display: block;
float: none;
margin-bottom: 20px;
}
.author.author-box {
align-items: flex-start;
flex-flow: column wrap;
justify-content: flex-start;
margin: 50px 0;
}
.author-info {
padding-left: 0;
width: 100%;
}
.sidebar-title {
font-size: 20px;
letter-spacing: 1px;
margin-bottom: 50px;
}
.related-post > .row {
display: block;
flex-flow: column wrap;
}
.sidebar-widget.widget_tag_cloud .tagcloud a{
font-size: 12px !important;
}
.home_page_mail .eael-mailchimp-wrap.eael-mailchimp-inline .eael-mailchimp-subscribe {
top: 10px;
}
.collection-wrap {
padding: 0 15px;
}
.cus-col-5 {
float: none;
width: 100%;
}
.service-section .elementor-row > .elementor-element:nth-child(2),
.service-section .elementor-row > .elementor-element:nth-child(3) {
text-align: left;
}
.home-blog-item .image {
margin-right: 0px;
max-width: 100%;
float: none !important;
}
.home-blog-item .image img{
width: 100%;
}
.countdown_time span.cdown {
margin-right: 0;
}
.product-tab-list.nav a{
margin-right: 5px;
}
.testimonial-slider .slick-arrow{
top: 40%;
}
.header-transparent .mini-cart-wrap{
right: -45px;
}
.header-transparent .mobile-menu .mean-bar .meanmenu-reveal {
top: -45px;
}
.countdown_time span.cdown{
font-size: 50px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
float: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: left;
width: 100%;
}
.woocommerce-page .woocommerce-ordering .nice-select,.woocommerce-page .woocommerce-ordering .nice-select .list{
width: 100%;
}
.header-logo .site-title {
padding: 0;
}
.woocommerce form .form-row {
display: block;
width: 100%;
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
height: inherit;
padding: 13px 30px;
}
.page-wrapper {
padding: 65px 0;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 30px 30px 5px;
}
.woocommerce-LostPassword.lost_password {
float: none;
margin: 0;
}
.widget-area {
margin-bottom: 50px;
}
.section-title.title-style-two {
padding-bottom: 0;
}
.shop-sidebar {
margin-bottom: 50px;
}
.side-menu nav {
max-height: 250px;
}
.product-single-banner .slider_content {
margin-left: 0;
padding-top: 70px;
text-align: center;
}
.product-single-banner .slider_content p {
margin: 0 auto 35px;
}
.product-single-banner .bannerprd-image {
text-align: center;
}
.row-reverse {
flex-direction: column-reverse;
}
.product-single-banner .slider_content.text-right {
text-align: center !important;
}
.product-single-banner .slider_content.text-right p {
float: none;
}
.blog .page-wrapper, .page-template-page-left-sidebar .page-wrapper, .page-template-page-right-sidebar .page-wrapper {
padding: 80px 0 40px;
}
.blog .page-wrapper {
padding: 80px 0 50px;
}
html {
margin-top: 0 !important;
}
.header-top-area {
margin-top: 46px;
}	
.header-info.text-right {
text-align: center !important;
}	
.logged-in .header-sticky.is-sticky {
top: 46px!important;
}
.hero-slider.slider_lyout_three .slide-item {
min-height: 70vh;
}
.hero-content-3 h2 {
font-size: 24px;
}
.slider_lyout_three .hero-content-3 h1 {
font-size: 64px;
}
.hero-content-3 p {
padding-right: 5%;
}
.home-blog-item-two .content span {
font-size: 14px;
}
.home-blog-item-two .content .title {
font-size: 18px;
}
.header-top-area {
text-align: center;
}
.eael-testimonial-image .eael-testimonial-quote::after {
left: 25%;
}
.eael-call-to-action p {
padding: 0% 10% 0% 10%!important;
}
.eael-testimonial-content .eael-testimonial-text {
padding: 0 20%;
}
.footer-subscribe .subscribe-form input[type="email"]{
text-align: left;
}
} @media (max-width: 600px) {
.insurersem_dot_st2 .hero-slider .slick-dots li.slick-active::after {
display: none;
}
.logged-in .header-sticky.is-sticky {
top: 0px!important;
}
.header-top-area {
margin-top: 0;
}
} @media only screen and (min-width: 601px) and (max-width: 767px) {
.header-top-area {
margin-top: 0;
}	
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.container,.elementor-section.elementor-section-boxed > .elementor-container { width: 90%;max-width: 100%; }
.countdown_time span.cdown {
margin-right: 35px;
}
.page-template-page-left-sidebar .elementor-container.elementor-column-gap-default,
.page-template-page-right-sidebar .elementor-container.elementor-column-gap-default {
max-width: 100%!important;
width: 100%!important;
}
.eael-testimonial-image .eael-testimonial-quote::after {
left: 35%;
}
}
@font-face{font-family:esf-custom-icons;src:url(//www.vivianoassicura.it/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.eot);src:url(//www.vivianoassicura.it/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.eot?#iefix) format("embedded-opentype"),url(//www.vivianoassicura.it/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.woff) format("woff"),url(//www.vivianoassicura.it/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.ttf) format("truetype"),url(//www.vivianoassicura.it/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.svg#esf-custom-icons) format("svg");font-weight:400;font-style:normal}[data-icon-esf]:before{font-family:esf-custom-icons!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" icon-esf"]:before,[class^=icon-esf]:before{font-family:esf-custom-icons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-esf-thumbs-up:before{content:"\73"}.icon-esf-plus:before{content:"\62"}.icon-esf-heart:before{content:"\63"}.icon-esf-comments:before{content:"\64"}.icon-esf-comment:before{content:"\65"}.icon-esf-smile-o:before{content:"\66"}.icon-esf-clone:before{content:"\67"}.icon-esf-video-camera:before{content:"\68"}.icon-esf-share:before{content:"\69"}.icon-esf-instagram:before{content:"\6a"}.icon-esf-facebook:before{content:"\e001"}.icon-esf-twitter:before{content:"\e002"}.icon-esf-linkedin:before{content:"\e003"}.icon-esf-thumbs-o-up:before{content:"\e004"}.icon-esf-comment-o:before{content:"\e005"}.icon-esf-picture-o:before{content:"\e006"}.icon-esf-tag:before{content:"\e000"}.icon-esf-user:before{content:"\e007"}.icon-esf-angle-left:before{content:"\e008"}.icon-esf-angle-right:before{content:"\e009"}.icon-esf-calendar:before{content:"\e00a"}.icon-esf-check:before{content:"\e00b"}.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 img{width:100%}.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}.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-grid-skin .esf-insta-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_feeds_holder.esf_insta_feeds_carousel .owl-nav {
display: flex;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_feeds_holder.esf_insta_feeds_carousel .owl-dots span {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_feeds_holder.esf_insta_feeds_carousel .owl-dots .owl-dot.active span {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_feeds_holder.esf_insta_feeds_carousel .owl-dots {
display: block;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_load_more_holder a.esf_insta_load_more_btn span {
background-color: #333;
color: #fff;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_load_more_holder a.esf_insta_load_more_btn:hover span {
background-color: #5c5c5c;
color: #fff;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_header {
background: #fff;
box-shadow: none;
color: #000;
border-color: #ccc;
border-style: none;
border-bottom-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title {
font-size: 16px;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_header_title a {
color: #000;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_img img {
border-radius: 50%;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_cat, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_header_meta .esf_insta_followers {
font-size: 16px;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_header .esf_insta_header_inner_wrap .esf_insta_header_content .esf_insta_bio {
font-size: 14px;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-post-footer {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper {
box-shadow: none;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-thumbnail-wrapper .esf-insta-thumbnail-col a img {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf_insta_feeds_carousel .esf-insta-story-wrapper .esf-insta-grid-wrapper {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-feed-content > .esf-insta-d-flex .esf-insta-profile-title span, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-feed-content .description, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-feed-content .description a, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-feed-content .esf_insta_link_text, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-feed-content .esf_insta_link_text .esf_insta_title_link a {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-post-footer .esf-insta-reacted-item, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-post-footer .esf-insta-reacted-item .esf_insta_all_comments_wrap {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-overlay {
color: #fff !important;
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-overlay .esf_insta_multimedia, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-overlay .icon-esf-video-camera {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-post-footer .esf-insta-view-on-fb, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share {
}
.esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-post-footer .esf-insta-view-on-fb:hover, .esf_insta_feed_wraper.esf-insta-skin-2241 .esf-insta-story-wrapper .esf-insta-post-footer .esf-share-wrapper .esf-share:hover {
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper, .esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-caption::after {
background: #fff;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper, .esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-caption .esf-insta-feed-description, .esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 a, .esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 span {
color: #000 !important;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-post-header {
display: flex;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-post-header .esf-insta-profile-image {
display: block;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-post-header h2 {
color: #ed6d62;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-post-header span {
color: #9197a3;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-feed-description {
display: block;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-reactions-box {
display: flex;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions span {
color: #000;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf_insta_popup_likes_main {
display: flex;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-reactions-box .esf-insta-reactions .esf-insta-popup-comments-icon-wrapper {
display: flex;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-commnets, .esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-comments-list {
display: block;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-action-btn {
display: block;
}
.esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap, .esf_insta_feed_popup_container .esf-insta-post-detail.esf-insta-popup-skin-2241 .esf-insta-d-columns-wrapper .esf-insta-comments-list .esf-insta-comment-wrap a {
color: #4b4f52;
}@font-face{font-family:eicons;src:url(//www.vivianoassicura.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.5.0);src:url(//www.vivianoassicura.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.5.0#iefix) format("embedded-opentype"),url(//www.vivianoassicura.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.5.0) format("woff2"),url(//www.vivianoassicura.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.5.0) format("woff"),url(//www.vivianoassicura.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.5.0) format("truetype"),url(//www.vivianoassicura.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.5.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-square:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-eye:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;top:30px;right:30px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (max-width:767px){.dialog-close-button{top:15px;right:15px}body.admin-bar .dialog-close-button{top:40px}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__logo i{font-size:10px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:45px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor-gradient-logo{background-image:-webkit-linear-gradient(225deg,#f2295b,#434363);background-image:-o-linear-gradient(225deg,#f2295b,#434363);background-image:linear-gradient(-135deg,#f2295b,#434363);display:inline-block;padding:.6em;-webkit-border-radius:.2em;border-radius:.2em}.elementor-gradient-logo i{color:#fff;display:block}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.elementor .elementor-background-video{position:absolute;max-width:none;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;-webkit-background-size:cover;background-size:cover}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap{position:relative;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid .elementor-grid-item{word-break:break-word;min-width:0}.elementor-grid-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-sm{font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1024px){.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:767px){.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:0}.elementor-form .elementor-button>span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em}.elementor-button-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-sm{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-border-color:$gray-darkest;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator{display:inline-block}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:100;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:100;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before{width:100%;min-height:var(--divider-pattern-height);background-image:var(--divider-pattern-url);-webkit-background-size:var(--divider-pattern-size) 100%;background-size:var(--divider-pattern-size) 100%;background-repeat:var(--divider-pattern-repeat)}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator{background-image:none}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps iframe{height:300px}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title>a{color:inherit;font-size:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-item a{width:100%}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget .elementor-icon-list-icon i{width:1.25em}.elementor-widget .elementor-icon-list-icon svg{width:1em}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:inline-block}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-social-icons-wrapper{font-size:0}.elementor-social-icon{background-color:#818a91;font-size:25px;text-align:center;padding:.5em;margin-right:5px;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#df2029}.elementor-social-icon-weixin{background-color:#7bb32e}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit;display:block}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\e8fb";font-family:eicons;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:eicons;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\e89f"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\e89e"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\e89e"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\e89f"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:eicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\e914";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:-webkit-calc(50% - 15px);top:calc(50% - 15px)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:-webkit-calc(100% - 60px);width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.4s;animation-duration:.4s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:25px;padding:5px;z-index:2;line-height:1}@media (max-width:767px){.elementor-lightbox .dialog-lightbox-close-button{padding:0}}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:hsla(0,0%,93.3%,.9);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:#fff}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:70px 80px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:40px}}.elementor-lightbox .elementor-lightbox-image{max-height:100%}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button-prev{left:35px}.elementor-lightbox .elementor-swiper-button-next{right:35px}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-prev{left:10px}.elementor-lightbox .elementor-swiper-button-next{right:10px}}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-bottom{bottom:-1px}.elementor-shape[data-negative=false].elementor-shape-bottom{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#elementor .elementor-element ul.elementor-icon-list-items,#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}@media (max-width:767px){.elementor:not(.elementor-edit-area-active) .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor:not(.elementor-edit-area-active) .elementor-hidden-desktop{display:none}}.elementor-widget-heading .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image .widget-image-caption{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-text-editor{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-divider .elementor-divider__text{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-star-rating .elementor-star-rating__title{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-image-carousel .elementor-image-carousel-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-icon-list .elementor-icon-list-item{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-counter .elementor-counter-number-wrapper{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-counter .elementor-counter-title{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-progress .elementor-title{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-content{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-name{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-testimonial .elementor-testimonial-job{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-tabs .elementor-tab-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-tabs .elementor-tab-content{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-accordion .elementor-accordion .elementor-tab-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-accordion .elementor-accordion .elementor-tab-content{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-toggle .elementor-toggle .elementor-tab-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-toggle .elementor-toggle .elementor-tab-content{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-alert .elementor-alert-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-alert .elementor-alert-description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-section-title-addons .section-title h1,.elementor-widget-section-title-addons h4.section-title-txt{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-section-title-addons .section-title p{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-slider .hero-content h1,.elementor-widget-insurersem-slider .hero-content-2 h1,.elementor-widget-insurersem-slider .hero-content-3 h1{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-slider .hero-content h2,.elementor-widget-insurersem-slider .hero-content-2 h2,.elementor-widget-insurersem-slider .hero-content-3 h2{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-slider .hero-content-2 p,.elementor-widget-insurersem-slider .hero-content-3 p{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-slider .hero-content a,.elementor-widget-insurersem-slider .hero-content-2 a,.elementor-widget-insurersem-slider .hero-content-3 > a{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-slider .hero-slider .slick-arrow{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-insurersem-slider .slider-social li a{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-slider .insurersem-sdl-box > a,.elementor-widget-insurersem-slider .insurersem-sdl-box button{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-team-team-member-addons .insurersem-team-team-name{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-team-team-member-addons .insurersem-team-team-designation{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-contact-info .contact-info-wrap h3{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-contact-info .contact-info li strong{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-contact-info .contact-info li span{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-latest-blog-post .home-blog-item .content span{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-latest-blog-post .home-blog-item .content .title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-latest-blog-post .home-blog-item .content p,.elementor-widget-latest-blog-post .home-blog-item-two .content p{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-latest-blog-post .home-blog-item .content .read-more{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-testimonial .single-testimonial .testimonial-content h2{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-testimonial .single-testimonial .testimonial-content span{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-testimonial .single-testimonial .testimonial-content p{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-benefits-addons .single-benefits .benefits-content h4{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-benefits-addons .single-benefits .benefits-content p{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-benefits-addons .single-benefits .benefits-icon{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-pricing .insurersem_price-title > h3{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurersem-pricing .insurersem_pricing_features li{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-services-post .wp-insurance-box h3,.elementor-widget-services-post .wpinsurance-service_st2-content h2{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-services-post .wp-insurance-box > p,.elementor-widget-services-post .wpinsurance-service_st2-content p{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-services-post .wp-insurance-image i,.elementor-widget-services-post .wpinsurance-service_st2-category span{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-services-post .home-blog-item .content .read-more,.elementor-widget-services-post .wpinsurance-service_st2-readmore > a{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-services-post .service-active .slick-arrow,.elementor-widget-services-post .slider-nav-video-item .slick-arrow{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-insurers-testimonial .single-testimonial .testimonial-content h2{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurers-testimonial .single-testimonial .testimonial-content span{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurers-testimonial .single-testimonial .testimonial-content p{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-insurers-testimonial .testimonial-slider .slick-arrow{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-wpinsurance-agent-post .wpinsurance-agentper-title > h5{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-wpinsurance-agent-post .wpinsurance-agentper-title > span{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wpinsurance-agent-post .wpinsurance-agent-thumb-content p{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-wpinsurance-agent-post .wpinsurance-agent-social > ul li a{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-wpinsurance-agent-post .slick-arrow,.elementor-widget-wpinsurance-agent-post .slider-nav-video-item .slick-arrow{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-wpinsurance-gallery-addons .wpinsurance-filter-menu-list button{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-wpinsurance-gallery-addons .wpinsurance-ft_item_image a.icon_link{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-wpinsurance-gallery-addons .wpinsurance-cat-wrapper,.wpinsurance-cat-wrapper > a{font-family:"Roboto Slab", Sans-serif;font-weight:400;}