:root {
  --theme_custom_color_1: #D4AF37 !important;
  --theme_custom_color_2: #000000 !important;
  
  
  /* var(--theme_custom_color_1);  
  --theme_custom_color_1: #BC9350 !important;
  
  */
}





.nav-item, .custom_theme_color{
	color: var(--theme_custom_color_1) !important;
}

.custom_theme_color_2{
	color: var(--theme_custom_color_2) !important;
}


.theme_background_1{
	background: var(--theme_custom_color_1) !important;
}

.theme_custom_border_1{
	border: 1px solid var(--theme_custom_color_1) !important;
}



.btn-outline-primary{
	color: var(--theme_custom_color_1) !important;
	border: 1px solid var(--theme_custom_color_1) !important;
}

.btn-outline-primary:hover{
	background: var(--theme_custom_color_1) !important;
	color: var(--theme_custom_color_2) !important;
}


.form-control:focus {
    
    box-shadow: 0px 0px 10px 0px var(--theme_custom_color_1);
}









.custom_sub_dropdown{
	margin-top: -40px !important;
}