/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.admin-popup-section {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
}

.admin-notice-box {
    width: 320px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    padding: 25px;
    margin-top: 15%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;
}

.admin-notice-box .x-anchor {
    font-size: 1em;
    background-color: rgb(208, 174, 47);
}

.admin-notice-box .x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.575em 2em 0.575em 2em;
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
}

.admin-notice-box .x-anchor .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    margin: 5px;
}

.admin-notice-box .x-anchor .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}