/*
 Theme Name:     Construction Light Child
 Description:    A child of Construction Light
 Author:         Qwik Media
 Author URI:     https://qwikmedia.ca
 Template:       construction-light
 Version:        1.0.0
*/

/*Original Theme Styles*/
@import url("../construction-light/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*General*/
html, body{
    font-size: 1em;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1.2em;
}
h6{
	font-size: 1em;
}

blockquote {
	font-family: 'Roboto', sans-serif;
}
/*Colour*/

/*Header*/

/*Navigation*/

/*Widgets*/

/*Footer*/

/*Homepage*/
.articlesListing .article .info div {
	margin-right: 0 !important;
}
.articlesListing .article .info div:after,
.author.vcard{
	display:none !important;
}

/* =Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 60em) {
	/*General*/
	
	/*Colour*/
	
	/*Header*/
	
	/*Navigation*/
	
	/*Widgets*/
	
	/*Footer*/
	
	/*Homepage*/
}