/*!
Theme Name: moldvision
*/


ul.pagination_1 li {
    list-style: none;
    display: inline-block;
    background: #000;
    padding: 3px 10px;
    color: #fff;
}

ul.pagination_1 li:hover {

      transition: ease-in-out 1s;
    background: #ff3126;
	color: #fff;

}

ul.page-numbers li a:hover {
    color: #fff;
}


button.wp-block-search__button.has-icon.wp-element-button {
    transform: rotate(279deg);
    background: none;
    border: none;
}


.wp-block-search__inside-wrapper {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid;
}



form.search-form {
    display: none;
}