/* 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-gallery {
	.g-gallery-item {
			width: 33.333%;
			height: 333px;
			display: block;
			position: relative;
			overflow: hidden;
		}
	}

.g-gallery {
	.g-gallery-item {
		img {
			width: 100%;
  			position: relative;
  			top: 50%;
  			transform: translateY(-50%);
		}
	}
}
*/
div.g-gallery-item a.uk-overlay img {
  object-fit: cover;
  width: 333px;
  height: 333px;
}
.g-social-copyright.position-bottom {
  position: inherit;
  width: 100%;
}
.g-social-copyright {
  margin: 10px 0;
}
.g-social-copyright .g-copyright-item {
  margin-top: 5px;
}
.g-pricing-tables .g-table-price {
  background: #595959;
}
.g-cta-button.style1 .g-cta-inner .g-cta-right {
  float: left;
  margin-top: 20px;
}
.g-cta-button.style1 .g-cta-inner .g-cta-right.no-desc {
  margin-top: 20px;
}
/*# sourceMappingURL=custom_16.css.map */