/* SOCIAL MEDIA */

@media only screen and (min-width: 700px) {

    #socialShare {
        display: block;
        width: 72px;
        text-align: center;
        margin-top: -199px;
        position: fixed;
        top: 58%;
        right: 10px;
        z-index: 99; }
    #socialShare > img {
        position: relative;
        top: 12px; }
    #socialShare > div {
        padding: 0;
        background: #fff;
        border-radius: 5px;
        box-shadow: 2px 2px 4px #999; }
    #socialShare > div .social-icon {
        margin-bottom: 5px; }
    #socialShare > div .fb {
        margin-bottom: 10px; padding-right: 4px; }
    textarea { width: 80%;}
}

@media only screen and (max-width: 700px) {
    #socialShare {
        display: none;
    } 
    textarea {    width:  calc(100% - 100px);}
}


/* #########################
######### GENERAL #########
###########################*/


textarea {
    background-color: white;
    margin: 0px 10px 0px 10px;
    box-sizing: border-box;
    border: 1px #4d4d4d solid;
    color:#4d4d4d;
    font-size: 11px;
    font-family: monospace;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    height: 90px;
    margin-top: 10px;
    padding:10px 10px 0px 10px;
}

.fb-like.fb_iframe_widget{
    position: relative;
    margin-top: -2px;
    font-size: inherit !important;
}

#bottom {
    max-width: 900px;
    background-color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    margin: auto;
    padding-top:50px;
    height:auto;
    padding-bottom: 100px;
}
#bottom a { padding: inherit !important; min-height:inherit !important; display: inline-block}
#spacer { width: 560px; height:10px;}

.addthis_toolbox {
    max-width: 380px;
    padding-bottom: 20px;
    padding-left:10px;
    padding-top:30px
}
a.addthis_button_facebook_like.at300b, a.addthis_button_tweet.at300b, a.addthis_button_google_plusone.at300b{
    width:inherit;
    width:80px !important;
}

a.addthis_button_pinterest_pinit.at300b {
        width:inherit;
    width:60px !important;
}

#socialShare span { background-color:transparent !important}

.social-icon fb{margin-left:1px;}

#socialShare > div{
    padding-top: 10px !important
}
