/* Themify Customize Styling */
:root {	
	--theme_accent: #336600; 
}
a, .post-nav .arrow {	
	color: #336600; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #404040; 
}
h1 {	
	color: #336600; 
}
h2 {	
	color: #336600; 
}
h3 {	
	color: #336600; 
}
h4 {	
	color: #336600; 
}
h5 {	
	color: #336600; 
}
h6 {	
	color: #336600; 
}
.post-date, .loops-wrapper.list-post .post .post-date, .single #pagewrap .post-content .post-date {	background: none;
	background-color: #336600; 
}
.page-title {	
	color: #336600; 
}

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

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

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

.table .table-header {
	background: #efefef;
color: #336600;
	font-weight: bold;
}

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

.square-image {
	aspect-ratio: 1;
	object-fit:cover;
}