/* Themify Customize Styling */
body {	
	font-family: "Nunito";	font-weight:400;

	color: #6b6b6b; 
}
:root {	
	--theme_accent: #d649a5;
	--theme_accent_semi: #cd8e2f;
	--theme_accent_hover: #0070c9; 
}
a, .post-nav .arrow {	
	color: #d649a5; 
}
h1 {	
	color: #d649a5; 
}
h2 {	
	color: #0070c9; 
}
h3 {	
	color: #0070c9; 
}
h4 {	
	color: #d649a5; 
}
h5 {	
	color: #cd8e2f; 
}
h6 {	
	color: #296a30; 
}

/* 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-text-center tr td {
	text-align: center;
}

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

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

.table .table-header.pink {
	background: #d649a5;
}

.module-addfile .module-buttons-item {
	display: block;
	width: 100%;
}
.module-addfile a.tf_in_flx {
	  place-items: start;
    flex-direction: row;
	  flex-wrap: nowrap;
	width: calc(100% - 40px);
}

a.colour-block {
	padding: 10px;
	background: linear-gradient(to right, #d649a5, #0070c9);

	border-radius: 10px;
	color: #fff!important;
}