/*
Theme Name: The Daily Alphabet
Description: This is your custom theme. Do not deactivate or delete it. This child theme relies on the template listed below. Do not delete it from your site. 
Author: Kristen Doyle
Author URI: https://kristendoyle.co
Template: generatepress
Version: 1.0.0
*/

@charset "UTF-8";
/* CSS Document */

/*--- Buttons ---*/
.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt  {
	color: #fff!important;
	background: #FF0506!important;
	font-family: 'Squada One';
	font-size:22px;
	text-transform: uppercase;
	border-radius:3px;
}
.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover  {
	color: #000!important;
	background: #FFC306!important;
}

/*--- Accent Text ---*/
.accent-text h2 {
	color: #98D8D8;
	font-family: 'Allerta';
	font-size: 28px;
	text-align: center;
}
.accent-text h3 {
	color: #3C8592;
	font-family: 'Allerta';
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -38px;
}

/*--- Sidebar Styles ---*/
.widget-title {
	color: #000;
	background:#F4EBE3;
	text-align: center;
	margin-top: 50px;
}
.cat-item {
	text-align: center;
}
.search-field{
	font-family: 'Poppins';
	font-size:14px;
}