/*==================================
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 */
}

:root {
	--theme-dark-background-color: #000000;
	--theme-background-color: #ffffff;
	--theme-light-gray-background-color: #f3f3f3;
	--theme-light-gray-color: #ebebeb;
    --theme-dark-color: #000000;
	--theme-white-color: #ffffff;
}


/* Added alpha seperately */

.select-custom li input[type="radio"]:checked+label {
    background-color: var(--theme-light-gray-background-color);
}

.sub-title {
    font-size: 17px;
}


/* TEMPLATE COLORS VARIABLES */
:root {
    --theme-primary-color: #0972ce;
	--theme-secondary-color: #63666a;
	--theme-body-font-color: #000000;
	--theme-layout-background-color: #000000;
	--theme-menu-background-color: #ffffff;
	--theme-menu-hover-link-color: #0972ce;
	--theme-menu-text-color: #000000;
	--theme-menu-link-color: #0972ce;
	--theme-menu-button-color: #0972ce;
	--theme-menu-button-text-color: #ffffff;
	--theme-footer-background-color: #63666a;
	--theme-footer-text-color: #ffffff;
	--theme-footer-hover-link-color: #cccccc;
	--theme-footer-button-color: #0972ce;
	--theme-footer-button-text-color: #fff;
	--theme-heading-font: 'Raleway', sans-serif;
	--theme-body-font: 'Raleway', sans-serif;;
}
