/*
Theme Name:     colormag-child
Description:    Thème enfant de colormag pour laqvt.fr
Author:         Olivier Hoeffel
Author URI:     http://laqvt.fr
Template:       colormag                         
Version:        1.0.0
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 34px;
	line-height: 1.2;
}

h2 {
	font-size: 30px;
	line-height: 1.2;
}

h3 {
	font-size: 26px;
	line-height: 1.2;
}

h4 {
	font-size: 22px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.2;
}

h6 {
	font-size: 16px;
	line-height: 1.2;
}
div.exergue {

	color : #fff;

	font-size : 1.5em;

	background-color : #4ebded;

	text-align : right;

	padding : 10px; 

	margin : 10px 0 20px 0;

	font-style : normal;

	line-height : 1.1em;

	border : none;

} 
/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 25px 20px 20px 45px;
	margin-bottom: 20px;
	background-color: #289dcc;
	color: #FFFFFF;
	border-radius: 5px;
}

blockquote p {
	font-size: 20px;
	font-family: 'Open Sans', serif;
	line-height: 1.4;
	position: relative;
	padding-top: 0px;
	padding-left: 15px;
}

blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 36px;
	position: absolute;
	top: -20px;
	left: -27px;
}
.widget_highlighted_posts .article-content .entry-title {
	padding: 10px 0 0;
	font-size: 24px;
}

.widget_highlighted_posts .article-content .entry-title a {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.widget_highlighted_posts .article-content .entry-title a:hover {
	color: #289dcc;
}

.widget_highlighted_posts .article-content .below-entry-meta .posted-on,
.widget_highlighted_posts .article-content .below-entry-meta .byline {
	padding-right: 12px;
}
