/**
* Theme Name: Triply Child
* Description: This is a child theme of Triply, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: triply
* Version: 2.3.5
*/

div#booking-single-gallery-thumbnail-preview a.tab-gallery.js-gallery-popup{
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--accent);
    text-align: center;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
	font-weight: 500;
    letter-spacing: 1px;
	color: #999;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 2em;
    box-shadow: 0 0 60px 0 transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}