/*!
Theme Name: tintiq360
*/




/* .gallery-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
 */
.portfolio-pics {
/*     display: grid; */
    grid-template-columns: repeat(4, 1fr); /* 3 Columns, Adjust as needed */
/*     gap: 10px;
    max-width: 100%; /* Keeps the gallery centered */ */
}

.gallery-item {
    display: block;
    width: 100%;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


form.search-form {
    display: none;
}

.page-numbers li {
    list-style: none;
    display: inline-block;
    background: #62e5f3;
    padding: 3px 10px;
    color: #fff;
	font-weight:600;
}


