aside.slider-section{
	width: 25%;
	
}
#delete_post_gallery_images {
    background: #000000;
    color: #ffffff;
    padding: 5px 25px;
    border: none;
    transition: all 0.7s ease-out;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: normal!important;
    font-size: 14px;
}
.single-ikigai input[type=submit]:hover,.single-ikigai button[type=button]:hover, .single-ikigai  button[type=submit]:hover{
    background-color: #5E6E7D !important;
}
div#artikel-slider{
	height:100%;
}
button.delete_post_image_item {
    POSITION: absolute;
    top: 0;
    right: 0;
}
@media (min-width:768px) {
    .single-artikel .post-content {
        width: 75% !important;
        /* padding-right: 75px; */
    }
	.single-artikel aside#sidebar{
	width:25%!important;
	}
}

@media (min-width:1200px){
.single-artikel>.fusion-row{
	max-width: 1120px!important;
}
}

.gallery-loader {
    font-size: 14px;
    color: #dd7129;
    padding: 10px 0px;
}
.gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.gallery-item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-icon {
  color: #fff;
  font-size: 2rem;
  pointer-events: none;
}
.lightbox-caption {
  font-size: 16px;
  color: #eee;
  text-align: center;
}
.lb-dataContainer {
    position: absolute;
    bottom: 0;
    padding: 10px 20px!important;
    background: hsl(0deg 0% 0% / 50%);
    height: 15%;
    width: 100% !important;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.7s ease-out;
}
.lb-container:hover .lb-dataContainer {
	opacity: 1;
	transition: opacity 0.7s ease-in;
}
.lb-data .lb-number {
    display: none !important;
}
.lb-nav .lb-prev, .lb-nav .lb-next {
    height: 85%!important;
}
.lb-nav a.lb-next {
width: 15%!important;
}
.lb-data .lb-caption{
	font-size: 20px!important;
    line-height: 20px!important;
    color: #ffffff!important;
    font-family: 'NeueFrutigerWorldThin';
    font-weight: normal!important;
	display:block!important;
}
.lb-data .lb-details {
    width: 90%!important;
}

