/*
Theme Name: NEUROAGE Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar powered by Ondeuev
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* Custom fonts */
@font-face {
	font-family: "InterTight-Bold";
	src: url("/wp-content/themes/neuroage-child/fonts/InterTight-Bold.woff") format("woff"),
	url("/wp-content/themes/neuroage-child/fonts/InterTight-Bold.otf") format("opentype"),
	url("/wp-content/themes/neuroage-child/fonts/InterTight-Bold.ttf") format("truetype"),
	url("/wp-content/themes/neuroage-child/fonts/InterTight-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "InterTight-Regular";
	src: url("/wp-content/themes/neuroage-child/fonts/InterTight-Regular.woff") format("woff"),
	url("/wp-content/themes/neuroage-child/fonts/InterTight-Regular.otf") format("opentype"),
	url("/wp-content/themes/neuroage-child/fonts/InterTight-Regular.ttf") format("truetype"),
	url("/wp-content/themes/neuroage-child/fonts/InterTight-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "LibreBaskerville-Bold";
	src: url("/wp-content/themes/neuroage-child/fonts/LibreBaskerville-Bold.woff") format("woff"),
	url("/wp-content/themes/neuroage-child/fonts/LibreBaskerville-Bold.otf") format("opentype"),
	url("/wp-content/themes/neuroage-child/fonts/LibreBaskerville-Bold.ttf") format("truetype"),
	url("/wp-content/themes/neuroage-child/fonts/LibreBaskerville-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
}

/* CF7 */
.wpcf7-form {
	display: flex !important;
	flex-wrap: wrap;
	box-sizing: border-box; 
	gap: 24px;
}
.wpcf7 .field {
	flex: 0 0 100%;
	margin-bottom: 0;
	max-width: 100%;
	box-sizing: inherit;
}
.wpcf7 .field p {
	text-align: left;
	padding: 0 !important;
}	
.wpcf7 label.field-label {
	color: #000 !important;
}
.wpcf7 .field-control input:not([type="submit"]) {
	color: #000 !important;
}
.wpcf7 .field-control input:not([type="submit"]):not([type="checkbox"]) {
	background: #FFF !important;
	border: 1px solid #D4D4D4;
	border-radius: 8px;
	height: 48px;
}
.wpcf7 .field.firstname {
    flex: 0 0 calc(50% - 12px) !important;
	max-width: calc(50% - 12px) !important;
}
.wpcf7 .field.lastname {
    flex: 0 0 calc(50% - 12px) !important;
	max-width: calc(50% - 12px) !important;
}
.wpcf7 .field-control select {
	background: #FFF !important;
    border-radius: 8px !important;
	color: #000 !important;
}
.wpcf7 .field-control textarea {
	background: #FFF !important;
    border-radius: 8px !important;
	color: #000 !important;
	height: 180px !important;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7 .field-control input.wpcf7-not-valid {
	border: 1px solid red !important;
}