/*
 Theme Name:   Show+Tell Child
 Theme URI:    http://knacc.co/show-tell
 Description:  Show+Tell Child Theme
 Author:       Knacc
 Author URI:   http://knacc.co
 Template:     show-tell
 Version:      1.2.1
 Tags:         
 Text Domain:  show-tell-child
*/

@import url("../show-tell/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


.entry-meta {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
    font-size: 14px;
    padding: 20px 20px 15px;
    text-align: center;
}

.contrast-sb-dark-bg-light .site-footer {
    color: #999;
}

.site-footer {
    font-size: 12px;
    text-align: center;
    color:#999;
}

.profile-lead em {font-size: 24px;}

.tablenav-pages_1 span {
    color: #f46161;
    font-family: arial;
    font-size: 19px;
    font-weight: normal;
    vertical-align: middle;
}



.profile-header .profile-image {
    background-color: #000;
    border-radius: 0px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    display: block;
    height: 0;
    left: 50%;
    margin: -160px 0 0 -200px;
    overflow: hidden;
    padding: 200px 200px;
    position: absolute;
    top: 40%;
    transition: none;
    width: 0;
}

.profile-header .profile-image img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
}


.profile-details {
    background-color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 380px;
    position: relative;
    width: 100%;
background-image:none;
}

.profile-header .profile-info {
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 75%;
    width: 100%;
}

.profile-header .profile-image:hover {
 height: auto;
   margin:0px 0 0 0px;
   padding: 0px;

}

.byline a::before, .profile-image::before, .icon-knacc-user::before {
    content: none;
}

blockquote, figure {
    -moz-margin-end: 0px;
    -moz-margin-start: 0px;
    display: block;
}


.contrast-sb-dark-bg-light .profile-header {
    background-color: #fff;
}

.contrast-sb-dark-bg-light .profile-header .profile-image {
    background-color: #fff;
}

.profile-lead {
    margin-top: 20px;
    padding: 40px 120px;
}


.profile-header,
.profile-job-title {
    color: #444;
    font-size: 20px;
    margin: 0 0 10px;
}

.profile-header,
.profile-name {
    color: #333;
    font-size: 40px;
    margin: 0 0 10px;
}

