﻿#header nav ul li a.button, #header nav ul li span.button {
    height: 2em;
    line-height: 2em;
    padding: 0 1.25em;
}
.button.primary {
    background-color: #e44c65;
    box-shadow: none;
    color: #ffffff !important;
}
#header nav ul li a, #header nav ul li span {
    border: 0;
    color: inherit;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    outline: 0;
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 30%);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 3em;
    line-height: 3em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}


@media screen and (max-width: 850px){
    #buyNowCenter {
        position: relative;
        top: 30px;
    }
    #buyNowTop{
        display:none !important;
    }


    #intro .content{
        margin-top:70px;
    }

    #intro p {
        line-height: 12px;
        position:relative;
        top:20px;
    }
    #buyNowLink{
        display:none;
    }
    #two img{
        width:50%;
        float:right;
        margin:5px;
    }
    #two p{
        text-align:justify;
    }
}

@media screen and (min-width:850px){
    #buyNowCenter {
        display: none;
    }
    #two img{
        display:none;
    }

    #intro .content {
        margin-top: 80px;
    }

    #intro p {
        line-height: 20px;
        position: relative;
        top: 20px;
    }
}

.poptrox-popup .caption {
    line-height: 1.1em;
    height:4em;
}

#contact .content {
    text-align:left;
}
#contact .content ul{
    list-style:disc;
}
#contactbutton {
    list-style: none !important;
}

.stores ul {
    display:inline;
}
.stores li{
    display:inline;
}

.buylink{
    display:block;
}
.marg10{
    margin:10px;
}