/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

.site-logotype {
	margin-bottom: 0 !important;
	display: flex !important;
}

.btn-size-big {
	text-transform: uppercase;
	white-space: normal;
	color: #fff;
	background: linear-gradient(#ff9753, #fb3f02) !important;
	font-weight: bold;
	border-radius: 10px !important;
}

@media (max-width: 800px) {
	.btn-size-big {
		font-size: 19px !important;
	}
}

.entry-content blockquote:not(.wpremark).is-style-info,
.is-style-warning {
	background: #e3f1f417 !important;
}

.entry-content blockquote:not(.wpremark).is-style-warning {
	background: #fff4d417 !important;
}

.entry-content blockquote:not(.wpremark).is-style-check {
	background: #def9e517 !important;
}