.gel-image-box a:not(.btn) {
  color: inherit;
}
.gel-image-box.img-circle .image, .gel-image-box.img-circle img {
  border-radius: 50%;
}
.gel-image-box.img-circle .image:after, .gel-image-box.img-circle img:after {
  border-radius: 50%;
}
.gel-image-box .image a {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.gel-image-box .title {
  margin-bottom: 1rem;
}
.gel-image-box .btn-box {
  margin-top: 1.5rem;
}
.gel-image-box p:last-child {
  margin-bottom: 0;
}
.gel-image-box.border-img .image {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 0 0 4px #d7aa82;
  box-shadow: 0 0 0 4px #d7aa82;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.gel-image-box.border-img .image:after {
  min-width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -1px;
  left: -1px;
  padding: 1px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-box-shadow: 0 0 0 1px #d7aa82;
  box-shadow: 0 0 0 1px #d7aa82;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.gel-image-box.border-img:hover .image {
  -webkit-box-shadow: 0 0 0 2px #d7aa82;
  box-shadow: 0 0 0 2px #d7aa82;
  -webkit-transition: background 0.3s, transform 0.3s, opacity 0.3s;
  transition: background 0.3s, transform 0.3s, opacity 0.3s;
}
.gel-image-box.border-img:hover .image:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-box-shadow: 0 0 0 2px #d7aa82;
  box-shadow: 0 0 0 2px #d7aa82;
}
.gel-image-box.img-size-sm .image {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.gel-image-box.img-size-md .image {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
.gel-image-box.img-size-lg .image {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}
.gel-image-box .image-hover {
  position: relative;
}
.gel-image-box .image-hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gel-image-box .image-hover img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gel-image-box:hover .image-hover img:first-child {
  opacity: 0;
}
.gel-image-box:hover .image-hover img:last-child {
  opacity: 1;
}

.gel-image-box-style-01, .gel-image-box-style-04, .gel-image-box-style-06 {
  text-align: left;
}

.gel-image-box-style-02 {
  text-align: center;
}
.gel-image-box-style-02 .image {
  margin-left: auto;
  margin-right: auto;
}
.gel-image-box-style-02 .image-hover img:last-child {
  right: 0;
  bottom: 0;
  margin: auto;
}

.gel-image-box-style-03, .gel-image-box-style-05, .gel-image-box-style-07 {
  text-align: right;
}
.gel-image-box-style-03 .image-hover img:last-child, .gel-image-box-style-05 .image-hover img:last-child, .gel-image-box-style-07 .image-hover img:last-child {
  right: 0;
  left: auto;
}

.gel-image-box-style-01 .image, .gel-image-box-style-02 .image, .gel-image-box-style-03 .image {
  margin-bottom: 2rem;
}

.gel-image-box-style-04, .gel-image-box-style-05 {
  display: -ms-flexbox;
  display: flex;
}
.gel-image-box-style-04 .content-box, .gel-image-box-style-05 .content-box {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.gel-image-box-style-04 .image {
  margin-right: 1rem;
}
.gel-image-box-style-04.img-default .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gel-image-box-style-05 .image {
  margin-left: 1rem;
}
.gel-image-box-style-05.img-default .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gel-image-box-style-06 .top-box, .gel-image-box-style-07 .top-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.gel-image-box-style-06 .top-box .image {
  margin: 0 1rem 1rem 0;
}

.gel-image-box-style-07 .top-box {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gel-image-box-style-07 .top-box .image {
  margin: 0 0 0.75rem 1rem;
}

/*# sourceMappingURL=image-box.css.map */
