/* Themify Customize Styling */
body {	
	font-family: "Montserrat";	font-weight:400;
	line-height:35px;

	color: #1f1f1f; 
}
a {	
	color: #3d3de0; 
}
a:hover {	
	color: #967140; 
}
:root {	
	--theme_accent_hover: #967140; 
}
h1 {	
	font-family: 'Times New Roman', "Times", serif;	font-weight:400;
 
}
h2 {	
	font-family: 'Times New Roman', "Times", serif;	font-weight:300;
	font-size:40px;

	color: #967140; 
}
h3 {	
	font-family: "Georgia", 'Times New Roman', "Times", serif;
	color: #967140; 
}
#headerwrap {	
	border-bottom: none !important;
	padding-bottom: -px; 
}
#header {	
	padding-top: 2px;
	padding-bottom: 12px;
	color: #fcfcfc; 
}
#headerwrap a:hover {	
	color: #969191; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(2,4,28,0.57); 
}
#headerwrap.fixed-header #site-logo a img {		width: 75px;
	height: 75px; 
}
body #site-logo a img {		width: 100px;
	height: 100px; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #7a7676; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	color: #c2c2c2; 
}
#footerwrap {	background-image: url(https://doorknockerwhiskey.com/wp-content/uploads/2024/03/footer-bg.png);
	background-size: cover;
	background-position: right top;
	border-top: 1px solid #967140; 
}
#footer-logo a {	display: none; 
}
#footer a {	
	color: #000000; 
}
#footer a:hover {	
	color: #967140; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #967140; 
}
#footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {	
	color: #f7f7f7; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 75px;
	height: 75px; 
}
body #site-logo a img {		width: 100px;
	height: 100px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 75px;
	height: 75px; 
}
body #site-logo a img {		width: 100px;
	height: 100px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body {	
	color: #383838; 
}
a {	
	color: #3d3de0; 
}
#headerwrap a:hover {	
	color: #969191; 
}
#headerwrap.fixed-header #site-logo a img {		width: 75px;
	height: 75px; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #7a7676; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	color: #c2c2c2; 
}
#footerwrap {	background: none;
	background-color: #c2c2c2; 
}
#footer a {	
	color: #000000; 
}
 }.header-minbar #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: #969191; }
/* Themify Custom CSS */
#main-nav li>.sub-menu{border-radius:0px;
width: auto !important; white-space: nowrap;}

#main-nav li a::before {
content: "";
position: absolute;
width: 75px;
	margin-left: -37px;
	margin-bottom: 5px;
	left: 50%;
	height: 1px;
bottom: 0;
background-color: #967140;
visibility: hidden;
transform: scaleX(0);
transition: .25s;
}

#main-nav li a:hover::before, #mobile-menu #main-nav li a:hover::before  {
visibility: visible;
transform: scaleX(1);
}
#main-nav li>.sub-menu a::before{
content: "";
width: 0px;
visibility: hidden;
}
#menu-icon:before{
content:"Menu"  !important;
font-size:16px !important;
	padding-right: 8px !important;
}

@media screen and (max-width: 900px) {#main-nav li a::before {
	margin-left: auto;
	left: 0%;
	}}