/*
 Theme Name:   ORMSblog Child
 Theme URI:    https://blck95.com/
 Description:  ORMSblog Child Theme
 Author:       Khaka
 Author URI:   https://blck95.com
 Template:     ormsblog
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  ormsblog-child
*/

/*
 For more info on child themes access this page: https://codex.wordpress.org/Child_Themes
 You can add your customizations below
*/

@font-face {
	font-display: auto !important;
}
.header_search {
	display: none;
}
.entry-excerpt-single .ssba {
        display: none;
}
@media (min-width: 900px) {
	.header_search {
		display: block;
	}
}