/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 23:11:17 */
section.blog-ii {
    position: relative;
}
section.blog-ii .w-filter-item.type_dropdown {
    border: 0;
    box-shadow: 0 0 0 0;
	margin-left:auto;
}
section.blog-ii .w-filter-item.type_dropdown .w-filter-item-title {
    display: none;
}
section.blog-ii .w-filter-item.type_dropdown .w-filter-item-content {
    border: 1px solid;
    box-shadow:  0 0 0 0;
    margin-left: auto;
}
section.blog-ii .w-filter-list {
    border: 0;
    box-shadow:  0 0 0 0;
}
section.blog-ii form.w-filter {
    border: 0 !important;
    box-shadow: 0 0 0 0 !important;
}
section.blog-ii .w-filter-item.type_dropdown a.w-filter-item-reset {
    text-align: right;
    margin: 1rem 0;
    color: var(--color-primary);
}
section.blog-ii .w-filter-item.type_dropdown .w-filter-item-content {
	border: 1px solid;
	box-shadow:  0 0 0 0;
	width: 100%;
}
section.head-i .second .container-i .wpb_text_column a {
    color: var(--color-primary);
}
section.partnerships-ii .w-btn-wrapper {
    width: 100%;
}


@media(min-width:1200px){
	section.blog-ii .w-filter-item.type_dropdown{
		width:32%;
	}
}

@media(max-width:1200px) and (min-width:992px){
	section.blog-ii .w-filter-item.type_dropdown{
		width:40%;
	}
}
@media(max-width:992px) and (min-width:768px){
	section.blog-ii .w-filter-item.type_dropdown{
		width:50%;
	}

}
@media(max-width:768px) and (min-width:576px){
	section.blog-ii .w-filter-item.type_dropdown{
		width:70%;
	}
}
@media(max-width:576px){
	section.blog-ii .w-filter-item.type_dropdown{
		width:100%;
	}
}