/*
 Theme Name:   Welfare Child
 Theme URI:    /welfare-child/
 Description:  Welfare Child Theme
 Author:       Beverly Ragsdale
 Template:     welfare
 Text Domain:  welfare-child
*/

div.right { position: fixed; right: 20px; top: 5px; padding: 5px; height: 40px; }\
td.cmsms_table_cell_aligncenter { color: #000000; }
td.cmsms_table_cell_alignleft { color: #000000; }
span.cmsms_post_user_name, vcard author { display: none; visibility: hidden; }
span.cmsms_post_format_img, cmsms_post_format_img, cmsms_theme_icon_image { display: none; visibility: hidden; }


.nav_bg_clr { background-color: #000000; }

.center-justified {
  text-align:center;
  margin: 0 auto;
  width: 30em;
  float: center;
  width: 50%;
}

p.cmsms_text { padding-top: -20px; }
.center { text-align: center; }


@font-face {
    font-family: 'si';
    src: url('/themes/welfare-child/socicon.eot');
    src: url('/themes/welfare-child/socicon.eot?#iefix') format('embedded-opentype'),
         url('/themes/welfare-child/socicon.woff') format('woff'),
         url('/themes/welfare-child/socicon.ttf') format('truetype'),
         url('/themes/welfare-child/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}
.soc-tumblr {
    background-color: #45556c;
}
.soc-tumblr:before {
    content:'z';
}
.soc-instagram {
    background-color: #9c7c6e;
}
.soc-instagram:before {
    content:'x';
}

.right { position: fixed; right: 5px; top: 5px;}