/*
Theme Name: Parroquia San Judas
Author: David Campos
Description: Built on a solidly designed foundation.
Template: hello-elementor
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: decampos.dev
Tags:  custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/

.background {
    background-image: url('https://www.parroquiasanjudastadeo.com/wp-content/uploads/2022/04/parroquia-san-judas-tadeo-05.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.h1, .h2 {
	margin: 24px 0;
}
.h1 {
	font-size: 42px;
	font-weight: 700;
}
.h2 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 500;
}
p {
	font-weight: 300;
}
.semana {
	width: max-content;
	margin: 0 auto;
}
.dias {
	display:grid;
	grid-template-columns: max-content auto;
	grid-gap: 10px;
}
.horario {
	position: relative;
}
.horario img {
	width: 115px;
	position: absolute;
	left: -125px;
	bottom: 10px;
}

.dm-title .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 12px;
}
@media (min-width: 992px) {
	.dm-title .wpcf7-radio {
		grid-template-columns: repeat(4, 1fr);
	}
}

.dm-title .wpcf7-radio .wpcf7-list-item {
	margin: 0;
}
.dm-title .wpcf7-radio label {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
}
@media (min-width: 992px) {
	.dm-title .wpcf7-radio label {
		justify-content: center;
	}
}

.dm-title .wpcf7-radio label .wpcf7-list-item-label {
	font-size: 24px;
	font-weight: 600;
}
label {
	display: block;
	margin-bottom: 12px;
}
input[type=text], 
input[type=number], 
input[type=email],
input[type=submit]{
	width: 100%!important;
	all: unset;
	border-radius: 50px;
	padding: 6px 12px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
}
input[type=submit] {
	background-color: var(--wp--preset--color--primary);
	border: var(--wp--preset--color--primary);
	margin-top: 24px;
	text-align: center;
	font-weight: 800;
}
.wide-size {
		max-width: var(--wp--style--global--wide-size);
		margin: 0 auto;
}
.content-size {
		max-width: var(--wp--style--global--content-size);
		margin: 0 auto;
}
.form__parent-details {
	margin-top: 34px;
	background-color:#f3f3f3;
	border-radius: 8px;
	padding: 16px;
}
.form__parent-details input[type=text], 
.form__parent-details input[type=number]{
	background: white;
	border: white;
}
.w-2\/1fr,
.w-radio-2\/1fr > .wpcf7-radio {
	display: grid;
	grid-template-columns: 1fr;
}
@media (min-width: 992px) {
	.w-2\/1fr,
	.w-radio-2\/1fr > .wpcf7-radio {
		grid-template-columns: repeat( 2, 1fr);
	}
}
.w-3\/1fr,
.w-radio-3\/1fr > .wpcf7-radio {
	display: grid;
	grid-template-columns: 1fr;
}
@media (min-width: 992px) {
	.w-3\/1fr,
	.w-radio-3\/1fr > .wpcf7-radio {
		grid-template-columns: repeat( 3, 1fr);
	}
}
.gap-12 {
	gap:12px ;
}
.form__parent-details h2 {
	margin: 0;
}
.form__mom,
.form__dad {
	padding: 16px;
	margin: 16px;
	border-radius: 8px;
}
.form__details .wpcf7-radio label {
	display: flex;
	align-items: center;
}
.label__title {
	display: block;
	font-weight: 600;
  font-size: 16px;
}