.form-check-input[type=radio] { width: 15px;}

.form-control {height:auto !important;}

.eb-page-heading{font-size:32px;}

#eb-upcoming-events-page-columns{margin-top:-65px;}

.form-actions{padding-left: 5px !important;}

div.mod-languages form div.chosen-container.chosen-container-single.chosen-container-single-nosearch{display:none;}

h2.eb-event-title-container font-size:24px;}

a.eb-event-title-link {font-size:24px;}

div.eb-event-location {display:none;}

h2.eb-even-title-container {font-size:26px;}

.btn.btn-primary {padding:10px 23px !important;}

h2.eb-event-title.pull-left {font-size:24px;}

.filters.btn-toolbar .btn-group + .btn-group {margin-top: 0px !important;}

h3.eb-heading {font-size:24px;}

.eb-description h1 {font-size:28px;}

.eb-do-not-help-with-bypassing-antispam-filter {visibility: hidden;}

input[type="checkbox"] {min-width: 14px;}

/* Checkbox workaround START */

#subscribe_to_newsletter:checked[type="checkbox"] { 
    background-image: url('/templates/shaper_travelia/css/data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 20 20%3e%3cpath fill=none stroke=%23fff stroke-linecap=round stroke-linejoin=round stroke-width=3 d=M6 10l3 3l6-6/%3e%3c/svg%3e'); 
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

#subscribe_to_newsletter:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#subscribe_to_newsletter[type="checkbox"] {
    border-radius: .25em;
}

#subscribe_to_newsletter {
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    appearance: none;
    color-adjust: exact;
    --bs-form-check-bg: var(--bs-body-bg);
}

/* Checkbox workaround END */