/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2023 | 13:01:57 */
.valon-blog a {
    line-height: 39px;
    color: #000;
    box-shadow: inset 0 -1px 0 0 #000;
    transition: color 250ms cubic-bezier(.25, .46, .45, .94),box-shadow 250ms cubic-bezier(.25, .46, .45, .94);
}

.valon-blog a:hover {
    box-shadow: inset 0 -28px 0 0 #000;
    color: #fff;
}

.valon-blog p, .valon-blog ul, .valon-blog ol {
    margin-bottom: 26px;
}

.valon-blog h4 {
	color: #000;
	font-weight: 700;
	font-size: 31px;
	line-height: 35px;
	margin: 0;
	margin-bottom: 24px;
}

.valon-blog h5 {
	color: #000;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 24px;
}

@media only screen and (max-width: 1128px) {
  .valon-blog h4 {
	color: #000;
	font-weight: 700;
	font-size: 23px;
	line-height: 27px;
	margin: 0;
	margin-bottom: 24px;
}
	.valon-blog h5 {
	color: #000;
	font-weight: 700;
	font-size: 21px;
	line-height: 27px;
	margin: 0;
	margin-bottom: 24px;
}
}

.valon-blog strong {
    font-weight: 700;
}

.valon-blog figure  {
	margin: 36px 0;
}

.valon-blog .w-100 {
	width: 100%;
}

.valon-blog .w-60 {
	width: 60%;
}

.valon-blog em {
	font-family: "Lato",sans-serif;
    font-style: italic;
	font-size: 20px;
}

.valon-blog img {
    width: 100%;
    border-radius: 8px;
	margin-top: 36px;
	margin-bottom: 36px;
}

.valon-blog figcaption {
    text-align: center;
    font-size: 16px;
    font-style: normal;
	padding: 0 10px;
	margin-top: -24px;
	font-family: "Lato",sans-serif;
    color: #555;
}