/*
 Theme Name:   Writr Child
 Theme URI: http://theme.wordpress.com/themes/writr/
 Description: Writr is a minimalist, content-oriented tumblelog theme perfect for your personal blog. It comes packed with 6 different color schemes: turquoise (default), blue, green, grey, purple, and red. With a modern look and attention to crisp typography, Writr put the focus on your content.
 Version: 1.2.1
 Author: Automattic
 Author URI: https://wordpress.com/themes/
 License: GPL v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: writr
 Template: writr-wpcom
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
  font-family: 'Font Awesome 5';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-regular-400.eot");
  src: url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-regular-400.woff2") format("woff2"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-regular-400.woff") format("woff"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-regular-400.ttf") format("truetype"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-regular-400.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'Font Awesome 5';
  font-style: normal;
  font-weight: 900;
  src: url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-solid-900.eot");
  src: url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-solid-900.woff2") format("woff2"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-solid-900.woff") format("woff"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-solid-900.ttf") format("truetype"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-solid-900.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-brands-400.eot");
  src: url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-brands-400.woff2") format("woff2"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-brands-400.woff") format("woff"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-brands-400.ttf") format("truetype"), url("//cdn.berengerzyla.com/common/font/font-awesome/5.0.6/fa-brands-400.svg#fontawesome") format("svg"); 
}

body:before {
	background: #ededed;
}

.genericon-location,
.genericon-quote,
.genericon-recipe,
.genericon-how-to {
	font-family: 'Font Awesome 5';
	-webkit-font-smoothing: antialiased;
	text-indent: 1px;
	line-height: 62px;
	font-size: 34px;
	width: 62px;
	height: 62px;
	font-weight: 400;
}

.genericon-quote:before {
	font-family: 'Font Awesome 5';
	content: "\f10e";
	font-weight: 900;
}
.genericon-recipe:before {
	font-family: 'Font Awesome 5';
	content: "\f2e7";
	font-weight: 900;
}
.genericon-location:before {
	font-family: 'Font Awesome 5';
	content: "\f14e";
	font-weight: 900;
}
.genericon-how-to:before {
	font-family: 'Font Awesome 5';
	content: "\f0eb";
	font-weight: 900;
}

/** CONTENT **/

.hentry {
	margin-bottom: 88px;
	position: relative;
}
.hentry:after {
	position: absolute;
	display: block;
	content: '';

	height: 8px;
	background: #303030;
	bottom: -48px;
	left: -40px;
	right: -40px;
}

.entry-meta {
	display: none;
}

.entry-title-type {
	display: block;
	color: #7f8c8d;
}

.format-quote .entry-title {
	display: block;
}
.format-quote .entry-title a {
	display: none;
}
.archive .format-quote .entry-title {
	display: none;
}

/** FORMATS **/

blockquote p:last-of-type,
.entry-content *:last-child {
	margin-bottom: 0;
}

.entry-thumbnail {
	background: none;
	text-align: right;
}
.entry-thumbnail cite {
	text-align: right;
	margin-right: 8px;
	font-style: normal;
	font-size: 11px;
}
.entry-thumbnail cite a {
	display: inline;
	text-decoration: none;
}