@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-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)}}@-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)}}@-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)}}@-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)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}
@font-face{font-family:esf-custom-icons;src:url(//amazon-secret.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.eot);src:url(//amazon-secret.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.eot?#iefix) format("embedded-opentype"),url(//amazon-secret.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.woff) format("woff"),url(//amazon-secret.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.ttf) format("truetype"),url(//amazon-secret.com/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"}.esfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.esfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.esfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.esfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.esfp-align-top .esfp-container:before {
display: none;
}
.esfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.esfp-inline-holder .esfp-content, .esfp-ajax-holder .esfp-content {
width: 100%;
cursor: auto;
}
.esfp-ajax-cur {
cursor: progress;
}
.esfp-zoom-out-cur, .esfp-zoom-out-cur .esfp-image-holder .esfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.esfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.esfp-auto-cursor .esfp-content {
cursor: auto;
}
.esfp-close, .esfp-arrow, .esfp-preloader, .esfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.esfp-loading.esfp-figure {
display: none;
}
.esfp-hide {
display: none !important;
}
.esfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.esfp-preloader a {
color: #CCC;
}
.esfp-preloader a:hover {
color: #FFF;
}
.esfp-s-ready .esfp-preloader {
display: none;
}
.esfp-s-error .esfp-content {
display: none;
}
button.esfp-close, button.esfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.esfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.esfp-close:hover, .esfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.esfp-close:active {
top: 1px;
}
.esfp-close-btn-in .esfp-close {
color: #333;
}
.esfp-image-holder .esfp-close, .esfp-iframe-holder .esfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.esfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.esfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.esfp-arrow:active {
margin-top: -54px;
}
.esfp-arrow:hover, .esfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.esfp-arrow:before, .esfp-arrow:after, .esfp-arrow .esfp-b, .esfp-arrow .esfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.esfp-arrow:after, .esfp-arrow .esfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.esfp-arrow:before, .esfp-arrow .esfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.esfp-arrow-left {
left: 0;
}
.esfp-arrow-left:after, .esfp-arrow-left .esfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.esfp-arrow-left:before, .esfp-arrow-left .esfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.esfp-arrow-right {
right: 0;
}
.esfp-arrow-right:after, .esfp-arrow-right .esfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.esfp-arrow-right:before, .esfp-arrow-right .esfp-b {
border-left: 27px solid #3F3F3F;
}
.esfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.esfp-iframe-holder .esfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.esfp-iframe-holder .esfp-close {
top: -40px;
}
.esfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.esfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.esfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .esfp-figure {
line-height: 0;
}
.esfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.esfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.esfp-figure figure {
margin: 0;
}
.esfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.esfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.esfp-image-holder .esfp-content {
max-width: 100%;
}
.esfp-gallery .esfp-image-holder .esfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .esfp-img-mobile .esfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.esfp-img-mobile img.esfp-img {
padding: 0;
}
.esfp-img-mobile .esfp-figure:after {
top: 0;
bottom: 0;
}
.esfp-img-mobile .esfp-figure small {
display: inline;
margin-left: 5px;
}
.esfp-img-mobile .esfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.esfp-img-mobile .esfp-bottom-bar:empty {
padding: 0;
}
.esfp-img-mobile .esfp-counter {
right: 5px;
top: 3px;
}
.esfp-img-mobile .esfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.esfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.esfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.esfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.esfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.esfp-ie7 .esfp-img {
padding: 0;
}
.esfp-ie7 .esfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.esfp-ie7 .esfp-container {
padding: 0;
}
.esfp-ie7 .esfp-content {
padding-top: 44px;
}
.esfp-ie7 .esfp-close {
top: 0;
right: 0;
padding-top: 0;
}.efbl-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.efbl-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.efbl-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.efbl-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.efbl-container {
max-width: 1140px;
}
}
.efbl-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.efbl-row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.efbl-no-gutters {
margin-right: 0;
margin-left: 0;
}
.efbl-no-gutters > .efbl-col,
.efbl-no-gutters > [class*=efbl-col-] {
padding-right: 0;
padding-left: 0;
}
.efbl-col-xl,
.efbl-col-xl-auto, .efbl-col-xl-12, .efbl-col-xl-11, .efbl-col-xl-10, .efbl-col-xl-9, .efbl-col-xl-8, .efbl-col-xl-7, .efbl-col-xl-6, .efbl-col-xl-5, .efbl-col-xl-4, .efbl-col-xl-3, .efbl-col-xl-2, .efbl-col-xl-1, .efbl-col-lg,
.efbl-col-lg-auto, .efbl-col-lg-12, .efbl-col-lg-11, .efbl-col-lg-10, .efbl-col-lg-9, .efbl-col-lg-8, .efbl-col-lg-7, .efbl-col-lg-6, .efbl-col-lg-5, .efbl-col-lg-4, .efbl-col-lg-3, .efbl-col-lg-2, .efbl-col-lg-1, .efbl-col-md,
.efbl-col-md-auto, .efbl-col-md-12, .efbl-col-md-11, .efbl-col-md-10, .efbl-col-md-9, .efbl-col-md-8, .efbl-col-md-7, .efbl-col-md-6, .efbl-col-md-5, .efbl-col-md-4, .efbl-col-md-3, .efbl-col-md-2, .efbl-col-md-1, .efbl-col-sm,
.efbl-col-sm-auto, .efbl-col-sm-12, .efbl-col-sm-11, .efbl-col-sm-10, .efbl-col-sm-9, .efbl-col-sm-8, .efbl-col-sm-7, .efbl-col-sm-6, .efbl-col-sm-5, .efbl-col-sm-4, .efbl-col-sm-3, .efbl-col-sm-2, .efbl-col-sm-1, .efbl-col,
.efbl-col-auto, .efbl-col-12, .efbl-col-11, .efbl-col-10, .efbl-col-9, .efbl-col-8, .efbl-col-7, .efbl-col-6, .efbl-col-5, .efbl-col-4, .efbl-col-3, .efbl-col-2, .efbl-col-1 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.efbl-col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.efbl-col-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.efbl-col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.efbl-col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.efbl-col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.efbl-col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.efbl-col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.efbl-col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.efbl-col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.efbl-col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.efbl-col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.efbl-col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.efbl-col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.efbl-col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.efbl-order-first {
order: -1;
}
.efbl-order-last {
order: 13;
}
.efbl-order-0 {
order: 0;
}
.efbl-order-1 {
order: 1;
}
.efbl-order-2 {
order: 2;
}
.efbl-order-3 {
order: 3;
}
.efbl-order-4 {
order: 4;
}
.efbl-order-5 {
order: 5;
}
.efbl-order-6 {
order: 6;
}
.efbl-order-7 {
order: 7;
}
.efbl-order-8 {
order: 8;
}
.efbl-order-9 {
order: 9;
}
.efbl-order-10 {
order: 10;
}
.efbl-order-11 {
order: 11;
}
.efbl-order-12 {
order: 12;
}
.efbl-offset-1 {
margin-left: 8.3333333333%;
}
.efbl-offset-2 {
margin-left: 16.6666666667%;
}
.efbl-offset-3 {
margin-left: 25%;
}
.efbl-offset-4 {
margin-left: 33.3333333333%;
}
.efbl-offset-5 {
margin-left: 41.6666666667%;
}
.efbl-offset-6 {
margin-left: 50%;
}
.efbl-offset-7 {
margin-left: 58.3333333333%;
}
.efbl-offset-8 {
margin-left: 66.6666666667%;
}
.efbl-offset-9 {
margin-left: 75%;
}
.efbl-offset-10 {
margin-left: 83.3333333333%;
}
.efbl-offset-11 {
margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.efbl-col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.efbl-col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.efbl-col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.efbl-col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.efbl-col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.efbl-col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.efbl-col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.efbl-col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.efbl-col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.efbl-col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.efbl-col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.efbl-col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.efbl-col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.efbl-col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.efbl-order-sm-first {
order: -1;
}
.efbl-order-sm-last {
order: 13;
}
.efbl-order-sm-0 {
order: 0;
}
.efbl-order-sm-1 {
order: 1;
}
.efbl-order-sm-2 {
order: 2;
}
.efbl-order-sm-3 {
order: 3;
}
.efbl-order-sm-4 {
order: 4;
}
.efbl-order-sm-5 {
order: 5;
}
.efbl-order-sm-6 {
order: 6;
}
.efbl-order-sm-7 {
order: 7;
}
.efbl-order-sm-8 {
order: 8;
}
.efbl-order-sm-9 {
order: 9;
}
.efbl-order-sm-10 {
order: 10;
}
.efbl-order-sm-11 {
order: 11;
}
.efbl-order-sm-12 {
order: 12;
}
.efbl-offset-sm-0 {
margin-left: 0;
}
.efbl-offset-sm-1 {
margin-left: 8.3333333333%;
}
.efbl-offset-sm-2 {
margin-left: 16.6666666667%;
}
.efbl-offset-sm-3 {
margin-left: 25%;
}
.efbl-offset-sm-4 {
margin-left: 33.3333333333%;
}
.efbl-offset-sm-5 {
margin-left: 41.6666666667%;
}
.efbl-offset-sm-6 {
margin-left: 50%;
}
.efbl-offset-sm-7 {
margin-left: 58.3333333333%;
}
.efbl-offset-sm-8 {
margin-left: 66.6666666667%;
}
.efbl-offset-sm-9 {
margin-left: 75%;
}
.efbl-offset-sm-10 {
margin-left: 83.3333333333%;
}
.efbl-offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.efbl-col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.efbl-col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.efbl-col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.efbl-col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.efbl-col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.efbl-col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.efbl-col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.efbl-col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.efbl-col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.efbl-col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.efbl-col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.efbl-col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.efbl-col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.efbl-col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.efbl-order-md-first {
order: -1;
}
.efbl-order-md-last {
order: 13;
}
.efbl-order-md-0 {
order: 0;
}
.efbl-order-md-1 {
order: 1;
}
.efbl-order-md-2 {
order: 2;
}
.efbl-order-md-3 {
order: 3;
}
.efbl-order-md-4 {
order: 4;
}
.efbl-order-md-5 {
order: 5;
}
.efbl-order-md-6 {
order: 6;
}
.efbl-order-md-7 {
order: 7;
}
.efbl-order-md-8 {
order: 8;
}
.efbl-order-md-9 {
order: 9;
}
.efbl-order-md-10 {
order: 10;
}
.efbl-order-md-11 {
order: 11;
}
.efbl-order-md-12 {
order: 12;
}
.efbl-offset-md-0 {
margin-left: 0;
}
.efbl-offset-md-1 {
margin-left: 8.3333333333%;
}
.efbl-offset-md-2 {
margin-left: 16.6666666667%;
}
.efbl-offset-md-3 {
margin-left: 25%;
}
.efbl-offset-md-4 {
margin-left: 33.3333333333%;
}
.efbl-offset-md-5 {
margin-left: 41.6666666667%;
}
.efbl-offset-md-6 {
margin-left: 50%;
}
.efbl-offset-md-7 {
margin-left: 58.3333333333%;
}
.efbl-offset-md-8 {
margin-left: 66.6666666667%;
}
.efbl-offset-md-9 {
margin-left: 75%;
}
.efbl-offset-md-10 {
margin-left: 83.3333333333%;
}
.efbl-offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.efbl-col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.efbl-col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.efbl-col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.efbl-col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.efbl-col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.efbl-col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.efbl-col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.efbl-col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.efbl-col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.efbl-col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.efbl-col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.efbl-col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.efbl-col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.efbl-col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.efbl-order-lg-first {
order: -1;
}
.efbl-order-lg-last {
order: 13;
}
.efbl-order-lg-0 {
order: 0;
}
.efbl-order-lg-1 {
order: 1;
}
.efbl-order-lg-2 {
order: 2;
}
.efbl-order-lg-3 {
order: 3;
}
.efbl-order-lg-4 {
order: 4;
}
.efbl-order-lg-5 {
order: 5;
}
.efbl-order-lg-6 {
order: 6;
}
.efbl-order-lg-7 {
order: 7;
}
.efbl-order-lg-8 {
order: 8;
}
.efbl-order-lg-9 {
order: 9;
}
.efbl-order-lg-10 {
order: 10;
}
.efbl-order-lg-11 {
order: 11;
}
.efbl-order-lg-12 {
order: 12;
}
.efbl-offset-lg-0 {
margin-left: 0;
}
.efbl-offset-lg-1 {
margin-left: 8.3333333333%;
}
.efbl-offset-lg-2 {
margin-left: 16.6666666667%;
}
.efbl-offset-lg-3 {
margin-left: 25%;
}
.efbl-offset-lg-4 {
margin-left: 33.3333333333%;
}
.efbl-offset-lg-5 {
margin-left: 41.6666666667%;
}
.efbl-offset-lg-6 {
margin-left: 50%;
}
.efbl-offset-lg-7 {
margin-left: 58.3333333333%;
}
.efbl-offset-lg-8 {
margin-left: 66.6666666667%;
}
.efbl-offset-lg-9 {
margin-left: 75%;
}
.efbl-offset-lg-10 {
margin-left: 83.3333333333%;
}
.efbl-offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.efbl-col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.efbl-col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.efbl-col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.efbl-col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.efbl-col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.efbl-col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.efbl-col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.efbl-col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.efbl-col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.efbl-col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.efbl-col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.efbl-col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.efbl-col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.efbl-col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.efbl-order-xl-first {
order: -1;
}
.efbl-order-xl-last {
order: 13;
}
.efbl-order-xl-0 {
order: 0;
}
.efbl-order-xl-1 {
order: 1;
}
.efbl-order-xl-2 {
order: 2;
}
.efbl-order-xl-3 {
order: 3;
}
.efbl-order-xl-4 {
order: 4;
}
.efbl-order-xl-5 {
order: 5;
}
.efbl-order-xl-6 {
order: 6;
}
.efbl-order-xl-7 {
order: 7;
}
.efbl-order-xl-8 {
order: 8;
}
.efbl-order-xl-9 {
order: 9;
}
.efbl-order-xl-10 {
order: 10;
}
.efbl-order-xl-11 {
order: 11;
}
.efbl-order-xl-12 {
order: 12;
}
.efbl-offset-xl-0 {
margin-left: 0;
}
.efbl-offset-xl-1 {
margin-left: 8.3333333333%;
}
.efbl-offset-xl-2 {
margin-left: 16.6666666667%;
}
.efbl-offset-xl-3 {
margin-left: 25%;
}
.efbl-offset-xl-4 {
margin-left: 33.3333333333%;
}
.efbl-offset-xl-5 {
margin-left: 41.6666666667%;
}
.efbl-offset-xl-6 {
margin-left: 50%;
}
.efbl-offset-xl-7 {
margin-left: 58.3333333333%;
}
.efbl-offset-xl-8 {
margin-left: 66.6666666667%;
}
.efbl-offset-xl-9 {
margin-left: 75%;
}
.efbl-offset-xl-10 {
margin-left: 83.3333333333%;
}
.efbl-offset-xl-11 {
margin-left: 91.6666666667%;
}
}
.efbl-align-baseline {
vertical-align: baseline !important;
}
.efbl-align-top {
vertical-align: top !important;
}
.efbl-align-middle {
vertical-align: middle !important;
}
.efbl-align-bottom {
vertical-align: bottom !important;
}
.efbl-align-text-bottom {
vertical-align: text-bottom !important;
}
.efbl-align-text-top {
vertical-align: text-top !important;
}
.efbl-clearfix::after {
display: block;
clear: both;
content: "";
}
.efbl-d-none {
display: none !important;
}
.efbl-d-inline {
display: inline !important;
}
.efbl-d-inline-block {
display: inline-block !important;
}
.efbl-d-block {
display: block !important;
}
.efbl-d-table {
display: table !important;
}
.efbl-d-table-row {
display: table-row !important;
}
.efbl-d-table-cell {
display: table-cell !important;
}
.efbl-d-flex, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons, .efbl_feeds_carousel .owl-nav button, .efbl_feeds_carousel .owl-nav, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta, .efbl_header .efbl_header_inner_wrap {
display: flex !important;
}
.efbl-d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
.efbl-d-sm-none {
display: none !important;
}
.efbl-d-sm-inline {
display: inline !important;
}
.efbl-d-sm-inline-block {
display: inline-block !important;
}
.efbl-d-sm-block {
display: block !important;
}
.efbl-d-sm-table {
display: table !important;
}
.efbl-d-sm-table-row {
display: table-row !important;
}
.efbl-d-sm-table-cell {
display: table-cell !important;
}
.efbl-d-sm-flex {
display: flex !important;
}
.efbl-d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.efbl-d-md-none {
display: none !important;
}
.efbl-d-md-inline {
display: inline !important;
}
.efbl-d-md-inline-block {
display: inline-block !important;
}
.efbl-d-md-block {
display: block !important;
}
.efbl-d-md-table {
display: table !important;
}
.efbl-d-md-table-row {
display: table-row !important;
}
.efbl-d-md-table-cell {
display: table-cell !important;
}
.efbl-d-md-flex {
display: flex !important;
}
.efbl-d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.efbl-d-lg-none {
display: none !important;
}
.efbl-d-lg-inline {
display: inline !important;
}
.efbl-d-lg-inline-block {
display: inline-block !important;
}
.efbl-d-lg-block {
display: block !important;
}
.efbl-d-lg-table {
display: table !important;
}
.efbl-d-lg-table-row {
display: table-row !important;
}
.efbl-d-lg-table-cell {
display: table-cell !important;
}
.efbl-d-lg-flex {
display: flex !important;
}
.efbl-d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.efbl-d-xl-none {
display: none !important;
}
.efbl-d-xl-inline {
display: inline !important;
}
.efbl-d-xl-inline-block {
display: inline-block !important;
}
.efbl-d-xl-block {
display: block !important;
}
.efbl-d-xl-table {
display: table !important;
}
.efbl-d-xl-table-row {
display: table-row !important;
}
.efbl-d-xl-table-cell {
display: table-cell !important;
}
.efbl-d-xl-flex {
display: flex !important;
}
.efbl-d-xl-inline-flex {
display: inline-flex !important;
}
}
.efbl-flex-row {
flex-direction: row !important;
}
.efbl-flex-column, .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl-d-flex, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl-caption, .efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_popup_like, .efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > li, .efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_likes_holder_icons, .efbl_feeds_carousel .efbl-grid-wrapper .owl-nav .efbl-post-footer > button, .efbl_feeds_carousel .owl-nav .efbl-grid-wrapper .efbl-post-footer > button, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl-post-footer > .efbl_header_inner_wrap, .efbl_header .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_header_inner_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_header_meta, .efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_cat,
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_followers,
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl-verified-status, .efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i,
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i,
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer > .efbl-d-flex, .efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer > span, .efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-caption, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer > .efbl_popup_like, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer > li, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer > .efbl_likes_holder_icons, .efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer > button, .efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer > button, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer > .owl-nav, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-masonry-skin .brick .efbl-post-footer > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl_header .efbl-post-footer > .efbl_header_inner_wrap, .efbl_header .efbl-masonry-skin .brick .efbl-post-footer > .efbl_header_inner_wrap, .efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer > .efbl_header_meta, .efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer > .efbl_cat,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer > .efbl_followers,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer > .efbl-verified-status, .efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer > i,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer > i,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i {
flex-direction: column !important;
}
.efbl-flex-row-reverse {
flex-direction: row-reverse !important;
}
.efbl-flex-column-reverse {
flex-direction: column-reverse !important;
}
.efbl-flex-wrap, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta {
flex-wrap: wrap !important;
}
.efbl-flex-nowrap {
flex-wrap: nowrap !important;
}
.efbl-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.efbl-justify-content-start {
justify-content: flex-start !important;
}
.efbl-justify-content-end {
justify-content: flex-end !important;
}
.efbl-justify-content-center, .efbl_feeds_carousel .owl-nav {
justify-content: center !important;
}
.efbl-justify-content-between {
justify-content: space-between !important;
}
.efbl-justify-content-around {
justify-content: space-around !important;
}
.efbl-align-items-start {
align-items: flex-start !important;
}
.efbl-align-items-end {
align-items: flex-end !important;
}
.efbl-align-items-center, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li, .efbl_feeds_carousel .owl-nav button, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta {
align-items: center !important;
}
.efbl-align-items-baseline {
align-items: baseline !important;
}
.efbl-align-items-stretch {
align-items: stretch !important;
}
.efbl-align-content-start {
align-content: flex-start !important;
}
.efbl-align-content-end {
align-content: flex-end !important;
}
.efbl-align-content-center {
align-content: center !important;
}
.efbl-align-content-between {
align-content: space-between !important;
}
.efbl-align-content-around {
align-content: space-around !important;
}
.efbl-align-content-stretch {
align-content: stretch !important;
}
.efbl-align-self-auto {
align-self: auto !important;
}
.efbl-align-self-start {
align-self: flex-start !important;
}
.efbl-align-self-end {
align-self: flex-end !important;
}
.efbl-align-self-center {
align-self: center !important;
}
.efbl-align-self-baseline {
align-self: baseline !important;
}
.efbl-align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.efbl-flex-sm-row {
flex-direction: row !important;
}
.efbl-flex-sm-column {
flex-direction: column !important;
}
.efbl-flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.efbl-flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.efbl-flex-sm-wrap {
flex-wrap: wrap !important;
}
.efbl-flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.efbl-flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.efbl-justify-content-sm-start {
justify-content: flex-start !important;
}
.efbl-justify-content-sm-end {
justify-content: flex-end !important;
}
.efbl-justify-content-sm-center {
justify-content: center !important;
}
.efbl-justify-content-sm-between {
justify-content: space-between !important;
}
.efbl-justify-content-sm-around {
justify-content: space-around !important;
}
.efbl-align-items-sm-start {
align-items: flex-start !important;
}
.efbl-align-items-sm-end {
align-items: flex-end !important;
}
.efbl-align-items-sm-center {
align-items: center !important;
}
.efbl-align-items-sm-baseline {
align-items: baseline !important;
}
.efbl-align-items-sm-stretch {
align-items: stretch !important;
}
.efbl-align-content-sm-start {
align-content: flex-start !important;
}
.efbl-align-content-sm-end {
align-content: flex-end !important;
}
.efbl-align-content-sm-center {
align-content: center !important;
}
.efbl-align-content-sm-between {
align-content: space-between !important;
}
.efbl-align-content-sm-around {
align-content: space-around !important;
}
.efbl-align-content-sm-stretch {
align-content: stretch !important;
}
.efbl-align-self-sm-auto {
align-self: auto !important;
}
.efbl-align-self-sm-start {
align-self: flex-start !important;
}
.efbl-align-self-sm-end {
align-self: flex-end !important;
}
.efbl-align-self-sm-center {
align-self: center !important;
}
.efbl-align-self-sm-baseline {
align-self: baseline !important;
}
.efbl-align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.efbl-flex-md-row {
flex-direction: row !important;
}
.efbl-flex-md-column {
flex-direction: column !important;
}
.efbl-flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.efbl-flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.efbl-flex-md-wrap {
flex-wrap: wrap !important;
}
.efbl-flex-md-nowrap {
flex-wrap: nowrap !important;
}
.efbl-flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.efbl-justify-content-md-start {
justify-content: flex-start !important;
}
.efbl-justify-content-md-end {
justify-content: flex-end !important;
}
.efbl-justify-content-md-center {
justify-content: center !important;
}
.efbl-justify-content-md-between {
justify-content: space-between !important;
}
.efbl-justify-content-md-around {
justify-content: space-around !important;
}
.efbl-align-items-md-start {
align-items: flex-start !important;
}
.efbl-align-items-md-end {
align-items: flex-end !important;
}
.efbl-align-items-md-center {
align-items: center !important;
}
.efbl-align-items-md-baseline {
align-items: baseline !important;
}
.efbl-align-items-md-stretch {
align-items: stretch !important;
}
.efbl-align-content-md-start {
align-content: flex-start !important;
}
.efbl-align-content-md-end {
align-content: flex-end !important;
}
.efbl-align-content-md-center {
align-content: center !important;
}
.efbl-align-content-md-between {
align-content: space-between !important;
}
.efbl-align-content-md-around {
align-content: space-around !important;
}
.efbl-align-content-md-stretch {
align-content: stretch !important;
}
.efbl-align-self-md-auto {
align-self: auto !important;
}
.efbl-align-self-md-start {
align-self: flex-start !important;
}
.efbl-align-self-md-end {
align-self: flex-end !important;
}
.efbl-align-self-md-center {
align-self: center !important;
}
.efbl-align-self-md-baseline {
align-self: baseline !important;
}
.efbl-align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.efbl-flex-lg-row {
flex-direction: row !important;
}
.efbl-flex-lg-column {
flex-direction: column !important;
}
.efbl-flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.efbl-flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.efbl-flex-lg-wrap {
flex-wrap: wrap !important;
}
.efbl-flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.efbl-flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.efbl-justify-content-lg-start {
justify-content: flex-start !important;
}
.efbl-justify-content-lg-end {
justify-content: flex-end !important;
}
.efbl-justify-content-lg-center {
justify-content: center !important;
}
.efbl-justify-content-lg-between {
justify-content: space-between !important;
}
.efbl-justify-content-lg-around {
justify-content: space-around !important;
}
.efbl-align-items-lg-start {
align-items: flex-start !important;
}
.efbl-align-items-lg-end {
align-items: flex-end !important;
}
.efbl-align-items-lg-center {
align-items: center !important;
}
.efbl-align-items-lg-baseline {
align-items: baseline !important;
}
.efbl-align-items-lg-stretch {
align-items: stretch !important;
}
.efbl-align-content-lg-start {
align-content: flex-start !important;
}
.efbl-align-content-lg-end {
align-content: flex-end !important;
}
.efbl-align-content-lg-center {
align-content: center !important;
}
.efbl-align-content-lg-between {
align-content: space-between !important;
}
.efbl-align-content-lg-around {
align-content: space-around !important;
}
.efbl-align-content-lg-stretch {
align-content: stretch !important;
}
.efbl-align-self-lg-auto {
align-self: auto !important;
}
.efbl-align-self-lg-start {
align-self: flex-start !important;
}
.efbl-align-self-lg-end {
align-self: flex-end !important;
}
.efbl-align-self-lg-center {
align-self: center !important;
}
.efbl-align-self-lg-baseline {
align-self: baseline !important;
}
.efbl-align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.efbl-flex-xl-row {
flex-direction: row !important;
}
.efbl-flex-xl-column {
flex-direction: column !important;
}
.efbl-flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.efbl-flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.efbl-flex-xl-wrap {
flex-wrap: wrap !important;
}
.efbl-flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.efbl-flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.efbl-justify-content-xl-start {
justify-content: flex-start !important;
}
.efbl-justify-content-xl-end {
justify-content: flex-end !important;
}
.efbl-justify-content-xl-center {
justify-content: center !important;
}
.efbl-justify-content-xl-between {
justify-content: space-between !important;
}
.efbl-justify-content-xl-around {
justify-content: space-around !important;
}
.efbl-align-items-xl-start {
align-items: flex-start !important;
}
.efbl-align-items-xl-end {
align-items: flex-end !important;
}
.efbl-align-items-xl-center {
align-items: center !important;
}
.efbl-align-items-xl-baseline {
align-items: baseline !important;
}
.efbl-align-items-xl-stretch {
align-items: stretch !important;
}
.efbl-align-content-xl-start {
align-content: flex-start !important;
}
.efbl-align-content-xl-end {
align-content: flex-end !important;
}
.efbl-align-content-xl-center {
align-content: center !important;
}
.efbl-align-content-xl-between {
align-content: space-between !important;
}
.efbl-align-content-xl-around {
align-content: space-around !important;
}
.efbl-align-content-xl-stretch {
align-content: stretch !important;
}
.efbl-align-self-xl-auto {
align-self: auto !important;
}
.efbl-align-self-xl-start {
align-self: flex-start !important;
}
.efbl-align-self-xl-end {
align-self: flex-end !important;
}
.efbl-align-self-xl-center {
align-self: center !important;
}
.efbl-align-self-xl-baseline {
align-self: baseline !important;
}
.efbl-align-self-xl-stretch {
align-self: stretch !important;
}
}
.efbl-float-left {
float: left !important;
}
.efbl-float-right {
float: right !important;
}
.efbl-float-none {
float: none !important;
}
@media (min-width: 576px) {
.efbl-float-sm-left {
float: left !important;
}
.efbl-float-sm-right {
float: right !important;
}
.efbl-float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.efbl-float-md-left {
float: left !important;
}
.efbl-float-md-right {
float: right !important;
}
.efbl-float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.efbl-float-lg-left {
float: left !important;
}
.efbl-float-lg-right {
float: right !important;
}
.efbl-float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.efbl-float-xl-left {
float: left !important;
}
.efbl-float-xl-right {
float: right !important;
}
.efbl-float-xl-none {
float: none !important;
}
}
.efbl-position-static {
position: static !important;
}
.efbl-position-relative {
position: relative !important;
}
.efbl-position-absolute {
position: absolute !important;
}
.efbl-position-fixed {
position: fixed !important;
}
.efbl-position-sticky {
position: sticky !important;
}
.efbl-fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.efbl-fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports (position: sticky) {
.efbl-sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
.efbl-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
clip-path: inset(50%);
border: 0;
}
.efbl-sr-only-focusable:active, .efbl-sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
clip-path: none;
}
.efbl-w-25 {
width: 25% !important;
}
.efbl-w-50 {
width: 50% !important;
}
.efbl-w-75 {
width: 75% !important;
}
.efbl-w-100 {
width: 100% !important;
}
.efbl-h-25 {
height: 25% !important;
}
.efbl-h-50 {
height: 50% !important;
}
.efbl-h-75 {
height: 75% !important;
}
.efbl-h-100 {
height: 100% !important;
}
.efbl-mw-100 {
max-width: 100% !important;
}
.efbl-mh-100 {
max-height: 100% !important;
}
.efbl-m-0 {
margin: 0 !important;
}
.efbl-mt-0,
.efbl-my-0 {
margin-top: 0 !important;
}
.efbl-mr-0,
.efbl-mx-0 {
margin-right: 0 !important;
}
.efbl-mb-0,
.efbl-my-0 {
margin-bottom: 0 !important;
}
.efbl-ml-0,
.efbl-mx-0 {
margin-left: 0 !important;
}
.efbl-m-1 {
margin: 0.25rem !important;
}
.efbl-mt-1,
.efbl-my-1 {
margin-top: 0.25rem !important;
}
.efbl-mr-1,
.efbl-mx-1 {
margin-right: 0.25rem !important;
}
.efbl-mb-1,
.efbl-my-1 {
margin-bottom: 0.25rem !important;
}
.efbl-ml-1,
.efbl-mx-1 {
margin-left: 0.25rem !important;
}
.efbl-m-2 {
margin: 0.5rem !important;
}
.efbl-mt-2,
.efbl-my-2 {
margin-top: 0.5rem !important;
}
.efbl-mr-2,
.efbl-mx-2 {
margin-right: 0.5rem !important;
}
.efbl-mb-2,
.efbl-my-2 {
margin-bottom: 0.5rem !important;
}
.efbl-ml-2,
.efbl-mx-2 {
margin-left: 0.5rem !important;
}
.efbl-m-3 {
margin: 1rem !important;
}
.efbl-mt-3,
.efbl-my-3 {
margin-top: 1rem !important;
}
.efbl-mr-3,
.efbl-mx-3 {
margin-right: 1rem !important;
}
.efbl-mb-3,
.efbl-my-3 {
margin-bottom: 1rem !important;
}
.efbl-ml-3,
.efbl-mx-3 {
margin-left: 1rem !important;
}
.efbl-m-4 {
margin: 1.5rem !important;
}
.efbl-mt-4,
.efbl-my-4 {
margin-top: 1.5rem !important;
}
.efbl-mr-4,
.efbl-mx-4 {
margin-right: 1.5rem !important;
}
.efbl-mb-4,
.efbl-my-4 {
margin-bottom: 1.5rem !important;
}
.efbl-ml-4,
.efbl-mx-4 {
margin-left: 1.5rem !important;
}
.efbl-m-5 {
margin: 3rem !important;
}
.efbl-mt-5,
.efbl-my-5 {
margin-top: 3rem !important;
}
.efbl-mr-5,
.efbl-mx-5 {
margin-right: 3rem !important;
}
.efbl-mb-5,
.efbl-my-5 {
margin-bottom: 3rem !important;
}
.efbl-ml-5,
.efbl-mx-5 {
margin-left: 3rem !important;
}
.efbl-p-0 {
padding: 0 !important;
}
.efbl-pt-0,
.efbl-py-0 {
padding-top: 0 !important;
}
.efbl-pr-0,
.efbl-px-0 {
padding-right: 0 !important;
}
.efbl-pb-0,
.efbl-py-0 {
padding-bottom: 0 !important;
}
.efbl-pl-0,
.efbl-px-0 {
padding-left: 0 !important;
}
.efbl-p-1 {
padding: 0.25rem !important;
}
.efbl-pt-1,
.efbl-py-1 {
padding-top: 0.25rem !important;
}
.efbl-pr-1,
.efbl-px-1 {
padding-right: 0.25rem !important;
}
.efbl-pb-1,
.efbl-py-1 {
padding-bottom: 0.25rem !important;
}
.efbl-pl-1,
.efbl-px-1 {
padding-left: 0.25rem !important;
}
.efbl-p-2 {
padding: 0.5rem !important;
}
.efbl-pt-2,
.efbl-py-2 {
padding-top: 0.5rem !important;
}
.efbl-pr-2,
.efbl-px-2 {
padding-right: 0.5rem !important;
}
.efbl-pb-2,
.efbl-py-2 {
padding-bottom: 0.5rem !important;
}
.efbl-pl-2,
.efbl-px-2 {
padding-left: 0.5rem !important;
}
.efbl-p-3 {
padding: 1rem !important;
}
.efbl-pt-3,
.efbl-py-3 {
padding-top: 1rem !important;
}
.efbl-pr-3,
.efbl-px-3 {
padding-right: 1rem !important;
}
.efbl-pb-3,
.efbl-py-3 {
padding-bottom: 1rem !important;
}
.efbl-pl-3,
.efbl-px-3 {
padding-left: 1rem !important;
}
.efbl-p-4 {
padding: 1.5rem !important;
}
.efbl-pt-4,
.efbl-py-4 {
padding-top: 1.5rem !important;
}
.efbl-pr-4,
.efbl-px-4 {
padding-right: 1.5rem !important;
}
.efbl-pb-4,
.efbl-py-4 {
padding-bottom: 1.5rem !important;
}
.efbl-pl-4,
.efbl-px-4 {
padding-left: 1.5rem !important;
}
.efbl-p-5 {
padding: 3rem !important;
}
.efbl-pt-5,
.efbl-py-5 {
padding-top: 3rem !important;
}
.efbl-pr-5,
.efbl-px-5 {
padding-right: 3rem !important;
}
.efbl-pb-5,
.efbl-py-5 {
padding-bottom: 3rem !important;
}
.efbl-pl-5,
.efbl-px-5 {
padding-left: 3rem !important;
}
.efbl-m-auto {
margin: auto !important;
}
.efbl-mt-auto,
.efbl-my-auto {
margin-top: auto !important;
}
.efbl-mr-auto,
.efbl-mx-auto {
margin-right: auto !important;
}
.efbl-mb-auto,
.efbl-my-auto {
margin-bottom: auto !important;
}
.efbl-ml-auto,
.efbl-mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.efbl-m-sm-0 {
margin: 0 !important;
}
.efbl-mt-sm-0,
.efbl-my-sm-0 {
margin-top: 0 !important;
}
.efbl-mr-sm-0,
.efbl-mx-sm-0 {
margin-right: 0 !important;
}
.efbl-mb-sm-0,
.efbl-my-sm-0 {
margin-bottom: 0 !important;
}
.efbl-ml-sm-0,
.efbl-mx-sm-0 {
margin-left: 0 !important;
}
.efbl-m-sm-1 {
margin: 0.25rem !important;
}
.efbl-mt-sm-1,
.efbl-my-sm-1 {
margin-top: 0.25rem !important;
}
.efbl-mr-sm-1,
.efbl-mx-sm-1 {
margin-right: 0.25rem !important;
}
.efbl-mb-sm-1,
.efbl-my-sm-1 {
margin-bottom: 0.25rem !important;
}
.efbl-ml-sm-1,
.efbl-mx-sm-1 {
margin-left: 0.25rem !important;
}
.efbl-m-sm-2 {
margin: 0.5rem !important;
}
.efbl-mt-sm-2,
.efbl-my-sm-2 {
margin-top: 0.5rem !important;
}
.efbl-mr-sm-2,
.efbl-mx-sm-2 {
margin-right: 0.5rem !important;
}
.efbl-mb-sm-2,
.efbl-my-sm-2 {
margin-bottom: 0.5rem !important;
}
.efbl-ml-sm-2,
.efbl-mx-sm-2 {
margin-left: 0.5rem !important;
}
.efbl-m-sm-3 {
margin: 1rem !important;
}
.efbl-mt-sm-3,
.efbl-my-sm-3 {
margin-top: 1rem !important;
}
.efbl-mr-sm-3,
.efbl-mx-sm-3 {
margin-right: 1rem !important;
}
.efbl-mb-sm-3,
.efbl-my-sm-3 {
margin-bottom: 1rem !important;
}
.efbl-ml-sm-3,
.efbl-mx-sm-3 {
margin-left: 1rem !important;
}
.efbl-m-sm-4 {
margin: 1.5rem !important;
}
.efbl-mt-sm-4,
.efbl-my-sm-4 {
margin-top: 1.5rem !important;
}
.efbl-mr-sm-4,
.efbl-mx-sm-4 {
margin-right: 1.5rem !important;
}
.efbl-mb-sm-4,
.efbl-my-sm-4 {
margin-bottom: 1.5rem !important;
}
.efbl-ml-sm-4,
.efbl-mx-sm-4 {
margin-left: 1.5rem !important;
}
.efbl-m-sm-5 {
margin: 3rem !important;
}
.efbl-mt-sm-5,
.efbl-my-sm-5 {
margin-top: 3rem !important;
}
.efbl-mr-sm-5,
.efbl-mx-sm-5 {
margin-right: 3rem !important;
}
.efbl-mb-sm-5,
.efbl-my-sm-5 {
margin-bottom: 3rem !important;
}
.efbl-ml-sm-5,
.efbl-mx-sm-5 {
margin-left: 3rem !important;
}
.efbl-p-sm-0 {
padding: 0 !important;
}
.efbl-pt-sm-0,
.efbl-py-sm-0 {
padding-top: 0 !important;
}
.efbl-pr-sm-0,
.efbl-px-sm-0 {
padding-right: 0 !important;
}
.efbl-pb-sm-0,
.efbl-py-sm-0 {
padding-bottom: 0 !important;
}
.efbl-pl-sm-0,
.efbl-px-sm-0 {
padding-left: 0 !important;
}
.efbl-p-sm-1 {
padding: 0.25rem !important;
}
.efbl-pt-sm-1,
.efbl-py-sm-1 {
padding-top: 0.25rem !important;
}
.efbl-pr-sm-1,
.efbl-px-sm-1 {
padding-right: 0.25rem !important;
}
.efbl-pb-sm-1,
.efbl-py-sm-1 {
padding-bottom: 0.25rem !important;
}
.efbl-pl-sm-1,
.efbl-px-sm-1 {
padding-left: 0.25rem !important;
}
.efbl-p-sm-2 {
padding: 0.5rem !important;
}
.efbl-pt-sm-2,
.efbl-py-sm-2 {
padding-top: 0.5rem !important;
}
.efbl-pr-sm-2,
.efbl-px-sm-2 {
padding-right: 0.5rem !important;
}
.efbl-pb-sm-2,
.efbl-py-sm-2 {
padding-bottom: 0.5rem !important;
}
.efbl-pl-sm-2,
.efbl-px-sm-2 {
padding-left: 0.5rem !important;
}
.efbl-p-sm-3 {
padding: 1rem !important;
}
.efbl-pt-sm-3,
.efbl-py-sm-3 {
padding-top: 1rem !important;
}
.efbl-pr-sm-3,
.efbl-px-sm-3 {
padding-right: 1rem !important;
}
.efbl-pb-sm-3,
.efbl-py-sm-3 {
padding-bottom: 1rem !important;
}
.efbl-pl-sm-3,
.efbl-px-sm-3 {
padding-left: 1rem !important;
}
.efbl-p-sm-4 {
padding: 1.5rem !important;
}
.efbl-pt-sm-4,
.efbl-py-sm-4 {
padding-top: 1.5rem !important;
}
.efbl-pr-sm-4,
.efbl-px-sm-4 {
padding-right: 1.5rem !important;
}
.efbl-pb-sm-4,
.efbl-py-sm-4 {
padding-bottom: 1.5rem !important;
}
.efbl-pl-sm-4,
.efbl-px-sm-4 {
padding-left: 1.5rem !important;
}
.efbl-p-sm-5 {
padding: 3rem !important;
}
.efbl-pt-sm-5,
.efbl-py-sm-5 {
padding-top: 3rem !important;
}
.efbl-pr-sm-5,
.efbl-px-sm-5 {
padding-right: 3rem !important;
}
.efbl-pb-sm-5,
.efbl-py-sm-5 {
padding-bottom: 3rem !important;
}
.efbl-pl-sm-5,
.efbl-px-sm-5 {
padding-left: 3rem !important;
}
.efbl-m-sm-auto {
margin: auto !important;
}
.efbl-mt-sm-auto,
.efbl-my-sm-auto {
margin-top: auto !important;
}
.efbl-mr-sm-auto,
.efbl-mx-sm-auto {
margin-right: auto !important;
}
.efbl-mb-sm-auto,
.efbl-my-sm-auto {
margin-bottom: auto !important;
}
.efbl-ml-sm-auto,
.efbl-mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.efbl-m-md-0 {
margin: 0 !important;
}
.efbl-mt-md-0,
.efbl-my-md-0 {
margin-top: 0 !important;
}
.efbl-mr-md-0,
.efbl-mx-md-0 {
margin-right: 0 !important;
}
.efbl-mb-md-0,
.efbl-my-md-0 {
margin-bottom: 0 !important;
}
.efbl-ml-md-0,
.efbl-mx-md-0 {
margin-left: 0 !important;
}
.efbl-m-md-1 {
margin: 0.25rem !important;
}
.efbl-mt-md-1,
.efbl-my-md-1 {
margin-top: 0.25rem !important;
}
.efbl-mr-md-1,
.efbl-mx-md-1 {
margin-right: 0.25rem !important;
}
.efbl-mb-md-1,
.efbl-my-md-1 {
margin-bottom: 0.25rem !important;
}
.efbl-ml-md-1,
.efbl-mx-md-1 {
margin-left: 0.25rem !important;
}
.efbl-m-md-2 {
margin: 0.5rem !important;
}
.efbl-mt-md-2,
.efbl-my-md-2 {
margin-top: 0.5rem !important;
}
.efbl-mr-md-2,
.efbl-mx-md-2 {
margin-right: 0.5rem !important;
}
.efbl-mb-md-2,
.efbl-my-md-2 {
margin-bottom: 0.5rem !important;
}
.efbl-ml-md-2,
.efbl-mx-md-2 {
margin-left: 0.5rem !important;
}
.efbl-m-md-3 {
margin: 1rem !important;
}
.efbl-mt-md-3,
.efbl-my-md-3 {
margin-top: 1rem !important;
}
.efbl-mr-md-3,
.efbl-mx-md-3 {
margin-right: 1rem !important;
}
.efbl-mb-md-3,
.efbl-my-md-3 {
margin-bottom: 1rem !important;
}
.efbl-ml-md-3,
.efbl-mx-md-3 {
margin-left: 1rem !important;
}
.efbl-m-md-4 {
margin: 1.5rem !important;
}
.efbl-mt-md-4,
.efbl-my-md-4 {
margin-top: 1.5rem !important;
}
.efbl-mr-md-4,
.efbl-mx-md-4 {
margin-right: 1.5rem !important;
}
.efbl-mb-md-4,
.efbl-my-md-4 {
margin-bottom: 1.5rem !important;
}
.efbl-ml-md-4,
.efbl-mx-md-4 {
margin-left: 1.5rem !important;
}
.efbl-m-md-5 {
margin: 3rem !important;
}
.efbl-mt-md-5,
.efbl-my-md-5 {
margin-top: 3rem !important;
}
.efbl-mr-md-5,
.efbl-mx-md-5 {
margin-right: 3rem !important;
}
.efbl-mb-md-5,
.efbl-my-md-5 {
margin-bottom: 3rem !important;
}
.efbl-ml-md-5,
.efbl-mx-md-5 {
margin-left: 3rem !important;
}
.efbl-p-md-0 {
padding: 0 !important;
}
.efbl-pt-md-0,
.efbl-py-md-0 {
padding-top: 0 !important;
}
.efbl-pr-md-0,
.efbl-px-md-0 {
padding-right: 0 !important;
}
.efbl-pb-md-0,
.efbl-py-md-0 {
padding-bottom: 0 !important;
}
.efbl-pl-md-0,
.efbl-px-md-0 {
padding-left: 0 !important;
}
.efbl-p-md-1 {
padding: 0.25rem !important;
}
.efbl-pt-md-1,
.efbl-py-md-1 {
padding-top: 0.25rem !important;
}
.efbl-pr-md-1,
.efbl-px-md-1 {
padding-right: 0.25rem !important;
}
.efbl-pb-md-1,
.efbl-py-md-1 {
padding-bottom: 0.25rem !important;
}
.efbl-pl-md-1,
.efbl-px-md-1 {
padding-left: 0.25rem !important;
}
.efbl-p-md-2 {
padding: 0.5rem !important;
}
.efbl-pt-md-2,
.efbl-py-md-2 {
padding-top: 0.5rem !important;
}
.efbl-pr-md-2,
.efbl-px-md-2 {
padding-right: 0.5rem !important;
}
.efbl-pb-md-2,
.efbl-py-md-2 {
padding-bottom: 0.5rem !important;
}
.efbl-pl-md-2,
.efbl-px-md-2 {
padding-left: 0.5rem !important;
}
.efbl-p-md-3 {
padding: 1rem !important;
}
.efbl-pt-md-3,
.efbl-py-md-3 {
padding-top: 1rem !important;
}
.efbl-pr-md-3,
.efbl-px-md-3 {
padding-right: 1rem !important;
}
.efbl-pb-md-3,
.efbl-py-md-3 {
padding-bottom: 1rem !important;
}
.efbl-pl-md-3,
.efbl-px-md-3 {
padding-left: 1rem !important;
}
.efbl-p-md-4 {
padding: 1.5rem !important;
}
.efbl-pt-md-4,
.efbl-py-md-4 {
padding-top: 1.5rem !important;
}
.efbl-pr-md-4,
.efbl-px-md-4 {
padding-right: 1.5rem !important;
}
.efbl-pb-md-4,
.efbl-py-md-4 {
padding-bottom: 1.5rem !important;
}
.efbl-pl-md-4,
.efbl-px-md-4 {
padding-left: 1.5rem !important;
}
.efbl-p-md-5 {
padding: 3rem !important;
}
.efbl-pt-md-5,
.efbl-py-md-5 {
padding-top: 3rem !important;
}
.efbl-pr-md-5,
.efbl-px-md-5 {
padding-right: 3rem !important;
}
.efbl-pb-md-5,
.efbl-py-md-5 {
padding-bottom: 3rem !important;
}
.efbl-pl-md-5,
.efbl-px-md-5 {
padding-left: 3rem !important;
}
.efbl-m-md-auto {
margin: auto !important;
}
.efbl-mt-md-auto,
.efbl-my-md-auto {
margin-top: auto !important;
}
.efbl-mr-md-auto,
.efbl-mx-md-auto {
margin-right: auto !important;
}
.efbl-mb-md-auto,
.efbl-my-md-auto {
margin-bottom: auto !important;
}
.efbl-ml-md-auto,
.efbl-mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.efbl-m-lg-0 {
margin: 0 !important;
}
.efbl-mt-lg-0,
.efbl-my-lg-0 {
margin-top: 0 !important;
}
.efbl-mr-lg-0,
.efbl-mx-lg-0 {
margin-right: 0 !important;
}
.efbl-mb-lg-0,
.efbl-my-lg-0 {
margin-bottom: 0 !important;
}
.efbl-ml-lg-0,
.efbl-mx-lg-0 {
margin-left: 0 !important;
}
.efbl-m-lg-1 {
margin: 0.25rem !important;
}
.efbl-mt-lg-1,
.efbl-my-lg-1 {
margin-top: 0.25rem !important;
}
.efbl-mr-lg-1,
.efbl-mx-lg-1 {
margin-right: 0.25rem !important;
}
.efbl-mb-lg-1,
.efbl-my-lg-1 {
margin-bottom: 0.25rem !important;
}
.efbl-ml-lg-1,
.efbl-mx-lg-1 {
margin-left: 0.25rem !important;
}
.efbl-m-lg-2 {
margin: 0.5rem !important;
}
.efbl-mt-lg-2,
.efbl-my-lg-2 {
margin-top: 0.5rem !important;
}
.efbl-mr-lg-2,
.efbl-mx-lg-2 {
margin-right: 0.5rem !important;
}
.efbl-mb-lg-2,
.efbl-my-lg-2 {
margin-bottom: 0.5rem !important;
}
.efbl-ml-lg-2,
.efbl-mx-lg-2 {
margin-left: 0.5rem !important;
}
.efbl-m-lg-3 {
margin: 1rem !important;
}
.efbl-mt-lg-3,
.efbl-my-lg-3 {
margin-top: 1rem !important;
}
.efbl-mr-lg-3,
.efbl-mx-lg-3 {
margin-right: 1rem !important;
}
.efbl-mb-lg-3,
.efbl-my-lg-3 {
margin-bottom: 1rem !important;
}
.efbl-ml-lg-3,
.efbl-mx-lg-3 {
margin-left: 1rem !important;
}
.efbl-m-lg-4 {
margin: 1.5rem !important;
}
.efbl-mt-lg-4,
.efbl-my-lg-4 {
margin-top: 1.5rem !important;
}
.efbl-mr-lg-4,
.efbl-mx-lg-4 {
margin-right: 1.5rem !important;
}
.efbl-mb-lg-4,
.efbl-my-lg-4 {
margin-bottom: 1.5rem !important;
}
.efbl-ml-lg-4,
.efbl-mx-lg-4 {
margin-left: 1.5rem !important;
}
.efbl-m-lg-5 {
margin: 3rem !important;
}
.efbl-mt-lg-5,
.efbl-my-lg-5 {
margin-top: 3rem !important;
}
.efbl-mr-lg-5,
.efbl-mx-lg-5 {
margin-right: 3rem !important;
}
.efbl-mb-lg-5,
.efbl-my-lg-5 {
margin-bottom: 3rem !important;
}
.efbl-ml-lg-5,
.efbl-mx-lg-5 {
margin-left: 3rem !important;
}
.efbl-p-lg-0 {
padding: 0 !important;
}
.efbl-pt-lg-0,
.efbl-py-lg-0 {
padding-top: 0 !important;
}
.efbl-pr-lg-0,
.efbl-px-lg-0 {
padding-right: 0 !important;
}
.efbl-pb-lg-0,
.efbl-py-lg-0 {
padding-bottom: 0 !important;
}
.efbl-pl-lg-0,
.efbl-px-lg-0 {
padding-left: 0 !important;
}
.efbl-p-lg-1 {
padding: 0.25rem !important;
}
.efbl-pt-lg-1,
.efbl-py-lg-1 {
padding-top: 0.25rem !important;
}
.efbl-pr-lg-1,
.efbl-px-lg-1 {
padding-right: 0.25rem !important;
}
.efbl-pb-lg-1,
.efbl-py-lg-1 {
padding-bottom: 0.25rem !important;
}
.efbl-pl-lg-1,
.efbl-px-lg-1 {
padding-left: 0.25rem !important;
}
.efbl-p-lg-2 {
padding: 0.5rem !important;
}
.efbl-pt-lg-2,
.efbl-py-lg-2 {
padding-top: 0.5rem !important;
}
.efbl-pr-lg-2,
.efbl-px-lg-2 {
padding-right: 0.5rem !important;
}
.efbl-pb-lg-2,
.efbl-py-lg-2 {
padding-bottom: 0.5rem !important;
}
.efbl-pl-lg-2,
.efbl-px-lg-2 {
padding-left: 0.5rem !important;
}
.efbl-p-lg-3 {
padding: 1rem !important;
}
.efbl-pt-lg-3,
.efbl-py-lg-3 {
padding-top: 1rem !important;
}
.efbl-pr-lg-3,
.efbl-px-lg-3 {
padding-right: 1rem !important;
}
.efbl-pb-lg-3,
.efbl-py-lg-3 {
padding-bottom: 1rem !important;
}
.efbl-pl-lg-3,
.efbl-px-lg-3 {
padding-left: 1rem !important;
}
.efbl-p-lg-4 {
padding: 1.5rem !important;
}
.efbl-pt-lg-4,
.efbl-py-lg-4 {
padding-top: 1.5rem !important;
}
.efbl-pr-lg-4,
.efbl-px-lg-4 {
padding-right: 1.5rem !important;
}
.efbl-pb-lg-4,
.efbl-py-lg-4 {
padding-bottom: 1.5rem !important;
}
.efbl-pl-lg-4,
.efbl-px-lg-4 {
padding-left: 1.5rem !important;
}
.efbl-p-lg-5 {
padding: 3rem !important;
}
.efbl-pt-lg-5,
.efbl-py-lg-5 {
padding-top: 3rem !important;
}
.efbl-pr-lg-5,
.efbl-px-lg-5 {
padding-right: 3rem !important;
}
.efbl-pb-lg-5,
.efbl-py-lg-5 {
padding-bottom: 3rem !important;
}
.efbl-pl-lg-5,
.efbl-px-lg-5 {
padding-left: 3rem !important;
}
.efbl-m-lg-auto {
margin: auto !important;
}
.efbl-mt-lg-auto,
.efbl-my-lg-auto {
margin-top: auto !important;
}
.efbl-mr-lg-auto,
.efbl-mx-lg-auto {
margin-right: auto !important;
}
.efbl-mb-lg-auto,
.efbl-my-lg-auto {
margin-bottom: auto !important;
}
.efbl-ml-lg-auto,
.efbl-mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.efbl-m-xl-0 {
margin: 0 !important;
}
.efbl-mt-xl-0,
.efbl-my-xl-0 {
margin-top: 0 !important;
}
.efbl-mr-xl-0,
.efbl-mx-xl-0 {
margin-right: 0 !important;
}
.efbl-mb-xl-0,
.efbl-my-xl-0 {
margin-bottom: 0 !important;
}
.efbl-ml-xl-0,
.efbl-mx-xl-0 {
margin-left: 0 !important;
}
.efbl-m-xl-1 {
margin: 0.25rem !important;
}
.efbl-mt-xl-1,
.efbl-my-xl-1 {
margin-top: 0.25rem !important;
}
.efbl-mr-xl-1,
.efbl-mx-xl-1 {
margin-right: 0.25rem !important;
}
.efbl-mb-xl-1,
.efbl-my-xl-1 {
margin-bottom: 0.25rem !important;
}
.efbl-ml-xl-1,
.efbl-mx-xl-1 {
margin-left: 0.25rem !important;
}
.efbl-m-xl-2 {
margin: 0.5rem !important;
}
.efbl-mt-xl-2,
.efbl-my-xl-2 {
margin-top: 0.5rem !important;
}
.efbl-mr-xl-2,
.efbl-mx-xl-2 {
margin-right: 0.5rem !important;
}
.efbl-mb-xl-2,
.efbl-my-xl-2 {
margin-bottom: 0.5rem !important;
}
.efbl-ml-xl-2,
.efbl-mx-xl-2 {
margin-left: 0.5rem !important;
}
.efbl-m-xl-3 {
margin: 1rem !important;
}
.efbl-mt-xl-3,
.efbl-my-xl-3 {
margin-top: 1rem !important;
}
.efbl-mr-xl-3,
.efbl-mx-xl-3 {
margin-right: 1rem !important;
}
.efbl-mb-xl-3,
.efbl-my-xl-3 {
margin-bottom: 1rem !important;
}
.efbl-ml-xl-3,
.efbl-mx-xl-3 {
margin-left: 1rem !important;
}
.efbl-m-xl-4 {
margin: 1.5rem !important;
}
.efbl-mt-xl-4,
.efbl-my-xl-4 {
margin-top: 1.5rem !important;
}
.efbl-mr-xl-4,
.efbl-mx-xl-4 {
margin-right: 1.5rem !important;
}
.efbl-mb-xl-4,
.efbl-my-xl-4 {
margin-bottom: 1.5rem !important;
}
.efbl-ml-xl-4,
.efbl-mx-xl-4 {
margin-left: 1.5rem !important;
}
.efbl-m-xl-5 {
margin: 3rem !important;
}
.efbl-mt-xl-5,
.efbl-my-xl-5 {
margin-top: 3rem !important;
}
.efbl-mr-xl-5,
.efbl-mx-xl-5 {
margin-right: 3rem !important;
}
.efbl-mb-xl-5,
.efbl-my-xl-5 {
margin-bottom: 3rem !important;
}
.efbl-ml-xl-5,
.efbl-mx-xl-5 {
margin-left: 3rem !important;
}
.efbl-p-xl-0 {
padding: 0 !important;
}
.efbl-pt-xl-0,
.efbl-py-xl-0 {
padding-top: 0 !important;
}
.efbl-pr-xl-0,
.efbl-px-xl-0 {
padding-right: 0 !important;
}
.efbl-pb-xl-0,
.efbl-py-xl-0 {
padding-bottom: 0 !important;
}
.efbl-pl-xl-0,
.efbl-px-xl-0 {
padding-left: 0 !important;
}
.efbl-p-xl-1 {
padding: 0.25rem !important;
}
.efbl-pt-xl-1,
.efbl-py-xl-1 {
padding-top: 0.25rem !important;
}
.efbl-pr-xl-1,
.efbl-px-xl-1 {
padding-right: 0.25rem !important;
}
.efbl-pb-xl-1,
.efbl-py-xl-1 {
padding-bottom: 0.25rem !important;
}
.efbl-pl-xl-1,
.efbl-px-xl-1 {
padding-left: 0.25rem !important;
}
.efbl-p-xl-2 {
padding: 0.5rem !important;
}
.efbl-pt-xl-2,
.efbl-py-xl-2 {
padding-top: 0.5rem !important;
}
.efbl-pr-xl-2,
.efbl-px-xl-2 {
padding-right: 0.5rem !important;
}
.efbl-pb-xl-2,
.efbl-py-xl-2 {
padding-bottom: 0.5rem !important;
}
.efbl-pl-xl-2,
.efbl-px-xl-2 {
padding-left: 0.5rem !important;
}
.efbl-p-xl-3 {
padding: 1rem !important;
}
.efbl-pt-xl-3,
.efbl-py-xl-3 {
padding-top: 1rem !important;
}
.efbl-pr-xl-3,
.efbl-px-xl-3 {
padding-right: 1rem !important;
}
.efbl-pb-xl-3,
.efbl-py-xl-3 {
padding-bottom: 1rem !important;
}
.efbl-pl-xl-3,
.efbl-px-xl-3 {
padding-left: 1rem !important;
}
.efbl-p-xl-4 {
padding: 1.5rem !important;
}
.efbl-pt-xl-4,
.efbl-py-xl-4 {
padding-top: 1.5rem !important;
}
.efbl-pr-xl-4,
.efbl-px-xl-4 {
padding-right: 1.5rem !important;
}
.efbl-pb-xl-4,
.efbl-py-xl-4 {
padding-bottom: 1.5rem !important;
}
.efbl-pl-xl-4,
.efbl-px-xl-4 {
padding-left: 1.5rem !important;
}
.efbl-p-xl-5 {
padding: 3rem !important;
}
.efbl-pt-xl-5,
.efbl-py-xl-5 {
padding-top: 3rem !important;
}
.efbl-pr-xl-5,
.efbl-px-xl-5 {
padding-right: 3rem !important;
}
.efbl-pb-xl-5,
.efbl-py-xl-5 {
padding-bottom: 3rem !important;
}
.efbl-pl-xl-5,
.efbl-px-xl-5 {
padding-left: 3rem !important;
}
.efbl-m-xl-auto {
margin: auto !important;
}
.efbl-mt-xl-auto,
.efbl-my-xl-auto {
margin-top: auto !important;
}
.efbl-mr-xl-auto,
.efbl-mx-xl-auto {
margin-right: auto !important;
}
.efbl-mb-xl-auto,
.efbl-my-xl-auto {
margin-bottom: auto !important;
}
.efbl-ml-xl-auto,
.efbl-mx-xl-auto {
margin-left: auto !important;
}
}
.efbl-text-justify {
text-align: justify !important;
}
.efbl-text-nowrap {
white-space: nowrap !important;
}
.efbl-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.efbl-text-left {
text-align: left !important;
}
.efbl-text-right {
text-align: right !important;
}
.efbl-text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.efbl-text-sm-left {
text-align: left !important;
}
.efbl-text-sm-right {
text-align: right !important;
}
.efbl-text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.efbl-text-md-left {
text-align: left !important;
}
.efbl-text-md-right {
text-align: right !important;
}
.efbl-text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.efbl-text-lg-left {
text-align: left !important;
}
.efbl-text-lg-right {
text-align: right !important;
}
.efbl-text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.efbl-text-xl-left {
text-align: left !important;
}
.efbl-text-xl-right {
text-align: right !important;
}
.efbl-text-xl-center {
text-align: center !important;
}
}
.efbl-text-lowercase {
text-transform: lowercase !important;
}
.efbl-text-uppercase {
text-transform: uppercase !important;
}
.efbl-text-capitalize {
text-transform: capitalize !important;
}
.efbl-visible {
visibility: visible !important;
}
.efbl-invisible {
visibility: hidden !important;
}  .efbl_feed_wraper {
width: 100%;
margin: 0 auto;
padding: 0;
text-align: left;
}
.efbl_feed_wraper .efbl-row {
width: 100%;
}
.efbl_feed_wraper.is-other-page .efbl-post-footer .efbl-reacted-item {
cursor: auto !important;
}
.fancybox-slide .efbl-popup {
padding: 0 !important;
}
.efbl_header {
padding: 10px 0;
margin-bottom: 10px;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_img {
min-width: 60px;
max-width: 60px;
padding-right: 15px;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_img img {
width: 100%;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta {
margin-bottom: 10px;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
padding-right: 15px;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title h4 {
margin: 0;
font-size: inherit;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status {
padding-right: 10px;
font-size: 14px;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i {
margin-right: 5px;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status {
margin-left: -10px;
margin-top: -2px;
}
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .icon-esf-check:before {
background: #2e77f2;
border-radius: 50%;
padding: 3px;
font-size: 10px;
color: #fff;
}
@media (max-width: 991px) {
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
width: 100%;
max-width: 100%;
min-width: 100%;
padding-right: 0;
margin-bottom: 5px;
}
}
.efbl_load_more_holder {
text-align: center;
}
.efbl_load_more_btn {
padding: 8px 15px;
text-decoration: none !important;
border-radius: 5px;
font-size: 14px;
margin: 20px auto;
}
.efbl_load_more_btn:focus {
outline: none !important;
background: none !important;
}
#efblcf_holder .efbl_popup_left_container {
background: #fff;
}  .efbl-halfwidth-skin {
background: #fff;
border: #dee2e6 solid 1px;
padding: 15px;
margin-bottom: 20px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
border-right: #dee2e6 solid 1px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a {
display: block;
position: relative;
width: 100%;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
outline: #dee2e6 solid 1px;
width: 100%;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay {
position: absolute;
opacity: 0;
background: rgba(0, 0, 0, 0.459);
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus {
position: absolute;
left: 50%;
top: 50%;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone {
position: absolute;
right: 15px;
top: 15px;
font-size: 20px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay {
opacity: 1;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer {
margin-top: 15px;
padding-top: 15px;
border-top: #dee2e6 solid 1px;
width: 100%;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item {
color: #343a40;
font-size: 14px;
margin-right: 20px;
cursor: pointer;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i {
margin-right: 3px;
position: initial;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
font-size: 14px;
cursor: pointer;
text-decoration: none !important;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i {
margin-right: 3px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
border: none !important;
margin-bottom: 0 !important;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover {
background: #343a40;
color: #fff;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper {
position: relative;
padding-left: 10px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
font-size: 12px;
font-weight: normal;
font-family: initial;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
border: none !important;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
background: #343a40;
color: #fff;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
display: none;
position: absolute;
right: 0;
bottom: 46px;
background: #343a40;
color: #dee2e6;
border-radius: 3px;
white-space: nowrap;
padding-left: 5px;
padding-right: 5px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button {
padding: 0;
outline: none !important;
border: none;
background: transparent;
text-decoration: none !important;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a {
text-decoration: none !important;
font-size: 14px;
padding: 10px 5px;
color: #ccc;
line-height: 1.25;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover {
color: #fff;
text-decoration: none !important;
}
.efbl-halfwidth-skin .efbl-feed-content > .efbl-d-flex, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content > span, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content > .efbl-caption, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_popup_like, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content > a, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content > li, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_likes_holder_icons, .efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button, .efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content > button, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content > .owl-nav, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-halfwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap, .efbl_header .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_inner_wrap, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_meta, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_cat,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_followers,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl-verified-status, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content > i,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content > i,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i {
margin-bottom: 10px;
}
.efbl-halfwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content > span .efbl-profile-image, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content > li .efbl-profile-image, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image, .efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content > button .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-halfwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl_header .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-image,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image {
width: 40px;
min-width: 40px;
max-width: 40px;
overflow: hidden;
box-shadow: 0px 0px 0px 1px #dee2e6;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}
.efbl-halfwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image img, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content > span .efbl-profile-image img, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content > li .efbl-profile-image img, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image img, .efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content > button .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-halfwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl_header .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-image img,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image img, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img {
width: 100%;
}
.efbl-halfwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content > span .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content > li .efbl-profile-title h2, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title h2, .efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content > button .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl_header .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-title h2,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2 {
font-size: 20px;
margin: 0px;
}
.efbl-halfwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title span, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content > span .efbl-profile-title span, .efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content > li .efbl-profile-title span, .efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title span, .efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content > button .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl_header .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-title span,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title span, .efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span {
font-size: 12px;
display: block;
color: #6c757d;
font-style: italic;
}
.efbl-halfwidth-skin .efbl-feed-content .description,
.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text {
font-size: 14px;
color: #343a40;
}
.efbl-halfwidth-skin .efbl-feed-content .description > *,
.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text > * {
font-size: 14px;
}
@media (max-width: 575px) {
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
border: none;
margin-bottom: 20px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-d-flex, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-caption, .efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_popup_like, .efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > li, .efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_likes_holder_icons, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer > button, .efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > button, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer > .efbl_header_inner_wrap, .efbl_header .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_header_inner_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_header_meta, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_cat,
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_followers,
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-verified-status, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i,
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i,
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i {
flex-direction: column;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted {
margin-bottom: 10px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
bottom: 37px;
}
}  .efbl-thumbnail-skin {
background: #fff;
border: #dee2e6 solid 1px;
padding: 15px;
margin-bottom: 20px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
border-right: #dee2e6 solid 1px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a {
display: block;
position: relative;
width: 100%;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
outline: #dee2e6 solid 1px;
width: 100%;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay {
position: absolute;
opacity: 0;
background: rgba(0, 0, 0, 0.459);
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus {
position: absolute;
left: 50%;
top: 50%;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone {
position: absolute;
right: 15px;
top: 15px;
font-size: 20px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay {
opacity: 1;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer {
margin-top: 15px;
padding-top: 15px;
border-top: #dee2e6 solid 1px;
width: 100%;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item {
color: #343a40;
font-size: 14px;
margin-right: 20px;
cursor: pointer;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i {
margin-right: 3px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
font-size: 14px;
cursor: pointer;
text-decoration: none !important;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i {
margin-right: 3px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
line-height: 1.25;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover {
background: #343a40;
color: #fff;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper {
position: relative;
padding-left: 10px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
background: #343a40;
color: #fff;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
display: none;
position: absolute;
right: 0;
bottom: 46px;
background: #343a40;
color: #dee2e6;
border-radius: 3px;
white-space: nowrap;
padding-left: 5px;
padding-right: 5px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button {
padding: 0;
outline: none !important;
border: none;
background: transparent;
text-decoration: none !important;
float: left;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a {
text-decoration: none !important;
font-size: 14px;
padding: 10px 5px;
color: #ccc;
line-height: 1.25;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover {
color: #fff;
text-decoration: none !important;
}
.efbl-thumbnail-skin .efbl-feed-content > .efbl-d-flex, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content > span, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content > .efbl-caption, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_popup_like, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content > a, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content > li, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_likes_holder_icons, .efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button, .efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content > button, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content > .owl-nav, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item, .efbl-thumbnail-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap, .efbl_header .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_inner_wrap, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_meta, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_cat,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_followers,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl-verified-status, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content > i,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content > i,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i {
margin-bottom: 10px;
}
.efbl-thumbnail-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content > span .efbl-profile-image, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content > li .efbl-profile-image, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image, .efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content > button .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-thumbnail-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl_header .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_cat .efbl-profile-image,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image {
width: 40px;
min-width: 40px;
max-width: 40px;
overflow: hidden;
box-shadow: 0px 0px 0px 1px #dee2e6;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}
.efbl-thumbnail-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image img, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content > span .efbl-profile-image img, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content > li .efbl-profile-image img, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image img, .efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content > button .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-thumbnail-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl_header .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_cat .efbl-profile-image img,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image img, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img {
width: 100%;
}
.efbl-thumbnail-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content > span .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content > li .efbl-profile-title h2, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title h2, .efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content > button .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl_header .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_cat .efbl-profile-title h2,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2 {
font-size: 20px;
margin: 0px;
padding: 0;
}
.efbl-thumbnail-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title span, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content > span .efbl-profile-title span, .efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content > li .efbl-profile-title span, .efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title span, .efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content > button .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl_header .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_cat .efbl-profile-title span,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title span, .efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span {
font-size: 12px;
display: block;
color: #6c757d;
font-style: italic;
}
.efbl-thumbnail-skin .efbl-feed-content .description,
.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text {
font-size: 14px;
color: #343a40;
}
.efbl-thumbnail-skin .efbl-feed-content .description > *,
.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text > * {
font-size: 14px;
}
@media (max-width: 575px) {
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
border: none;
margin-bottom: 20px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-d-flex, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-caption, .efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_popup_like, .efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > li, .efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_likes_holder_icons, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer > button, .efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > button, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer > .efbl_header_inner_wrap, .efbl_header .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_header_inner_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_header_meta, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_cat,
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_followers,
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-verified-status, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i,
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i,
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i {
flex-direction: column;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted {
margin-bottom: 10px;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
bottom: 37px;
}
}  .efbl-fullwidth-skin {
background: #fff;
border: #dee2e6 solid 1px;
padding: 15px;
margin-bottom: 20px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
margin-bottom: 20px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a {
display: block;
position: relative;
width: 100%;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
outline: #dee2e6 solid 1px;
width: 100%;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay {
position: absolute;
opacity: 0;
background: rgba(0, 0, 0, 0.459);
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus {
position: absolute;
left: 50%;
top: 50%;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone {
position: absolute;
right: 15px;
top: 15px;
font-size: 20px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay {
opacity: 1;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer {
margin-top: 15px;
padding-top: 15px;
border-top: #dee2e6 solid 1px;
width: 100%;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item {
color: #343a40;
font-size: 14px;
margin-right: 20px;
cursor: pointer;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i {
margin-right: 3px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
font-size: 14px;
cursor: pointer;
text-decoration: none !important;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i {
margin-right: 3px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover {
background: #343a40;
color: #fff;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper {
position: relative;
padding-left: 10px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
background: #343a40;
color: #fff;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
display: none;
position: absolute;
right: 0;
bottom: 46px;
background: #343a40;
color: #dee2e6;
border-radius: 3px;
white-space: nowrap;
padding-left: 5px;
padding-right: 5px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button {
padding: 0;
outline: none !important;
border: none;
background: transparent;
text-decoration: none !important;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a {
text-decoration: none !important;
font-size: 14px;
padding: 10px 5px;
color: #ccc;
line-height: 1.25;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover {
color: #fff;
text-decoration: none !important;
}
.efbl-fullwidth-skin .efbl-feed-content > .efbl-d-flex, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content > span, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content > .efbl-caption, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_popup_like, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content > a, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content > li, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_likes_holder_icons, .efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button, .efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content > button, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content > .owl-nav, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-fullwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap, .efbl_header .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_inner_wrap, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_meta, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_cat,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_followers,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl-verified-status, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content > i,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content > i,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i {
margin-bottom: 10px;
}
.efbl-fullwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content > span .efbl-profile-image, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content > li .efbl-profile-image, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image, .efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content > button .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-fullwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl_header .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-image,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image {
width: 40px;
min-width: 40px;
max-width: 40px;
overflow: hidden;
box-shadow: 0px 0px 0px 1px #dee2e6;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}
.efbl-fullwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image img, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content > span .efbl-profile-image img, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content > li .efbl-profile-image img, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image img, .efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content > button .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-fullwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl_header .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-image img,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image img, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img {
width: 100%;
}
.efbl-fullwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content > span .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content > li .efbl-profile-title h2, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title h2, .efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content > button .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl_header .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-title h2,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2 {
font-size: 20px;
margin: 0px;
}
.efbl-fullwidth-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title span, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content > span .efbl-profile-title span, .efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content > li .efbl-profile-title span, .efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title span, .efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content > button .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl_header .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_cat .efbl-profile-title span,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title span, .efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span {
font-size: 12px;
display: block;
color: #6c757d;
font-style: italic;
}
.efbl-fullwidth-skin .efbl-feed-content .description,
.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text {
font-size: 14px;
color: #343a40;
}
.efbl-fullwidth-skin .efbl-feed-content .description > *,
.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text > * {
font-size: 14px;
}
@media (max-width: 575px) {
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-d-flex, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-caption, .efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_popup_like, .efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > li, .efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_likes_holder_icons, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer > button, .efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > button, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer > .efbl_header_inner_wrap, .efbl_header .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_header_inner_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_header_meta, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_cat,
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl_followers,
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-verified-status, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i,
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i,
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i {
flex-direction: column;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted {
margin-bottom: 10px;
}
.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
bottom: 37px;
}
}  .efbl-masonry-skin .brick {
background: #fff;
border: #dee2e6 solid 1px;
padding: 15px;
margin-bottom: 20px;
}
.efbl-masonry-skin .brick .efbl_feed_fancy_popup {
margin-bottom: 15px;
display: block;
position: relative;
width: 100%;
}
.efbl-masonry-skin .brick .efbl_feed_fancy_popup img {
outline: #dee2e6 solid 1px;
width: 100%;
}
.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay {
position: absolute;
opacity: 0;
background: rgba(0, 0, 0, 0.459);
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .efbl-plus {
position: absolute;
left: 50%;
top: 50%;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone {
position: absolute;
right: 15px;
top: 15px;
font-size: 20px;
}
.efbl-masonry-skin .brick .efbl_feed_fancy_popup:hover .efbl-overlay {
opacity: 1;
}
.efbl-masonry-skin .brick .efbl-shared-content-holder > a {
margin-bottom: 15px;
display: block;
}
.efbl-masonry-skin .brick .efbl-post-footer {
margin-top: 15px;
padding-top: 15px;
border-top: #dee2e6 solid 1px;
width: 100%;
}
.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted {
margin-bottom: 10px;
}
.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item {
color: #343a40;
font-size: 14px;
margin-right: 20px;
cursor: pointer;
}
.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i {
margin-right: 3px;
}
.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
font-size: 14px;
cursor: pointer;
text-decoration: none !important;
}
.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i {
margin-right: 3px;
}
.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
line-height: 1.25;
}
.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb:hover {
background: #343a40;
color: #fff;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper {
position: relative;
padding-left: 10px;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share:hover {
background: #343a40;
color: #fff;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share {
display: none;
position: absolute;
right: 0;
bottom: 46px;
background: #343a40;
color: #dee2e6;
border-radius: 3px;
white-space: nowrap;
padding-left: 5px;
padding-right: 5px;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button {
padding: 0;
outline: none !important;
border: none;
background: transparent;
text-decoration: none !important;
float: left;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a {
text-decoration: none !important;
font-size: 14px;
padding: 10px 5px;
color: #ccc;
line-height: 1.25;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover {
color: #fff;
text-decoration: none !important;
}
.efbl-masonry-skin .efbl-feed-content > .efbl-d-flex, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content > span, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content > .efbl-caption, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content > .efbl_popup_like, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content > a, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content > li, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content > .efbl_likes_holder_icons, .efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button, .efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content > button, .efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav, .efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content > .owl-nav, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap, .efbl_header .efbl-masonry-skin .efbl-feed-content > .efbl_header_inner_wrap, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content > .efbl_header_meta, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_cat,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_followers,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl-verified-status, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content > i,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content > i,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i {
margin-bottom: 10px;
}
.efbl-masonry-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content > span .efbl-profile-image, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content > .efbl-caption .efbl-profile-image, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content > li .efbl-profile-image, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image, .efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content > button .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content > .owl-nav .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl_header .efbl-masonry-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_cat .efbl-profile-image,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_followers .efbl-profile-image,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image {
width: 40px;
min-width: 40px;
max-width: 40px;
overflow: hidden;
box-shadow: 0px 0px 0px 1px #dee2e6;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}
.efbl-masonry-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-image img, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content > span .efbl-profile-image img, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content > .efbl-caption .efbl-profile-image img, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-image img, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content > li .efbl-profile-image img, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-image img, .efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content > button .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content > .owl-nav .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl_header .efbl-masonry-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-image img, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-image img, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_cat .efbl-profile-image img,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_followers .efbl-profile-image img,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-image img, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-image img {
width: 100%;
}
.efbl-masonry-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title h2, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content > span .efbl-profile-title h2, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content > .efbl-caption .efbl-profile-title h2, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title h2, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content > li .efbl-profile-title h2, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title h2, .efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content > button .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content > .owl-nav .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl_header .efbl-masonry-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title h2, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_cat .efbl-profile-title h2,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_followers .efbl-profile-title h2,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title h2, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title h2 {
font-size: 16px;
margin: 0px;
}
.efbl-masonry-skin .efbl-feed-content > .efbl-d-flex .efbl-profile-title span, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content > span .efbl-profile-title span, .efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content > .efbl-caption .efbl-profile-title span, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content > .efbl_popup_like .efbl-profile-title span, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content > li .efbl-profile-title span, .efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content > .efbl_likes_holder_icons .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content > button .efbl-profile-title span, .efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content > button .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content > .owl-nav .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .efbl_header .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl_header .efbl-masonry-skin .efbl-feed-content > .efbl_header_inner_wrap .efbl-profile-title span, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content > .efbl_header_meta .efbl-profile-title span, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_cat .efbl-profile-title span,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl_followers .efbl-profile-title span,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content > .efbl-verified-status .efbl-profile-title span, .efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span,
.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i .efbl-profile-title span {
font-size: 12px;
display: block;
color: #6c757d;
font-style: italic;
}
.efbl-masonry-skin .efbl-feed-content .description,
.efbl-masonry-skin .efbl-feed-content .efbl_link_text {
font-size: 14px;
color: #343a40;
}
.efbl-masonry-skin .efbl-feed-content .description > *,
.efbl-masonry-skin .efbl-feed-content .efbl_link_text > * {
font-size: 14px;
}
@media (max-width: 575px) {
.efbl-masonry-skin .brick .efbl-post-footer > .efbl-d-flex, .efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer > span, .efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-caption, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer > .efbl_popup_like, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer > li, .efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer > .efbl_likes_holder_icons, .efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer > button, .efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer > button, .efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer > .owl-nav, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl_header .efbl-post-footer > .efbl_header_inner_wrap, .efbl_header .efbl-masonry-skin .brick .efbl-post-footer > .efbl_header_inner_wrap, .efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer > .efbl_header_meta, .efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer > .efbl_cat,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer > .efbl_followers,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer > .efbl-verified-status, .efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer > i,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer > i,
.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer > i {
flex-direction: column;
}
.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share {
bottom: 37px;
}
}  .efbl_feeds_carousel .efbl-feed-content {
margin-bottom: 15px;
}
.efbl_feeds_carousel .efbl-grid-wrapper {
background: #fff;
border: #dee2e6 solid 1px;
padding: 15px;
margin-bottom: 20px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup {
margin-bottom: 15px;
display: block;
position: relative;
width: 100%;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup img {
outline: #dee2e6 solid 1px;
width: 100%;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay {
position: absolute;
opacity: 0;
background: rgba(0, 0, 0, 0.459);
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus {
position: absolute;
left: 50%;
top: 50%;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone {
position: absolute;
right: 15px;
top: 15px;
font-size: 20px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay {
opacity: 1;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-shared-content-holder > a {
margin-bottom: 15px;
display: block;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-shared-content-holder .efbl-feed-content {
margin-bottom: 15px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer {
margin-top: 15px;
padding-top: 15px;
border-top: #dee2e6 solid 1px;
width: 100%;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted {
margin-bottom: 10px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item {
color: #343a40;
font-size: 14px;
margin-right: 10px;
cursor: pointer;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i {
margin-right: 3px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
font-size: 14px;
cursor: pointer;
text-decoration: none !important;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i {
margin-right: 3px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
line-height: 1.25;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb:hover {
background: #343a40;
color: #fff;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper {
position: relative;
padding-left: 10px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
font-size: 12px;
text-decoration: none;
background: #dee2e6;
color: #343a40;
padding: 8px 15px;
border-radius: 3px;
height: auto;
outline: none !important;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
background: #343a40;
color: #fff;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
display: none;
position: absolute;
right: 0;
bottom: 46px;
background: #343a40;
color: #dee2e6;
border-radius: 3px;
white-space: nowrap;
padding-left: 5px;
padding-right: 5px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button {
padding: 0;
outline: none !important;
border: none;
background: transparent;
text-decoration: none !important;
float: left;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a {
text-decoration: none !important;
font-size: 14px;
padding: 10px 5px;
color: #ccc;
line-height: 1.25;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover {
color: #fff;
text-decoration: none !important;
}
.efbl_feeds_carousel .efbl-feed-header > .efbl-d-flex, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header > span, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header > .efbl-caption, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header > .efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header > .efbl_popup_like, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header > a, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header > li, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header > li, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header > .efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header > .efbl_likes_holder_icons, .efbl_feeds_carousel .owl-nav .efbl-feed-header > button, .efbl_feeds_carousel .efbl-feed-header > .owl-nav, .efbl_feeds_carousel .efbl_header .efbl-feed-header > .efbl_header_inner_wrap, .efbl_header .efbl_feeds_carousel .efbl-feed-header > .efbl_header_inner_wrap, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header > .efbl_header_meta, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_cat,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_followers,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl-verified-status, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header > i,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header > i,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header > .esf-share-wrapper, .efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i {
margin-bottom: 10px;
}
.efbl_feeds_carousel .efbl-feed-header > .efbl-d-flex .efbl-profile-image, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header > i .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header > span .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header > span .efbl-profile-image, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header > .efbl-caption .efbl-profile-image, .efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header > .efbl-caption .efbl-profile-image, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header > .efbl_popup_like .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header > .efbl_popup_like .efbl-profile-image, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header > a .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header > li .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header > li .efbl-profile-image, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-image, body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-image, .efbl_feeds_carousel .owl-nav .efbl-feed-header > button .efbl-profile-image, .efbl_feeds_carousel .efbl-feed-header > .owl-nav .efbl-profile-image, .efbl_feeds_carousel .efbl_header .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-image, .efbl_header .efbl_feeds_carousel .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header > .efbl_header_meta .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header > .efbl_header_meta .efbl-profile-image, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_cat .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_cat .efbl-profile-image,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_followers .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_followers .efbl-profile-image,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl-verified-status .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl-verified-status .efbl-profile-image, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header > i .efbl-profile-image, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header > i .efbl-profile-image,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image {
width: 40px;
min-width: 40px;
max-width: 40px;
overflow: hidden;
box-shadow: 0px 0px 0px 1px #dee2e6;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}
.efbl_feeds_carousel .efbl-feed-header > .efbl-d-flex .efbl-profile-image img, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header > i .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header > span .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header > span .efbl-profile-image img, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header > .efbl-caption .efbl-profile-image img, .efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header > .efbl-caption .efbl-profile-image img, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header > .efbl_popup_like .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header > .efbl_popup_like .efbl-profile-image img, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header > a .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image img, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header > li .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header > li .efbl-profile-image img, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-image img, body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-image img, .efbl_feeds_carousel .owl-nav .efbl-feed-header > button .efbl-profile-image img, .efbl_feeds_carousel .efbl-feed-header > .owl-nav .efbl-profile-image img, .efbl_feeds_carousel .efbl_header .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-image img, .efbl_header .efbl_feeds_carousel .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header > .efbl_header_meta .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header > .efbl_header_meta .efbl-profile-image img, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_cat .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_cat .efbl-profile-image img,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_followers .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_followers .efbl-profile-image img,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl-verified-status .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl-verified-status .efbl-profile-image img, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header > i .efbl-profile-image img, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header > i .efbl-profile-image img,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image img, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image img, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image img, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image img, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-image img, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-image img {
width: 100%;
}
.efbl_feeds_carousel .efbl-feed-header > .efbl-d-flex .efbl-profile-title h2, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header > i .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header > span .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header > span .efbl-profile-title h2, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header > .efbl-caption .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header > .efbl-caption .efbl-profile-title h2, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header > .efbl_popup_like .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header > .efbl_popup_like .efbl-profile-title h2, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header > a .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title h2, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header > li .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header > li .efbl-profile-title h2, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-title h2, body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-title h2, .efbl_feeds_carousel .owl-nav .efbl-feed-header > button .efbl-profile-title h2, .efbl_feeds_carousel .efbl-feed-header > .owl-nav .efbl-profile-title h2, .efbl_feeds_carousel .efbl_header .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl_header .efbl_feeds_carousel .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header > .efbl_header_meta .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header > .efbl_header_meta .efbl-profile-title h2, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_cat .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_cat .efbl-profile-title h2,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_followers .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_followers .efbl-profile-title h2,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl-verified-status .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl-verified-status .efbl-profile-title h2, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header > i .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header > i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title h2, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title h2 {
font-size: 16px;
margin: 0px;
}
.efbl_feeds_carousel .efbl-feed-header > .efbl-d-flex .efbl-profile-title span, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header > i .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header > span .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header > span .efbl-profile-title span, .efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header > .efbl-caption .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header > .efbl-caption .efbl-profile-title span, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header > .efbl_popup_like .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header > .efbl_popup_like .efbl-profile-title span, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header > a .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title span, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header > li .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header > li .efbl-profile-title span, .efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-title span, body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header > .efbl_likes_holder_icons .efbl-profile-title span, .efbl_feeds_carousel .owl-nav .efbl-feed-header > button .efbl-profile-title span, .efbl_feeds_carousel .efbl-feed-header > .owl-nav .efbl-profile-title span, .efbl_feeds_carousel .efbl_header .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-title span, .efbl_header .efbl_feeds_carousel .efbl-feed-header > .efbl_header_inner_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header > .efbl_header_meta .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header > .efbl_header_meta .efbl-profile-title span, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_cat .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_cat .efbl-profile-title span,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl_followers .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl_followers .efbl-profile-title span,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header > .efbl-verified-status .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header > .efbl-verified-status .efbl-profile-title span, .efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header > i .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span,
.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header > i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title span, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header > .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header > .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header > .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header > a .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header > i .efbl-profile-title span {
font-size: 12px;
display: block;
color: #6c757d;
font-style: italic;
}
.efbl_feeds_carousel .efbl-feed-content .description,
.efbl_feeds_carousel .efbl-feed-content .efbl_link_text {
font-size: 14px;
color: #343a40;
}
.efbl_feeds_carousel .efbl-feed-content .description > *,
.efbl_feeds_carousel .efbl-feed-content .efbl_link_text > * {
font-size: 14px;
}
.efbl_feeds_carousel .owl-nav button {
background: #D6D6D6 !important;
height: 40px;
text-align: center;
justify-content: center;
width: 40px;
border-radius: 3px;
}
.efbl_feeds_carousel .owl-nav button:hover {
color: #fff;
background: #222 !important;
}
.efbl_feeds_carousel .owl-nav button span {
font-size: 26px;
padding-bottom: 4px;
}  .efbl-grid-skin .efbl-grid-wrapper {
background: #fff;
border: #dee2e6 solid 1px;
padding: 3px;
margin-bottom: 30px;
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup {
display: block;
position: relative;
width: 100%;
padding-bottom: 100%;
background-position: center;
background-size: cover;
cursor: pointer;
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup img {
outline: #dee2e6 solid 1px;
width: 100%;
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay {
position: absolute;
opacity: 0;
background: rgba(0, 0, 0, 0.459);
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus {
position: absolute;
left: 50%;
top: 50%;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone {
position: absolute;
right: 15px;
top: 15px;
font-size: 20px;
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder {
color: #fff;
padding: 0 10px;
text-align: center;
margin-top: 50%;
transform: translate(0px, -50%);
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder p {
color: #fff;
}
.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay {
opacity: 1;
}
.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper {
border: #37a0e6 solid 5px;
padding: 0;
}
.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper .efbl-overlay {
opacity: 1;
}  .efbl-media-carousel {
position: relative;
padding-bottom: 100px;
height: 100%;
display: inline-flex;
}
.efbl-media-preview-section {
display: inline-flex;
height: 100%;
width: auto;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.efbl-media-item {
height: 100%;
width: auto;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
display: inline-flex;
}
.efbl-media-item img {
width: 100%;
height: auto;
display: inline-block;
}
.previewPortrait .efbl-media-item img {
height: 100% !important;
width: auto !important;
display: inline-block;
}
.efbl-media-thumbnail-section {
overflow-y: hidden;
overflow-x: auto;
position: absolute;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
}
.efbl-media-thumbnail-section-inner {
display: inline-flex;
align-items: center;
justify-content: center;
height: 100px;
min-width: 100%;
}
.efbl-media-thumbnail {
height: 100%;
width: 130px;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
} .fancybox-button svg {
color: #fff;
}
body .fancybox-container .efbl-likes-popup-holder {
width: 100%;
max-width: 500px;
padding: 0 !important;
border-radius: 5px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons {
margin: 0;
padding: 8.5px 10px;
border-bottom: #dee2e6 solid 1px;
list-style-type: none;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons #efbl_all_likes {
padding-left: 0px;
margin-left: 0px;
border-left: 0px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li {
margin: 0;
padding: 0;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a {
cursor: pointer;
text-decoration: none;
font-size: 16px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li {
margin-top: 0px;
margin-left: 10px;
padding-left: 10px;
border-left: #dee2e6 solid 1px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li img {
width: 25px;
height: 25px;
margin-right: 5px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a {
font-size: 16px;
margin-top: 0px;
cursor: pointer;
text-decoration: none;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder {
padding: 10px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like {
width: 100%;
position: relative;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: #dee2e6 dashed 1px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_popup_liker_img {
widows: 35px;
height: 35px;
border-radius: 50%;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_liker_name {
font-size: 16px;
padding-left: 20px;
}
body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_reaction_bottom {
position: absolute;
left: 25px;
top: 25px;
width: 20px;
height: 20px;
border-radius: 50%;
}  .efbl-likes-popup-holder > h4 {
font-size: 18px;
margin: 0;
padding: 13px 10px;
border-bottom: #dee2e6 solid 1px;
line-height: 1;
}
.efbl-likes-popup-holder .efbl_all_comments_holder {
padding: 10px;
}
.efbl-likes-popup-holder .efbl_single_comment_holder {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: #dee2e6 dashed 1px;
font-size: 14px;
}
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-d-flex > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i > a, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span > a, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-likes-popup-holder .efbl_single_comment_holder span > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption > a, .efbl-post-detail .efbl-d-columns-wrapper .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-caption > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap > a, .efbl_header .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_inner_wrap > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta > a, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_meta > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat > a, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_cat > a,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers > a,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_followers > a,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status > a,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-verified-status > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i > a, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-likes-popup-holder .efbl_single_comment_holder i > a,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i > a,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-likes-popup-holder .efbl_single_comment_holder i > a,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i > a,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item > a, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i > a, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap > a, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper > a, .efbl-masonry-skin .brick .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i > a, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i > a, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav > a, .efbl_feeds_carousel .efbl-likes-popup-holder .efbl_single_comment_holder .owl-nav > a, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav button > a, .efbl_feeds_carousel .owl-nav .efbl-likes-popup-holder .efbl_single_comment_holder button > a, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons > a, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_single_comment_holder li > a, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li a > a, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_single_comment_holder a > a, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_reactions_holder .efbl_popup_like > a, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_single_comment_holder .efbl_popup_like > a {
text-decoration: none;
width: 50px;
max-width: 50px;
font-size: 20px;
}
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_meta {
font-size: 12px;
color: #6c757d;
margin-top: 5px;
padding-left: 33.6px;
}
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_attach_popup {
margin-top: 10px;
}
.efbl-likes-popup-holder .efbl-write-comment {
width: 100%;
}
.efbl-likes-popup-holder .efbl-write-comment a {
text-decoration: none;
font-size: 16px;
}  .efbl-post-detail * {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl-post-detail {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.efbl-post-detail.previewPortrait {
height: 90%;
}
.efbl-post-detail .efbl-d-columns-wrapper {
display: flex;
height: 100%;
margin-left: 0 !important;
margin-right: 0 !important;
position: relative;
padding-right: 400px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header {
margin-bottom: 15px;
padding-top: 15px;
padding-right: 40px;
padding-left: 15px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header .efbl-profile-image {
width: 40px;
min-width: 40px;
max-width: 40px;
overflow: hidden;
box-shadow: 0px 0px 0px 1px #dee2e6;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header h2 {
font-size: 20px;
margin: 0px;
padding: 0;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header span {
font-size: 12px;
display: block;
color: #6c757d;
font-style: italic;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-image {
background: #000;
padding-right: 0px;
padding-left: 0px;
display: inline-flex;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption {
height: 100%;
font-size: 14px;
width: 100%;
max-width: 400px;
position: absolute;
right: 0;
top: 0;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption::after {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 15px;
content: "";
background: #fff;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-detail-overflow {
height: 100%;
overflow-y: auto;
padding: 15px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box {
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
border-radius: 5px;
border: #dee2e6 solid 1px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span {
color: #343a40;
font-size: 14px;
margin-right: 10px;
cursor: pointer;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i {
margin-right: 3px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list {
margin-top: 20px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: #dee2e6 dashed 1px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl-comment-text {
display: flex;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl-comment-text a {
text-decoration: none !important;
min-width: 30px;
display: inline-block;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl_comment_meta {
margin-top: 15px;
font-size: 12px;
padding-left: 30px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl_comment_meta span {
margin-right: 10px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 15px;
}
.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap p {
margin-bottom: 0px;
}  .efbl-masonry {
transition: all 0.5s ease-in-out;
column-gap: 10px;
column-fill: initial;
padding: 15px 0; }
.efbl-masonry .brick {
margin-bottom: 10px;
display: inline-block;
vertical-align: top; }
.efbl-masonry .brick img {
transition: all 0.5s ease-in-out;
backface-visibility: hidden;
}
.efbl-masonry .brick:hover img {
opacity: 0.75;
}
.efbl-coulmn-count-1 {
column-count: 1;
}
.efbl-coulmn-count-2 {
column-count: 2;
}
.efbl-coulmn-count-3 {
column-count: 3;
}
.efbl-coulmn-count-4 {
column-count: 4;
}  .efbl-ease05 {
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.efbl-ease03, html body .efbl-popup .efbl-scrollbtn::after, html body .efbl-popup .efbl-scrollbtn {
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.efbl-total-album-images-style .efbl_albums_count, html body .efbl_feed_wraper .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count, html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count {
font-size: 17px;
line-height: 27px;
vertical-align: top;
display: inline-block;
}
.efbl-total-album-images-style .efbl_albums_icon > .icon, html body .efbl_feed_wraper .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon > .icon, html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon > .icon {
font-size: 17px;
}
.efbl_event_meta-style, html body .efbl-popup .efbl-caption .efbl-detail-overflow .efbl_event_meta, .efbl-halfwidth-skin .efbl_event_meta {
border-left: 1px solid #ccc;
padding: 10px;
padding-bottom: 5px;
}
.efbl_layout_title-style, html body .efbl_feed_wraper .efbl-feed-content .efbl_event_title,
html body .efbl_feed_wraper .efbl-feed-content .efbl_albums_title,
html body .efbl_feed_wraper .efbl-feed-content .efbl_videos_title, html body .efbl-popup .efbl-caption .efbl_event_title,
html body .efbl-popup .efbl-caption .efbl_albums_title,
html body .efbl-popup .efbl-caption .efbl_videos_title {
margin-top: 0px;
margin-bottom: 20px;
}
.efbl-profile-story-text-style, html body .efbl_feed_wraper .efbl_feeds_holder .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text, html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text {
display: inline-block;
font-weight: normal;
font-style: normal;
letter-spacing: 0;
}
.efbl-verified-status {
display: inline-block;
}
.efbl-verified-status .icon-esf-check:before {
background: #2e77f2;
border-radius: 50%;
padding: 3px;
font-size: 10px;
color: #fff;
}
.efbl-empty-author-name-style, html body .efbl_feed_wraper .efbl_feeds_holder .efbl-profile-title .efbl-empty-author-name, html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-empty-author-name {
height: 10px;
max-height: 10px;
}
.efbl_link_text_box, html body .efbl_feed_wraper .shared_story .efbl_link_text, html body .efbl-popup .efbl_link_text {
border: 1px solid #ccc;
background: #f9f9f9;
padding: 10px;
padding-bottom: 5px;
margin-left: 0px;
}
.efbl_feed_wraper .icon-esf-video-camera {
position: absolute;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.efbl_feed_popup_container .fancybox-content {
padding: 0;
}
.fancybox-container .fancybox-inner .efbl-likes-popup-holder {
max-height: 90vh;
max-width: 500px !important;
overflow-y: auto;
position: absolute;
left: 0;
right: 0;
margin: 0 auto !important;
top: 50%;
transform: translateY(-50%);
}
.fancybox-container .fancybox-inner .efbl-likes-popup-holder .icon-esf-comment {
margin-right: 10px;
}
.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone.icon-esf-video-camera {
text-align: right;
}
.efbl-halfwidth-skin .efbl_event_time > b {
display: block;
line-height: 0px;
font-size: 0;
}
.efbl_load_more_btns_wrap .efbl_load_more_holder {
display: inline-block;
}
.efbl_load_more_btns_wrap .efbl_feed_btns_holder {
text-align: center;
}
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_load_more_text,
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_view_all_btn,
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_loading_text,
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_no_load_more_text {
background: #343a40;
color: #fff;
font-size: 15px;
margin: 0 auto;
text-decoration: none;
display: inline-block;
line-height: 40px;
padding: 0 20px;
border-radius: 3px;
}
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_load_more_text:hover,
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_view_all_btn:hover,
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_loading_text:hover,
.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_no_load_more_text:hover {
background: #464a4e;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_no_load_more_text {
display: inline-block;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_load_more_text {
display: none;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_loading_text {
display: none;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_no_load_more_text {
display: none;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_load_more_text {
display: none;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_loading_text {
display: inline-block;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_no_load_more_text {
display: none;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_load_more_text {
display: inline-block;
}
.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_loading_text {
display: none;
}
.efbl-fullwidth-skin .efbl-feed-content {
width: 100%;
padding: 0 20px;
}
html body .efbl-masonry-skin .brick {
width: 100%;
box-sizing: border-box;
}
html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted {
justify-content: space-between;
}
html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item {
margin-right: 0;
}
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-d-flex .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl-profile-title h2, .efbl_header html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_inner_wrap .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_meta .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_cat .efbl-profile-title h2,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_followers .efbl-profile-title h2,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-verified-status .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-profile-title h2, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-profile-title h2,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content a .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav .efbl-profile-title h2, .efbl_feeds_carousel html body .efbl-masonry-skin .brick .efbl-feed-content .owl-nav .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav button .efbl-profile-title h2, .efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .brick .efbl-feed-content button .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-profile-title h2, html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_likes_holder_icons .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-profile-title h2, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-feed-content li .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-profile-title h2, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-profile-title h2, html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_popup_like .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-caption .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .brick .efbl-feed-content span .efbl-profile-title h2, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-profile-title h2, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2 {
line-height: 1;
margin-bottom: 5px;
}
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-d-flex .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl-profile-title span, .efbl_header html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_inner_wrap .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_meta .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_cat .efbl-profile-title span,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_followers .efbl-profile-title span,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-verified-status .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-profile-title span, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,
html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-profile-title span,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content .efbl-reacted-item .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content .esf-share-wrapper .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content a .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav .efbl-profile-title span, .efbl_feeds_carousel html body .efbl-masonry-skin .brick .efbl-feed-content .owl-nav .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav button .efbl-profile-title span, .efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .brick .efbl-feed-content button .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-profile-title span, html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_likes_holder_icons .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-profile-title span, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-feed-content li .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-profile-title span, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-profile-title span, html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_popup_like .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-caption .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .brick .efbl-feed-content span .efbl-profile-title span, html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-profile-title span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span {
line-height: 1;
}
html body .efbl-masonry-skin .brick .efbl_feed_fancy_popup {
text-align: center;
box-shadow: none;
-webkit-box-shadow: none;
}
html body .efbl-masonry-skin .brick .efbl_feed_fancy_popup > img {
width: auto;
margin: 0 auto;
max-width: 100%;
}
html body .efbl-masonry-skin .brick.efbl-ajax-hide {
display: none;
}
html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl-d-flex, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl-feed-content > .efbl_header_inner_wrap, .efbl_header html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_header_inner_wrap, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content > .efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_header_meta, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_cat,
html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_followers,
html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content > .efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl-verified-status, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content > i, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i,
html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i,
html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content > i,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl-reacted-item, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_all_comments_wrap, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .esf-share-wrapper, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > a, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl-reacted-item, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_all_comments_wrap, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .esf-share-wrapper, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > a, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .efbl-reacted-item, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl-reacted-item, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_all_comments_wrap, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .esf-share-wrapper, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > a, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl-reacted-item, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_all_comments_wrap, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content > i, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .esf-share-wrapper, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > a, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content > .efbl-reacted-item, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content > .efbl_all_comments_wrap, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content > i, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content > .esf-share-wrapper, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content > a, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content > i, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_feeds_carousel .efbl-feed-content > .owl-nav, .efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .owl-nav, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_feeds_carousel .owl-nav .efbl-feed-content > button, .efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > button, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl-feed-content > .efbl_likes_holder_icons, html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_likes_holder_icons, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content > li, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > li, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content > a, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > a, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content > .efbl_popup_like, html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl_popup_like, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content > .efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > .efbl-caption, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content > span, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > span, html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content > i, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content > i {
flex-direction: column;
}
@media screen and (max-width: 991px) {
html body .efbl-masonry-skin > .efbl-masonry .efbl-story-wrapper {
margin-bottom: 20px;
}
}
@media screen and (max-width: 991px) {
html body .efbl-masonry-skin > .efbl-masonry {
column-count: 1;
}
}
html body .efbl-popup > .fancybox-close-small {
display: none;
}
html body .efbl-popup .efbl-profile-image a img {
width: 100%;
height: 100%;
}
html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text {
margin-left: 5px;
}
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-d-flex .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_popup_likes_main, .efbl_header html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_inner_wrap .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_popup_likes_main, .efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_meta .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_popup_likes_main, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_cat .efbl_popup_likes_main,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_popup_likes_main,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_followers .efbl_popup_likes_main,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_popup_likes_main,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-verified-status .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl_popup_likes_main, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl_popup_likes_main,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl_popup_likes_main,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_popup_likes_main, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_popup_likes_main, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main, .efbl-masonry-skin .brick .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_popup_likes_main, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_popup_likes_main, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav .efbl_popup_likes_main, .efbl_feeds_carousel html body .efbl-popup .efbl-caption .efbl-reactions-box .owl-nav .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav button .efbl_popup_likes_main, .efbl_feeds_carousel .owl-nav html body .efbl-popup .efbl-caption .efbl-reactions-box button .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_popup_likes_main, html body .fancybox-container .efbl-likes-popup-holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_likes_holder_icons .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_popup_likes_main, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-popup .efbl-caption .efbl-reactions-box li .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl_popup_likes_main, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_popup_likes_main, html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_popup_like .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl_popup_likes_main, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-caption .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_popup_likes_main, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span .efbl_popup_likes_main, html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl_popup_likes_main, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span i .efbl_popup_likes_main {
margin-right: 3px;
}
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-d-flex .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl-total-reactions-count, .efbl_header html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_inner_wrap .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-total-reactions-count, .efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_meta .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-total-reactions-count, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_cat .efbl-total-reactions-count,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-total-reactions-count,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_followers .efbl-total-reactions-count,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-total-reactions-count,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-verified-status .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-total-reactions-count, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-total-reactions-count,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,
html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-total-reactions-count,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-total-reactions-count, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-total-reactions-count, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count, .efbl-masonry-skin .brick .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-total-reactions-count, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-total-reactions-count, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav .efbl-total-reactions-count, .efbl_feeds_carousel html body .efbl-popup .efbl-caption .efbl-reactions-box .owl-nav .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav button .efbl-total-reactions-count, .efbl_feeds_carousel .owl-nav html body .efbl-popup .efbl-caption .efbl-reactions-box button .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-total-reactions-count, html body .fancybox-container .efbl-likes-popup-holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_likes_holder_icons .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-total-reactions-count, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-popup .efbl-caption .efbl-reactions-box li .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-total-reactions-count, html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-total-reactions-count, html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_popup_like .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-total-reactions-count, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-caption .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-total-reactions-count, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span .efbl-total-reactions-count, html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-total-reactions-count, .efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span i .efbl-total-reactions-count {
margin-right: 15px;
}
html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon .icon {
line-height: 1.5;
position: relative;
top: 4px;
}
html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count {
font-size: 15px;
}
html body .efbl-popup .efbl-image {
width: 100%;
}
html body .efbl-popup .efbl-image .efbl-media-item img {
max-height: calc(100vh - 180px);
width: auto;
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-image .efbl-media-item {
padding-right: 0;
width: 100%;
text-align: center;
}
}
html body .efbl-popup .efbl-image > img {
max-height: calc(100vh - 80px);
width: auto;
}
html body .efbl-popup .efbl-image .efbl-media-carousel {
padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-image .efbl-media-carousel {
padding-bottom: 54px;
width: 100%;
}
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-preview-section {
width: 100%;
}
}
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section {
overflow-x: hidden;
height: 80px;
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section {
height: 60px;
}
}
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner {
height: 80px;
left: 0;
position: relative;
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner {
height: 60px;
}
}
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail:first-child {
border-left: 3px solid #000;
}
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail {
cursor: pointer;
border-top: 3px solid #000;
border-right: 3px solid #000;
border-bottom: 3px solid #000;
width: 100px;
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail {
width: 60px;
height: 100%;
}
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-d-columns-wrapper .efbl-caption {
position: relative;
max-width: auto;
width: 100%;
}
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-d-columns-wrapper {
flex-direction: column;
padding-right: 0;
}
}
html body .efbl-popup .efbl-scrollbtn {
position: absolute;
bottom: 27px;
cursor: pointer;
display: inline-block;
background: #343a40;
padding: 2px 2px 1px 4px;
z-index: 10;
}
html body .efbl-popup .efbl-scrollbtn::after {
content: "";
display: inline-block;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
html body .efbl-popup .efbl-scrollbtn:hover::after {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-scrollbtn {
bottom: 18px;
}
}
html body .efbl-popup .efbl-lsbtn {
left: 0;
padding-right: 5px;
}
html body .efbl-popup .efbl-lsbtn::after {
border-right: 13px solid #fff;
}
html body .efbl-popup .efbl-rsbtn {
right: 0;
}
html body .efbl-popup .efbl-rsbtn::after {
border-left: 13px solid #fff;
}
@media screen and (max-width: 991px) {
html body .efbl-popup .efbl-image > img, html body .efbl-popup .efbl-image .efbl-media-item img {
width: 100%;
height: auto;
max-height: initial;
}
html body .efbl-popup .efbl-image .efbl-media-item,
html body .efbl-post-detail .efbl-d-columns-wrapper .efbl-image {
display: block;
}
html body .efbl-popup .efbl-d-columns-wrapper {
flex-wrap: nowrap;
}
}
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-d-flex .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_comment_icon, .efbl_header .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_inner_wrap .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_comment_icon, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_meta .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_comment_icon, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_cat .efbl_comment_icon,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_comment_icon,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_followers .efbl_comment_icon,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_comment_icon,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-verified-status .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl_comment_icon, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl_comment_icon,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,
.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl_comment_icon,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon, .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_comment_icon, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_comment_icon, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon, .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl_comment_icon, .efbl-masonry-skin .brick .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon, .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_comment_icon, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_comment_icon, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon, .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav .efbl_comment_icon, .efbl_feeds_carousel .efbl-likes-popup-holder .efbl_single_comment_holder .owl-nav .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav button .efbl_comment_icon, .efbl_feeds_carousel .owl-nav .efbl-likes-popup-holder .efbl_single_comment_holder button .efbl_comment_icon, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons .efbl_comment_icon, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li .efbl_comment_icon, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_single_comment_holder li .efbl_comment_icon, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li a .efbl_comment_icon, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_single_comment_holder a .efbl_comment_icon, body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_reactions_holder .efbl_popup_like .efbl_comment_icon, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_single_comment_holder .efbl_popup_like .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl_comment_icon, .efbl-post-detail .efbl-d-columns-wrapper .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-caption .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_comment_icon, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-likes-popup-holder .efbl_single_comment_holder span .efbl_comment_icon, .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl_comment_icon, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon {
max-width: 30px;
}
.efbl_popup_all_comments {
max-width: 700px;
padding: 10px;
}
.efbl_popup_all_comments h4 {
margin-top: 10px;
font-size: 23px;
}
.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_icon {
margin-right: 10px;
display: inline-block;
}
.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_msg {
display: inline-block;
width: calc(100% - 35px);
vertical-align: top;
font-size: 15px;
}
.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_meta {
padding-left: 31px;
font-size: 12px;
color: #6c757d;
margin-top: 10px;
}
html body .efbl_feed_wraper .efbl_header {
width: 100%;
background: #fff;
padding: 15px 10px;
background: #fff;
}
html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content {
display: flex;
flex-wrap: wrap;
}
html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta {
margin-bottom: 0;
}
html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
font-family: initial;
}
html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
font-size: 17px;
}
html body .efbl_feed_wraper .efbl-story-wrapper .efbl-thumbnail-wrapper a img {
background: #000000;
}
html body .efbl_feed_wraper .efbl_custom_likebox {
margin-top: 40px;
}
html body .efbl_feed_wraper .efbl_custom_likebox .efbl-like-box {
text-align: center;
}
html body .efbl_feed_wraper .efbl_custom_likebox .efbl-like-box .fb_iframe_widget {
margin: 0 auto;
}
html body .efbl_feed_wraper .efbl-grid-skin .efbl-row {
margin-right: -5px;
margin-left: -5px;
}
html body .efbl_feed_wraper .efbl-grid-skin .efbl-row > div {
padding: 0 5px;
width: 100%;
max-width: 100%;
}
html body .efbl_feed_wraper .efbl-grid-skin .efbl-row > div .efbl-grid-wrapper {
margin-bottom: 10px;
}
html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-auto-rows: 1fr;
}
html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer::before {
content: "";
width: 0;
padding-bottom: 100%;
grid-row: 1/1;
grid-column: 1/1;
}
html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer > *:first-child {
grid-row: 1/1;
grid-column: 1/1;
}
html body .efbl_feed_wraper .efbl_error_msg {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
padding: 10px;
border: 1px solid transparent;
border-radius: 5px;
}
html body .efbl_feed_wraper .efbl_error_msg ol {
padding-left: 15px;
margin-top: 5px;
}
html body .efbl_feed_wraper .efbl_error_msg ol li {
font-size: 15px;
}
html body .efbl_feed_popup_container .fancybox-button--arrow_left,
html body .efbl_feed_popup_container .fancybox-button--arrow_right,
html body .efbl_feed_popup_container .fancybox-button {
background-color: #343a40;
}
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left > div,
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right > div,
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button > div {
padding: 4px;
}
@media screen and (max-width: 991px) {
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right,
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button {
height: 90px;
width: 60px;
}
}
@media screen and (max-width: 991px) {
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,
html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right {
position: fixed;
top: auto;
bottom: 0;
}
}
@media screen and (max-width: 991px) {
html body .efbl_feed_popup_container .fancybox-toolbar .fancybox-button {
padding: 4px;
height: 30px;
}
}
html body .efbl_replies_modal {
border-radius: 5px;
max-width: 500px;
padding: 0;
}
html body .efbl_replies_modal .efbl_popup_all_comments {
padding: 0;
}
html body .efbl_replies_modal .efbl_popup_all_comments h4 {
font-size: 18px;
margin: 0;
padding: 13px 10px;
border-bottom: #dee2e6 solid 1px;
line-height: 1;
}
html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder {
padding: 10px;
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
border-bottom: #dee2e6 dashed 1px;
font-size: 14px;
}
html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_icon {
text-decoration: none;
max-width: 30px;
width: 100%;
margin-right: 0;
}
html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_msg {
font-size: 14px;
width: calc(100% - 35px);
}
html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_meta {
font-size: 12px;
color: #6c757d;
margin-top: 5px;
padding-left: 33.6px;
}
.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper, .efbl-masonry-skin .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper {
padding-left: 0;
}
html body .efbl_feed_wraper .efbl_feeds_carousel {
padding: 10px;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav {
display: flex !important;
justify-content: space-between !important;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button {
margin: 0;
position: absolute;
top: 38%;
box-shadow: none !important;
border-radius: 20px;
opacity: 0.8;
text-decoration: none;
outline: none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button:hover {
opacity: 1;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button i {
line-height: 15px;
font-size: 24px;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-prev {
left: 10px;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-prev i {
margin-left: -2px;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-next {
right: 10px;
}
html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-next i {
margin-right: -2px;
}
html body .efbl_feed_wraper .efbl-feed-content .efbl-see-more-btn {
font-style: italic;
font-size: 14px;
font-weight: 700;
text-transform: capitalize;
color: #343a40;
text-decoration: underline;
}
.efbl-post-footer .efbl-view-share {
flex-wrap: wrap;
align-items: flex-start !important;
}
.efbl-post-footer .efbl-view-share .efbl-view-on-fb {
margin-bottom: 5px;
margin-right: 10px;
}
.efbl-post-footer .efbl-view-share .esf-share-wrapper {
padding-left: 0;
}
.efbl_event_time,
.efbl_place,
.efbl_place_city,
.efbl_event_meta > a {
margin-bottom: 10px;
font-size: 15px;
}
.efbl-bounceX {
animation: bounce 2s infinite;
}
@keyframes efbl-bounceX {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}  .white-popup {
position: relative;
background: #000;
width: auto;
max-width: 720px;
color: #fff;
margin: 20px auto;
}
.white-popup.efbl_popup_empty {
background: #ed6d62;
padding: 19px;
padding-bottom: 9px;
}
.white-popup.efbl_popup_empty a {
color: #20a3da;
}
.white-popup.efbl_popup_empty p {
margin-bottom: 10px;
}
.esfp-close {
top: -18px !important;
right: -18px !important;
background: url(//amazon-secret.com/wp-content/plugins/easy-facebook-likebox/facebook/frontend/assets/images/popup_close.png) !important;
width: 36px !important;
height: 37px !important;
font-size: 0px !important;
background: transparent;
}
.esfp-close:hover, .esfp-close:active, .esfp-close:focus {
background: transparent;
}
#efblcf_holder video, #efblcf_holder iframe {
width: 100%;
height: auto;
}
#efblcf_holder video {
height: 100%;
}
#efblcf_holder .efbl_popup_image, #efblcf_holder .efbl_popup_if_video, #efblcf_holder .efbl_popup_video, #efblcf_holder .efbl_popupp_footer {
display: none;
}
#efblcf_holder .efbl_popupp_footer {
padding: 10px;
background: #fff;
}
#efblcf_holder .efbl_popup_footer_logo:hover {
opacity: 1 !important;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
.efbl-feed-popup-holder {
background: none;
}
#efblcf_holder .efbl_popupp_footer p {
line-height: 1.3em;
color: #000;
}
#efblcf_holder {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
.efbl_links_container {
display: none;
position: absolute;
background: #0073aa;
padding: 7px 0px 0px 0px;
top: 30px;
}
.efbl_read_full_story {
float: left;
margin-right: 10px;
}
.efbl_links_container.efbl_slideIn {
display: block;
float: left;
}
.efbl_fb_story .efbl_comments_wraper {
float: left;
width: 100%;
margin-top: 5px;
padding: 10px;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.efbl_fb_story .efbl_comments_wraper.efbl_cwraper_slide {
display: block;
}
.efbl_fb_story .efbl_comments_wraper .efbl_comments {
margin-bottom: 10px;
float: left;
width: 100%;
}
.efbl_fb_story .efbl_comments_footer {
float: left;
margin-top: 5px;
border-top: 1px solid #fff;
width: 100%;
padding-top: 5px;
}
.efbl_comments_header {
float: left;
margin-bottom: 5px;
border-bottom: 1px solid #fff;
width: 100%;
padding-bottom: 5px;
}
.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image {
float: left;
width: 32px;
margin-right: 10px;
margin-top: 7px;
}
.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image a img {
border: 0px;
}
.efbl_fb_story .efbl_comments_wraper .efbl_comment_text {
width: 88%;
float: left;
}
.efbl_fb_story .efbl_comments_wraper p {
margin: 0px;
padding: 0px;
}  .my-esfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
} .my-esfp-zoom-in.esfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .my-esfp-zoom-in.esfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
} .my-esfp-zoom-in.esfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .my-esfp-zoom-in.esfp-ready.esfp-bg {
opacity: 0.8;
} .my-esfp-zoom-in.esfp-removing.esfp-bg {
opacity: 0;
} .esfp-fade.esfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .esfp-fade.esfp-bg.esfp-ready {
opacity: 0.8;
} .esfp-fade.esfp-bg.esfp-removing {
opacity: 0;
} .esfp-fade.esfp-wrap .esfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .esfp-fade.esfp-wrap.esfp-ready .esfp-content {
opacity: 1;
} .esfp-fade.esfp-wrap.esfp-removing .esfp-content {
opacity: 0;
}
#efblcf_holder .efbl_popup_left_container {
position: relative;
}
#efblcf_holder .efbl_popup_left_container a {
outline: none;
position: absolute;
z-index: 1000;
top: 0;
bottom: 35px;
height: auto;
width: 25%;
opacity: 0;
cursor: pointer;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
#efblcf_holder .efbl_popup_left_container a:hover {
opacity: 1;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
#efblcf_holder .efbl_popup_left_container a i {
font-size: 60px;
position: absolute;
top: 38%;
color: white;
}
#efblcf_holder .efbl_popup_left_container a.efbl-popup-next i {
right: 25px;
}
#efblcf_holder .efbl_popup_left_container a.efbl-popup-prev i {
left: 25px;
}
#efblcf_holder a.efbl-popup-next {
right: 0;
}
.efbl_popup_image {
width: auto;
display: block;
margin: 0px auto;
}
.efbl_feeds_holder .efbl-load-opacity {
display: none;
}
@media only screen and (max-width: 768px) {
#efblcf.thumbnail .efbl_story_photo, #efblcf.thumbnail .efbl_post_content, #efblcf.halfwidth .efbl_story_photo, #efblcf.halfwidth .efbl_post_content {
width: 100%;
margin-bottom: 10px;
}
#efbl_popup {
width: auto !important;
height: auto !important;
display: table;
}
.efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_text {
width: 100%;
}
.efbl_fb_story .efbl_shared_story {
text-align: center;
}
.efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_image {
float: none;
}
.efbl_links_container {
bottom: -30px;
}
}
.widget.widget_easy_facebook_feed {
overflow: hidden;
}
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-d-flex.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl-justify-content-between.efbl_header_inner_wrap, .efbl_header .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_inner_wrap, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-justify-content-between.efbl_header_meta, .efbl_header .efbl_header_inner_wrap .efbl_header_content .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_meta, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_cat, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_cat,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_followers,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_followers,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl-verified-status,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-verified-status, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i.efbl-justify-content-between, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i.efbl-justify-content-between,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i.efbl-justify-content-between,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .efbl-justify-content-between.owl-nav, .efbl_feeds_carousel .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.owl-nav, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .owl-nav button.efbl-justify-content-between, .efbl_feeds_carousel .owl-nav .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer button.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl-justify-content-between.efbl_likes_holder_icons, body .fancybox-container .efbl-likes-popup-holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_likes_holder_icons, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li.efbl-justify-content-between, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer li.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a.efbl-justify-content-between, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer a.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-justify-content-between.efbl_popup_like, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_popup_like, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-justify-content-between.efbl-caption, .efbl-post-detail .efbl-d-columns-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-caption, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span.efbl-justify-content-between, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer span.efbl-justify-content-between, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i.efbl-justify-content-between, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between {
flex-direction: column;
}
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-d-flex.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl-justify-content-between.efbl_header_inner_wrap .efbl-view-share, .efbl_header .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_inner_wrap .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-justify-content-between.efbl_header_meta .efbl-view-share, .efbl_header .efbl_header_inner_wrap .efbl_header_content .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_meta .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_cat .efbl-view-share, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_cat .efbl-view-share,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_followers .efbl-view-share,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_followers .efbl-view-share,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl-verified-status .efbl-view-share,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-verified-status .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i.efbl-justify-content-between .efbl-view-share, .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i.efbl-justify-content-between .efbl-view-share,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,
.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i.efbl-justify-content-between .efbl-view-share,
.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share, .efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share, .efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share, .efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share, .efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .efbl-justify-content-between.owl-nav .efbl-view-share, .efbl_feeds_carousel .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.owl-nav .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .owl-nav button.efbl-justify-content-between .efbl-view-share, .efbl_feeds_carousel .owl-nav .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer button.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl-justify-content-between.efbl_likes_holder_icons .efbl-view-share, body .fancybox-container .efbl-likes-popup-holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_likes_holder_icons .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li.efbl-justify-content-between .efbl-view-share, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer li.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a.efbl-justify-content-between .efbl-view-share, body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer a.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-justify-content-between.efbl_popup_like .efbl-view-share, body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_popup_like .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-justify-content-between.efbl-caption .efbl-view-share, .efbl-post-detail .efbl-d-columns-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-caption .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span.efbl-justify-content-between .efbl-view-share, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer span.efbl-justify-content-between .efbl-view-share, .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i.efbl-justify-content-between .efbl-view-share, .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share {
margin-top: 10px !important;
flex-direction: row;
}
.efbl_feed_popup_container.fancybox-container, .fancybox-container {
z-index: 99999999;
}
.efbl-row-wrapper.efbl-story-wrapper {
height: 100%;
background: #fff;
border: #dee2e6 solid 1px;
padding: 2px;
}
.efbl_feeds_holder.efbl_feeds_row {
display: flex;
justify-content: flex-start;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content {
width: 100%;
position: relative;
margin: 1px;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content .efbl-row-wrapper.efbl-story-wrapper .efbl_feed_fancy_popup.efbl-row-box {
display: inline-block;
height: 100%;
width: 100%;
position: relative;
cursor: pointer;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content .efbl-row-wrapper.efbl-story-wrapper .efbl_feed_fancy_popup.efbl-row-box img {
width: 100%;
height: 100%;
object-fit: cover;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content .efbl-row-wrapper.efbl-story-wrapper .efbl_feed_fancy_popup.efbl-row-box .efbl-overlay {
position: absolute;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.459);
inset: 0;
color: #fff;
transition: all 500ms ease;
cursor: pointer;
height: 100%;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content .efbl-row-wrapper.efbl-story-wrapper .efbl_feed_fancy_popup.efbl-row-box .efbl-overlay:hover {
opacity: 1;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content .efbl-row-wrapper.efbl-story-wrapper .efbl_feed_fancy_popup.efbl-row-box .efbl-overlay .icon.icon-esf-clone.icon-esf-video-camera {
position: absolute;
font-size: 15px;
top: 10px;
right: 7px;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content .efbl-row-wrapper.efbl-story-wrapper .efbl_feed_fancy_popup.efbl-row-box .efbl-overlay .icon-esf-plus::before {
content: "b";
position: absolute;
top: 50%;
right: 50%;
font-size: 11px;
transform: translate(50%, -50%);
}
.efbl-row-content .icon-esf-clone.efbl_multimedia {
content: "g";
font-size: 15px;
position: absolute;
right: 5px;
top: 6px;
}
@media screen and (max-width: 600px) {
.efbl_feeds_holder.efbl_feeds_row {
flex-wrap: wrap;
}
.efbl_feeds_holder.efbl_feeds_row .efbl-row-content {
max-width: 24%;
}
}.efbl_feed_wraper.efbl_skin_1161 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_load_more_holder a.efbl_load_more_btn span {
background-color: #333;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
background-color: #5c5c5c;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_header {
background: transparent;
color: #000;
box-shadow: none;
border-color: #ccc;
border-style: none;
border-bottom-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 50%;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_feed_wraper.efbl_skin_1161 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
font-size: 14px;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1161 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
background-color: #fff;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-feed-content .description,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-feed-content .description a,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-feed-content .efbl_link_text,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
color: #000;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-overlay {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-overlay .-story-wrapper .efbl-overlay .efbl_multimedia,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover,
.efbl_feed_wraper.efbl_skin_1161 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-1161 .efbl-d-columns-wrapper {
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_load_more_holder a.efbl_load_more_btn span {
background-color: #333;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
background-color: #5c5c5c;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_header {
background: transparent;
color: #000;
box-shadow: none;
border-color: #ccc;
border-style: none;
border-bottom-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 50%;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_feed_wraper.efbl_skin_1162 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
font-size: 14px;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1162 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
background-color: #fff;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-feed-content .description,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-feed-content .description a,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-feed-content .efbl_link_text,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
color: #000;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-overlay {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-overlay .-story-wrapper .efbl-overlay .efbl_multimedia,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover,
.efbl_feed_wraper.efbl_skin_1162 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-1162 .efbl-d-columns-wrapper {
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_load_more_holder a.efbl_load_more_btn span {
background-color: #333;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
background-color: #5c5c5c;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_header {
background: transparent;
color: #000;
box-shadow: none;
border-color: #ccc;
border-style: none;
border-bottom-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 50%;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_feed_wraper.efbl_skin_1163 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
font-size: 14px;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1163 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
background-color: #fff;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-feed-content .description,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-feed-content .description a,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-feed-content .efbl_link_text,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
color: #000;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-overlay {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-overlay .-story-wrapper .efbl-overlay .efbl_multimedia,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover,
.efbl_feed_wraper.efbl_skin_1163 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-1163 .efbl-d-columns-wrapper {
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_load_more_holder a.efbl_load_more_btn span {
background-color: #333;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
background-color: #5c5c5c;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_header {
background: transparent;
color: #000;
box-shadow: none;
border-color: #ccc;
border-style: none;
border-bottom-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 50%;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_feed_wraper.efbl_skin_1167 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
font-size: 14px;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1167 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
background-color: #fff;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-feed-content .description,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-feed-content .description a,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-feed-content .efbl_link_text,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
color: #000;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-overlay {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-overlay .-story-wrapper .efbl-overlay .efbl_multimedia,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover,
.efbl_feed_wraper.efbl_skin_1167 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-1167 .efbl-d-columns-wrapper {
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_load_more_holder a.efbl_load_more_btn span {
background-color: #333;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
background-color: #5c5c5c;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_header {
background: transparent;
color: #000;
box-shadow: none;
border-color: #ccc;
border-style: none;
border-bottom-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 50%;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_feed_wraper.efbl_skin_1168 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
font-size: 14px;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1168 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
background-color: #fff;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-feed-content .description,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-feed-content .description a,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-feed-content .efbl_link_text,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
color: #000;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-overlay {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-overlay .-story-wrapper .efbl-overlay .efbl_multimedia,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover,
.efbl_feed_wraper.efbl_skin_1168 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-1168 .efbl-d-columns-wrapper {
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_load_more_holder a.efbl_load_more_btn span {
background-color: #333;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
background-color: #5c5c5c;
color: #fff;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_header {
background: transparent;
color: #000;
box-shadow: none;
border-color: #ccc;
border-style: none;
border-bottom-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 50%;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_feed_wraper.efbl_skin_1169 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
font-size: 16px;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
font-size: 14px;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1169 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
background-color: #fff;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-feed-content .description,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-feed-content .description a,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-feed-content .efbl_link_text,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
color: #000;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
color: #343a40;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-overlay {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-overlay .-story-wrapper .efbl-overlay .efbl_multimedia,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
color: #fff !important;
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover,
.efbl_feed_wraper.efbl_skin_1169 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-1169 .efbl-d-columns-wrapper {
}
.efbl_feed_wraper.efbl_skin_1417 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_1417 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_1417 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_1417 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
}
.efbl_feed_wraper.efbl_skin_1417 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 0;
}
.efbl_feed_wraper.efbl_skin_1417 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,
.efbl_feed_wraper.efbl_skin_1417 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
}
.efbl_feed_wraper.efbl_skin_1417 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-1417 .efbl-d-columns-wrapper {
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.clear {clear:both;} .optinforms-confirm-checkbox { font-size: 12px; text-align: left; margin-top: 10px; }
#optinforms-form1-container {width: 100%; margin: 10px auto 20px auto;}
#optinforms-form1 {display: block; float: left; width: 100%; background:#efefef; padding: 15px 3%; text-align: center; margin: 0 0 5px; border-radius: 8px; border: 2px solid #e0e0e0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} #optinforms-form1-title {display: block; text-align: center; color: #eb432c; margin: 0 0 15px; font-family: Damion, sans-serif;}
#optinforms-form1-subtitle {font-size: 16px; color: #333; margin: 20px 0;}
#optinforms-form1-name-field-container, #optinforms-form1-email-field-container {display: inline; float: left; width: 38%; margin: 0 2% 0 0;}
#optinforms-form1-button-container {display: inline; float: left; width: 20%; margin: 0;}
#optinforms-form1-name-field {color: #666; padding: 8px 8px 8px 33px!important; background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/icon-user-01.png) no-repeat left center #fff; width: 100%; border:1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; box-shadow: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form1-email-field {color: #666; padding: 8px 8px 8px 33px!important; background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/icon-email-01.png) no-repeat left center #fff; width: 100%; border:1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; box-shadow: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form1-button {margin: 2px 0 0; color: #fff; background: #20a64c; padding: 6px; border: 0; border-radius: 4px; font-size: 14px; font-weight: 700; cursor: pointer; width:100%; text-shadow: none;}
#optinforms-form1-disclaimer {font-size: 11px; color: #666; margin:10px 0;}
#optinforms-form1 .optinforms-confirm-checkbox { text-align: center; }
#optinforms-form2-container {width: 100%; margin: 10px auto 20px auto;}
#optinforms-form2 {display: block; float: left; width: 100%; background: #266d7c; padding: 15px 3%; text-align: center; margin: 0 0 5px; border-radius: 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form2-title-container {display: inline; float: left; width: 30%; text-align: left; margin: 0 2% 0 0;}
#optinforms-form2-title {color: #fff; font-family: Pacifico, sans-serif; font-size: 30px; line-height: 30px;}
#optinforms-form2-email-field-container {display: inline; float: left; width: 30%; text-align: left;}
#optinforms-form2-email-field {color: #000; padding: 8px 8px 8px 33px; background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/icon-email-01.png) no-repeat left center #fff; width:100%; border:1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; box-shadow: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form2-button-container {display: inline; float: left; width: 18%; text-align: left; margin: 0 0 0 2%;}
#optinforms-form2-button {margin: 2px 0 0; color: #fff; background: #49A3FE; padding: 6px; border: 0; border-radius: 4px; font-size: 14px; font-weight: 700; cursor: pointer; width:100%; text-shadow: none;}
#optinforms-form2-disclaimer-container {display: inline; float: left; width: 16%; text-align: left; margin: 0 0 0 2%;}
#optinforms-form2-disclaimer {font-size: 11px; color: #fff; margin: 12px 0;}
#optinforms-form2 .optinforms-confirm-checkbox { color: #fff; }
#optinforms-form2 .optinforms-confirm-checkbox a { color: inherit; }
#optinforms-form3-container {width: 100%; margin: 10px auto 20px auto;}
#optinforms-form3 {display: block; float: left; width: 100%; background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/form3-border-top.gif) repeat-x #fff; padding: 0; text-align: center; margin: 0 0 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form3-inside {display: block; width: 100%; padding: 15px 3%; background: #f0f0f0; margin: 12px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form3-container-left {display: inline; float: left; width: 58%; margin: 10px 1% 0 0; text-align: left;}
#optinforms-form3-container-right {display: inline; float: left; width: 38%; margin: 10px 0 0 1%; text-align: left;}
#optinforms-form3-title {color: #505050; font-family: Droid Serif, sans-serif; font-size: 30px; line-height: 30px;}
#optinforms-form3-subtitle {font-size: 16px; color: #505050; margin: 20px 10px 20px 0; line-height: 28px;}
#optinforms-form3-name-field {color: #666; padding: 8px 8px 8px 33px; margin: 0 0 5px 0; background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/icon-user-01.png) no-repeat left center #fff; width:100%; border:1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form3-email-field {color: #666; padding: 8px 8px 8px 33px; margin: 0 0 5px 0;  background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/icon-email-01.png) no-repeat left center #fff; width:100%; border:1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form3-button {margin: 0; color: #fff; background: #49A3FE; padding: 6px; border: 0; border-radius: 4px; font-size: 18px; font-weight: 700; cursor: pointer; width:100%; text-shadow: none;}
#optinforms-form3 .optinforms-confirm-checkbox { margin-bottom: 10px; }
#optinforms-form4-container {width: 100%; margin: 10px auto 20px auto;}
#optinforms-form4 {display: block; float: left; width: 100%; background: #FCFCFC; padding: 15px 3%; text-align: center; margin: 0 0 5px; border: 2px solid #ECEAED; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form4-title {color: #505050; font-family: Arial, sans-serif; font-size: 24px; line-height: 24px; margin: 10px 0;}
#optinforms-form4-subtitle {font-size: 16px; color: #505050; margin: 15px 0; line-height: 28px;}
#optinforms-form4-email-field {color: #666; padding: 8px; margin: 0 0 5px 0;  background: #fff; width:100%; text-align: center; font-size: 16px; border:1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form4-button {margin: 0; color: #1d629b; background: #faff5b; padding: 6px; border: 0; border-radius: 4px; font-size: 20px; font-weight: 700; cursor: pointer; width:100%; text-shadow: none;}
#optinforms-form4-disclaimer {font-size: 12px; color: #999; margin:10px 0;}
#optinforms-form4 .optinforms-confirm-checkbox { text-align: center; margin-bottom: 10px; }
#optinforms-form5-container {width: 100%; margin: 10px auto 20px auto;}
#optinforms-form5 {display: block; float: left; width: 100%; background: #333333; padding: 15px 3%; text-align: center; margin: 0 0 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form5-container-left {display: inline; float: left; width: 39%; margin: 10px 1% 10px 0; text-align: left;}
#optinforms-form5-container-right {display: inline; float: left; width: 59%; margin: 10px 0 10px 1%; text-align: left;}
#optinforms-form5-title {color: #fb6a13; font-family: "News Cycle", sans-serif; font-size: 28px; line-height: 28px; margin: 0 0 20px 0;}
#optinforms-form5-subtitle {font-size: 16px; line-height: 26px; font-family: Georgia, "Times New Roman", Times, serif; color: #ccc; margin: 0 20px;}
#optinforms-form5-name-field {color: #000; padding: 8px 8px 8px 33px; margin: 0 0 10px 0; background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/icon-user-01.png) no-repeat left center #fff; width:100%; border: 1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form5-email-field {color: #000; padding: 8px 8px 8px 33px; margin: 0 0 10px 0;  background: url(//amazon-secret.com/wp-content/plugins/optin-forms/images/icon-email-01.png) no-repeat left center #fff; width:100%; border: 1px solid #DFDFDF; border-radius: 4px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;transition: all .2s ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#optinforms-form5-button {margin: 0; color: #fff; background: #fb6a13; padding: 6px; border: 0; border-radius: 4px; font-size: 16px; font-weight: 700; cursor: pointer; width:100%;}
#optinforms-form5-disclaimer {font-size: 14px; line-height: 26px; font-family: Georgia, "Times New Roman", Times, serif; color: #727272; margin: 20px 20px 0 20px;}
#optinforms-form5 .optinforms-confirm-checkbox { color: #727272; }
#optinforms-form5 .optinforms-confirm-checkbox a { color: inherit; }
#optinforms-powered-by {width: 99%; text-align: right; font-size: 11px; color: #666; margin: 10px 1% 0 0;}
.sticky-placeholder-wrapper > label {opacity:.5; -webkit-transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; -ms-transition: opacity .2s ease-out; transition: opacity .2s ease-out;}
.optinforms-status-success-message,
.optinforms-status-error-message {
margin-top: 10px;
}
#optinforms-form1-container .optinforms-status-success-message,
#optinforms-form1-container .optinforms-status-error-message,
#optinforms-form5-container .optinforms-status-success-message,
#optinforms-form5-container .optinforms-status-error-message {
color: #fff;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#optinforms-form1-name-field-container, #optinforms-form1-email-field-container{display:block;float:none;width:100%;margin:0 0 5px;} 
#optinforms-form1-name-field,#optinforms-form1-email-field{background:#fff;text-align:center;padding:8px!important;}
#optinforms-form1-button-container{display:block;float:none;width:100%;}
#optinforms-form2-title-container {display:block;width:100%;margin:0 0 10px;}
#optinforms-form2-title{text-align:center;}
#optinforms-form2-email-field-container {display:block;width:100%!important;}
#optinforms-form2-email-field{background:#fff;text-align:center;}
#optinforms-form2-button-container {display:block;width:100%;margin:0;}
#optinforms-form2-disclaimer-container {width:100%;margin:0;}
#optinforms-form2-disclaimer{margin:10px 0 0;text-align:center;}
#optinforms-form3-container-left,#optinforms-form3-container-right{display:block;width:100%;}
#optinforms-form5-container-left,#optinforms-form5-container-right{display:block;width:100%;}
#optinforms-form5-title{text-align:center;}
#optinforms-form5-name-field,#optinforms-form5-email-field{background:#fff;text-align:center;padding:8px!important;}
#optinforms-form5-subtitle, #optinforms-form5-disclaimer{text-align:center;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#optinforms-form1-name-field-container, #optinforms-form1-email-field-container{display:block;float:none;width:100%;margin:0 0 5px;} 
#optinforms-form1-name-field,#optinforms-form1-email-field{background:#fff;text-align:center;padding:8px!important;}
#optinforms-form1-button-container{display:block;float:none;width:100%;}
#optinforms-form2-title-container {display:block;width:100%;margin:0 0 10px;}
#optinforms-form2-title{text-align:center;}
#optinforms-form2-email-field-container {display:block;width:100%!important;}
#optinforms-form2-email-field{background:#fff;text-align:center;}
#optinforms-form2-button-container {display:block;width:100%;margin:0;}
#optinforms-form2-disclaimer-container {width:100%;margin:0;}
#optinforms-form2-disclaimer{margin:10px 0 0;text-align:center;}
#optinforms-form3-container-left,#optinforms-form3-container-right{display:block;width:100%;}
#optinforms-form5-container-left,#optinforms-form5-container-right{display:block;width:100%;}
#optinforms-form5-title{text-align:center;}
#optinforms-form5-name-field,#optinforms-form5-email-field{background:#fff;text-align:center;padding:8px!important;}
#optinforms-form5-subtitle, #optinforms-form5-disclaimer{text-align:center;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
#optinforms-form1-name-field-container, #optinforms-form1-email-field-container{display:block;float:none;width:100%;margin:0 0 5px;} 
#optinforms-form1-name-field,#optinforms-form1-email-field{background:#fff;text-align:center;padding:8px!important;}
#optinforms-form1-button-container{display:block;float:none;width:100%;}
#optinforms-form2-title-container {display:block;width:100%;margin:0 0 10px;}
#optinforms-form2-title{text-align:center;}
#optinforms-form2-email-field-container {display:block;width:100%!important;}
#optinforms-form2-email-field{background:#fff;text-align:center;}
#optinforms-form2-button-container {display:block;width:100%;margin:0;}
#optinforms-form2-disclaimer-container {width:100%;margin:0;}
#optinforms-form2-disclaimer{margin:10px 0 0;text-align:center;}
#optinforms-form3-container-left,#optinforms-form3-container-right{display:block;width:100%;}
#optinforms-form5-container-left,#optinforms-form5-container-right{display:block;width:100%;}
#optinforms-form5-title{text-align:center;}
#optinforms-form5-name-field,#optinforms-form5-email-field{background:#fff;text-align:center;padding:8px!important;}
#optinforms-form5-subtitle, #optinforms-form5-disclaimer{text-align:center;}
}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(//amazon-secret.com/wp-content/plugins/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}