/*
Theme Name:  Boldman Child Theme
Description: Child theme for the Boldman theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    boldman
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.wpcf7 form .wpcf7-response-output {
	margin: 0 0 1em;
}
.tm-titlebar .breadcrumb-wrapper, .tm-titlebar .breadcrumb-wrapper a {
	text-transform: none;
}
@media all and (max-width: 400px) {
	h1 {
		word-break: break-word;
	}
	.tm-titlebar h1.entry-title {
		font-size: 32px;
	}
	.tm-element-heading-content-wrapper .tm-element-content-heading {
		word-break: break-word;
    	font-size: 28px;
    	line-height: 1.2;
	}
}

