/* Cookie Banner: Global CSS
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	border:  none!important;
}

ul.cookie-list {
	line-height: 20px;
}

ul.cookie-list li{
	text-decoration: underline;
	text-transform: uppercase;
}

ul.cookie-list p {
	color:  #999;
	line-height: 20px;
}

ul.cookie-list label {
	color:  #000;
}

.cookie-css {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.cookie-css h2 {
    font-size: 45px;
    font-weight: 900;
    margin: 0 0 30px 0;
}

.cookie-css a {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-css a.policy-link{
    color: initial;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-css p {
    margin-top: 0;
}

.cookie-css input[type="submit"],
.cookie-css button {
    background: transparent;
    border: 1px solid white;
    border-radius: 2px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    color: white;
    padding: 0 25px;
}

.cookie-css label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.cookie-css input[type="checkbox"] {
    margin-right: 10px;
}

/* Cookie Banner: Bottom Bar
-----------------------------------------------------------------------------*/
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0066A1;
    color: white;
    text-align: center;
    z-index: 1000;
    line-height: 1;
}

html.modal-open {
    overflow: hidden;

}

button.close-btn{
    color:  black;
    background: #ddd;
    position: absolute;
    right: 20px;
    top: 20px;
}

button#cookie-agree{
	margin-top:  10px;
}

#cookie-banner .inner {
    padding: 20px;
}

#cookie-banner p {
    display: inline-block;
    margin-bottom: 0;
}

#cookie-banner a.cookie-settings {
    margin: 0 30px;
}

/* Cookie Banner: Settings Modal
-----------------------------------------------------------------------------*/

div.banner-tab {
	margin: 20px 0;
}


#cookie-banner-settings {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 100%;
    height: 450px;
    background: white;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    z-index: 1002;
}

#cookie-banner-settings .description {
    margin-bottom: 40px;
}
#cookie-banner-settings .cookie-settings-footer {
	margin-bottom: 40px;
}
#cookie-banner-settings input[type="submit"] {
    background: #0066A1;
    border-color: #0066A1;
    display: block;
    margin: 40px auto 40px;
}

#cookie-banner-settings a{
	color:  initial;
}

#cookie-settings-save{
    background: #c6135d!important;
    border-color: #c6135d!important;
}

button.banner-btn{
	background-color: #323;
}

button.banner-btn.active{
	background-color: #999;
}

button:focus {outline:0;}

div.policy-tab{
	display:  none;
}

div.policy-tab.active{
	display:  block;
}

/* Cookie Banner: Settings Modal Overlay
-----------------------------------------------------------------------------*/
#cookie-banner-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1001;
}

/* Responisve
-----------------------------------------------------------------------------*/
@media (max-width: 800px) {
    #cookie-banner-settings {
        padding: 20px;
    }
    button.banner-btn{
		font-size: 10px!important;
	}
	#cookie-banner p {
	    margin-bottom:  10px;
	}
}

@media (max-width: 500px) {
    #cookie-banner-settings{
    	height: 600px;
    }
    button.banner-btn{
		min-width: 100%;
	}
}
