/*
 Theme Name:   Online ritregistratie
 Theme URI:    https://www.onlineritregistratie.nl/
 Description:  ritregistratie Theme
 Author:       Frank   
 Template:     twentytwentyone
 Version:      1.0.0
*/

@import url("https://use.typekit.net/dmf6sls.css");

body {
	font-family: "lft-etica-sheriff", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #FFF;
} 

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "lft-etica-sheriff", serif;
}
ul, ol {
    font-family: "lft-etica-sheriff", serif;	
}

ul {
	padding: 20px;
}

ul li {
	background-image: url("images/bullet.svg");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style: none;
	padding: 2px 0 2px 20px;
}

.products .wp-block-column ul li {
	background-position: 0 -193px;
	padding: 2px 0 2px 30px;
}

.entry-content, .entry-summary {
    font-family: "lft-etica-sheriff", serif;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: #B7D3F0 !important;
}

a.wp-element-button {
	color: #FFF !important;
	background-color: #184D87 !important;
	border-bottom: 3px solid #133E6C !important;
	font-family: "lft-etica-sheriff", serif !important;
	font-size: 16px !important;
}
.logo-holder {
	max-width: 1000px;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
}
.logo-holder img {
	width: 200px;
}

.site-header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 330px;
	width: 100%;
	max-width: 100%;
	margin-bottom: -50px;
}

.site-title {
	margin-top: 60px;
}

.site-title a,
.site-header h1 {
	font-family: "lft-etica-sheriff", serif !important;
	text-transform: capitalize;
	color: #FFF !important;
	text-decoration: none;
	margin-top: 60px;
    font-size: 35px;
}

.menu-bar {
	background-color: #B7D3F0;
	padding: 16px 0 15px 0;
	width: 100%;
}

.menu {
	max-width: 960px;
    margin: auto;
    position: relative;
	font-size: 16px;
}

.menu a {
	background-image: url("images/icons.svg");
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	margin-right: 20px;
	text-decoration: none;
}

.menu a:hover {
	color: #FFF;
}

a.menu-item-1 {}

a.menu-item-2 {
	background-position: 0 -96px;
}
a.menu-item-3 {
	background-position: 0 -189px;
	position: absolute;
	right: 0;
	top: -5px;
}

.sub-menu-bar-holder {
	background-color: #DFECF9;
	width: 100%;
}

.sub-menu-bar {
	font-size: 12px;
	margin: auto;
	padding: 5px;
	width: 100%;
	max-width: 975px;
}

.wp-block-button__link {
	padding: 8px 26px !important;
}

.alignwide {
	max-width: 980px;
}

.singular .entry-header {
	margin-top: 0;
    background-color: #FFF;
    padding: 20px;
    border-bottom: none;
	margin-bottom: 0;
}

.singular .entry-title {
    font-size: 40px;
    border-bottom: 2px solid #EEE;
    padding-bottom: 20px;
}

.wp-block-columns {
	max-width: 900px !important;
}

.wp-block-columns .wp-block-column {
	background-color: #FFF;
	padding: 30px;
	font-size: 16px;
}

.products .wp-block-column {
	background-color: #DFECF9;
}

.news-block.wp-block-columns .wp-block-column {
	padding: 0px;
}

.footer-content {
	border-top: 2px solid #184D87;
}

.footer-content img {
	max-width: 200px;
	display: inline-block;
	margin: -110px 20px 0px 50px
}

.contact-info {
	display: inline-block;
	font-size: 14px;
	padding: 17px;
}

table th {
	background-color: #B7D3F0;
}

table td {
	border-color: #184D87;
	font-size: 16px;
}

table tr:nth-child(even) {
	background-color: #DFECF9;
}

.wp-block-columns .wp-block-column.contact-holder {
	background-color: #EEE;
}

.wpcf7-form-control.wpcf7-submit {
	color: #FFF !important;
	background-color: #184D87 !important;
	border-bottom: 3px solid #133E6C !important;
	font-family: "lft-etica-sheriff", serif !important;
	font-size: 16px !important;
	border: 0;
}
.wpcf7-form-control.wpcf7-submit:hover {
	border: 0;
}
.wpcf7-form-control-wrap {
	margin-bottom: 20px;
    display: block;
}
.wpcf7-form-control-wrap input {
	font-size: 16px;
	border: 1px solid #000;
}

.contact-holder label {
	font-size: 16px !important;
}

.wpcf7-response-output {
	border-color: #184D87 !important;
    color: #FFF;
    background-color: #184D87;
    padding: 5px 0px 5px 20px;
}

@media only screen and (max-width: 900px) {
	.menu-bar {
		background-color: #B7D3F0;
		padding: 16px 15px 15px 15px;
		width: 100%;
	}
	.sub-menu-bar {
		padding: 5px 15px;
	}
	.news-block {
		padding: 0px 15px;
	}

	.footer-content img {
		margin-top: 0px;
	}

}