/*
 Theme Name:   Identity Child
 Theme URI:    https://howtobreakit.com
 Description:  How To Break It Identity Child Theme
 Author:       Steve B
 Author URI:   https://howtobreakit.com
 Template:     identity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  identity-child
*/

/* Change color of post types */
.format-video, .single-format-video {
    background: #141414;
    color: #e2e2e2;
}
.format-gallery, .single-format-gallery {
	background: #28CC42;
	color: #141414;
}
.type-page, .type-portfolio, .format-standard, .single-format-standard {
    background: #2D3640;
    color: #e2e2e2;
}
.type-page, .type-portfolio, .format-standard, .single-format-standard {
	background: #141414;
}
.menu-toggle {
	display: none;
}