/* Custom UI styles */

.landing-custom-status-bar {
    min-width: 230px;
}
.landing-custom-status-bar
.landing-ui-panel-status {
    animation: none;
    position: initial;
    bottom: 0;
    right: 0;
    padding: 0;
    transition: initial;
}
.landing-ui-panel-top-logo {
    flex-shrink: 0;
}
a.landing-custom-btn-icon {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 39px;
    height: 39px;
    margin-left: 10px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    background-color: #232323;
    border-radius: 100%;
    transition: opacity ease 0.35s;
}
.landing-ui-panel-top-logo .landing-custom-btn-icon {
    margin-left: 0;
}
a.landing-custom-btn-icon:hover,
a.landing-custom-btn-icon:active,
a.landing-custom-btn-icon:focus {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}
a.landing-custom-btn-transparent:hover,
a.landing-custom-btn-transparent:active,
a.landing-custom-btn-transparent:focus {
    opacity: 0.8;
    color: #232323;
    text-decoration: none;
}
.landing-custom-btn-icon i {
    font-size: 30px;
    line-height: 1.2;
}
.landing-custom-btn-icon .fa.fa-angle-left {
    margin-left: -2px;
}
a.landing-custom-btn-transparent {
    color: #232323;
    background-color: transparent;
}
.landing-custom-template-name {
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.landing-custom-status-name {
    font-size: 12px;
    line-height: 1;
}
.landing-custom-status-name.is-draft {
    color: #de9207;
}
.landing-custom-status-name.is-published {
    color: #00bb07;
}
.landing-custom-status-name.is-changed {
    color: #f44336;
}
.landing-custom-status-bar {
    margin-right: auto;
}
.landing-custom-icon-plus {
    font-style: normal;
    margin-left: 1px;
}
.landing-custom-icon-plus:before {
    content: '+';
    line-height: 1.3;
}
.landing-ui-button-action[data-id="remove"] {
    border-radius: 0;
    border-right: 0;
}
.landing-ui-panel.landing-ui-panel-block-action .fa {
    color: #525C69;
}

.landing-ui-button .fa {
    font-size: 14px;
    transition: color ease 0.35s;
}
.landing-ui-button:hover .fa {
    color: #333;
}

.landing-ui-panel[data-id="create_action_top"] {
    top: 20px;
    bottom: auto;
}
[class*='landing-block-node-']:not(img):empty::before {
    content: attr(placeholder);
    color: rgba(0, 0, 0, 0.2);
}
.is-black-bg [class*='landing-block-node-']:not(img):empty::before {
    content: attr(placeholder);
    color: rgba(255, 255, 255, 0.2);
}
[class*='landing-block-node-']:not(img):empty:focus::before {
    content: "";
}
.b-page__main [class*='landing-block-node-']:not(img):empty:before {
    display: none;
}
.ui-notification-balloon {
    transform: translateZ(0px) translateY(50px) !important;
}
.landing-ui-display-button-group {
    display: none;
}
[data-editkit='base'] [data-id='insertOrderedList'],
[data-editkit='base'] [data-id='insertUnorderedList'],
[data-editkit='base'] [data-id='formatBlock'],
[data-editkit='base'] [data-id^='justify'],
[data-editkit='base-align'] [data-id='insertOrderedList'],
[data-editkit='base-align'] [data-id='insertUnorderedList'],
[data-editkit='base-align'] [data-id='formatBlock'] {
    display: none;
}

/* Custom blocks styles */

.landing-custom-navbar {
    margin-left: -20px;
}
.navbar-expand.landing-custom-navbar .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
}
.landing-custom-backlink .fa-long-arrow-left:hover,
.landing-custom-backlink .fa-long-arrow-right:hover {
    background: transparent;
}
.landing-custom-date {

}
.landing-custom-playbtn-absolute {
    position: absolute !important;
    top: -45px;
}
.landing-custom-countdown {
    position: relative;
    border: 1px solid;
    border-top-width: 0;
}
.landing-custom-countdown:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 16px;
    border: 1px solid;
    border-bottom: 0;
}
.landing-custom-countdown-title-text {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
}
.landing-custom-numbered-list {
    counter-reset: landing-list;
}
.landing-custom-numbered-item {
    font-size: 16px;
}
.landing-custom-numbered-item:before {
    content: counter(landing-list);
    counter-increment: landing-list;
    flex-shrink: 0;
    margin-right: 25px;
    background-color: gray;
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: white;
    font-size: 20px;
}
.landing-custom-backlink {
    position: relative;
    z-index: 10;
}
