/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
	Created on : May 15, 2018, 4:13:21 PM
	Author     : Codup
*/
.box-header {
	background: #FAFAFA;
	color: #262626;
	padding: 2px;
	text-align: center;
}
.gutenberg-block {
	border: 1px solid #fafafa;
	padding: 10px;
	text-align: center;
}
.box-name {
	font-size: 24px;
	font-weight: 600;
}
.box-subscription {
	border-top: 2px solid #fafafa;
	border-bottom: 2px solid #fafafa;
	margin: 10px;
	font-weight: 500;
}
.box-button button {
	border: 1px solid #262626;
	margin: 10px;
	padding: 5px 15px 5px 15px;
	border-radius: 25px;
	background: #262626;
	color: #fff;
	font-weight: bold;
}
.box-widget:hover .box-header {
	color: #FAFAFA;
	background: #262626;
}
.box-widget:hover .gutenberg-block {
	border-color: #262626;
}
.box-widget:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box-widget-image img {
	height: 300px;
	width: 100%;
}
