/*
Theme Name: Webscout 2015 Childtheme
Description: Vantage Child Theme
Author: Kai Lüderwald
Author URI: http://www.webscout.de
Template: vantage
*/
@import url("../vantage/style.css");
/*hier kommen die neuen CSS-Angaben*/

.text {
 text-align: justify !important;
}

.widget_vantage-social-media .social-media-icon.social-media-icon-facebook{
    background: -moz-linear-gradient(center bottom , #333333 0%, #999999 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #222222;
}

.widget_vantage-social-media .social-media-icon.social-media-icon-twitter {
    background: -moz-linear-gradient(center bottom , #333333 0%, #999999 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #222222;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget_vantage-social-media .social-media-icon.social-media-icon-rss {
    background: -moz-linear-gradient(center bottom , #333333 0%, #999999 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #222222;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget_vantage-social-media .social-media-icon.social-media-icon-google-plus {
    background: -moz-linear-gradient(center bottom , #333333 0%, #999999 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #222222;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget_vantage-social-media .social-media-icon {
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    height: 40px;
    margin-right: 8px;
    position: relative;
    text-decoration: none;
    width: 40px;
}