/*
Theme Name:     Spacious-child
Description:    Spacious-child after having changed color from green to blue
Author:         simonknutsson@gmail.com
Template:       spacious

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	font-style: normal;
	margin-left: 5%;
	border: none;
        padding: 0px;
	border-left: none !important;
	margin-bottom: 0px;
}

blockquote em, blockquote i, blockquote cite {
	font-style: italic;
}

/* =HEADINGS
----------------------------------------------- */
h3 {
	font-size: 1.2em;
}

/* =PICTURES
----------------------------------------------- */
img {
margin: 15px;
}

.circle-image  {
width: 170px;
height: 170px;
-webkit-border-radius: 85px;
-moz-border-radius: 85px;
-ms-border-radius: 85px;
-o-border-radius: 85px;
border-radius: 85px;
}

/* =TABLE OF CONTENTS
----------------------------------------------- */
.lwptoc_items ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
