/* From forums sass file*/
/* override modx.com styles */

.m-cloud-banner-btn-wrap:hover,
.m-cloud-banner-btn-wrap {
    text-decoration: none !important;
}

.m-cloud-banner {
    position: relative;
    z-index: 300;
}
.m-cloud-banner h3 {
    color: #fff;
    font-weight: 500 !important;
    margin: 0 !important;
}
.m-cloud-banner-cta a {
    text-decoration: none !important;
    cursor: pointer;
}
/* From forums sass file*/
#download .release_package table { overflow: visible }
.release_package h5, .release_package .variants { margin-top: 10px }
.m-cloud-banner {
    margin: -9px -4px -8px -4px;
    padding: 14px 12px 14px 20px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.84);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.84);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.84);
    color: #fff;
    background: url(../i/ads/cloud-ad-texture.png) no-repeat left top #2f4a7b;
}
    .m-cloud-banner a { color: #fff }
    .m-cloud-banner a:hover { text-decoration: none }
.m-cloud-banner-msg {
    font-family: "museo-slab-1","museo-slab-2", Georgia, serif;
    font-size: 1.4em;
    border-radius: 3px 3px 0 0;
    display: inline-block;
    width: 63%;
    padding-right: 1%;
    text-shadow: 0 1px 1px #000000;
    vertical-align: top;
}
.m-cloud-banner-cta {
    width: 35%;
    display: inline-block;
}
    .m-cloud-banner-cta img {
        margin-top: 10px;
        margin-bottom: -5px;
    }
    .m-cloud-banner-cta .faux-btn {
        text-align: right;
        margin-top: 5px;
        line-height: 1;
        display: block;
        vertical-align: top;
        font-size: 1.2em;
        font-weight: 700;
        text-align: center;
        padding: 12px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding;
        -moz-background-clip: padding;
        background-clip: padding-box;
        text-shadow: 0 0 2px rgba(0,0,0,0.8);
        background-color: #66a747;
        -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 0 2px 1px rgba(0,1,1,0.34), 0 0 7px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.51);
        -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 0 2px 1px rgba(0,1,1,0.34), 0 0 7px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.51);
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 0 2px 1px rgba(0,1,1,0.34), 0 0 7px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.51);
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #66a747), color-stop(27.76%, #66a747), color-stop(100%, #9ec650));
        background-image: -webkit-linear-gradient(bottom, #66a747 0%,#66a747 27.76%,#9ec650 100%);
        background-image: -moz-linear-gradient(bottom, #66a747 0%,#66a747 27.76%,#9ec650 100%);
        background-image: -o-linear-gradient(bottom, #66a747 0%,#66a747 27.76%,#9ec650 100%);
        background-image: linear-gradient(bottom, #66a747 0%,#66a747 27.76%,#9ec650 100%);
    }
   a:hover .m-cloud-banner-cta .faux-btn{
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #7db94f), color-stop(27.76%, #7db94f), color-stop(100%, #a6d055));
        background-image: -webkit-linear-gradient(bottom, #7db94f 0%,#7db94f 27.76%,#a6d055 100%);
        background-image: -moz-linear-gradient(bottom, #7db94f 0%,#7db94f 27.76%,#a6d055 100%);
        background-image: -o-linear-gradient(bottom, #7db94f 0%,#7db94f 27.76%,#a6d055 100%);
        background-image: linear-gradient(bottom, #7db94f 0%,#7db94f 27.76%,#a6d055 100%);
    }
