/*
.g-6,
.gx-6 {
    --bs-gutter-x: 4.5rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 4.5rem
}

@media(min-width: 576px) {

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 4.5rem
    }
}

@media(min-width: 768px) {

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 4.5rem
    }
}

@media(min-width: 992px) {

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 4.5rem
    }
}

@media(min-width: 1200px) {

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 4.5rem
    }
}

@media(min-width: 1400px) {

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 4.5rem
    }
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

@media(min-width: 576px) {
    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
}

@media(min-width: 768px) {
    .py-md-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
}

@media(min-width: 992px) {
    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
}

@media(min-width: 1200px) {
    .py-xl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
}

@media(min-width: 1400px) {
    .py-xxl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
}
*/
.hcf-isotope-grid .hcf-isotope-item{
    margin: 0;
    padding: 0;
}

.hcf-isotope-grid.g-md-3, .hcf-isotope-grid.gy-md-3 {
    --bs-gutter-y: 0;
}
.hcf-isotope-grid.g-md-3, .hcf-isotope-grid.gx-md-3 {
    --bs-gutter-x: 0;
}

.mgrid .hcf-isotope-item{
    margin: 0;
    padding: 0;
}

.mgrid.g-md-3, .mgrid.gy-md-3 {
    --bs-gutter-y: 0;
}
.mgrid.g-md-3, .mgrid.gx-md-3 {
    --bs-gutter-x: 0;
}

.hcf-masonry-card {
    display: block;
    position: relative;
    overflow: hidden
}

.hcf-masonry-card .card-img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 150ms linear;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.hcf-masonry-card .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}

.hcf-masonry-card .card-overlay .card-title {
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
    transform: translateY(50px);
    opacity: 0
}

.hcf-masonry-card .card-overlay .card-category {
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    transform: translateY(50px);
    opacity: 0
}

.hcf-masonry-card:hover .card-img {
    transform: scale(1.05);
    transition: transform 150ms linear
}

.hcf-masonry-card:hover .card-overlay {
    opacity: 1;
    --bs-bg-opacity: .5;
    transition: opacity 150ms linear
}

.hcf-masonry-card:hover .card-overlay .card-title {
    opacity: 1;
    transform: translateY(30px);
    transition: transform 150ms linear .1s, opacity 150ms linear .1s
}

.hcf-masonry-card:hover .card-overlay .card-category {
    opacity: 1;
    transform: translateY(30px);
    transition: transform 150ms linear .2s, opacity 150ms linear .2s
}

.lightbox_link {
	position: absolute;
	font-size: 80px;
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	z-index: 142;
	color: #fff;
	background: transparent;
	text-shadow: 0 0px 1px rgba(0, 0, 0, 0.55);
	opacity: .8;
	visibility: visible;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hcf-masonry-card .lightbox_link i::before{
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.hcf-masonry-card:hover .lightbox_link {
	opacity: .8;
	visibility: visible;
	-webkit-transform: translateY(-30px);
  transform: translateY(-40px);
}

.hcf-masonry-card:hover .lightbox_link:hover {
	opacity: 1;
	color: #fff;
}

/*
.hcf-masonry-card:hover .card-overlay:after {
	content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 2px solid;
  border-left-color: rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-animation: spinner 0.9s infinite linear;
  animation: spinner 0.9s infinite linear;
}
*/

@media (max-width: 575px) {

    .hcf-masonry-card .card-overlay{
        opacity: 1;
        --bs-bg-opacity: 0;
    }

    .hcf-masonry-card .card-overlay .card-title {
        transform: translateY(30px);
        opacity: 1;
        font-size: 26px;
    }
    
    .hcf-masonry-card .card-overlay .card-category {
        transform: translateY(30px);
        opacity: 1;
    }

    .hcf-masonry-card .lightbox_link {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    
}


@-webkit-keyframes spinner {

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