/*
 Theme Name:   Spacious Child
 Description:  Spacious Child Theme
 Author:       Kalle Mansikkaniemi
 Author URI:   http://www.sulava.com
 Template:     spacious
 Version:      1.0.0
 Text Domain:  spacious-child
*/

/* Common */
h1, h2, h3, h4, h5, h6, body, p{
	font-family: "Open Sans",sans-serif;
}
#header-logo-image img,
footer img,
.single #content .tags a {
	transition:all .2s ease;
}

/* Title */
.header-post-title-container{
	box-shadow:none;
}
.header-post-title-class{
	font-size:33px;
}

/* Tags */
.single #content .tags{
	text-align: center;
	font-size:0;
}
.single #content .tags a {
	white-space: nowrap;
	margin: 2px;
	display: inline-block;
	font-size: 16px;
}
.single #content .tags a:hover {
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
}


/* Footer */
.footer-socket-wrapper,
.footer-widgets-wrapper{
	background-color: #19388a;
	border:0;
}
footer img{
	margin-right:10px;
}
footer #text-5 .textwidget{
	text-align: right;
}