/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2026 | 17:37:47 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.pt-cv-view .pt-cv-title { height: auto !important; }
.pt-cv-view .pt-cv-title > a {  
	text-transform: uppercase;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.pt-cv-view .pt-cv-title > a > span { font-weight: normal !important; }

.single-post .entry-title > span { font-weight: 600 !important; }
.single-post .content-area { width: 100% !important; text-align: left !important; }
.single-post .related-thumb img { height: 200px !important; object-fit: cover !important;  }

@media(min-width: 1024) {
	.related-thumb img { height: 200px; object-fit: cover; }	
}


/* Sitemap page */

.page-id-16478 .sitemap ul {
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
    list-style: none;
}

.page-id-16478 .sitemap ul li {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
}

.page-id-16478 .sitemap ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 100%;
}

.page-id-16478 .sitemap ul li ul {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-id-16478 .sitemap ul li a {
    color: inherit;
    font-size: inherit;
}

/*  */
.single-post .entry-content h2 {
    font-size: 23px !important;
    line-height: 1.4;
    font-weight: 700 !important;
}

h2.blog_second_heading {
    font-size: 23px !important;
}

.wp-singular .entry-content h3 {
font-size: 17px;
}

.wp-singular .entry-content h2 {
 font-size: 23px !important;;
}