body.beth-theme
{
	--primary-color: #4D0D6B;
	--primary-color-light: #691292;
	--secondary-color: #FFC857;
}

body.beth-theme .header-top
{
	background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color-light));
}

body.beth-theme .button.button--solid
{
	background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color-light)) !important;;
}

body.beth-theme .subscriptions__title::after
{
	background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color-light)) !important;;
}

body.beth-theme .subscriptions__box--2,
body.beth-theme .subscriptions__box--3
{
	background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-light) 0%) !important;;
}

body.beth-theme .footer__inner
{
	background-color: var(--primary-color);
}