/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/
.footer_subscribeform{
	display:flex;
	flex-direction:row;
}
.footer_subscribeform input[type="email"]{
	background:rgba(168, 168, 168, 0.25);
	color:#FFF;
	border:0;
	border-radius:4px 0 0 4px;
	height:56px;
}
.footer_subscribeform input[type=submit]{
	border:0;
	border-radius:0 4px 4px 0;
	min-height:56px;
}
@media screen and (max-width:760px){
	.footer_subscribeform{
		 row-gap: 15px;
		flex-direction:column;
	}
	.footer_subscribeform input[type=submit],
	.footer_subscribeform input[type="email"]{
		border-radius:4px;
	}
}
.gus-public-page{
	max-width:900px;
	margin:80px auto;
	padding:40px;
	text-align:center;
}
.gus-public-page >h2{
	text-transform:uppercase;
	margin-bottom:35px;
}
.user_slogan{
	background: #0f0f0f;
    padding: 40px;
    border-radius: 16px;
    font-size: 24px;
    color: FFF;
    border: 1px solid #353535;
}