/*

Theme Name: Marcus Oscarsson
Theme URI: https://marcusoscarsson.se
Author: Oscarsson 
Author URI: https://marcusoscarsson.se
Description: Tema för Marcus Oscarsson
Version: 1.0.0
Template: pro

*/


/* CSS for post-list shortcode */
.posts-list i.bullet {
    background: #3abcb8;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    top: 6px;
}

.post-preview-image img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
}

.posts-list h4 {
    font-size: 23px;
	line-height: 23px;
    margin: 0px 0 0px;
    color: #444444;
}

.post-item {
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(241, 241, 241);
    padding-bottom: 5px;
}

.post-item a, .post-item a:hover {
    color:#777777;
    font-size:15.4px;
}

.post-item p.post-excerpt {
    position: relative;
    text-indent: 16px;
	margin-bottom: 0px;
}

@media only screen and (min-width: 767px) {
	.posts-list.primary-col h4 {
		font-size: 32px;
		line-height: 42px;
		margin: 0px 0 0px;
		color: #444444;
	}
}

.basic-answer {
	margin-top: 8px; 	
}

.basic-answer-label {
	padding-top: 7px;
	padding-bottom: 7px;
}