/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2025 | 08:16:19 */
@media (min-width: 601px) {
    .expose-news-header-search .header-search-wrap .header-search-form {
        top: -12px;
        padding: 0;
        right: 40px;
    }
}

.home #secondary {
    display: none !important;
}


aside#secondary::after {
    content: " ";
    background: var(--clr-text);
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 103%;
}

@media (max-width:991px){
	aside#secondary::after {
    content:none;
    }
}


ul.wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex{
	    display: block;
    margin-top: 5px;
}