
/* GENERAL
--------------------------------------------------- */
p {
margin-top:0px;
margin-bottom:10px;
}

strong {
font-weight: 700;
}

em {
font-style: italic;
}

h1, h2, h3 {
letter-spacing: 0px;
margin-top:0px;
margin-bottom:10px;
font-weight: 400;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.px-text ol,
.px-text ul {
display: block;
margin-block-start: 10px;
margin-block-end: 10px;
margin-inline-start: 10px;
margin-inline-end: 0px;
padding-inline-start: 20px;
line-height:inherit;
}

li {
display: list-item;
text-align: -webkit-match-parent;
}

ol, ul {
margin-top: 0;
}

/* COLORS
--------------------------------------------------- */
h1, h2, h3 {
color:#01ADEF;
}

p strong {
color:#70A7A3;
}

div,
input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
outline:0 !important;
}

/* LINK
--------------------------------------------------- */
a {
cursor:pointer;
display: inline-block;
text-decoration: none;
}

.uabb-blog-post-content a {
font-weight: 700;
}

.fl-module-pp-pb-infocard a,
.fl-accordion-content a {
color: #01ADEF;
border-bottom: solid 1px transparent !important;
}

.fl-accordion-content a:focus,
.fl-accordion-content a:hover {
border-bottom: solid 1px #01ADEF !important;
}

/* FONTS WEIGHT
--------------------------------------------------- */
body.single-post .dorcas-blog-inhoud h2,
body.single-post .dorcas-blog-inhoud h2 strong {
font-weight: 400 !important;
}


/* FONTS DESKTOP
--------------------------------------------------- */
@media (min-width : 1181px) {h1, h2 {
font-size: 26px;
line-height: 33px;
}

body.single-post .dorcas-blog-inhoud h2 {
font-size: 22px;
line-height: 22px;
margin-bottom: 5px;
}

} /* End @media */
/* FONTS TABLET LANDSCAPE
--------------------------------------------------- */
@media (min-width : 992px) and (max-width : 1180px) {h1, h2, h3 {
font-size: 23px;
line-height: 31px;
}


} /* End @media */
/* FONTS TABLET PORTRAIT
--------------------------------------------------- */
@media (min-width : 768px) and (max-width : 992px) {h1, h2, h3 {
font-size: 23px;
line-height: 31px;
}
} /* End @media */
/* FONTS MOBILE
--------------------------------------------------- */
@media (max-width : 767px) {h1, h2, h3 {
font-size: 20px;
line-height: 27px;
}
} /* End @media */