/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/* == Change Font Color On Comments in Post Page == */
.comment-meta.commentmetadata {
    a {  color: #CBA152;  }
    a:hover {  color: #FBCA65;  }
}

/* == Change Font Color On Blog Posts Pages ==  */
.html_modern-blog #top .post-entry .post-meta-infos, .html_modern-blog .avia-content-slider .slide-meta {
    a {  color: #CBA152;  }
    a:hover {  color: #FBCA65;  }
}
.html_elegant-blog #top .post-entry .minor-meta {
   color: #F1E6B8;
}


/* == Style new author page for clients to see == */
.author-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.author-header {
    text-align: center;
    margin-bottom: 50px;
}
.author-avatar {
    margin-bottom: 20px;
}
.author-avatar img {
    border-radius: 50%;
}
.author-info h1 {
    margin-bottom: 15px;
	color: #F1E6B8;
}
.author-name {
    margin-bottom: 20px;
	color: #F1E6B8 !important;
    font-size: 32px;
}
.author-bio {
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
	color: #F1E6B8;
}
.posts-list article {
	color: #F1E6B8 !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.author-posts h2 {
	margin-bottom: 40px;
	text-align: center;
    color: #F1E6B8 !important;
}
.posts-list article a {                /* Default link color */
    color: #CBA152 !important; 
}
.posts-list article a:hover {          /* Hover state */
    color: #FBCA65 !important;
    text-decoration: underline;
}
.page-title {
    font-size: 36px;
    color: #F1E6B8;
    text-align: center;
	margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 700;
}