/*
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/
*/

#cookie-notification .row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cookie-notification .row .col-12 {
	width: 100%;
}

@media screen and ( min-width:576px ) {
#cookie-notification .row .col-sm-9 {
    width: 75%;
    display: inline-block;
}
#cookie-notification .row .col-sm-3 {
    width: 25%;
}
#cookie-notification .text-center {
    text-align: center;
}
}
#cookie-notification a.button {
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid;
    min-width: 160px;
    padding: 10px;
	background-color: #008aff;
}
#cookie-notification {
	border-top: 2px solid #BBD802;
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

	@media screen and ( max-width: 767px ) {
		
		.container {
			width: auto;
			margin: 0 20px;
		}
		
	}