/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* ------------- Gallery Aspect Ratio ------------- */
.image-gallery-1-1 .et_pb_gallery_image {
  padding-top: 100%;
  display: block;
}
.image-gallery-1-1 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}


/* ------------- Contact Form (Gravity) ------------- */
#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 textarea {
	background-color: #FBF5F0;
	color: #666666;
	border-width: 0;
	border-radius: 0;
	font-size: 14px;
	padding: 16px;
}

#gform_1 input[type=text],
#gform_1 input[type=email] {
	height: 50px;
}

#gform_1 input[type="submit"] {
	font-size: 16px;
	background-color: #e88f91;
	border-width: 0px;
}

.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 15px !important;
}
