/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
picture.top-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-phone {
	text-align: center;
    background: #1e73be;
    max-width: 165px;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 30px;
	color: #fff;
}
.top-phone a, .top-phone svg {
	color: #fff;
}
.top-phone svg {
	position: relative;
	top: 3px;
	right: 5px;
}
.header-logo img {
    transform: initial !important;
}
@media all and (min-width: 769px) {
	.top-phone {
		display: none;
	}
	
}