/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2022 | 07:58:06 */
.icon-chevron{
	width: 10px;
    height: 14px;
    background-image: url(/wp-content/uploads/2022/08/icon-chevron.svg);
    background-size: 10px 14px;
    background-position: 0 0;
    background-repeat: no-repeat;
	
	float: right;
	margin-top: 3px;
}

.jtg-body p.description 
{
	display:none;
}

/* gallery Link Hover Styles */

.modula-item.effect-under.jtg-filter-all.jtg-filter-client-name.modula-caption-effect-item.tg-loaded:hover{
	box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.24);
	
}

.modula-item.effect-under.jtg-filter-all.jtg-filter-client-name.modula-caption-effect-item.tg-loaded{
	border: 1px solid #D8DBE9;	
	border-radius: 4px;
}


div.exp-button, div.exp-button a{
	color: #888B95;
}

div.exp-button, div.exp-button a:hover{
    color: #0028A0;
}

a i {
	transition: all 0.3s linear;
}

a:hover i {
	transform: scale(1.2);
}

div.client-description{
    text-transform: uppercase;
	
	height:45px;
}

.modula-item-content .description .ghost-button_1{ border: 1px solid red; }

/* Style the filter button */
.modula-gallery.horizontal-filters .filters {
    text-align: center;
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #0C289F;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    float: right;
}

/* Style the button on responsive devices */
@media only screen and (max-width: 1024px) {
    .modula-gallery.horizontal-filters .filters {
        min-width: 100%;
        margin-top: 48px;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .modula-gallery.horizontal-filters .filters {
        margin-top: 48px;
    }
}

/* Moving the grid down (to unhide the button filter) */

.modula-items.grid-gallery {
    top: 70px;
}
@media only screen and (max-width: 1024px) {
    .modula-items.grid-gallery{
        top: 110px;
    }
}
/* ----------------------------- */
select.filters.styled-menu.menu-default.horizontal-filters {
    background-color: #fff;
}
