/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 07:45:07 */
html {
scroll-behavior: smooth;
}
#content-top-in {
width: 100%!important;
}
.menu-top li a .item-label {
font-weight: 900;
}
.widget-title {
padding: 1rem 2rem;
border-top: 6px double #ffc6e8;
border-bottom: 6px double #ffc6e8;
background: none!important;
}
.article h2 {
position: relative;
padding: 1.5rem 1rem .5rem;
border-bottom: 3px solid #ffc6e8;
background: #f4f4f4;
}
.article h2:first-letter {
font-size: 150%;
color: #ffc6e8;
margin-right: 3px;
}
.article h2:before {
position: absolute;
bottom: -14px;
left: 1em;
width: 0;
height: 0;
content: '';
border-width: 14px 12px 0 12px;
border-style: solid;
border-color: #ffc6e8 transparent transparent transparent;
}
.article h2:after {
position: absolute;
bottom: -10px;
left: 1em;
width: 0;
height: 0;
content: '';
border-width: 14px 12px 0 12px;
border-style: solid;
border-color: #f4f4f4 transparent transparent transparent;
}
.article h3 {
padding: 1rem;
border-left: 6px double #ffc6e8;
background: #f4f4f4;
border-top: none;
border-bottom: none;
border-right: none;
}
.article h4 {
background: #f4f4f4;
border-top: none;
}