/*
Theme Name: Stockholm Child
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: Child theme for the Stockholm theme.
Author: Select Themes
Author URI: https://qodeinteractive.com/
Template: stockholm
Version: 1.0.0
Text Domain: stockholm-child
*/
h3 {
	margin: 20px 0 15px 0;
}
ul {
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 22px;
}

/*** Blog Posts ***/
.blog_holder.blog_large_image article:not(.format-quote):not(.format-link) h2,
.blog_holder article h2 {
    font-size: 36px;
	line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
    .blog_holder.blog_large_image article:not(.format-quote):not(.format-link) h2,
	.blog_holder article h2 {
        font-size: 36px !important;
		line-height: .65em;
    }
}
.title .title_holder {
	justify-content: center;
}