#jux_easy_instagram_feed {
    position: relative;
}

#jux_easy_instagram_feed .ff-loader {
    z-index: 9999;
}

#jux_easy_instagram_feed .ff-loader .ff-square {
    background: #c12929;
}

#jux_easy_instagram_feed .ff-stream .ff-square:nth-child(1) {
    background-color: #3b3d40;
}

#jux_easy_instagram_feed.layout_slider .jux-wrapper .jux-item {
    cursor: pointer;
    position: relative;
}

#jux_easy_instagram_feed.layout_slider .jux-wrapper .slick-prev,
#jux_easy_instagram_feed.layout_slider .jux-wrapper .slick-prev:hover,
#jux_easy_instagram_feed.layout_slider .jux-wrapper .slick-next,
#jux_easy_instagram_feed.layout_slider .jux-wrapper .slick-next:hover {
    width: 40px;
    height: 40px;
    z-index: 1000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

#jux_easy_instagram_feed.layout_grid .jux-wrapper .jux-item {
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#jux_easy_instagram_feed.template_classic .inner-preview:hover,
#jux_easy_instagram_feed.template_classic img:hover,
#jux_easy_instagram_feed.template_classic .jux-item:hover img,
#jux_easy_instagram_feed.template_classic .jux-item {
    cursor: pointer !important;
}

#jux_easy_instagram_feed.template_classic .inner-overlay {
    position: relative;
}

#jux_easy_instagram_feed.template_classic .jux-feed-post {
    background: white;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}

#jux_easy_instagram_feed.template_classic .date-insta {
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#jux_easy_instagram_feed.template_classic .jux-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#jux_easy_instagram_feed.template_classic .jux-user .name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#jux_easy_instagram_feed.template_classic .jux-user .name-wrapper .user-name {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

#jux_easy_instagram_feed.template_classic .jux-user .name-wrapper .user-name a {
    text-transform: capitalize;
    color: inherit;
}

#jux_easy_instagram_feed.template_classic .jux-user .name-wrapper .user-name a:hover {
    text-decoration: underline;
}

#jux_easy_instagram_feed.template_classic .jux-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
}

#jux_easy_instagram_feed.template_classic .inner-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 5px 10px;
    line-height: 1;
    position: relative;
}

#jux_easy_instagram_feed.template_classic .inner-counter .icon-insta a {
    color: black;
    font-size: 18px;
}

#jux_easy_instagram_feed.template_classic .jux-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: auto;
    padding: 12px 12px 12px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#jux_easy_instagram_feed.template_classic .jux-link a {
    color: inherit;
}

#jux_easy_instagram_feed.template_classic .inner-caption {
    padding: 5px 10px;
}

#jux_easy_instagram_feed.template_classic .inner-caption .item-text {
    opacity: 0.6;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

#jux_easy_instagram_feed .inner-counter .jux-comment,
#jux_easy_instagram_feed .inner-counter .jux-likes {
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 20px;
}

#jux_easy_instagram_feed .jux-icon .fa:before {
    padding-right: 4px;
}

#jux_easy_instagram_feed .ff-loadmore-wrapper .ff-btn {
    width: auto !important;
    padding: 0px 30px;
    margin: 20px 12px 0;
    cursor: pointer;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    padding: 5px 30px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    position: relative;
    text-align: center;
    -ms-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#jux_easy_instagram_feed .ff-loadmore-wrapper .ff-btn:hover {
    text-decoration: none;
}

#jux_easy_instagram_feed .jux-item {
    overflow: hidden;
    position: relative;
}

#jux_easy_instagram_feed .jux-item .jux-feed-post,
#jux_easy_instagram_feed .jux-item .jux-meta {
    overflow: hidden;
    position: relative;
}

#jux_easy_instagram_feed .jux-item .inner-preview {
    position: relative;
    overflow: hidden;
}

#jux_easy_instagram_feed .jux-item .inner-preview video {
    width: 100%;
}

#jux_easy_instagram_feed.template_tile .inner-counter {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    width: 80%;
    max-height: 80%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

#jux_easy_instagram_feed.template_tile .inner-overlay {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s, visibility 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s;
    transition: opacity 0.35s, visibility 0.35s;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#jux_easy_instagram_feed.template_tile .inner-infor {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    width: 80%;
    max-height: 80%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

#jux_easy_instagram_feed.template_tile .inner-caption {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    overflow: hidden;
    margin-top: 10%;
    text-align: center;
    width: 100%;
}

#jux_easy_instagram_feed.template_tile .jux-item:hover .inner-infor {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#jux_easy_instagram_feed.template_tile .jux-item:hover .inner-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding-top: 0;
}

@media screen and (min-width: 769px) {
    .nivo-lightbox-overlay .nivo-lightbox-wrap {
        left: 35%;
        right: 35%;
        top: 10%;
        bottom: inherit;
    }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .nivo-lightbox-overlay .nivo-lightbox-wrap {
        left: 20% !important;
        right: 20% !important;
        top: 10% !important;
        bottom: 20% !important;
    }
}

@media screen and (max-width: 768px) {
    .nivo-lightbox-overlay .nivo-lightbox-wrap {
        left: 15% !important;
        right: 15% !important;
        top: 10% !important;
        bottom: 20% !important;
    }
}

.jux_lightbox_container .jux-lightbox1 .jux-media {
    margin-bottom: 0;
}

.jux_lightbox_container .jux-lightbox1 .jux-media .jux-description {
    color: #363636c9;
}

.jux_lightbox_container .jux-lightbox1 .jux-media.jux-video {
    height: 300px;
}

.jux_lightbox_container .jux-info .jux-description {
    opacity: 0.6;
}

.jux_lightbox_container .jux-popup-like,
.jux_lightbox_container .jux-title {
    font-weight: bold;
}

.jux_lightbox_container .popup_item_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jux_lightbox_container .popup_item_header .posts_item_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jux_lightbox_container .popup_item_header .posts_item_user .posts_item_user_name_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.jux_lightbox_container .popup_item_header .posts_item_user .posts_item_user_name_wrapper .posts_item_user_name {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.jux_lightbox_container .item_user_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.jux_lightbox_container .item_user_actions .item_instagram_follor {
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
}

.jux_lightbox_container .item_user_actions .item_instagram_link {
    margin-left: 10px;
    font-size: 20px;
    display: block;
    width: 24px;
    height: 24px;
    padding: 12px 15px 15px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

body.default-demo.nivo-lightbox-body-effect-fadeScale {
    overflow: hidden;
}

.nivo-lightbox-overlay {
    overflow-y: auto !important;
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
    max-height: inherit !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    position: fixed !important;
}

.slick-slide:focus {
    outline-color: #ffffff00;
}