/* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;
 
}
:root {	
	--theme_accent: #512b7a;
	--theme_accent_hover: #6c4b8f; 
}
a, .post-nav .arrow {	
	color: #512b7a; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #666666; 
}
h1 {	
	color: #512b7a; 
}
h2 {	
	color: #512b7a; 
}
h3 {	
	color: #512b7a; 
}
h4 {		text-transform:uppercase;
	color: #512b7a; 
}
h5 {	
	color: #6c4b8f; 
}
h6 {	
	color: #512b7a; 
}
.post-date, .loops-wrapper.list-post .post .post-date, .single #pagewrap .post-content .post-date {	background: none;
	background-color: #512b7a; 
}
.page-title {	
	margin-top: 0px;
	margin-bottom: 10px; 
}

/* Themify Custom CSS */
.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.table tr:not(.table-header):hover {
	background: #eee;
}

.table-padding-10 tr td {
	padding: 10px;
}
.table-padding-20 tr td {
	padding: 20px;
}

.table-border tr td {
	border: 1px solid #ccc;
}

.table .table-header {
	background: #512b7a;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff
}
 
.module-addfile a.tf_in_flx {
	  place-content:start!important;
    flex-direction: row;
	    flex-wrap: nowrap;
}
.module-addfile.module .module-buttons-item {
	display: flex!important;
}
.module-addfile.module .module-buttons-item a {
	display: flex;
	align-items: center;
	width: 100%;
}

.module-buttons-item+.module-buttons-item {
    margin-inline-start: 0em!important;
}

.module-accordion>li, .ui.module-accordion {
	border: none;
}

.buttons-fullwidth :is(.module-buttons-item,.module-buttons-item a) {
	  place-items: start;
	  place-content:start;
    flex-direction: row;
	  flex-wrap: nowrap;
}