/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


#top .fullsize .template-blog .big-preview.multi-big {
    margin-bottom: 0px;
}


#top .fullsize .template-blog .post-title {
    font-size: 42px;
}


.rounded-container {
    width: 35px;
    height: 35px;
}


#top .fullsize .template-blog .post-meta-infos {
    text-align: left;
}

span.blog-author.minor-meta {
	padding-left: 10px;
}

#top .fullsize .template-blog .post-title {
    text-align: left;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 48em;
}

a.more-link {
    color: #fff;
    background-color: #efbb20;
    border: 2px solid #efbb20;	
	padding: 6px 12px;
	border-radius: 4px;
	text-decoration: none;
}

a.more-link:hover {
    color: #efbb20;
    background-color: #fff;
	border: 2px solid #efbb20;
}

.blog .template-blog .post_delimiter {
    padding: 0;
}

.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #efbb20;
    border: 2px solid #efbb20;
}

.pt-cv-wrapper:hover .btn-success:hover {
    color: #efbb20;
    background-color: #fff;
	border: 2px solid #efbb20;
}


.recent-articles {
	margin-bottom: 20px;
	margin-left: 0 !important;
}

.custom-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.blog .post-meta-infos {
	display: none;
}

.page-id-1992 .post-meta-infos {
	display: none;
}

@media (max-width: 800px) {
	.recent-articles {
		margin-top: 60px;
	}
}

