/* Themify Customize Styling */
body {	
	color: #616161; 
}
a {	
	color: #64a70b; 
}
a:hover {	
	color: #5b8f13; 
}
:root {	
	--theme_accent: #64a70b;
	--theme_accent_hover: #5b8f13; 
}
a, .post-nav .arrow {	
	color: #64a70b; 
}
h1 {	
	color: #64a70b; 
}
h2 {	
	color: #64a70b; 
}
h3 {	
	color: #64a70b; 
}
h4 {	
	color: #64a70b; 
}
h5 {	
	color: #64a70b; 
}
h6 {	
	color: #64a70b; 
}
.page-title {	
	border-bottom: 3px solid #e8d35d;
	margin-bottom: 20px;
	padding-bottom: 16px;	font-weight:800;
	text-transform:uppercase; 
}

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

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

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

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

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

.table.table-stripped tr {
	border-bottom: 1px solid #51247a55;
}

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