.pfg_theme_1 {
	transition: all 1000ms ease 0s; 
}
.item-position {
	background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: white;
    display: block;
    font-weight: 300;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: auto;
    left: 2rem;
    padding: 0px 11px;
    right: auto;
    top: 2rem;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* media query for mobiles*/
@media screen and (max-width: 480px) {
    .simplefilter li, .sortandshuffle li {
        margin-bottom:12px;
    }
}
@media screen and (max-width: 480px) {
    .item-desc {
       display:none;
    }
	figure.snip1194 .img_tc_desc {
		display:none;
	}
	figure.snip1144 i {
		display:none;
	}
}
@media screen and (max-width: 480px) {
    .item-position {
       top:2rem;
	   left:2rem;
	   padding:0px 9px;
    }
}

/* new image hover effect */
/* Effect 1 */
.snip1550 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
}
.snip1550 *,
.snip1550 *:before,
.snip1550 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1550:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1550 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1550 .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snip1550 a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.snip1550 a i {
  display: block;
  font-size: 23.52941176px;
  line-height: 40px;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.snip1550 a i:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.snip1550:hover:before,
.snip1550.hover:before {
  opacity: 0.5;
}
.snip1550:hover a,
.snip1550.hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
      text-decoration: none;
}

.snip1550:hover a:nth-child(2),
.snip1550.hover a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.snip1550:hover a:nth-child(3),
.snip1550.hover a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-thumbnail {
  position: relative;
  overflow: hidden;
}

.portfolio-thumbnail:hover .portfolio-image {
  transform: scale(1.1); 
  transition: transform 1s ease !important;
}


.portfolio-thumbnail img {
  display: block;
  width: 100% !important;
  transition: transform 1s ease !important;
}


.metaInfo {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
color: #919191;
text-align: center;
}

.bf_title_1 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  text-align: center !important;
  margin-bottom: -8px !important;
  color: rgb(16, 16, 16) !important;
}


.bf_title_1 a:hover {
  color : #00D3C6;
  text-decoration: none;
}

/* Read More Button */
.snip0047 {
  font-family:"Inter", Sans-serif !important;
  font-weight: 700 !important;
  border: none;
  color: #101010;
  cursor: pointer;
  padding: 0px 8px 5px;
  display: inline-block;
  margin: 5px 10px 5px 10px;
  line-height: 1.4em;
  font-size: 18px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.snip0047:hover {
  color: #27d3c6;
}
.snip0047 span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

.bf_thumb_box_1 {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bf_thumb_box_1:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(45deg, #ff6b6b, #78ffd6, #f1ff6e, #ff6b6b);
  background-size: 400% 400%;
  border-radius: 15px;
  z-index: -1;
  animation: gradientBG 10s ease infinite;
}

@keyframes gradientBG {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.bf_thumb_box_1:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.snip0047.active {
  color: #00D3C6 !important;
  border-bottom: 2px solid #00D3C6 !important;
}
.snip0047:active:before {
  color: #00D3C6;
}

/* Center the loader */
.loader {
  position: absolute;
  left: 56%;
  top: 20%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
