.wordpress-gdpr-popup, .wordpress-gdpr-popup * {
	box-sizing: border-box;
}
.wordpress-gdpr-popup-container p, .wordpress-gdpr-popup-container a, .wordpress-gdpr-popup-container span {
	font-family: "Mulish";
	font-size: 15px;
}
.wordpress-gdpr-popup-text a {
    color: #002D5B !important;
}
.wordpress-gdpr-popup-actions a {
    transition:all 0.5s;
}
.wordpress-gdpr-popup-agree {
	border: 2px solid #2c7da3;
}
.wordpress-gdpr-popup-agree:hover {
	background-color: #2c7da3 !important;
	color: #fff !important;
}
.wordpress-gdpr-popup-decline {
	border: 2px solid #2c7da3;
}
.wordpress-gdpr-popup-decline:hover {
	background-color: #2c7da3 !important;
	color: #fff !important;
}
.wordpress-gdpr-popup-preferences {
	border: 2px solid #002D5B;
}
.wordpress-gdpr-popup-preferences:hover {
	background-color: #002D5B !important;
	color: #fff !important;
}

.wordpress-gdpr-popup.wordpress-gdpr-popup-full-width.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container {
	width: 40vw !important;
	left: 50% !important;
	transform: translate(-50%,0) !important;
	min-width: 480px !important;
	bottom: 20px !important;
	border-radius: 5px !important;
	box-shadow: 0 .625em 1.875em rgba(2,2,3,.28);
}

.wordpress-gdpr-popup-container {
	padding: 27px 50px !important;
}

.wordpress-gdpr-privacy-settings-trigger-bottom-left {
	left: 16px !important;
	bottom: 20px !important;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.wordpress-gdpr-popup {
	font-size: 13px;
	line-height: 20px;
}
.wordpress-gdpr-privacy-settings-popup-container, .wordpress-gdpr-privacy-settings-popup-container * {
	font-size: 14px;
}	
.wordpress-gdpr-popup-actions a {
	border-radius: 3px;
}

.wordpress-gdpr-privacy-settings-popup-container .wordpress-gdpr-privacy-settings-popup-service-categories {
	border-right: none;
}
.wordpress-gdpr-privacy-settings-popup-container .wordpress-gdpr-popup-privacy-settings-service-category-active {
	background: #fff !important;
	border-right: 1px solid #fff !important;
}

#wordpress-gdpr-privacy-settings-popup-close {
    top: 10px;
    right: 10px;
}

.wordpress-gdpr-privacy-settings-popup {
border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .wordpress-gdpr-popup.wordpress-gdpr-popup-full-width.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container {
        width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        bottom:0 !important;
    	transform: none !important;
    	border-radius: 0px !important;
    	box-shadow: 0 .625em 1.875em rgba(2,2,3,.28);
    }
}				