﻿@font-face {
    font-family: myFont;
    src: url(posy.woff2);
}


@import url(//fonts.googleapis.com/css?family=Raleway);


#posy-box {
    font-family: myFont;
    font-size: 40px;
    position: fixed;
    z-index: 99999;
    text-align:left;
}

.envelope:before {
    color: #ffffff !important;
    content: "\e907";
    position: absolute;
    z-index: 9999;
}

.content-envelope:before {
    color: #f4364c !important;
    content: "\e900";
}

#box-close {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #f4364c;
    color: white;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}

#posy-newsletter-popup {
    height: 340px;
    width: 300px;
    display: none;
    border-radius: 6px;
    margin-bottom: 30px;
    border-color: gray;
    background-color: #f4364c;
    box-shadow: 1px 1px 1px 1px rgb(180, 180, 180);
}

#box-close:after {
    content: "\00d7";
}

#posy-newsletter-popup-header {
    background-color: #f3f3f3;
    height: 90px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#box-item-logo {
    width: 150px;
    margin-top: 20px;
    margin-left: 15px;
}

#box-item-buttons {
    cursor: pointer;
}

#posy-newsletter-popup-body {
    padding: 10px;
    font-family:Arial;
}

#posy-newsletter-popup-body > #posy-title {
    color: white;
    font-weight: bold;
    font-size: 17px;
    font-family:Raleway;
}
#posy-newsletter-popup-send-container {
    padding-top: 20px;
    padding-left: 22px;
    padding-bottom:20px;
    border-radius:6px;
}


#posy-newsletter-popup-send-container > #posy-text {
    color: black;
    font-size: 15px;
    margin:0px;
    font-family:Raleway;
}

#posy-newsletter-popup-send-container > #posy-send-button {
    height: 34px;
    width: 36px;
    background-color: #f4364c;
    color: white;
    float: left;
    font-size: 24px;
    line-height: 35px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align:center;
    cursor:pointer;
    margin-top:15px;
}

    #posy-newsletter-popup-send-container > input {
        height: 26px;
        width: 190px;
        padding: 3px;
        float: left;
        background-color: #f3f3f3;
        border: 1px solid rgb(180, 180, 180);
        font-family: Raleway;
        box-sizing: content-box;
        border-radius: 0 !important;
    }

#posy-newsletter-popup-send-container {
    background-color: white;
}

#posy-email{
    margin-top:15px;
}

.clear{
    clear:both;
}
