.yarpp_pro_msg{
    border: 1px ridge #D0D0D0;
    padding: 0.4em 2em 0.8em;
    text-align: justify;
}
.yarpp_pro_msg strong{
    display: inline-block;
    text-align: center;
    width: 100%;
    color: orange;
}
.yarpp_help {
    position: relative;
    display: inline-block;
    background: transparent url(//blog.goldenpages.ie/wp-includes/images/wpicons.png) no-repeat -520px -20px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
}
.yarpp_help_msg {
    position: absolute;
    left: 25px;
    display: none;
    border: 1px solid #D0D0D0;
    width: 250px;
    text-align: justify;
    padding: 10px 15px;
    background-color: #FFF;
    box-shadow: 0 0 0.4em -0.15em #333;
    z-index: 100;
}
.yarpp_help:hover .yarpp_help_msg{
    display: block
}#wpadminbar .smack-main-mode > .ab-item{
    color:#fff;
    background-color: #f44;
    background-image: -moz-linear-gradient(bottom, #d00, #f44);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d00), to(#f44));
}

#wpadminbar .smack-main-mode:hover > .ab-item{
    background-color: #a30 !important;
    color: white !important;
    background-image: -moz-linear-gradient(bottom, #d00, #a30) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d00), to(#a30)) !important;
}

.main-mode-front {
position: fixed; 
width:100%;
color: #fd1902;
background-color: #d7ccca; 
left: 0px;
top: 0px; 
box-shadow: 10px 10px 5px #888888;
z-index: 999;
text-align: center;
font: 20px;
padding: 20px;
}.dgd_stb_box, .dgd_stb_tab {
    z-index:100000; /* wpadminbar is 99999, needs to appear on top of this */
    display: none;
    position:fixed;
    top: none;
    left: none;
    right: none;
    bottom: none;
}

.dgd_stb_box_close {
    display: inline-block; 
    position: absolute; 
    cursor: pointer;
    top: 15px; right: 15px; 
}

.dgd_stb_box_close_button {
    cursor: pointer;
}

.dgd_stb_box_x { font-weight: 900; z-index: 20000000 }
.dgd_stb_box_x::before { content: "\00D7" }

.dgd_stb_box #scrolltriggered1 { 
    display: block !important; 
    bottom: none !important; 
    z-index: auto !important; 
    position: static !important;
}

.dgd_stb_tab {
    cursor: pointer;
}

.dgd_overlay {
    z-index: 99999;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.3;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.dgd_blur {
    -webkit-filter: blur(3px);
    filter: url(//blog.goldenpages.ie/wp-content/plugins/dreamgrow-scroll-triggered-box/img/blur.svg#blur);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius = 3);
    filter: blur(3px); 
}

.dgd_no_blur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.dgd_preview {
    background: rgba(255, 255, 255, 1);
    margin: 40px;
    padding: 40px;
}