/* 
Theme Name: Kelly Thomson Celebrant
Description: Kelly Thomson Celebrant is a child theme of Hello Elementor.
Author: Dan Porter
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.ktc-equal-cols {
	display: flex;
	flex-wrap: wrap;
}


.ktc-equal-cols .image-col {
	height: 100%;
}
@media screen and (max-width: 768px) {
	.ktc-equal-cols .image-col {
		height: 400px;
	}
}

.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 10px;
}

.gform-theme .gform_button {
	background-color: #f2c0c6!important;
	color: #fff!important;
	font-weight: normal!important;
	font-size: 18px!important;
}

.gform-theme input[type="text"],
.gform-theme input[type="email"],
.gform-theme input[type="tel"],
.gform-theme input[type="url"],
.gform-theme input[type="number"],
.gform-theme textarea,
.gform-theme select {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
}