/*

Theme Name: Marina's Child Theme for Portfolio
Description: Child Theme for my Portfolio
Author: Marina Nastepniak
Version: 1
Template: resi

*/

@import url('../resi/style.css');

/* mobile first styles ************************************************************************/

.site-main .post-navigation {
	display: none !important;
}

.entry-meta {
	display: none !important;
}

h1 {
	font-family: Lato !important;
	font-size: 25px !important;
	line-height: 40px !important;
}

#h1 {
	background-color: #cae8e4 !important;
}

img.alignnone.wp-image-167 {
	float: right;
}



/* min-width: 768px styles ********************************************************************/

@media screen and (min-width: 768px) {
}



/* min-width: 1200px styles ********************************************************************/

@media screen and (min-width: 1200px) {

.page-id-14 .entry-content {
	width: 50% !important;
}

.page-id-100 .entry-content {
	width: 50% !important;
}


}