/*===============================================
	All Colors Option 
================================================ */
:root{
    --theme-primary:#e6a520;
    --theme-light:#ffd77a;
    --theme-dark:#7a4a00;
    --theme-bg:#fff8e7;
    --theme-bg-dark:#f7eed8;
}
.theme-bg.call-to-act-wrap {
    background: #2196F3;
}