/* ----------------------------------------------------------------
			[ * Gallery section ]
-----------------------------------------------------------------*/
/*----------Gallery Style 1----------*/
.better-gallery.style-1 {
  height: initial !important; }
  .better-gallery.style-1 .item {
    padding: 25px 20px 20px;
    border-radius: 10px;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 10px 50px rgba(50, 50, 50, 0.1);
    transform: translateY(0);
    transition: transform .3s,box-shadow .3s; }
    .better-gallery.style-1 .item:hover {
      box-shadow: 0 20px 75px rgba(50, 50, 50, 0.1);
      transform: translateY(-3px); }
    .better-gallery.style-1 .item:before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 5px;
      position: absolute;
      top: .55rem;
      left: 1rem;
      z-index: 2;
      color: rgba(200, 200, 200, 0.1);
      background-color: currentColor;
      box-shadow: 10px 0 0 currentColor,20px 0 0 currentColor; }
    .better-gallery.style-1 .item .img {
      overflow: hidden;
      border-radius: 10px;
      text-align: center; }
      .better-gallery.style-1 .item .img img {
        border-radius: 10px;
        transition: all .4s; }
    .better-gallery.style-1 .item .cont {
      margin-top: 20px;
      text-align: center;
      position: relative; }
      .better-gallery.style-1 .item .cont .title {
        font-size: 16px;
        color: #000;
        font-weight: 600; }
      .better-gallery.style-1 .item .cont .subtitle {
        font-size: 12px;
        color: #161616;
        font-weight: 300; }
    .better-gallery.style-1 .item .link {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
