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

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


.thumb--items {
max-width: calc(25% - 4px);
width: 100%;
margin-right: 5px;
cursor: pointer;
margin-bottom: 60px;
z-index: 99;
padding: 0px;
}
.thumb--items.active {
border: 1px solid #2d90da;
}

.thumb--wrap {
bottom: 0;
display: flex;
}


.isures-more-btn span {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}


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


}