/* Themify Customize Styling */
body {	
	font-family: "bariol-regular";	font-weight:100;
	font-size:1.2em;
 
}
:root {	
	--theme_accent: #e82c2a;
	--theme_accent_hover: #bd2826; 
}
a, .post-nav .arrow {	
	color: #e82c2a; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #454545; 
}
h1 {		font-weight:900;
	line-height:1em;

	color: #e82c2a; 
}
h2 {	
	color: #e82c2a; 
}
h3 {	
	color: #e82c2a; 
}
h4 {	
	color: #e82c2a; 
}
h5 {	
	color: #e82c2a; 
}
h6 {	
	color: #e82c2a; 
}
#header {	
	color: #e82c2a; 
}
.post-title, .post-title a, .loops-wrapper .post-image + .post-content .post-title a {	
	color: #e82c2a; 
}
.page-title {	margin-right: auto;
	margin-bottom: 20px;margin-left: auto;
	color: #e82c2a;	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-weight:900;
	line-height:1em;
 
}

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

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

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

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