/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #3B3646;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-right: 30px;
    z-index: 1000;
}
#gdpr-cookie-message h4 {
    color: #57a140;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #57a140;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #57a140;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #57a140;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #57a140;
    color: white;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #57a140;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    display: none;
    background: white;
    color: #57a140;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

@media (max-width: 767px) {
    #gdpr-cookie-message {
        left: 10px;
    }
    #gdpr-cookie-message h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        font-size: 11px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message a {
        font-size: 11px;
    }
    #gdpr-cookie-message button, button#ihavecookiesBtn {
        font-size: 11px;
        padding: 5px 12px;
    }
    #gdpr-cookie-message {
        padding: 12px;
    }
}

.theme-drim #gdpr-cookie-message h4 {
    color: #1170FE;
    display: none;
}
.theme-drim #gdpr-cookie-message a {
    color: #FFFFFF;
    text-decoration: underline;
    border-bottom: 0;
    margin-left: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.theme-drim #gdpr-cookie-message button, button#ihavecookiesBtn {
    padding: 8px 16px;
    background: #006BFF;
    width: 76px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    border-radius: 0;
    margin-left: 24px;
}
.theme-drim #gdpr-cookie-message button:hover{
    color: #FFFFFF;
    background: #0060E6;
}
.theme-drim #gdpr-cookie-message {
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000000;
    padding: 10px 16px;
    width: calc(100% - (100px/2));
}
.theme-drim #gdpr-cookie-message p, .theme-drim  #gdpr-cookie-message ul {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    color: #D3D4D6;
}

@media (max-width: 767px) {
    .theme-drim #gdpr-cookie-message {
        padding: 10px 16px;
        width: calc(100% - (40px/2));
        margin: 0;
    }
    .theme-drim  #gdpr-cookie-message p, #gdpr-cookie-message ul {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .theme-drim  #gdpr-cookie-message a {
        font-size: 12px;
    }
    .theme-drim #gdpr-cookie-message button, button#ihavecookiesBtn {
        padding: 8px 16px;
        font-size: 12px;
        line-height: 16px;
    }
    .theme-drim  #gdpr-cookie-message {
        padding: 12px;
    }
}
@media screen and (max-width: 428px){
    .theme-drim  #gdpr-cookie-message {
       flex-direction: column;

    }
    .theme-drim #gdpr-cookie-message button{
        padding: 8px 16px;
        font-size: 12px;
        line-height: 16px;
        margin-left: 0;
        margin-top: 12px;
        width: 100%;
    }
    .theme-drim  #gdpr-cookie-message p{
        width: 100%;
    }
}