/* Themify Customize Styling */
:root {	
	--theme_accent: #aa1c84;
	--theme_accent_semi: #aa1c84; 
}
#headerwrap {	background: none;
	background-color: #f7f7f7; 
}
body #site-logo a img {		width: 150px; 
}
#main-nav a {		font-weight:600;
	text-transform:uppercase; 
}
body:not(.mobile_menu_active).transparent-header #main-nav a, #main-nav a {	
	color: #aa1c84; 
}
#main-nav a:hover {	
	color: #25293c; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a, body:not(.mobile_menu_active) #main-nav .current-menu-item > a {	
	color: #25293c; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {	
	color: #25293c; 
}
#footer {	
	font-family: "Arial", "Helvetica", sans-serif; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
:root {	
	--theme_accent: #aa1c84;
	--theme_accent_semi: #aa1c84; 
}
#footer {	
	font-family: "Arial", "Helvetica", sans-serif; 
}
 }.mobile_menu_active #menu-icon { 
	color: #25293c; }
/* Themify Custom CSS */


@media (max-width: 680px) {
  body #site-logo a img {
    width: 130px;
  }
}

#main-nav li a::after {
  border-bottom: 4px solid #25293c;
  
}

.social-widget {
 
  margin-top: 0em;
}

:is(.module.contact-style3, .module.contact-style2, .module.contact-animated-label) .builder-contact-field :is(input[type="number"], input[type="email"], input[type="tel"], input[type="text"], select) {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
  margin-top: 6px;
  padding: 5px;
}

/* Phoenix51 single posts */

/* Hide the automatic excerpt over the featured image */
.single-post .top-excerpt-wrap {
    display: none !important;
}

/* Hide author avatar */
.single-post .author-avatar {
    display: none !important;
}

/* Hide author name */
.single-post .post-author {
    display: none !important;
}