/*
 Theme Name:   Calmind Child
 Theme URI:    https://reactheme.com/products/wordpress/calmind
 Description:  Calmind Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     calmind
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

 /* Gravity Forms */

div.gform_wrapper {}
div.gform_wrapper ::placeholder {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	font-family: "Instrument Sans", Sans-serif !important;
}

div.gform_wrapper .gform_fields {
	column-gap: 24px;
	row-gap: 24px;
}

div.gform_wrapper .gfield,
div.gform_wrapper .gfield.gfield--width-full {
	margin: 0;
}

div.gform_wrapper .gfield.gfield_error,
div.gform_wrapper .gfield.gfield_error.gfield--width-full {
	border-color: #c02b0a;
}

div.gform_wrapper .gfield .gfield_label {
	font-family: 'Marcellus', sans-seri;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 9px;
	color: #363f4b;
}

div.gform_wrapper .gfield .gfield_required {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 0 !important;
}

div.gform_wrapper .gfield .gfield_required_text:after {
	content: "*";
	font-size: 15px;
	margin-left: 3px;
	color: #dc2626;
}

div.gform_wrapper .gfield input[type=color],
div.gform_wrapper .gfield input[type=date],
div.gform_wrapper .gfield input[type=datetime-local],
div.gform_wrapper .gfield input[type=datetime],
div.gform_wrapper .gfield input[type=email],
div.gform_wrapper .gfield input[type=month],
div.gform_wrapper .gfield input[type=number],
div.gform_wrapper .gfield input[type=password],
div.gform_wrapper .gfield input[type=search],
div.gform_wrapper .gfield input[type=tel],
div.gform_wrapper .gfield input[type=text],
div.gform_wrapper .gfield input[type=time],
div.gform_wrapper .gfield input[type=url],
div.gform_wrapper .gfield input[type=week],
div.gform_wrapper .gfield select,
div.gform_wrapper .gfield textarea {
	width: 100%;
	min-height: 54px;
	padding: 14px 16px;
	font-family: "Instrument Sans", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #363f4b;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000000D;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}
div.gform_wrapper .gfield.gfield_error input[type=text],
div.gform_wrapper .gfield.gfield_error input[type=email],
div.gform_wrapper .gfield.gfield_error select,
div.gform_wrapper .gfield.gfield_error textarea {
	border-color: #dc2626;
}

div.gform_wrapper .gfield input[type=color]:focus,
div.gform_wrapper .gfield input[type=date]:focus,
div.gform_wrapper .gfield input[type=datetime-local]:focus,
div.gform_wrapper .gfield input[type=datetime]:focus,
div.gform_wrapper .gfield input[type=email]:focus,
div.gform_wrapper .gfield input[type=month]:focus,
div.gform_wrapper .gfield input[type=number]:focus,
div.gform_wrapper .gfield input[type=password]:focus,
div.gform_wrapper .gfield input[type=search]:focus,
div.gform_wrapper .gfield input[type=tel]:focus,
div.gform_wrapper .gfield input[type=text]:focus,
div.gform_wrapper .gfield input[type=time]:focus,
div.gform_wrapper .gfield input[type=url]:focus,
div.gform_wrapper .gfield input[type=week]:focus,
div.gform_wrapper .gfield select:focus,
div.gform_wrapper .gfield textarea:focus {
	outline: none;
	border-color: #8b9f95;
}

div.gform_wrapper .gfield select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 48px;
	background-image:
		linear-gradient(45deg, transparent 50%, #363f4b 50%),
		linear-gradient(135deg, #363f4b 50%, transparent 50%);
	background-position:
		calc(100% - 20px) 50%,
		calc(100% - 15px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

div.gform_wrapper .gfield textarea {
	resize: vertical;
	height: 120px;
}

div.gform_wrapper .gfield--type-choice,
div.gform_wrapper .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	min-height: 54px;
	align-items: center;
}

div.gform_wrapper .gchoice {
	display: flex;
	align-items: center;
	gap: 8px;
}

div.gform_wrapper input[type="checkbox"],
div.gform_wrapper input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 0;
	background: #fff;
	border: 1px solid #8b9f95;
	border-radius: 50%;
	display: grid;
	place-content: center;
	cursor: pointer;
	outline: none !important;
}

div.gform_wrapper input[type="checkbox"]:before,
div.gform_wrapper input[type="radio"]:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3f6257;
	transform: scale(0);
	transition: transform 0.15s ease;
}

div.gform_wrapper input[type="checkbox"]:checked:before,
div.gform_wrapper input[type="radio"]:checked:before {
	transform: scale(1);
}

div.gform_wrapper .gfield--type-choice label,
div.gform_wrapper .gfield_radio label {
	margin: 0 0 0 5px;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
}

div.gform_wrapper .gfield--type-choice label {
	margin-top: -2px;
}

div.gform_wrapper .gfield--type-html {
	margin-top: -20px !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	font-family: "Instrument Sans", Sans-serif;
}

div.gform_wrapper .gform_validation_errors,
div.gform_wrapper .gfield_validation_message {
	display: none;
	padding: 0;
	border: 0;
	background: transparent;
	color: #c02b0a;
}

div.gform_wrapper .gform_footer,
div.gform_wrapper .gform_page_footer {
	position: relative;
	padding: 0;
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div.gform_wrapper .gform_ajax_spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 50px;
}

div.gform_wrapper .gform_footer .gform_button {
    padding: 6px 30px 6px 30px !important;
    font-family: "Instrument Sans", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 2 !important;
	background-color: #eaa68b !important;
    border-radius: 25px !important;
    outline: none !important;
}

div.gform_wrapper .gform_footer .gform_button:hover {
	background: #363f4b !important;
	border-color: #363f4b !important;
}

/* Box Link */

.el-wrap-text .icon-box-description {
	word-break: break-word;
}

/* Header Link Divider */
.el-divider {
	border-top: 1px solid #DDDDDDA6 !important;
}

/* Color Pink */
@media (max-width: 767px) {
	.el-mobile-color-pink .elementor-heading-title {
		color: #eaa68b !important;
	}
}

/* Pricing Cards */

.pricing-card {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;

}

@media (max-width: 767px) {
	.pricing-card {
		display: block !important;
	}
}

.pricing-card .elementor-widget-icon-list {
	flex-grow: 1 !important;
}

.pricing-card .pricing-card-list {
	height: 100% !important;
}

@media (max-width: 767px) {
	.pricing-card .pricing-card-list {
		height: auto !important;
	}
}

.pricing-card .elementor-widget-button {
	margin-top: auto !important;
}

@media (hover: none), (pointer: coarse) {
	.elementor-nav-menu .menu-item-has-children.touch-submenu-open > .sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}
}