/*
	Theme Name:   LBK generatepress child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  LBK generatepress child
	Author:       LBK
	Author URI:   https://libertyblitzkreig.com
	Template:     generatepress
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

#masthead{
	background: rgb(118,184,236);
  background: radial-gradient(circle farthest-corner at 40%, rgba(118,184,236,1) 8%, rgba(16,43,73,1) 50%);
	height:220px;
	display:flex;
	border-top:12px solid #f7931b
}

.inside-header {
	flex-direction: row !important;
	align-self: center;
}

.featured-image,
.post-image {
	display: none;
}
