/*==================================
Theme Color All Codes Variable
==================================*/
:root {
    --theme-dark-opacity-color: rgba(0, 0, 0, .8);
    /* theme dark opacity color */
}

:root {
    --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
    /* theme light color */
}


/* Added alpha seperately */

.select-custom li input[type="radio"]:checked+label {
    background-color: rgba(var(--theme-primary-color-rgba), 0.1)
}

.sub-title {
    font-size: 17px;
}

:root {
    --theme-primary-color: #B5A070;
    --theme-primary-color-rgba: rgb(170, 132, 83);
	--theme-secondary-color: #000000;
	--theme-dark-background-color: #000000;
	--theme-background-color: #ffffff;
	--theme-light-gray-background-color: #f3f3f3;
	--theme-link-color: #B5A070;
	--theme-hover-link-color: #cbb496;
	--theme-light-gray-color: #ebebeb;
    --theme-dark-color: #000000;
	--theme-white-color: #ffffff;
	--theme-body-font-color: #000000;
	--theme-light-gray-font-color: #8d8d8d;
	--theme-menu-background-color: #ffffff;
	--theme-menu-text-color: #000000;
	--theme-menu-link-color: #B5A070;
	--theme-menu-button-color: #B5A070;
	--theme-menu-button-text-color: #ffffff;
	--theme-footer-background-color: #000000;
	--theme-footer-text-color: #ffffff;
	--theme-footer-hover-link-color: #cbb496;
	--theme-footer-button-color: #B5A070;
	--theme-footer-button-text-color: #fff;
	--theme-button-color: #B5A070;
	--theme-button-text-color: #ffffff;
	--theme-heading-font: 'Criteria CF', sans-serif;
	--theme-body-font: 'HK Grotesk', sans-serif;
	--theme-menu-font: 'HK Grotesk', sans-serif;
}
