/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 03:14:35 */
/*--------------------------BLOG-------------------------*/
.single-author, .header-author,
.entry-author.-avatar {
	display: none;
}
.dv-width-all-post-css {
	padding: 100px 0;
}
.dv-width-page-post-css {
	padding: 0px 0 50px 0;
}
.s-content h2 a, .s-content:hover h2 a,
.kt-blocks-post-grid-item-inner h2.entry-title>a {
	color: #17449e !important;
	font-size: 22px;
	font-weight: 700 !important;
}
.s-paging {
	margin-bottom: 0px;
}
.s-paging .current {
	background-color: #0088f3;
	border-radius: 5px;
	border: 1px solid #0088f3;
	color: white;
}
.s-paging span, .s-paging a {
	background: white;
	margin: 0 3px;
	border-radius: 5px;
}
figure,
.page-content,
.single-content {
	margin: 0px;
}
.kt-blocks-categories a {
	font-size: 14px;
}
/*-----------------------In Blog-----------------------------*/
.entry-info-headline .title {
	font-size: 35px;
	line-height: 40px;
	text-shadow: 0 0 10px black;
}
.entry-info-headline .posted-on {
	font-size: 15px;
}
.s-title-headline .entry-pic {
	padding-top: 200px;
	filter: blur(5px);
}
.entry-info-headline {
	max-width: 1230px;
	padding: 0 15px;
}
.entry-info-headline .posted-on {
	text-transform: uppercase;
}
span.kt-blocks-tags-icon {
	margin-left: 10px;
	top: -3px;
	position: relative;
}
.s-sec.single-related.alignfull {
	margin-top: 50px;
	margin-bottom: -50px;
	padding: 50px 0 !important;
	background: #eaf2f7;
}
.s-sec.single-related.alignfull h2.text-center {
	color: #17449e;
	font-weight: 600;
	margin-bottom: 20px;
}
h2.entry-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.entry-info {
	padding-bottom: 0 !important;
}
.entry-excerpt,
.entry-content {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.entry-author {
	color: #71767f;
	border-top: 2px solid #71767f;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 10px !important;
}
.single-related a{
	color: #71767f !important;
}
.wp-block-kadence-advancedgallery {
	margin: -10px;
}
/*--------------------------------------FORM-----------------------------------*/
:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
	outline-width: 1px;
	outline-color: #d5d5d7;
}
.kadence-column20_9fa74a-50 > .kt-inside-inner-col {
	overflow: hidden;
}
/* .wpcf7-not-valid-tip {
color: #ff0000;
font-size: 15px;
margin-top: 3px;
} */
form p {
	font-size: 15px !important;
}
input, select, textarea {
	width: 100%;
	background: #f8fafc;
	color: #000;
	border-radius: 5px;
	height: 40px;
}
textarea {
	height: 100px;
}
input.wpcf7-submit{
	background-color: #17449e;
	padding: 5px;
	color: white;
	height: 40px;
	border: 1px solid #518bff;
}
input.wpcf7-submit:hover {
	background: #255dce;
}
span.wpcf7-spinner {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0px 0px;
	padding: 10px;
	border: 2px solid #ff0000 !important;
	border-radius: 5px;
	color: #000000;
	text-align: center;
	font-size: 15px;
}
.dv-form-contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
	align-items: end;
}
.dv-form-offset {
	display: grid;
	grid-template-columns: 1fr 1fr 200px;
	gap: 20px;
	align-items: end;
	color: #cbcbcb;
}
