/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \**************************************************************************************************************/
.gh_portfolio_item_main_img {
  width: 100%;
  max-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 50px;
}
.gh_portfolio_item_main_img img {
  max-height: 100%;
  min-width: 100%;
  object-fit: contain;
}

.gh_single_portfolio_page .portfolio_row {
  margin-bottom: 50px;
}
.gh_single_portfolio_page .portfolio_row.center_row {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.gh_single_portfolio_page .portfolio_row.center_row .gh_portfolio_single_preheader {
  margin: 0 auto 20px;
}
.gh_single_portfolio_page .portfolio_row.center_row .gh_center_img {
  max-height: 70vh;
}
.gh_single_portfolio_page .gh_portfolio_single_preheader {
  background-color: #f08923;
  padding: 0 5px;
  line-height: 22px;
  font-size: 14px;
  display: table;
  color: #fff;
}
.gh_single_portfolio_page h1 {
  font-size: 28px;
}
.gh_single_portfolio_page .gh_protfolio_attrs {
  margin-bottom: 20px;
}
.gh_single_portfolio_page .gh_protfolio_attrs p {
  margin: 0 40px 10px 0;
  display: table;
}
.gh_single_portfolio_page .gh_protfolio_attrs p b {
  color: #000;
  display: block;
}

.gh_gallery_grid {
  display: flex;
  flex-wrap: wrap;
}
.gh_gallery_grid .gs-popup {
  margin-right: 20px;
  margin-bottom: 20px;
}
.gh_gallery_grid .gs-popup a.gs-popup-link {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.gh_gallery_grid .gs-popup a.gs-popup-link:hover {
  transform: scale(0.95);
}
.gh_gallery_grid .gs-popup a.gs-popup-link img {
  position: relative;
  max-height: 100%;
  min-width: 100%;
  object-fit: contain;
}

.gh_form_portfolio_top {
  background-image: url(8338a70a133c0b02d1d2.svg);
  padding: 40px;
  margin-bottom: 50px;
}

.gh_form_portfolio_bottom {
  background-image: url(8338a70a133c0b02d1d2.svg);
  padding: 40px;
  max-width: 600px;
}
