/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

ul.premi {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

ul.premi li {
	text-align: center;
    /*display: flex;*/
    align-items: center;
    padding: 12px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

ul.premi li a {
	margin: 0px 5px;
	border: 0px solid #f00;
}

ul.premi li:hover {
    transform: translateY(-3px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
