/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Author: Brad Mackey - mackey256@gmail.com
Description: A child theme of Twenty Twenty-Five for The Pinball Capital
Version: 0.0.2
*/

/*
 * UL Columns for random needs & one mobile font fix just because
 */

ul.list-col-3 {
  columns: 3;
}

ul.list-col-2 {
  columns: 2;
}

.wp-block-button {
	background-color: #b92f1f !important;
	border-radius: 50px;
	color: white;
	border: 1px solid #b92f1f;
}

.wp-block-button:hover {
	background-color: #e6f6ff !important;
	color: black;
	border: 1px solid black;
}

.excerpt-style {
	font-weight: bold;
}

.kiosk-fullish {
	margin: 30px 50px !important;
}

@media (max-width: 768px) {
	ul.list-col-3 {
		columns: 1;
	}
	
	ul.list-col-2 {
		columns: 1;
	}
}

