/* -------------------------------------------------------------------
 * Plugin Name           : Matychale - Masonry & Grid Gallery
 * Author Name           : Yucel Yilmaz
 * Author URI            : https://codecanyon.net/user/aip_theme3434
 * Created Date          : 12 February 2020
 * Version               : 1.0
 * File Name             : style.css
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
 * 04.Buttons
 * 05.Hero 
 * 06.Portfolio (Gallery)
 * 07.Footer      

------------------------------------------------------------------- */






/* ---------------------------------------------------------------- */
/* 06.Portfolio (Gallery)                          
/* ---------------------------------------------------------------- */
.gallery-filter-btn-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.gallery-filter-btn-wrapper a {
  display: inline-block;
  padding: 11px 22px;
  background: #fff;
  color: #20b360;
  border: 2px solid #20b360;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
}

.gallery-filter-btn-wrapper a:last-child {
  margin-right: 0;
}

.gallery-filter-btn-wrapper a.current {
  background: #20b360;
  color: #fff;
}

.gallery-filter-btn-wrapper a:hover {
  background: #20b360;
  color: #fff;
}

.glry-item {
  position: relative;
  margin-bottom: 30px;
}

.glry-item .portfolio-item-img {
  position: relative;
  overflow: hidden;
}

.glry-item .portfolio-item-img img {
  border-radius: 5px;
}



.glry-item .portfolio-detail-title, .glry-item .portfolio-buttons {
  opacity: 0;
  left: 50%;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.glry-item .portfolio-detail-title {
  top: 20%;
  z-index: 14;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glry-item .portfolio-buttons {
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.glry-item .portfolio-buttons a {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #20b360;
  margin-right: 10px;
  border: 2px solid #20b360;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
}

.glry-item .portfolio-buttons a:last-child {
  margin-right: 0;
}

.glry-item .portfolio-buttons a:hover {
  background: #fff;
  color: #20b360;
}

.glry-item:hover .portfolio-item-img:after {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.glry-item:hover .portfolio-detail-title, .glry-item:hover .portfolio-buttons, .glry-item:hover .portfolio-item-img:after {
  opacity: 1;
  visibility: visible;
}

.glry-item:hover .portfolio-detail-title {
  top: 25%;
}

.glry-item:hover .portfolio-buttons {
  margin-top: 0;
}

.portfolio-cobbles-item {
  padding: 0;
  margin: 0;
}

.portfolio-cobbles-item img {
  border-radius: 0 !important;
}

.portfolio-grid {
  border-radius: 5px;
}

.portfolio-grid .portfolio-item-img, .portfolio-grid .portfolio-item-img img {
  border-radius: 5px;
}

.portfolio-grid {
  border-radius: 5px;
}

.portfolio-grid .portfolio-item-img, .portfolio-grid .portfolio-item-img img {
  border-radius: 5px;
}
