/* Themify Customize Styling */
body {	
	font-family: "Poppins";	font-weight:300;
	font-size:16px;

	color: #151515; 
}
a {	
	color: #ff0066; 
}
a:hover {	
	color: #151515; 
}
:root {	
	--theme_accent: #ff0066;
	--theme_accent_semi: #ff0066;
	--theme_accent_hover: #151515; 
}
a, .post-nav .arrow {	
	color: #ff0066; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #151515; 
}
h1 {	
	font-family: "Poppins";	font-weight:900;
	letter-spacing:2px;
	font-size:5rem;
 
}
h2 {	
	font-family: "Poppins";	font-weight:900;
	letter-spacing:1px;
	font-size:4rem;
 
}
h3 {	
	font-family: "Poppins";	font-weight:900;
	font-size:2rem;
 
}
h4 {	
	font-family: "Poppins";	font-weight:800;
	letter-spacing:1px;
	font-size:1.5rem;
	text-transform:capitalize; 
}
#headerwrap {	background: none;
	background-color: #000000; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(0,0,0,0.73); 
}
body #site-logo a img {		width: 200px; 
}
#site-description {	display: none; 
}
#main-nav a {	
	color: #ff0066; 
}
#main-nav a:hover {	
	color: #f9f9f9; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }.body-overlay { background: none;
	background-color: #ff0066; }
/* Themify Custom CSS */
p {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
.mobile-menu-visible #headerwrap, .transparent-header .fixed-header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,.7);
}
.menu-icon-inner {
  color: white;
}