/*
Theme Name: UM responsive
Theme URI: http://valu.fi/
Author: Valu Digital Oy - Mikko Virenius
Author URI: http://www.valu.fi
Description: Ulkoministeriön blogipalveluun suunniteltu teema
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: um
Domain Path: /languages/
*/
/*muutaman valitun blogiotsikkotyylin pienennys*/
@media (min-width: 768px) {
h3.related-entry-title {
	font-size: 18px;
}
h2.widget-title {
	font-size: 22px;
}
.single h1.entry-title {
	font-size: 40px;
	font-weight: 800;
}
}

.border-top {
	border-top: 1px solid #d9d9d9;
	padding-top: 1rem;
}

.single ol li, .single ul li {
	margin-bottom: 1.4em;
}

body.single ol li:before {
	margin: 0 20px 0 -33px;
}

.mt-15 {
	margin-top: 15px;
}
