.logo_bar{
	width:100%;
	background: linear-gradient(135deg, #50BF7A, #217B96 70%);
	}
.logo_bar-body{
	display:flex;
	height:100px;
	}
.logo_bar-logo{
	margin:0 auto;
	width:220px;
	height:100px;
	}
.logo_bar-title{
	display:none;
	}
.logo_bar-image{
	display:none;
	width:400px;
	height:100px;
	}
.logo_bar-image img{
	display: block;
	max-width: 100%;
	height: auto;
	}
.logo_bar-image svg{
	position:absolute;
	top: 60px;
	right: 280px;
	width: 142.3px;
	height: 100px;
	}


@media only screen and (min-width: 800px) {
.logo_bar-body{
	padding-left:24px; 
	}
a.logo_bar-logo{
	margin:none;
	flex:0 0 220px;
	width:220px;
	height:100px;
	}
a.logo_bar-logo img{
	max-width: 220px;
	}
.logo_bar-title{
	flex:1 1 auto;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:30px;
	color:var(--white);
	text-align: center;
	padding-right: 24px;
	}
}

@media only screen and (min-width: 1440px) {
a.logo_bar-logo{
	flex:0 0 410px;
	}
.logo_bar-image{
	flex:0 0 410px;
	display:flex;
	}
}
