﻿








#gdpr-cookie-message {
    position: fixed;
    /* right: 30px; */
    top: 0px;
    /* max-width: 420px; */
    background-color: #171717;
    padding: 30px 30px 20px 30px;
    border-radius: 0;
    box-shadow: 1px 8px 6px rgba(0, 0, 0, 0.37);
    /* margin-left: 30px; */
    border-bottom: 1px solid #000;
    width: 100%;
    z-index: 999999999999;
    border-bottom: 4px solid #fff;
}


    #gdpr-cookie-message h4 {
        color: var(--red);
		font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 10px;
		max-width: 1400px;
		margin: 20px auto 20px auto;
		text-align: center;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
        max-width:  1400px;
        margin:  0 auto;
        text-align:  center;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        /* text-align: right; */
        margin-top: 10px;
    }
#gdpr-cookie-message li {
    width: 200px;
    display: inline-block;
    margin-bottom: 10px;
}
#gdpr-cookie-message a {
    color: #ffffff!important;
    text-decoration: underline;
    font-size: 18px;
    padding: 10px 0;
    /* border-bottom: 1px dotted rgba(255,255,255,0.75); */
    transition: all 0.3s ease-in;
    /* margin: 10px 0; */
}
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
    border: none;
    /* background: var(--red); */
    /* color: white; */
    /* font-family: 'Quicksand', sans-serif; */
    font-size: 24px;
    /* padding: 7px; */
    margin-left: 0px;
    cursor: pointer;
    /* transition: all 0.3s ease-in; */
    background: rgba(255, 255, 255, 0)!important;
    font-weight: bold;
    color: #fff!important;
    text-transform: uppercase;
    /* border-radius: 30px; */
    padding: 12px 8px;
    /* float: left; */
    width: 150px;
    margin: 0 auto;
 		border: 5px solid #ffffff;
		border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
		box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
		font-family: 'Roboto Condensed', sans-serif;
		}
    #gdpr-cookie-message button:hover {
        background: white;
        color: #fff!important;
        transition: all 0.3s ease-in;
		background: #000!important;
    transition: all .4s ease;
    }
	button#gdpr-cookie-advanced {
		background: rgba(255, 255, 255, 0)!important;
		font-weight: bold;
		color: #fff!important;
		text-transform: uppercase;
		padding: 12px 8px;
		margin-left: 5px;
		border: 5px solid #ffffff;
		border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
		box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
		font-family: 'Roboto Condensed', sans-serif;
	}
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    -webkit-appearance: checkbox;
    width: 20px;
    height: 20px;
    }
	
	
	
#gdpr-cookie-message h4 {
    color: #fff;
    /* font-family: 'Quicksand', sans-serif; */
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1400px;
    margin: 0 auto 10px auto;
    text-align: center;
}


@media screen and (max-width:480px) and (min-width:0) {
	
	
	/* ------------------ GDPR POPUP -------------------- */
	#gdpr-cookie-message button {
		width: 100%;
		margin-bottom: 10px;
			}
			
	button#gdpr-cookie-advanced {

		margin-left: 0px;
	}
	#gdpr-cookie-message {

		text-align: center;
	}
	
	#gdpr-cookie-message h4 {
		line-height: 1.6!important;
	}
	/* ------------------ GDPR POPUP -------------------- */
}
