/*
 Theme Name:   Onepress Child
 Theme URI:    https://www.famethemes.com/themes/onepress/
 Description:  Onepress Child Theme
 Author:       Wout Dillen
 Author URI:   http://bytesandbikes.be/
 Template:     onepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Font Adjustment */
body, button, input, select, textarea {
	font-family: "PT Serif",  "serif" !important;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #777777; 
}

.site-text-logo,
.page-header .entry-title {
	text-transform: none !important;
}

/* Links */
#content a {
	color: #cc0000!important; 
}

#content a:hover,
.onepress-menu a {
	color: black !important;
}

#masthead a:hover,
.onepress-menu a:hover{
	color: #cc0000 !important;
}

/* Prettier Tables */
.prettytable {
	width: 100%;
	margin-bottom: 20px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
 
}

.prettytable > thead > tr > th,
.prettytable > tbody > tr > th,
.prettytable > tfoot > tr > th,
.prettytable > thead > tr > td,
.prettytable > tbody > tr > td,
.prettytable > tfoot > tr > td {
	border: none;
	line-height: 1.42857;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px dotted #777777;
}


.prettytable th {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}