*,
*::before,
*::after {
  box-sizing: inherit;
}
.inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) { 
.box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.ribbon {
  position: absolute;
    right: 1em;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 55px;
    height: 55px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 90px;
    display: block;
    position: absolute;
    top: 10px;
    right: -25px;

    font-weight: bold;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.55);
    background: #0073aa;
}
.processing:before {
    color: #f56e28;
    content: "\f463";
    animation: rotation 2s infinite linear;
    display: inline-block;
    font: normal 20px/1 dashicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    vertical-align: text-top;
}
.disabled .ribbon span {
    background: #e4e4e4;
    font-weight: normal;
    box-shadow: none;
    text-shadow: none;
}

.box {
    position: relative;

}

.section {
    clear: both;
    margin-left: -1em;
    margin-right: -1em;
    float: left;
    width: 100%;
}

.widget-description {
    display: block;
}

h3.widget-title {
    margin-top: 0;
}

.box:hover .inner {
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
}
.box .dashicons {
    margin-left: .5em;
}

.video-link {
    float: right;
}
.inner {
    padding: 1.5em;
    background: #fff;
    margin-bottom: 2em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: background, box-shadow;
    -moz-transition-property: background, box-shadow;
    -ms-transition-property: background, box-shadow;
    -o-transition-property: background, box-shadow;
    transition-property: background, box-shadow;
}

.inner a {
    text-decoration: none;
}

div#screen-meta {}

.box .dashicons {
    float: right;
    color: #e4e4e4;
    cursor: pointer;
}


.inner-up {
    position: absolute;
    /* left: -100%; */
    background: #0073aa;
    color: #fff;
    opacity: 0;
    transition: all linear 0.2s;
    visibility: hidden;
    top: 0;
    left: 0;
}

.inner-up h3.widget-title {
    color: #fff;
}

.inner-up a.go {
    color: #fff;
}

.box:hover .inner-up {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.box .dashicons-controls-play {
    display: none;
}

.box .dashicons-video-alt3 {
    /* display: none; */
    transition-property: border, background, color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
}

a.go.disabled {
    color: #a0a5aa !important;
    border-color: #ddd !important;
    background: #f7f7f7 !important;
    box-shadow: none !important;
    text-shadow: 0 1px 0 #fff !important;
    cursor: default;
    transform: none !important;
}

.disabled h3 {
    color: #c1c1c1;
}

.disabled .widget-description {
    color: #e4e4e4;
}

.disabled i {
    color: #e4e4e4;
}

.disabled a,
.disabled .dashicons {
    color: #f1f1f1;
    pointer-events: none;
}

.box.disabled .inner {
    box-shadow: none;
}

.sh-create-shortcode:hover,
.sh-create-shortcode:focus {
    box-shadow: none;
    outline: none;
}