/*
Theme Name: Foodland Custom
Theme URI: https://foodlandkolkata.example/
Author: Great Impressions
Author URI: https://greatimpressions.biz/
Description: A custom WordPress theme for FOODLanD, a Bengali cuisine restaurant in Khardaha, Kolkata. Includes a filterable menu, live Bengali band show listings with booking, photo gallery, and customer reviews.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foodland
Tags: restaurant, food, custom-menu, custom-logo, featured-images, translation-ready, block-styles, wide-blocks
*/

/* Actual styles live in assets/css/main.css. This file carries the theme header
   and WordPress' required core classes. */

.alignleft {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip-path: none;
	color: #8c1d18;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 1rem;
	line-height: normal;
	padding: 1rem 1.5rem;
	text-decoration: none;
	top: 1rem;
	width: auto;
	z-index: 100000;
	border-radius: 6px;
}

.sticky {
	position: relative;
}

.bypostauthor > .comment-body {
	position: relative;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	font-size: 0.85rem;
	font-style: italic;
	text-align: center;
	padding-top: 0.5rem;
	opacity: 0.75;
}
