/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 30 Sep 2024, 5:41 am
*/

.fg-pile-item-thumb {
    display:block
}


span.fg-header-back {
font-size: 25px;
font-family: &amp;amp;#039;Open Sans&amp;amp;#039;;
font-color: white;
background-color: orange }

.fg-header-back{
color: black;
}

//.fg-pile-item, li.fg-pile-item.fg-has-cover, fg-pile-item-caption, fg-pile-cover, li.fg-pile-item, span.fg-pile-item {
//border: 0!important;
//padding: 0 !important;
//}

.fg-header-active {
 display: block;
    margin: 0;
    padding: 0 25px;
    width: 100%;
    text-align:right
}

.fg-header-title {
    display: block;
    margin: 0;
    padding: 0 25px;
    width: 100%;
    text-align:left
}
.fg-pile-item-title {
    display: block;
    width: 75%;
    padding:0 0 10px
}

.fg-pile-cover-content {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
color: #000000;
background-color: #ffffff;
  }

.fg-pile-cover-title {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
    text-align: left;
    padding: 10px;
    width:100%;
background-color: #ffffff;
hyphens: auto;
}

.fg-pile-cover-count {
    display: none
}

span.fg-pile-item-desc, span.fg-pile-item-title {display: none}

li.fg-pile.item {
display: none
}

.fg-header{
border-top: solid 4px #f8a41e;
border-bottom: solid 0px #f8a41e;
}