﻿#FreemiumAd {
    /* z-index higher than #HeaderMenuZone */
    z-index: 6;
    background-color: #FFFFFF;
    padding: 15px 25px;
    font-family: 'Signika', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s;
}

    #FreemiumAd.wsDesktopAd {
        position: fixed;
        top: 0px;
        left: 0px;
        max-width: 150px;
        overflow: hidden;
        border-bottom-right-radius: 15px;
        box-shadow: 0px 0px 7px rgba(000,000,000,0.3);
    }

        #FreemiumAd.wsDesktopAd #FreemiumAdImage {
            width: 100%;
            box-sizing: border-box;
        }

        #FreemiumAd.wsDesktopAd *:not(div) {
            display: block;
            margin-top: 0px;
            margin-bottom: 15px;
        }

    #FreemiumAd.wsMobileAd {
        position: fixed;
        bottom: 0px;
        width: 100%;
        box-shadow: 0px 0px 1px black;
        box-sizing: border-box;
        padding: 15px 15px;
    }

        #FreemiumAd.wsMobileAd #FreemiumAdCreatedWithWrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #FreemiumAd.wsMobileAd #FreemiumAdImage {
            max-width: 50%;
        }

        #FreemiumAd.wsMobileAd #CreatedWithText {
            margin-right: 15px;
        }

    #FreemiumAd #CreatedWithText {
        text-transform: uppercase;
    }

    #FreemiumAd #FreemiumAdButton {
        background-color: #0FC3D8;
        border-radius: 33px;
        cursor: pointer;
        border: none;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #121922;
        text-align: center;
        width: 100%;
        font-family: 'Signika', sans-serif;
        font-weight: 900;
    }
        #FreemiumAd #FreemiumAdButton:hover {
            background-color: #22d2e6;
        }