/* Themify Customize Styling */
body {	
	color: #5c5c5c; 
}
a {	
	color: #47215b; 
}
a, .post-nav .arrow {	
	color: #47215b; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #5c5c5c; 
}
.transparent-header #headerwrap a,.transparent-header #headerwrap.fixed-header a,#headerwrap a,#headerwrap.fixed-header a,#footerwrap a {	
	color: #47215b; 
}
.transparent-header #headerwrap,.transparent-header #headerwrap.fixed-header,#headerwrap,#headerwrap.fixed-header,#footerwrap {	background: none;
	background-color: #47215b;
	color: #47215b; 
}
h1 {	
	color: #47215b; 
}
h2 {	
	color: #47215b; 
}
h3 {	
	color: #47215b; 
}
h4 {	
	color: #47215b; 
}
h5 {	
	color: #47215b; 
}
h6 {	
	color: #47215b; 
}
.post-title, .post-title a, .loops-wrapper .post-image + .post-content .post-title a {	
	color: #47215b; 
}
.post-title a:hover, .loops-wrapper .post-image + .post-content .post-title a:hover {	
	color: #47215b; 
}
.page-title {	
	color: #47215b; 
}
.module-title {	
	color: #47215b; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: rgba(255,255,255,0.73); 
}
#footer a:hover {	
	color: #ffffff; 
}

/* Themify Custom CSS */
.horncastle-event .event-time-at, .horncastle-event .event-time {
	display: none;
}
.mfp-content {
	overflow: scroll;
}
.fullwidth-leftalign.buttons-fullwidth :is(.module-buttons-item,.module-buttons-item a) {
	place-content: start;
}

.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-border tr td {
	border: 1px solid #ccc;
}

.table .table-header {
	background: #449546;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff
}

.module-addfile a.tf_in_flx {
	  place-items: start;
    flex-direction: row;
	    flex-wrap: nowrap;
}