/*
Theme Name:   Crealink
Theme URI:   xxx
Description: Twenty Twenty Five Child Theme
Author:       Crealink
Author URI:   http://www.crealink.nl
Template:     twentytwentyfive
Version:     1.0.0
Tags:
Text Domain: crealink
*/

@import url("../twentytwentyfive/style.css");

/*override theme */


/* override plugin */
.qem a {
    padding: 6px 18px;
    background-color: transparent !important;
    font-size: 0.7em;
    color: var(--wp--preset--color--custom-crealink-zwart);
    border: 1px solid var(--wp--preset--color--custom-crealink-zwart) !important;
    border-radius: 3px;
    text-decoration: none !important;
}
.crl_txt_white .qem a {
    color: #ffffff;
    border: 1px solid #ffffff !important;
}
.crl_txt_white .qem-calendar-medium * {
    border: 0 solid transparent !important;
}
.crl_txt_white .qem-medium {
    border: 1px solid #ffffff !important;
}
.qemright {
    margin: 6px 6px 0 10px;
}