/* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 100px; 
}
body #site-logo a img {		width: 100px; 
}
#main-nav a {	
	color: #000000;
	font-family: "Plus Jakarta Sans";	font-weight:300;
	font-size:50px;
	line-height:20px;
	text-transform:capitalize; 
}
#main-nav a:hover {	
	color: #c70052; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #c70052; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 100px; 
}
#main-nav a {	
	color: #000000;
	font-family: "Plus Jakarta Sans";	font-weight:400;
 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 100px; 
}
#main-nav a {	
	color: #000000;
	font-family: "Plus Jakarta Sans";	font-weight:400;
 
}
#main-nav a:hover {	
	color: #c70052; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #c70052; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 100px; 
}
#main-nav a {	
	font-family: "Plus Jakarta Sans";	font-weight:400;
 
}
 }
/* Themify Custom CSS */
/*-----------Newsletter signup--------*/

.email-contact{
	display:flex !important;
}
.email-contact input{
	border:none;
    width: 100% !important;
    background: none !important;
    border-bottom: 1px solid #6F6F6F;
    border-radius: 0px !important;
	margin-top:6% !important;
	padding-left:0px !important;
	color:#3d3d3d !important;
	font-family:"Plus Jakarta Sans" !important;
	font-size:16px !important;
	font-weight:300 !important
	
}
input:read-write:focus{
	border-bottom-color:#000000 !important;
}

#mail-btn{
	background:none !important;
	border:none !important;
	line-height:4em !important;
	color:#000000 !important;
	text-transform:none;
}
#mail-btn:hover{
	box-shadow:none !important;
}