/*
Theme Name: Figure Competition Secrets
Description: Custom theme for Karen Sessions
Author: Cody Wise
Author URI: http://www.pdxwebpros.com
Version: 1.0
*/

/* This theme's primary styles can be found in /assets/css/theme.css */


.social * {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.social {
    text-align: right;
    padding: 5px 0px 2px;
    height: 25px;
    overflow: hidden;
    position: relative;
}
.social h3 {
    position: absolute;
    right: 40%;
    top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    color: #8F12D6;
}
.facebook, .stumbleupon, .google, .twitter {
    max-width: 90px;
    overflow: hidden;
    margin-right: 5px;
}

.twitter{
width:88px;
}
 
.facebook {
position:relative;
top:-5px;
}


body #access li a{ padding: 0 15.5px; }
@media(max-width: 800px){
	body #access li a{ padding: 12px 12px; }
}


.footer-menu {
    display: block;
    text-align:center;
    padding-bottom: 20px;
    margin-top: -15px;
}
.footer-menu li {
    display: inline;
    padding: 0 10px;
}
.footer-menu li a {
    color: #919191;
    font-size: 11px;
    text-transform: uppercase;
}