/*
Theme Name: Sound Clinic 2.0
Description: A Custom Theme Created Especially for Sound Clinic Studio by Brent Thelen Design
Version: 2.1
Author: Brent Thelen Design
Author URI: https://brentthelendesign.com
Text Domain: sc
*/


/* block buttons fix */
.wp-block-buttons a.wp-block-button__link, .wp-block-buttons a.wp-block-button__link:hover
{
	white-space: break-spaces;
	text-decoration: none !important;
	color: #f7f5f3 !important;
}

@media (max-width: 1028px) {
    .wp-block-buttons.is-horizontal
	{
		flex-direction:column;
	}
}

.sc-header .uppernav ul li a.my-account svg path {
    transition: all .2s ease-in-out
}

.sc-header .uppernav ul li a.my-account:hover svg path {
    fill: #9e8b74
}

.membership-option .sub-menu, .locations-menu .sub-menu
{
	width: 14rem !important;
}

@media(max-width: 991.98px) {
    .membership-option .sub-menu, .locations-menu .sub-menu
	{
		width: 22rem !important;
	}
}

/* MC alert */
.mc4wp-alert {
    color: white;
    padding: 1rem;
}

.wc-proceed-to-checkout a, .wc-proceed-to-checkout a:hover {
    padding: 1em 0;
    color: #ffffff !important;
    text-decoration: none !important;
}