/**
 *
 * @package Enteraddons
 * @Version 1.0.0
 * @Author Themelooks
 * @Author URL https://themelooks.com/
 *
 */
#enteraddonsModal .dialog-message.dialog-lightbox-message {
    padding-left: 0;
    padding-top: 0;
}
.enteraddons-dialog-lightbox-message-inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
div#dialog_content_wrapper {
    height: 100%;
}
.enteraddons-lightbox-message-cat-filter {
    background: #fff;
    color: #000;
    flex: 0 0 20%;
    margin-right: 30px;
}
.enteraddons-template-library-templates-container {
    flex: 0 0 80%;
    max-width: calc(80% - 30px);
    padding: 30px;
}
.enteraddons-dialog-lightbox-message-search {
    margin-bottom: 15px;
}
.enteraddons-dialog-lightbox-message-search .enteraddons-search-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enteraddons-dialog-lightbox-message-search .enteraddons-search-inner .enteraddons-item-sort-by {
    background: #fff;
    padding: 8px;
    height: 35px;
    max-width: 114px;
}
.enteraddons-dialog-lightbox-message-search .enteraddons-search-inner .enteraddons-text-search {
    max-width: 200px;
    height: 35px;
    background-color: #fff;
}
.enteraddons-template-library-templates-container-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
}
.enteraddons-lightbox-message-single-item .item-inner {
    position: relative;
    line-height: 0;
    min-height: 80px;
}
.enteraddons-lightbox-message-single-item .item-inner .item-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.enteraddons-lightbox-message-single-item .item-footer {
    padding: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.enteraddons-template-gopro,
.enteraddons-template-insert {
    display: none;
    font-size: 13px;
}
.enteraddons-lightbox-message-single-item:hover .item-footer .enteraddons-template-title {
    display: none;
}
.enteraddons-lightbox-message-single-item:hover .item-overlay {
    opacity: 1;
}
.enteraddons-lightbox-message-single-item:hover .item-footer .enteraddons-template-insert,
.enteraddons-lightbox-message-single-item:hover .item-footer .enteraddons-template-gopro {
    display: block;
}
.enteraddons-lightbox-message-single-item .item-overlay {
    opacity: 0;
    transition: 0.5s;
}
.item-overlay span {
    margin-top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.item-overlay span i {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.enteraddons-lightbox-message-single-item img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.enteraddons-lightbox-message-cat-filter ul li span {
    border-bottom: 1px solid #e4e4e4;
    display: block;
    padding: 20px 17px;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
}
.enteraddons-lightbox-message-cat-filter ul li span:hover {
    color: #000;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.item-footer {
    overflow: hidden;
}
.item-footer .enteraddons-template-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-weight: 500;
    font-size: 13px;
}
.item-footer .enteraddons-template-gopro a {
    display: block;
}
.item-footer .enteraddons-template-gopro span.elementor-button-title,
.item-footer .enteraddons-template-gopro i {
    display: inline-block;
}
.item-footer .enteraddons-template-gopro i {
    margin-right: 10px;
}
.enteraddons-template-library-templates-container-inner .elementor-template-library-template-page {
    padding: 0;
}
@media (min-width: 1440px) {
    .enteraddons-template-library-templates-container-inner .elementor-template-library-template-page {
        width: -webkit-calc(20% - 30px) !important;
        width: calc(24.9% - 30px) !important;
    }
}
.enteraddons-template-library-templates-container-inner .elementor-template-library-template-remote {
    border-radius: 10px;
}
#enteraddons-template-library-preview {
    height: 100%;
    overflow: hidden;
}
#enteraddons_dialog_content_wrapper,
#enteraddons_template_library_content_preview {
    height: 100%;
}
.enteraddons-templates-modal_preview {
    height: 100%;
    overflow: hidden;
}
.enteraddons-templates-modal_preview iframe {
    height: 150%;
    -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%);
    -ms-transform: scale(0.666) translateX(-25%) translateY(-25%);
    transform: scale(0.666) translateX(-25%) translateY(-25%);
}
@media (min-width: 1440px) {
    .enteraddons-templates-modal_preview iframe {
        width: 1710px;
    }
}
@media (max-width: 1439px) {
    .enteraddons-templates-modal_preview iframe {
        width: 1440px;
    }
}
#enteraddons-template-library-header-preview-back {
    padding: 16.5px 16.5px 15px 0;
    border-right: 1px solid #e6e9ec;
    color: #a4afb7;
    cursor: pointer;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
#enteraddons-template-library-header-preview-back i {
    padding-right: 10px;
    font-size: 18px;
}
.modal-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-header-logo .elementor-templates-modal__header__logo__icon-wrapper img {
    width: 35px;
}
#enteraddons-template-library-header-preview-back:hover {
    color: #495157;
}
#enteraddons-template-library-header-insert-button {
    display: flex;
}
#elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert.enteraddons-template-insert {
    margin-right: 15px;
}
.elementor-template-library-template-insert.enteraddons-template-insert {
    display: block;
}
.dialog-loading.dialog-lightbox-loading {
    display: block;
    background: #f1f3f5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.enteraddons-dialog-lightbox-preview-header-inner {
    display: flex;
    align-items: center;
}
.ea-editor-tp-ribbon {
    position: absolute;
    width: 38px;
    height: 21px;
    padding: 4px 4px 4px 4px;
    border-radius: 3px 3px 3px 3px;
    font-weight: 500;
    background: #E82A5C;
    background: -webkit-gradient(linear, left top, right top, from(#E82A5C), to(#464163));
    background: -o-linear-gradient(90deg, #E82A5C 0%, #464163 100%);
    background: linear-gradient(90deg, #E82A5C 0%, #464163 100%);
    color: #fff;
    top: 5%;
    font-size: 12px;
    right: 12px;
    line-height: 1.2;
    text-align: center;
}
.elementor-element .icon i.entera:after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: "\e957";
    opacity: 0.5;
    font-size: 15px;
}
.elementor-panel-heading-title {
  width: 100%;
}
/*a.elementor-template-library-template-action.enteraddons-template-insert.elementor-button {
    padding: 0;
    background: transparent;
    color: #222;
}*/