/* 
Theme Name: Verschooning Thema
Theme URI: https://verschooning.nl
Description: Wordpress theme for verschooning.nl, based on Elementor. 
Author: Tristan Riethorst
Author URI: https://bytris.nl/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

body {
	font-family: "Libre Baskerville", Sans-serif;
	}
/* Header on mobile */
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .elementor-location-header {
    	position:fixed;
    	bottom:0;
    	z-index:99;
    	display:block;
    	width:100%;
    	border-top:0.5px solid;
    	}
}

/* Breadcrumbs */
.breadcrumbs a {
	color:inherit!important;
	font-weight:inherit!important;
}


/* Lijst */
nav.synonym-pagination{
	font-family: "Libre Baskerville", Sans-serif;
	text-align:center;
	}
body table {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size:16px;
}
.btn-prev {
	float:left;
	}
.btn-next {
	float:right;
	}
a.pagination-link {
	color:var(--e-global-color-text)!important;
	font-weight:600!important;
	}
a.active {
	text-decoration:underline;
	}
	
/* Suggestie form */
#synonym-suggest-form .form-field {
	padding:10px 0px;
}
a.btn-toevoegen,a.btn-remove  {
    font-family: "Libre Baskerville", Sans-serif;
    font-weight: 600;
    line-height: 2em;
    font-size:12px;
    cursor:pointer;
    }
a.btn-toevoegen {
	color:var(--e-global-color-text)!important;
	}
a.btn-remove {
	color:var(--e-global-color-secondary)!important;
	}
input.btn-submit,input.btn-submit:hover, input.btn-submit:focus {
    font-family: "Libre Baskerville", Sans-serif;
    font-weight: 600;
    line-height: 2em;
    font-size: 18px;
    border: none;
    padding: 0px;
    border-radius: 0px;
	color:var(--e-global-color-text)!important;
	background-color: transparent;
	}
	
/* Comments */
article.comment-body {
	font-size:16px;
	font-family: "Libre Baskerville", Sans-serif;
	}
a.comment-reply-link,a.comment-edit-link {
	color:var(--e-global-color-secondary)!important;
	}
.logged-in-as {
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size:16px;
}
h2.title-comments {
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size:28px;
    font-weight:600;
}
h4.comment-reply-title {
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size:24px;
    font-weight:600;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
	border-block-end: 1px solid var(--e-global-color-accent)!important;
	}
.comment-respond {
	margin-top:50px;
	}
.comment-respond input.submit,.comment-respond input.submit:hover,.comment-respond input.submit:focus {
    font-family: "Libre Baskerville", Sans-serif;
    font-weight: 600;
    line-height: 2em;
    font-size: 18px;
    border: none;
    padding: 0px;
    border-radius: 0px;
	color:var(--e-global-color-text)!important;
	background-color: transparent;
}