/* Themify Customize Styling */
body {	background-image: url(https://themify.me/demo/themes/ultra-interior/files/2021/02/body-bg-lines-1.png);
	background-repeat: repeat;
	background-position: center center;
	font-family: "Montserrat";	font-weight:normal;
 
}
a {	
	color: #000000; 
}
a:hover {	
	color: #bea662; 
}
#headerwrap {	background: none;
	background-color: #ffffff;
	padding: 10px; 
}
#header {	
	font-family: "Montserrat";	font-weight:600;

	color: #000000; 
}
#headerwrap a {	
	color: #000000; 
}
#headerwrap a:hover {	
	color: #bea662; 
}
body #site-logo a {	
	font-family: "Montserrat";	font-weight:800;
	letter-spacing:1px;
 
}
#main-nav a {	
	color: #000000;
	font-family: "Montserrat";	font-weight:normal;
	text-transform:uppercase; 
}
.post-title {		text-transform:uppercase; 
}
.post-title a:hover, .loops-wrapper .post-image + .post-content .post-title a:hover {	
	color: #c5a47e; 
}

/* Themify Custom CSS */
::-webkit-scrollbar {
  width: 14px;
  height: 17px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #c5a47e;
  border: 4px solid #e0e0e0;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c5a47e;
}
::-webkit-scrollbar-thumb:active {
  background: #c5a47e;
}
::-webkit-scrollbar-track {
  background: #e0e0e0;
  border: 0px none #000000;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #e0e0e0;
}
::-webkit-scrollbar-track:active {
  background: #e0e0e0;
}
::-webkit-scrollbar-corner {
  background: transparent;
}