/*
Theme Name: Blankslate Child
Theme URI: https://example.com/blankslate-child
Description: Child theme for the Blankslate theme.
Author: Your Name
Author URI: https://example.com
Template: blankslate
Version: 1.0.0
Text Domain: blankslate-child
*/

/* Add custom CSS below this line */
body {
	font-size: 16px;
}
b, strong {
	font-weight: 700;
}
ul {
	list-style: bullets;
}

/* Cookie Policy Page */
.wpconsent-cookie-category-name,
.wpconsent-cookie-service-name {
	font-weight: 700 !important;
}
.wpconsent-cookie-service-name {
	margin-top: 20px;
}
.wpconsent-cookie-policy-table {
	width: 100%;
	font-size: .75em;
}
.wpconsent-cookie-policy-table tr td:nth-child(1),
.wpconsent-cookie-policy-table tr td:nth-child(3),
.wpconsent-cookie-policy-table tr th:nth-child(1),
.wpconsent-cookie-policy-table tr th:nth-child(3){
	width: 25%;
	text-align: center;
}
.wpconsent-cookie-policy-table tr td:nth-child(2),
.wpconsent-cookie-policy-table tr th:nth-child(2){
	width: 50%;
}
/* Cookie Policy Pop Up */
.wpconsent-banner-holder .wpconsent-banner-footer.wpconsent-button-size-small .wpconsent-banner-button {
	height: 60px !important;
    padding: 15px 10px !important;
}
}
.wpconsent-banner-button {
	font-weight: 300 !important;
	text-transform: lowercase !important;
}