.post_meta_extras p {
  margin: 20px 0px;
}

.post_meta_extras label {
  display: block;
  margin-bottom: 10px;
}

.post_meta_extras input[type="text"] {
  width: 100%;
}

.post_meta_extras input[type="button"] {
  width: 49%;
}

.uploaded_image {
  display: block;
  width: 100%;
}
.uploaded_image img {
  width: 100%;
}
.featured_image_upload {
  display: block;
  margin-bottom: 10px;
}
.post_meta_extras .gallery_buttons input {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.post_meta_extras .title {
  font-size: 14px;
  padding: 8px 12px 8px 0;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}
.post_meta_extras .gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 29%;
  overflow: hidden;
}
.post_meta_extras .gallery-item img {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.post_meta_extras .gallery-item .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
  display: none;
}
.post_meta_extras .gallery-item:hover .remove {
  display: block;
}


.keyvisual .head-teaser {
   overflow: visible!important; 
}

.galleryHover{
  cursor: pointer;
}
.zoomBanner{
    position: absolute;
    z-index: 2;
    width: 38px;
    height: 38px;
    top: 29%;
    left: -15px;
    cursor: pointer;
    display: block!important;
    background-image: url("../img/zoom.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1023px) { 
  .zoomBanner {
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    top: 7%;
    left: -15px;
    cursor: pointer;
    display: block!important;
    background-image: url(../img/zoom.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BannerText{
  display: inline-flex;
}

.keyvisual .head-teaser .head-teaser-wrapper {

  padding-bottom: 11px!important;
}

}
.small{
    position: relative;
    float: left;
    top: unset;
    left: unset;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    /*display: inline-flex;*/
}    


/* LIGHTBOX */
.overlay{
    background:rgba(0, 0, 0, 0.37);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:9999;
}

.lightbox {
    position: fixed;
    top: -2000px;
    left: 8%;
    right: 8%;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 0px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 9999;
    max-width: 1024px;
    margin: 0 auto;
}

@media (max-width: 375px) { 
    .lightbox {
     /*   top:76px; */
    }
 }

a.boxclose{
    float:right;
    width:26px;
    height:26px;
    /*background:transparent url(images/cancel.png) repeat top left;*/
    margin-top: -15px;
    margin-right: -27px;
    cursor:pointer;
}

.lightBoxImage img {
    width:100%;
}

.lightboxThumb{
    text-align: center;
}


.lightboxThumb img{
    width: 60px;
    margin: 5px;
    cursor:pointer;
}

.fc-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 11px;
  color: #696969;
  background: #fff;
  width: 100%;
  text-align: left;
  font-size: 13px;
}

.captionTextright{
float:right;
}
.captionTextleft{
float:left;
}
.captionButton{
  padding: 4px 10px;
  background-color: #696969;
  color: #fff;
}

.captionButton:hover{
  color: #fff;
}

.arrow::after {
  content: '';
    border-top: 5px solid #fff;
    border-left: 11px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: relative;
    top: -5px;
    right: -9px;
    margin-left: 16px;
}

.arrow.right::after {
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
}



@media (max-width: 700px) { 
  .captionTextleft {
    float: left;
    width: 100%;
    margin-bottom: 11px;
    text-align: center;
}

.captionTextright {
  float: right;
  text-align: center;
  width: 100%;
}
}