/*2024 haal titel bij comments weg
-------------------------------------------------------------- */
.comment-reply-title {display: none;
}

/*
====>2024 voorkomt horizontale beweging op mobiel
--------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

/*
====>2024  2.1 Headings
--------------------------------------------------------------*/
h1 { font-family: 'Arimo', sans-serif;
}

h2 {
	font-family: 'Arimo', sans-serif; 
	text-transform: uppercase;
	line-height: 42px;
	background-image: linear-gradient(to right, #151515, #616161, #878787, #878787, #616161, #151515);
	font-size: 26px;
		color:#333333;
	font-weight: 600;
	text-align: center;
}

h3 {
	color: #fff; 
	font-family: 'Raleway', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #de7700;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

h4 {
	color: #de7700; 
	font-family: 'Raleway', sans-serif;
	color: #de7700;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left: 0px;
}

h5 {
  font-family: 'PT Sans', sans-serif;
	color: #000;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 8px;
	background-color: #61616100;
	font-size: 16px;
}

h6 {
  color: #9d9d9d; 
}
/*h6{font-family: 'Raleway', sans-serif;
	border-bottom: #de7700;
	border: 1px solid #de7700;
	font-size: 12px;
	margin: 10px;
	padding: 8px;
	font-style: oblique;
}
h6 span { background: #de7700;
}*/

p {
	font-family: 'Raleway', sans-serif;
	padding: 0 0 10px;
}

/*
====>2024  eerste alinea vet
--------------------------------------------------------------*/
p:first-child {
		font-weight: 600;
}


/*
====>2024 3.5 Seperator ED
--------------------------------------------------------------*/

.wp-block-separator, .is-style-default, .is-style-wide {
	position: relative;
 vertical-align: top;
		align-content: center !important;   
		margin-left: 50%;
 		margin-bottom: 20px;
     padding-bottom: 1px;
		transform: translate(100%, -150%);
    border: 1px;
	height: 1px;
	background-image: linear-gradient(to right, #1a1a1a, #de7700, #1a1a1a) !important;
	background-color: #1a1a1a;
	min-width: 20%;
	max-width: 30%;
}
/*
====>2024 fototeksten
--------------------------------------------------------------*/
.wp-block-image figcaption {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


/*
====> formaat kleur meest gelezen
--------------------------------------------------------------
dd, dl, dt, li, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 14px;
}*/

/*
.entry-content ul {
    list-style: disc;
}
.entry-content li {
	padding-bottom: 5px; }
*/


/*
====> kleur comments in sidebar
--------------------------------------------------------------
.recent-comments-list .comment-excerpt {
   color: #ffffff;
    font-weight: 300;
}*/

/*
====> inputkleur van nieuwsbriefaanmelder
--------------------------------------------------------------
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
color:#b1b1b1;
}*/

/*
Comments ED
--------------------------------------------------------------
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #de7700;
    border-radius: 3px;
    background-color: #282828;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}*/

/*
====>2024 Eerste alina vet
--------------------------------------------------------------
.elementor-widget-container p:first-child {
    font-weight: bold;
}*/

/*
====> Content ED
--------------------------------------------------------------
.type-post .entry-title, .type-page .entry-title {
	color: #de7700;
		font-family: 'Arimo', sans-serif;
		text-transform: uppercase;
}*/

/*
--------------------------------------------------------------
/*h2.entry-title a {
	padding-top: 10px;
	padding bottom: 10px;
}*/

/*
--------------------------------------------------------------
.related-posts-main-title .fa {
	display: none;
}*/