.gdpr-consent-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: auto;
background-color: rgba(24,24,40,0.93);
z-index: 9999;
display: none;
}
.gdpr-consent-bar.bottom {
bottom: 0;
top: auto;
}
.gdpr-consent-bar.top {
bottom: auto;
top: 0;
}
.gdpr-consent-bar-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 44px;
min-height: 50px;
}
.gdpr-consent-bar-text {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
color: #ffffff;
line-height: 22px;
padding-right: 40px;
}
.gdpr-consent-bar-buttons {
display: flex;
align-items: center;
}
.btn-gdpr-agreement {
height: 30px;
border: 2px solid #ffffff;
border-radius: 15px;
color: #ffffff;
font-family: 'Montserrat';
font-weight: 700;
font-size: 14px;
line-height: 27px;
text-transform: uppercase;
background: none;
padding: 0 18px;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-agreement:hover {
background-color: #ffffff;
color: #181828;
}
.btn-gdpr-preferences-open {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 22px;
font-weight: 400;
color: #00bcd4;
background: none;
border: none;
margin-right: 22px;
padding: 0;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-preferences-open:hover {
color: #ffffff;
}
.gdpr-privacy-preferences {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(57,61,80,0.8);
z-index: 9999;
display: none;
}
.gdpr-privacy-preferences-box {
height: 90%;
width: 90%;
max-width: 930px;
max-height: 680px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #ffffff;
z-index: inherit;
}
.gdpr-privacy-preferences-box > form {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
}
.btn-gdpr-privacy-preferences-close {
padding: 0;
margin: 0;
background: none;
border: none;
color: #99a9b5;
position: absolute;
right: 10px;
top: 10px;
z-index: inherit;
}
.btn-gdpr-privacy-preferences-close:before {
font-family: 'thegem-icons';
font-size: 28px;
content: '\e619';
line-height: 1;
}
.gdpr-privacy-preferences-header {
width: 100%;
position: relative;
flex: none;
padding: 25px 35px 15px;
}
.gdpr-privacy-preferences-title {
font-family: 'Montserrat UltraLight';
font-size: 24px;
color: #3c3950;
line-height: 38px;
text-transform: uppercase;
position: relative;
padding-left: 48px;
}
.gdpr-privacy-preferences-title:before {
content: '\e669';
font-family: 'thegem-icons';
color: #00bcd4;
font-size: 32px;
line-height: 1;
position: absolute;
left: -5px;
top: 5px;
}
.gdpr-privacy-preferences-body {
flex: 1 1 100%;
padding: 0 45px 0 35px;
overflow: hidden;
overflow-y: auto;
}
.gdpr-privacy-preferences-text {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
color: #5f727f;
}
.gdpr-privacy-preferences-consents {
padding: 20px 0;
position: relative;
}
.gdpr-privacy-preferences-consent-item {
display: flex;
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
padding: 10px 0;
align-items: center;
min-height: 55px;
border-bottom: 1px solid #dfe5e8;
}
.gdpr-privacy-preferences-consent-item:last-child {
border-bottom: none;
}
.gdpr-privacy-consent-param {
width: 100%;
display: flex;
align-items: center;
}
.gdpr-privacy-consent-title {
flex: 0 0 170px;
font-weight: 300;
font-size: 19px;
color: #5f727f;
}
.gdpr-privacy-consent-description {
color: #99a9b5;
width: 100%;
}
.gdpr-privacy-consent-value {
flex: 0 0 100px;
display: flex;
justify-content: flex-end;
}
.gdpr-privacy-consent-value input {
display: block;
}
.thegem-gdpr-field {
display: flex;
align-items: flex-start;
padding: 10px 0;
}
.thegem-gdpr-field label {
margin-bottom: 0;
line-height: 26px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign,
.thegem-gdpr-field .checkbox-sign {
flex: 0 0 auto;
margin-right: 10px;
width: 26px;
height: 26px;
border: 1px solid #dfe5e8;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign:before,
.thegem-gdpr-field .checkbox-sign:before {
font-size: 21px;
margin-left: -10px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item {
display: flex;
align-items: flex-start;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .wpcf7-list-item-label {
line-height: 26px;
}
.gdpr-privacy-consent-always-active {
text-transform: uppercase;
color: #5f727f;
}
.gdpr-privacy-checkbox {
display: block;
position: relative;
padding: 0;
margin: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gdpr-privacy-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check {
display: block;
position: relative;
width: 40px;
height: 24px;
background-color: #b6c6c9;
border-radius: 12px;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check:after {
content: '';
position: absolute;
left: 4px;
width: 16px;
height: 16px;
top: 50%;
margin-top: -8px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 50%;
box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
background-color: #ffffff;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check {
background-color: #00bcd4;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check:after {
border-color: #00bcd4;
left: 20px;
}
.gdpr-privacy-preferences-footer {
width: 100%;
flex: none;
padding: 30px 45px 30px 40px;
background-color: #f0f3f2;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
.gdpr-privacy-preferences-footer-links a {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #00bcd4;
margin-right: 20px;
}
.gdpr-privacy-preferences-footer-links a:hover {
color: #494c64;
}
.btn-gdpr-privacy-save-preferences {
height: 30px;
white-space: nowrap;
border-radius: 15px;
border: 2px solid #00bcd4;
color: #00bcd4;
background-color: #f0f3f2;
text-transform: uppercase;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 700;
line-height: 27px;
padding: 0 18px;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-privacy-save-preferences:hover {
background-color: #00bcd4;
color: #f0f3f2;
}
.gem-gdpr-no-consent-wrap {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.gem-gdpr-no-consent-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.5);
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.gem-gdpr-no-consent-notice-text {
padding: 20px;
text-align: center;
color: #ffffff;
font-family: 'Source Sans Pro';
font-size: 14px;
white-space: pre-line;
}
.gem-gdpr-no-consent-notice-text .btn-gdpr-preferences {
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}
.gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
font-style: normal;
display: block;
line-height: 1;
margin-bottom: 5px;
font-size: 40px;
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-youtube:before {
content: '\e610';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-vimeo:before {
content: '\e609';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-google-maps:before {
content: '\e624';
font-family: 'thegem-icons';
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap,
.page-title-block .gem-gdpr-no-consent-wrap,
.vc_map_responsive .gem-gdpr-no-consent-wrap,
.video-block .gem-gdpr-no-consent-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.page-title-block .gem-gdpr-no-consent-wrap ~ .container {
position: relative;
z-index: 1;
}
.page-title-block .gem-gdpr-no-consent-inner {
align-items: flex-start;
}
.page-title-block .gem-gdpr-no-consent-notice-text {
vertical-align: top;
}
.page-title-block .gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
display: inline-block;
margin-bottom: 0;
font-size: 20px;
margin-right: 10px;
top: 4px;
position: relative;
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap {
z-index: 1;
}
@media (max-width: 768px) {
.gdpr-consent-bar-box {
flex-direction: column;
padding: 20px;
}
.gdpr-consent-bar-text {
padding-right: 0;
}
.gdpr-consent-bar-buttons {
width: 100%;
justify-content: space-between;
margin-top: 8px;
}
}
@media (max-width: 688px) {
.gdpr-privacy-preferences-body {
padding: 0 30px;
}
.gdpr-privacy-consent-param {
flex-wrap: wrap;
}
.gdpr-privacy-consent-title {
flex: none;
}
.gdpr-privacy-consent-description {
font-size: 12px;
line-height: 18px;
}
.gdpr-privacy-preferences-footer {
padding: 20px 30px;
flex-direction: column;
justify-content: center;
}
.btn-gdpr-privacy-save-preferences,
.gdpr-privacy-preferences-footer-links {
width: 100%;
}
.gdpr-privacy-preferences-footer-links {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}
.gdpr-privacy-preferences-footer-links a {
margin-right: 0;
}
}#cookie-notice {
position: fixed;
min-width: 100%;
height: auto;
z-index: 100000;
font-size: 13px;
letter-spacing: 0;
line-height: 20px;
left: 0;
text-align: center; font-weight: normal;
font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
}
#cookie-notice,
#cookie-notice * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cookie-notice.cn-animated {
-webkit-animation-duration: 0.5s !important;
animation-duration: 0.5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#cookie-notice.cn-animated.cn-effect-none {
-webkit-animation-duration: 0.001s !important;
animation-duration: 0.001s !important;
}
#cookie-notice .cookie-notice-container {
display: block;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
display: none;
}
#cookie-notice .cookie-revoke-container {
display: block;
}
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
display: none;
}
.cn-position-top {
top: 0;
}
.cn-position-bottom {
bottom: 0;
}
.cookie-notice-container {
padding: 15px 30px;
text-align: center;
width: 100%;
z-index: 2;
}
.cookie-revoke-container {
padding: 15px 30px;
width: 100%;
z-index: 1;
}
.cn-close-icon {
position: absolute;
right: 15px;
top: 50%;
margin-top: -10px;
width: 15px;
height: 15px;
opacity: 0.5;
padding: 10px;
outline: none;
}
.cn-close-icon:hover {
opacity: 1;
}
.cn-close-icon:before, 
.cn-close-icon:after {
position: absolute;
content: ' ';
height: 15px;
width: 2px;
top: 3px;
background-color: #fff;
}
.cn-close-icon:before {
transform: rotate(45deg);
}
.cn-close-icon:after {
transform: rotate(-45deg);
}
#cookie-notice .cn-revoke-cookie {
margin: 0;
}
#cookie-notice .cn-button {
margin: 0 0 0 10px;
border: none;
}
.cn-button {
font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
font-weight: normal;
font-size: 13px;
letter-spacing: 0.25px;
line-height: 20px;
margin: 0;
padding: 0;
text-align: center;
text-transform: none;
display: inline-block;
cursor: pointer;
touch-action: manipulation;
white-space: nowrap;
outline: none;
box-shadow: none;
text-shadow: none;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cn-button:hover {
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.05);
text-decoration: none;
}
.cn-button.wp-default,
.cn-button.bootstrap {
text-decoration: none;
padding: 8.5px 10px;
line-height: 1;
}
.cn-button.wp-default {
color: #fff;
background: #fbb03b;
}
.cn-button.wp-default:hover {
}
.cn-button.bootstrap {
color: #fff;
background: #20C19E;
}
.cn-button.bootstrap:hover {
}
.cn-text-container {
margin: 0 0 6px 0;
}
.cn-text-container,
.cn-buttons-container {
display: inline-block;
}
#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
#cookie-notice.cn-effect-none {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
#cookie-notice.cn-effect-fade {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide{
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
#cookie-notice.cn-effect-slide {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
#cookie-notice.cn-position-top.cn-effect-slide {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@media all and (max-width: 900px) {
.cookie-notice-container #cn-notice-text {
display: block;
}
.cookie-notice-container #cn-notice-buttons {
display: block;
}
#cookie-notice .cn-button {
margin: 0 5px 5px 5px;
}
}
@media all and (max-width: 480px) {
.cookie-notice-container,
.cookie-revoke-container {
padding: 15px 25px;
}
}