/*
Theme Name: taodan 2018
Theme URI: https://taodan.vn
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://taodan.vn
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#wrap {
	margin: 0 auto;
	background-color: #f3f3f3;
}

@media only screen and (min-width: 1000px) {
    #wrap {
    	max-width: 1200px;
    }
}

#related-posts .col {
	text-align: left;
	min-height: 65px;
}