/*
Theme Name: Fukasawa Child
Theme URI: http://www.andersnoren.se/teman/fukasawa-wordpress-theme/
Template: fukasawa
Author: Anders Norén
Author URI: http://www.andersnoren.se
Description: Fukasawa is a minimal masonry style blog theme for photographers and collectors. It features responsive &amp; retina-ready design, support for the image, gallery and video post formats, five custom widgets, an archive page template, a gallery slideshow, custom accent color support, custom logo support, editor styles and translation ready code. Included translations: Swedish/svenska.
Tags: gray,silver,white,light,two-columns,left-sidebar,responsive-layout,custom-colors,custom-menu,editor-style,featured-images,flexible-header,post-formats,sticky-post,theme-options,threaded-comments,photoblogging
Version: 1.09.1462550869
Updated: 2016-05-06 16:07:49

*/
/*Tamaño del título del post*/
.post.single .post-title {
	font-size: 1.5em;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 40px;
	word-break: break-word;
	-ms-word-break: break-word;
}
/*borde de las imágenes de las páginas*/
.post-content .wp-caption { margin-bottom: 1.5em; }

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img,
img.alignnone,
.alignnone img {
	display: block;
	box-sizing: border-box;
	padding: 5px;
	border: 0px solid #EEE;
}
/*Color del Nombre-Logo del Home*/
.blog-title a {
	display: inline-block;
	padding: 9px 13px;
	border: 3px solid #333;
	font-size: 17px;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #8B4007;
}
/*Esconder los créditos originales*/
.credits {
visibility: hidden;
}