    /*
    Theme Name: Golo Child
    Theme URI: https://wp.getgolo.com/
    Author: Uxper
    Author URI: http://uxper.co/
    Version: 1.0.1
    Template: golo
    Text Domain: golo
    Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
    */
@import url("../golo/style.css");


/* Target containers with class 'Aniup' */
.Aniup {
    transition: transform 0.3s ease; /* smooth animation */
    cursor: pointer; /* optional, makes it clear it's interactive */
}

.Aniup:hover {
    transform: translateY(-10px); /* move up 10px on hover */
}

@media only screen and (max-width: 767px) {
	.place-item.layout-02 .place-title{
		font-size: 17px;
	}
}