/*
Theme Name: Wesley Flash
Theme URI: https://themegrill.com/themes/flash
Description: Flash Child Theme for Wesley
Author: Wesley, ThemeGrill
Author URI: http://themegrill.com
Template: flash
Version: 1.4.5.2024.1
Tested up to: 5.4.1
Requires PHP: 5.6
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flash
*/


/* The parent theme is loaded first. Set Text Domain for kirki, etc. */

/* override color: #fff */
button {
	color: #ccc;
}

/* override color: #000 */
button a {
	color: #fff;
}

/* override color: #000 */
button a:hover {
	color: #ccc;
}

/*-----------------Site Navigation-----------------*/

#site-navigation ul li {
	padding: 5px 30px 5px 0;
}


/*-----------------Header Search and Cart-----------------*/

.header-bottom .tg-container .logo .logo-text {
	padding: 33px 0;
}

.header-bottom .tg-container .logo .logo-text .site-description {
	max-width: 270px;
	padding: 8px 0;
}



.header-bottom .tg-container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.header-bottom .site-navigation-wrapper {
	padding: 28px 0 0 36px;
}


