/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block/post-grid/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/**
* Post Grid Editor Styles
*
* CSS for both Frontend+Backend.
*/
.gmfgb-pg-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 0;
  position: relative;
  row-gap: 20px; /* Default row gap */
  -moz-column-gap: 20px;
       column-gap: 20px; /* Default column gap */
  border: none;
}
.gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
  row-gap: 20px;
  -moz-column-gap: var(--gap, 20px);
       column-gap: var(--gap, 20px);
}
.gmfgb-pg-grid .wp-block-query {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--gap, 20px);
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto !important;
}
.gmfgb-pg-grid .wp-block-query ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--gap, 20px);
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}
.gmfgb-pg-grid .wp-block-query .wp-block-post-template {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--gap, 20px);
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
@media (min-width: 1024px) {
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gap, 20px);
         column-gap: var(--gap, 20px);
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post {
    width: calc((100% - var(--gap, 20px) * (var(--grid-desktop, 2) - 1)) / var(--grid-desktop, 2)) !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    flex: 0 0 calc((100% - var(--gap, 20px) * (var(--grid-desktop, 2) - 1)) / var(--grid-desktop, 2)) !important;
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-desktop-top, 0px) !important;
    border-right-width: var(--border-width-desktop-right, 0px) !important;
    border-bottom-width: var(--border-width-desktop-bottom, 0px) !important;
    border-left-width: var(--border-width-desktop-left, 0px) !important;
    border-style: var(--border-type-desktop, none) !important;
    border-color: var(--border-color-desktop, #000000) !important;
    border-radius: var(--border-radius-desktop-top, 0px) var(--border-radius-desktop-right, 0px) var(--border-radius-desktop-bottom, 0px) var(--border-radius-desktop-left, 0px) !important;
    overflow: hidden;
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-desktop-top, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-right: var(--border-width-desktop-right, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-bottom: var(--border-width-desktop-bottom, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-left: var(--border-width-desktop-left, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gap, 20px);
         column-gap: var(--gap, 20px);
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post {
    width: calc((100% - var(--gap, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2)) !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    flex: 0 0 calc((100% - var(--gap, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2)) !important;
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-desktop-top, 0px) !important;
    border-right-width: var(--border-width-desktop-right, 0px) !important;
    border-bottom-width: var(--border-width-desktop-bottom, 0px) !important;
    border-left-width: var(--border-width-desktop-left, 0px) !important;
    border-style: var(--border-type-desktop, none) !important;
    border-color: var(--border-color-desktop, #000000) !important;
    border-radius: var(--border-radius-desktop-top, 0px) var(--border-radius-desktop-right, 0px) var(--border-radius-desktop-bottom, 0px) var(--border-radius-desktop-left, 0px) !important;
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-desktop-top, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-right: var(--border-width-desktop-right, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-bottom: var(--border-width-desktop-bottom, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-left: var(--border-width-desktop-left, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
  }
}
@media (max-width: 767px) {
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gap, 20px);
         column-gap: var(--gap, 20px);
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post {
    width: calc((100% - var(--gap, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1)) !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    flex: 0 0 calc((100% - var(--gap, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1)) !important;
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-desktop-top, 0px) !important;
    border-right-width: var(--border-width-desktop-right, 0px) !important;
    border-bottom-width: var(--border-width-desktop-bottom, 0px) !important;
    border-left-width: var(--border-width-desktop-left, 0px) !important;
    border-style: var(--border-type-desktop, none) !important;
    border-color: var(--border-color-desktop, #000000) !important;
    border-radius: var(--border-radius-desktop-top, 0px) var(--border-radius-desktop-right, 0px) var(--border-radius-desktop-bottom, 0px) var(--border-radius-desktop-left, 0px) !important;
  }
  .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-desktop-top, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-right: var(--border-width-desktop-right, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-bottom: var(--border-width-desktop-bottom, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-left: var(--border-width-desktop-left, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
  }
}
@media (min-width: 1024px) {
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-1 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-1 .wp-block-post {
    width: calc((100% - 0px) / 1);
    margin: 0;
    padding: 0;
    flex: 0 0 calc((100% - 0px) / 1);
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-1 .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-desktop-top, 0px) !important;
    border-right-width: var(--border-width-desktop-right, 0px) !important;
    border-bottom-width: var(--border-width-desktop-bottom, 0px) !important;
    border-left-width: var(--border-width-desktop-left, 0px) !important;
    border-style: var(--border-type-desktop, none) !important;
    border-color: var(--border-color-desktop, #000000) !important;
    border-radius: var(--border-radius-desktop-top, 0px) var(--border-radius-desktop-right, 0px) var(--border-radius-desktop-bottom, 0px) var(--border-radius-desktop-left, 0px) !important;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-1 .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-desktop-top, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-right: var(--border-width-desktop-right, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-bottom: var(--border-width-desktop-bottom, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-left: var(--border-width-desktop-left, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-2 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-2 .wp-block-post {
    width: calc((100% - 20px) / 2);
    margin: 0;
    padding: 0;
    flex: 0 0 calc((100% - 20px) / 2);
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-2 .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-desktop-top, 0px) !important;
    border-right-width: var(--border-width-desktop-right, 0px) !important;
    border-bottom-width: var(--border-width-desktop-bottom, 0px) !important;
    border-left-width: var(--border-width-desktop-left, 0px) !important;
    border-style: var(--border-type-desktop, none) !important;
    border-color: var(--border-color-desktop, #000000) !important;
    border-radius: var(--border-radius-desktop-top, 0px) var(--border-radius-desktop-right, 0px) var(--border-radius-desktop-bottom, 0px) var(--border-radius-desktop-left, 0px) !important;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-2 .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-desktop-top, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-right: var(--border-width-desktop-right, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-bottom: var(--border-width-desktop-bottom, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-left: var(--border-width-desktop-left, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-3 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-3 .wp-block-post {
    width: calc((100% - 40px) / 3);
    margin: 0;
    padding: 0;
    flex: 0 0 calc((100% - 40px) / 3);
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-3 .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-desktop-top, 0px) !important;
    border-right-width: var(--border-width-desktop-right, 0px) !important;
    border-bottom-width: var(--border-width-desktop-bottom, 0px) !important;
    border-left-width: var(--border-width-desktop-left, 0px) !important;
    border-style: var(--border-type-desktop, none) !important;
    border-color: var(--border-color-desktop, #000000) !important;
    border-radius: var(--border-radius-desktop-top, 0px) var(--border-radius-desktop-right, 0px) var(--border-radius-desktop-bottom, 0px) var(--border-radius-desktop-left, 0px) !important;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]).grid-size-3 .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-desktop-top, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-right: var(--border-width-desktop-right, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-bottom: var(--border-width-desktop-bottom, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
    border-left: var(--border-width-desktop-left, 0px) var(--border-type-desktop, none) var(--border-color-desktop, #000000) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-pg-grid:not([data-grid-desktop]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]) .wp-block-post {
    width: calc(50% - 10px);
    margin: 0;
    padding: 0;
    flex: 0 0 calc(50% - 10px);
  }
  .gmfgb-pg-grid:not([data-grid-desktop]) .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-tablet-top, 0px) !important;
    border-right-width: var(--border-width-tablet-right, 0px) !important;
    border-bottom-width: var(--border-width-tablet-bottom, 0px) !important;
    border-left-width: var(--border-width-tablet-left, 0px) !important;
    border-style: var(--border-type-tablet, none) !important;
    border-color: var(--border-color-tablet, #000000) !important;
    border-radius: var(--border-radius-tablet-top, 0px) var(--border-radius-tablet-right, 0px) var(--border-radius-tablet-bottom, 0px) var(--border-radius-tablet-left, 0px) !important;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]) .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-tablet-top, 0px) var(--border-type-tablet, none) var(--border-color-tablet, #000000) !important;
    border-right: var(--border-width-tablet-right, 0px) var(--border-type-tablet, none) var(--border-color-tablet, #000000) !important;
    border-bottom: var(--border-width-tablet-bottom, 0px) var(--border-type-tablet, none) var(--border-color-tablet, #000000) !important;
    border-left: var(--border-width-tablet-left, 0px) var(--border-type-tablet, none) var(--border-color-tablet, #000000) !important;
  }
}
@media (max-width: 767px) {
  .gmfgb-pg-grid:not([data-grid-desktop]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]) .wp-block-post {
    width: 100%;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]) .wp-block-post .gmfgb-pg-wrap {
    border-top-width: var(--border-width-mobile-top, 0px) !important;
    border-right-width: var(--border-width-mobile-right, 0px) !important;
    border-bottom-width: var(--border-width-mobile-bottom, 0px) !important;
    border-left-width: var(--border-width-mobile-left, 0px) !important;
    border-style: var(--border-type-mobile, none) !important;
    border-color: var(--border-color-mobile, #000000) !important;
    border-radius: var(--border-radius-mobile-top, 0px) var(--border-radius-mobile-right, 0px) var(--border-radius-mobile-bottom, 0px) var(--border-radius-mobile-left, 0px) !important;
  }
  .gmfgb-pg-grid:not([data-grid-desktop]) .wp-block-post .gmfgb-pg-wrap:not([style*="border-style: none"]) {
    border-top: var(--border-width-mobile-top, 0px) var(--border-type-mobile, none) var(--border-color-mobile, #000000) !important;
    border-right: var(--border-width-mobile-right, 0px) var(--border-type-mobile, none) var(--border-color-mobile, #000000) !important;
    border-bottom: var(--border-width-mobile-bottom, 0px) var(--border-type-mobile, none) var(--border-color-mobile, #000000) !important;
    border-left: var(--border-width-mobile-left, 0px) var(--border-type-mobile, none) var(--border-color-mobile, #000000) !important;
  }
}
.gmfgb-pg-grid:not([data-grid-desktop]):not([data-grid-tablet]):not([data-grid-mobile]) {
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 1024px) {
  .gmfgb-pg-grid:not([data-grid-desktop]):not([data-grid-tablet]):not([data-grid-mobile]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-pg-grid:not([data-grid-desktop]):not([data-grid-tablet]):not([data-grid-mobile]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .gmfgb-pg-grid:not([data-grid-desktop]):not([data-grid-tablet]):not([data-grid-mobile]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.gmfgb-pg-grid .wp-block-post-excerpt__more-text {
  display: none !important;
}
.gmfgb-pg-grid .gmfgb-pg-wrap {
  position: relative;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
}
.gmfgb-pg-grid .gmfgb-pg-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.7));
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.gmfgb-pg-grid .gmfgb-pg-content {
  z-index: 1;
  position: relative;
}
.gmfgb-pg-grid .gmfgb-pg-featured-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gmfgb-pg-grid .gmfgb-pg-featured-img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gmfgb-pg-grid .gmfgb-pg-date-wrap .wp-block-post-author,
.gmfgb-pg-grid .gmfgb-pg-date-wrap .gmfgb-pg-date {
  margin: 0;
}
.gmfgb-pg-grid .gmfgb-pg-date-wrap .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 0 !important;
}
.gmfgb-pg-grid .gmfgb-pg-date-wrap .wp-block-post-author {
  align-items: center;
}
.gmfgb-pg-grid .gmfgb-pg-date-wrap .wp-block-post-author__avatar {
  width: 16px;
  display: flex;
}
.gmfgb-pg-grid .gmfgb-pg-date-wrap .wp-block-post-author__content {
  color: #fff;
}
.gmfgb-pg-grid .gmfgb-pg-date-wrap .wp-block-post-author img {
  max-width: 100%;
  max-height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gmfgb-pg-grid .gmfgb-pg-link:focus, .gmfgb-pg-grid .gmfgb-pg-link:hover {
  background: transparent !important;
}
.gmfgb-pg-grid .wp-block-post-excerpt__excerpt {
  font-size: 13px;
  line-height: 1.2;
}
.gmfgb-pg-grid .post-pagination {
  position: relative;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.gmfgb-pg-grid .post-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  margin: 0;
}
.gmfgb-pg-grid .post-pagination .wp-block-query-pagination-previous,
.gmfgb-pg-grid .post-pagination .wp-block-query-pagination-next,
.gmfgb-pg-grid .post-pagination .page-numbers {
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #424242;
  color: #fff;
  font-weight: 400;
  border-radius: 12px;
  min-width: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.gmfgb-pg-grid .post-pagination .wp-block-query-pagination-previous.current, .gmfgb-pg-grid .post-pagination .wp-block-query-pagination-previous:focus, .gmfgb-pg-grid .post-pagination .wp-block-query-pagination-previous:hover,
.gmfgb-pg-grid .post-pagination .wp-block-query-pagination-next.current,
.gmfgb-pg-grid .post-pagination .wp-block-query-pagination-next:focus,
.gmfgb-pg-grid .post-pagination .wp-block-query-pagination-next:hover,
.gmfgb-pg-grid .post-pagination .page-numbers.current,
.gmfgb-pg-grid .post-pagination .page-numbers:focus,
.gmfgb-pg-grid .post-pagination .page-numbers:hover {
  background-color: #000 !important;
}
.gmfgb-pg-grid .gmfgb-pg-cta-button {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  clear: both;
  width: 100%;
}
.gmfgb-pg-grid .gmfgb-pg-cta-button .wp-block-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.gmfgb-pg-grid .gmfgb-pg-wrap[style*=border-width] {
  border-style: var(--border-type-desktop, none) !important;
}
.gmfgb-pg-grid[data-border-type-desktop=none] .wp-block-post .gmfgb-pg-wrap {
  border: none !important;
}
@media (min-width: 561px) and (max-width: 767px) {
  .gmfgb-pg-grid[data-border-type-tablet=none] .wp-block-post .gmfgb-pg-wrap {
    border: none !important;
  }
}
@media (min-width: 320px) and (max-width: 560px) {
  .gmfgb-pg-grid[data-border-type-mobile=none] .wp-block-post .gmfgb-pg-wrap {
    border: none !important;
  }
}

.gmfgb-pg-grid.isotope-initialized {
  display: block !important;
  row-gap: 20px !important; /* Maintain 20px row gap even with Isotope */
  -moz-column-gap: 0;
       column-gap: 0; /* Isotope handles column spacing internally */
}
.gmfgb-pg-grid.isotope-initialized .wp-block-post {
  position: absolute;
  width: calc((100% - var(--gap, 20px) * (var(--grid-desktop, 2) - 1)) / var(--grid-desktop, 2));
  margin-bottom: 20px !important; /* Add bottom margin for row spacing */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-pg-grid.isotope-initialized .wp-block-post {
    width: calc((100% - var(--gap, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2));
    margin-bottom: 20px !important; /* Add bottom margin for row spacing */
  }
}
@media (max-width: 767px) {
  .gmfgb-pg-grid.isotope-initialized .wp-block-post {
    width: calc((100% - var(--gap, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1));
    margin-bottom: 20px !important; /* Add bottom margin for row spacing */
  }
}

.editor-styles-wrapper .gmfgb-pg-grid {
  z-index: 1;
  position: relative;
  row-gap: 20px !important;
  -moz-column-gap: var(--gap, 20px) !important;
       column-gap: var(--gap, 20px) !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .editor-styles-wrapper .gmfgb-pg-grid {
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .gmfgb-pg-grid {
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}
.editor-styles-wrapper .gmfgb-pg-grid:not(.isotope-initialized) {
  display: flex !important;
  flex-wrap: wrap !important;
}
.editor-styles-wrapper .gmfgb-pg-grid:not(.isotope-initialized) .wp-block-post {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  width: calc((100% - var(--gap, 20px) * (var(--grid-desktop, 2) - 1)) / var(--grid-desktop, 2)) !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .editor-styles-wrapper .gmfgb-pg-grid:not(.isotope-initialized) .wp-block-post {
    width: calc((100% - var(--gap, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2)) !important;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .gmfgb-pg-grid:not(.isotope-initialized) .wp-block-post {
    width: calc((100% - var(--gap, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1)) !important;
  }
}

body:not(.wp-admin) .gmfgb-pg-grid {
  row-gap: 20px !important;
}
body:not(.wp-admin) .gmfgb-pg-grid.isotope-initialized .wp-block-post {
  margin-bottom: 20px !important;
}
body:not(.wp-admin) .gmfgb-pg-grid:not(.isotope-initialized) {
  row-gap: 20px !important;
  -moz-column-gap: var(--gap, 20px) !important;
       column-gap: var(--gap, 20px) !important;
}
@media (min-width: 1024px) {
  body:not(.wp-admin) .gmfgb-pg-grid:not(.isotope-initialized) {
    row-gap: 20px !important;
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.wp-admin) .gmfgb-pg-grid:not(.isotope-initialized) {
    row-gap: 20px !important;
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}
@media (max-width: 767px) {
  body:not(.wp-admin) .gmfgb-pg-grid:not(.isotope-initialized) {
    row-gap: 20px !important;
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}

body:not(.wp-admin) .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
  row-gap: 20px !important;
}
@media (min-width: 1024px) {
  body:not(.wp-admin) .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px !important;
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.wp-admin) .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px !important;
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}
@media (max-width: 767px) {
  body:not(.wp-admin) .gmfgb-pg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px !important;
    -moz-column-gap: var(--gap, 20px) !important;
         column-gap: var(--gap, 20px) !important;
  }
}

.anchor .gmfgb-pg-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: transparent;
}

.anchor .gmfgb-pg-link:focus {
  outline: none;
}

.no-anchor .gmfgb-pg-link::before {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block/media-grid/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
* Media Grid Editor + FrontEnd Styles
*
* CSS for both Frontend+Backend.
*/
.gmfgb-mg-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 0;
  position: relative;
  row-gap: 20px; /* Default row gap */
  -moz-column-gap: 20px;
       column-gap: 20px; /* Default column gap */
  border: none;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
  row-gap: 20px;
  -moz-column-gap: var(--gutter-desktop, 20px);
       column-gap: var(--gutter-desktop, 20px);
}
@media (min-width: 1024px) {
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gutter-desktop, 20px);
         column-gap: var(--gutter-desktop, 20px);
  }
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-media,
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-button,
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-desktop, 20px) * (var(--grid-desktop, 3) - 1)) / var(--grid-desktop, 3)) !important;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gutter-tablet, 20px);
         column-gap: var(--gutter-tablet, 20px);
  }
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-media,
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-button,
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-tablet, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2)) !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gutter-mobile, 20px);
         column-gap: var(--gutter-mobile, 20px);
  }
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-media,
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-button,
  .gmfgb-mg-grid[data-grid-desktop][data-grid-tablet][data-grid-mobile] .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-mobile, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1)) !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gutter-desktop, 20px);
         column-gap: var(--gutter-desktop, 20px);
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-media,
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-button,
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-desktop, 20px) * (var(--grid-desktop, 3) - 1)) / var(--grid-desktop, 3)) !important;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gutter-tablet, 20px);
         column-gap: var(--gutter-tablet, 20px);
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-media,
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-button,
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-tablet, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2)) !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
    row-gap: 20px;
    -moz-column-gap: var(--gutter-mobile, 20px);
         column-gap: var(--gutter-mobile, 20px);
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-media,
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-button,
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-mobile, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1)) !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-1 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-1 .gmfgb-mg-media,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-1 .gmfgb-mg-button,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-1 .gmfgb-mg-wrap {
    width: calc((100% - 0px) / 1);
    margin-bottom: 0;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-2 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-2 .gmfgb-mg-media,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-2 .gmfgb-mg-button,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-2 .gmfgb-mg-wrap {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-3 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-3 .gmfgb-mg-media,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-3 .gmfgb-mg-button,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-3 .gmfgb-mg-wrap {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-4 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-4 .gmfgb-mg-media,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-4 .gmfgb-mg-button,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-4 .gmfgb-mg-wrap {
    width: calc((100% - 60px) / 4);
    margin-bottom: 0;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-5 {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-5 .gmfgb-mg-media,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-5 .gmfgb-mg-button,
  .gmfgb-mg-grid:not([data-grid-desktop]).grid-size-5 .gmfgb-mg-wrap {
    width: calc((100% - 80px) / 5);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-mg-grid:not([data-grid-desktop]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]) .gmfgb-mg-media,
  .gmfgb-mg-grid:not([data-grid-desktop]) .gmfgb-mg-button,
  .gmfgb-mg-grid:not([data-grid-desktop]) .gmfgb-mg-wrap {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gmfgb-mg-grid:not([data-grid-desktop]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gmfgb-mg-grid:not([data-grid-desktop]) .gmfgb-mg-media,
  .gmfgb-mg-grid:not([data-grid-desktop]) .gmfgb-mg-button,
  .gmfgb-mg-grid:not([data-grid-desktop]) .gmfgb-mg-wrap {
    width: 100%;
    margin-bottom: 0;
  }
}
.gmfgb-mg-grid:not([data-gutter-desktop]):not([data-gutter-tablet]):not([data-gutter-mobile]) {
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 1024px) {
  .gmfgb-mg-grid:not([data-gutter-desktop]):not([data-gutter-tablet]):not([data-gutter-mobile]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-mg-grid:not([data-gutter-desktop]):not([data-gutter-tablet]):not([data-gutter-mobile]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .gmfgb-mg-grid:not([data-gutter-desktop]):not([data-gutter-tablet]):not([data-gutter-mobile]) {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.gmfgb-mg-grid.isotope-initialized {
  display: block !important;
  row-gap: 20px !important; /* Maintain 20px row gap even with Isotope */
  -moz-column-gap: 0;
       column-gap: 0; /* Isotope handles column spacing internally */
}
.gmfgb-mg-grid.isotope-initialized .gmfgb-mg-media {
  position: absolute;
  width: calc((100% - var(--gutter-desktop, 20px) * (var(--grid-desktop, 3) - 1)) / var(--grid-desktop, 3));
  margin-bottom: 20px !important; /* Add bottom margin for row spacing */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gmfgb-mg-grid.isotope-initialized .gmfgb-mg-media {
    width: calc((100% - var(--gutter-tablet, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2));
    margin-bottom: 20px !important; /* Add bottom margin for row spacing */
  }
}
@media (max-width: 767px) {
  .gmfgb-mg-grid.isotope-initialized .gmfgb-mg-media {
    width: calc((100% - var(--gutter-mobile, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1));
    margin-bottom: 20px !important; /* Add bottom margin for row spacing */
  }
}

.editor-styles-wrapper .gmfgb-mg-grid {
  z-index: 1;
  position: relative;
  row-gap: 20px !important;
  -moz-column-gap: var(--gutter-desktop, 20px) !important;
       column-gap: var(--gutter-desktop, 20px) !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .editor-styles-wrapper .gmfgb-mg-grid {
    -moz-column-gap: var(--gutter-tablet, 20px) !important;
         column-gap: var(--gutter-tablet, 20px) !important;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .gmfgb-mg-grid {
    -moz-column-gap: var(--gutter-mobile, 20px) !important;
         column-gap: var(--gutter-mobile, 20px) !important;
  }
}
.editor-styles-wrapper .gmfgb-mg-grid:not(.isotope-initialized) {
  display: flex !important;
  flex-wrap: wrap !important;
}
.editor-styles-wrapper .gmfgb-mg-grid:not(.isotope-initialized) .gmfgb-mg-media {
  position: relative !important;
  left: unset !important;
  top: unset !important;
}
.editor-styles-wrapper .gmfgb-mg-grid:not(.isotope-initialized) .gmfgb-mg-wrap {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  width: calc((100% - var(--gutter-desktop, 20px) * (var(--grid-desktop, 3) - 1)) / var(--grid-desktop, 3)) !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .editor-styles-wrapper .gmfgb-mg-grid:not(.isotope-initialized) .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-tablet, 20px) * (var(--grid-tablet, 2) - 1)) / var(--grid-tablet, 2)) !important;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .gmfgb-mg-grid:not(.isotope-initialized) .gmfgb-mg-wrap {
    width: calc((100% - var(--gutter-mobile, 20px) * (var(--grid-mobile, 1) - 1)) / var(--grid-mobile, 1)) !important;
  }
}

body:not(.wp-admin) .gmfgb-mg-grid {
  row-gap: 20px !important;
}
body:not(.wp-admin) .gmfgb-mg-grid.isotope-initialized .gmfgb-mg-media {
  margin-bottom: 20px !important;
}
body:not(.wp-admin) .gmfgb-mg-grid:not(.isotope-initialized) {
  row-gap: 20px !important;
  -moz-column-gap: var(--gutter-desktop, 20px) !important;
       column-gap: var(--gutter-desktop, 20px) !important;
}
@media (min-width: 1024px) {
  body:not(.wp-admin) .gmfgb-mg-grid:not(.isotope-initialized) {
    row-gap: 20px !important;
    -moz-column-gap: var(--gutter-desktop, 20px) !important;
         column-gap: var(--gutter-desktop, 20px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.wp-admin) .gmfgb-mg-grid:not(.isotope-initialized) {
    row-gap: 20px !important;
    -moz-column-gap: var(--gutter-tablet, 20px) !important;
         column-gap: var(--gutter-tablet, 20px) !important;
  }
}
@media (max-width: 767px) {
  body:not(.wp-admin) .gmfgb-mg-grid:not(.isotope-initialized) {
    row-gap: 20px !important;
    -moz-column-gap: var(--gutter-mobile, 20px) !important;
         column-gap: var(--gutter-mobile, 20px) !important;
  }
}

body:not(.wp-admin) .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
  row-gap: 20px !important;
}
@media (min-width: 1024px) {
  body:not(.wp-admin) .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
    row-gap: 20px !important;
    -moz-column-gap: var(--gutter-desktop, 20px) !important;
         column-gap: var(--gutter-desktop, 20px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.wp-admin) .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
    row-gap: 20px !important;
    -moz-column-gap: var(--gutter-tablet, 20px) !important;
         column-gap: var(--gutter-tablet, 20px) !important;
  }
}
@media (max-width: 767px) {
  body:not(.wp-admin) .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile] {
    row-gap: 20px !important;
    -moz-column-gap: var(--gutter-mobile, 20px) !important;
         column-gap: var(--gutter-mobile, 20px) !important;
  }
}

.gmfgb-mg-fancy-custom .fancybox-video,
.gmfgb-mg-fancy-custom .fancybox-image {
  position: static !important;
}

.image-caption {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  color: #fff;
  max-height: 70%;
  overflow: auto;
  font-size: 16px;
  text-align: left;
}
.image-caption.caption-pos-top {
  top: 0;
  bottom: unset;
  transform: none;
}
.image-caption.caption-pos-bottom {
  bottom: 0;
  top: unset;
  transform: none;
}
.image-caption.caption-pos-center {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-caption.caption-pos-bottom[data-caption-font-desktop] {
  font-size: inherit;
}

.components-base-control select,
.components-flex-item label.components-text-control__label {
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .image-caption.caption-pos-bottom[data-caption-font-desktop] {
    font-size: unset;
    font-size: 16px;
  }
}
@media (min-width: 561px) and (max-width: 767px) {
  .image-caption.caption-pos-bottom[data-caption-font-desktop] {
    font-size: unset;
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 560px) {
  .image-caption.caption-pos-bottom[data-caption-font-desktop] {
    font-size: unset;
    font-size: 16px;
  }
}
.gmfgb-mg-media {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  font-size: 0;
  border-radius: var(--border-radius-desktop-top, 0px) var(--border-radius-desktop-right, 0px) var(--border-radius-desktop-bottom, 0px) var(--border-radius-desktop-left, 0px);
  overflow: hidden;
}
.gmfgb-mg-media > a {
  display: block;
}
.gmfgb-mg-media img {
  width: 100%;
}
.gmfgb-mg-media svg {
  background: #ffffff;
  padding: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 100px;
  z-index: 2;
}
.gmfgb-mg-media:not([data-border-type-desktop=none]) {
  border-top: var(--border-width-desktop-top, 0px) var(--border-type-desktop, none) var(--border-color-desktop);
  border-right: var(--border-width-desktop-right, 0px) var(--border-type-desktop, none) var(--border-color-desktop);
  border-bottom: var(--border-width-desktop-bottom, 0px) var(--border-type-desktop, none) var(--border-color-desktop);
  border-left: var(--border-width-desktop-left, 0px) var(--border-type-desktop, none) var(--border-color-desktop);
}

.gmfgb-mg-media[style*=border-width] {
  border-style: var(--border-type-desktop, none) !important;
}

.gmfgb-mg-columns-setting button:nth-child(3) svg {
  width: 20px;
  height: 20px;
}

.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="10"] {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="15"] {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="20"] {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="25"] {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="30"] {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="35"] {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="40"] {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="45"] {
  -moz-column-gap: 45px !important;
       column-gap: 45px !important;
}
.gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-desktop="50"] {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}
@media (min-width: 561px) and (max-width: 767px) {
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="10"] {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="15"] {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="20"] {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="25"] {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="30"] {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="35"] {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="40"] {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="45"] {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-tablet="50"] {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
}
@media (min-width: 320px) and (max-width: 560px) {
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="10"] {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="15"] {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="20"] {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="25"] {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="30"] {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="35"] {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="40"] {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="45"] {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
  .gmfgb-mg-grid[data-gutter-desktop][data-gutter-tablet][data-gutter-mobile][data-gutter-mobile="50"] {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
}

.image-caption.caption-pos-top,
.image-caption.caption-pos-center,
.image-caption.caption-pos-bottom {
  font-size: var(--caption-font-size-desktop, 16px);
}

@media (min-width: 561px) and (max-width: 767px) {
  .image-caption.caption-pos-top,
  .image-caption.caption-pos-center,
  .image-caption.caption-pos-bottom {
    font-size: var(--caption-font-size-desktop, 16px);
  }
}
@media (min-width: 320px) and (max-width: 560px) {
  .image-caption.caption-pos-top,
  .image-caption.caption-pos-center,
  .image-caption.caption-pos-bottom {
    font-size: var(--caption-font-size-desktop, 16px);
  }
}

/*# sourceMappingURL=style-index.css.map*/