/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 17 Dec 2024, 4:37 pm
*/

.fg-pile-cover-content {
    font-family: 'Kontora', Helvetica, Arial, Lucida, sans-serif;
    font-size: 26px;
text-align:left;
    display: block;
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    bottom: 8px;
    box-shadow: inset 0px -115px 108px -70px rgb(71, 71, 71);
    padding-top: 50px;
    position: absolute;
    width: 100%;
}
.fg-pile-cover-count {
    padding-left: 12px !important;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 5px;
    background: transparent;
    height: 100%;
    display: block;
    text-align: left;
}
.fg-pile-item {
    box-shadow: none;
}
.fg-pile-item {
    border: 0px solid #fff!important;
	box-shadow: none;
}
.fbx-rounded .fbx-inner {
    border: solid 0px transparent!important;
    border-radius: 6px;
}
.fg-pile-item-caption {
    display: none;
}
.fg-header-title {
}
.fg-header {
	border-top: solid 0px #aaa!important;
    border-bottom: solid 0px #aaa!important;
}
.fg-header-back {
    display: block;
    padding: 0;
    margin: 5px;
    visibility: hidden;
    opacity: 0;
    min-width: 50px!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    text-align: center;
    line-height: 48px!important;
    color: #999;
    background: rgb(238, 238, 238)!important;
}
.fg-header-back:hover {
    background: rgb(246, 66, 49)!important;
	color: #fff!important;
}
@media screen and (max-width: 980px) {
	.fg-header {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    flex-direction: column;
    align-items: center;
}
.fg-header-title, .fg-header-active {
    text-align: center!important;
}
}