.mobile-menu{
	height: 80px;
	background: #1588be;
}
@media only screen and (max-width: 600px) {
	.row.header{
		height: auto;
	}
.logo{
	width: 100%;
	text-align: center;

}
.logo a {
	width: 100%;
}
.logo a img{
	margin: auto !important;
	display: block;
}

.text_menu{
	display: grid;
	grid-gap: 10px;
  	grid-template-columns: auto auto auto auto;
}
.text_menu a{
	height: 10px;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

  .divider{
		display: none;
	}
	.wrapper1270-main, .wrapper1270{
		display: block;
	}
	.menu-label{
	 font-size: 1.4em;
	}

	.middle  p span{
		font-size: 24px;
	}
	.row footer, .col-100.wrapper1270-reg.flex_space{
		display: block;
		text-align: center;
	}
	.copy.col-49, .nav.col-49{
		display: block;
		width: 100%;
	}
	.footer .col-49 a{
		padding-left: 0px;
	}

	.footer{
		height: auto !important;
		padding-bottom: 10px;
	}
}