/* 
Theme Name: Fairport Canal Days
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


h1, h2 {
	font-variant: small-caps;
}








table.dataTable th {
	border: 0;
	border-top: 0!important;
}
.dataTables_scrollBody table td {
	border:0;
	border-top: 0;
	border-bottom: 1px solid #ccc;
}
#gv-datatables-555 table tbody>tr:nth-child(odd)>td {
	background-color: #f9f9f9;
}
#gv-datatables-555 table tbody>tr>td:first-child {
	text-align: center;
}
.dataTables_wrapper div.dt-buttons {
	margin-right: 20px;
}








.gv-table-single-container table {}
.gv-table-single-container table .artisan-entry-container {}
.gv-table-single-container table .artisan-entry-container th {
	display: none;
}
.gv-table-single-container table .artisan-entry-container td {
	border: 0;
	background-color: transparent;
}
.gv-table-single-container table .artisan-entry-container td .flex-container {
	display: flex;
	gap: 30px;
}
.gv-table-single-container table .artisan-entry-container td .flex-container .column {
	flex: 1;
}
.gv-table-single-container table .artisan-entry-container td .image-gallery {
	display: flex;
	flex-flow: wrap;
	gap: 20px;
}
.gv-table-single-container table .artisan-entry-container td .image-gallery a {
	display: block;
	width: calc(50% - 10px);
}
.gv-table-single-container table .artisan-entry-container td .image-gallery img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}



h3.tablepress-table-name {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 1.1em;
	color: #333;
	font-weight: 700;
	margin-bottom: 5px;
}
span.tablepress-table-description {
	font-size: .9em;
	margin-bottom: 15px;
}