/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-media-box .g-grid {
  margin-bottom: 1.25rem;
}
.g-media-box .g-grid:last-child {
  margin-bottom: 0;
}
.g-media-box .g-grid .g-block {
  margin-right: 1.25rem;
}
@media only all and (max-width: 47.99rem) {
  .g-media-box .g-grid .g-block {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.g-media-box .g-grid .g-block:last-child {
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-media-box .g-grid .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-media-box .g-media-box-item .g-media-box-content {
  background: #e0e0e0;
  padding: 2rem;
  border: 1px solid #e5e5e5;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media {
  color: #757575;
  background: transparent;
  border: 1px solid #e5e5e5;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media:hover {
  color: #ffffff;
  background: #d0aa69;
  border-color: #d0aa69;
}
@media only all and (max-width: 47.99rem) {
  .g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.5rem;
    padding: 0.5rem;
  }
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .g-media-box-play {
  position: absolute;
  margin-top: -2.5rem;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .g-item-text {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-desc {
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-special1, .g-media-box .g-media-box-item .g-media-box-content .g-media-box-special2 {
  margin: 0;
}
.g-logo.fancy-logo {
  margin: 0;
  position: absolute;
  top: -38px;
  min-height: 111px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #d0aa69;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 135px;
  z-index: 9;
}
.g-logo.fancy-logo:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #d0aa69;
  z-index: -1;
  top: 0;
}
.g-logo.fancy-logo::after {
  width: 100%;
  height: 35px;
  border: none;
  background: #d0aa69;
  border-radius: 0 0 150px 150px;
}
/*# sourceMappingURL=custom_20.css.map */