/*
Theme Name: SimpleMag Child Theme
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/

.title-text h2, .entry-content h2 {
	font-size: 26px;
	line-height: 32px;
	color: #000000;
}
.wp-block-image figcaption {
	font-size: 12px;
	text-align: center;
}
#branding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.home-section {
   margin-top: 0 !important;
}
section.wrapper.home-section.slider-latest {
    padding-top: 35px !important;
}
#instagram-home {
	margin: -100px 0 0 0;
}
.home #content {
    margin-bottom: 0px;
}
.single-post.ltr:not(.woocommerce) .entry-content > p:first-of-type:first-letter {
    float: none !important;
    font-size: unset !important;
    line-height: unset !important;
    font-weight: unset !important;
    padding: unset !important;
    font-family: unset !important;
}
@media screen and (max-width: 959px) {
	#branding {
	    display: none;
	}
	.site-content {
	    padding-top: 50px;
	}
}
@media screen and (min-width: 960px) {
	.home #masthead {
	    margin-bottom: 0;
	}
	.top-strip-logo {
		display: none;
	}
}