/*
Theme Name: Latest Child
Version: 1.0
Description: A child theme of Latest
Template:latest
Author: Erin Gee
*/
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700,900');


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea{
	color: #474e5c;
	font-family: 'Rubik', Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.68;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #2d3139;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Rubik', Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 20px;
}
/*area for eliminating non-essential information */

.entry-footer {
display: none !important;
}

blog #secondary {
display:none !important;
}

/*area for responsible YouTube videos */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	text-align: center;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/*area for extra*/


