/**
 * Theme Name:        ar
 * Theme URI:         https://annaraju.com
 * Text Domain:       ar
 * Version:           1.0
 * Tested up to:      7.0.2
 * Requires at least: 5.8
 * Requires PHP:      7.4
 */
body {
	margin: 0;
	padding: 0;
}
.wp-site-blocks {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}
.wp-site-blocks > :last-child {
	margin-top: auto;
}
.wp-site-blockss {
	min-height: 100vh;
	min-height: 100dvh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}
.shadow {
	text-shadow: 2px 2px 1px black;
}
.on-point {
	font-size: large;
}
.wp-block-table thead {
	border: none;
	vertical-align: bottom;
}
.wp-block-table tr {
	border-bottom: solid 1px #0001;
}
.wp-block-table th {
	border: none;
	font-size: smaller;
}
.wp-block-table td {
	border: none;
}
select {
	width: 100%;
	padding: 1rem;
	border: 2px solid var(--wp--preset--color--accent-10);
	border-radius: 5px;
	background: var(--wp--preset--color--base-80);
	font-family: var(--wp--preset--font-family--sans);
	font-size: var(--wp--preset--font-size--medium);
}
input[type=submit],
button[type=submit] {
	box-sizing: border-box;
	padding: 1rem 2rem;
	border: none;
	border-radius: 999px;
	background: var(--wp--preset--color--accent-1);
	color: #000;
	font-family: var(--wp--preset--font-family--sans);
	font-size: var(--wp--preset--font-size--medium);
}
header .wp-block-group > a {
	font-weight: bold;
	text-decoration: none;
}
footer {
	background: var(--wp--preset--color--base);
}
.home footer {
	background: #302825;
}
footer a.home {
	display: block;
	line-height: 0;
}
.home footer a.home {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0 1rem;
    padding: .5rem 1rem;
	border: 2px solid #00a0d2; /* Blue */
	background: #f0f9fc;
	border-radius: 5px;
	font-size: smaller;
	text-align: center;
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	background: #f4fbf5;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
	background: #fdf3f3;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
	background: #fef6f2;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
	background: #fffbf0;
}
.wpcf7-not-valid-tip {
	margin-left: 5px;
	font-size: smaller;
	font-style: italic;
}
.cf7-fields div + div {
	margin-top: 2rem;
}
.cf7-fields a {
	color: currentcolor;
}
.cf7-fields label {
	display: block;
	margin-bottom: 5px;
}
.wpcf7-form.sent .cf7-fields {
	display: none;
}
.home nav.primary a span {
	display: block;
	padding: .5rem;
	border-bottom: 2px solid currentcolor;
	border-radius: 2px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
	color: var(--wp--preset--color--contrast);
}
.home nav.primary li + li {
	margin-left: 1rem;
}
.home h1 {
	margin-bottom: -1rem;
	font-size: clamp(4.00rem, calc(3.273rem + 3.636vw), 6.00rem);
	line-height: 1;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
}
.home h1 + p {
	margin-top: .5rem;
	font-size: clamp(0.94rem, calc(0.824rem + 0.568vw), 1.25rem);
	letter-spacing: 1px;
	color: var(--wp--preset--color--contrast);
	text-shadow: 1px 1px 1px black;
}
.page-id-18 ul {
	padding-left: 20px;
}
.page-id-18 li::marker {
	color: currentcolor;
}
.cb-carousel-block .wp-block-image {
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 781px) {

.home nav.primary {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1000;
}

}

@media (min-width: 782px) {

.home nav.primary {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1000;
}

}