/*
Theme Name: Highland Cigar Co.
Theme URI: https://aleksandrachirtoska.com
Author: Aleksandra Chirtoska
Author URI: https://aleksandrachirtoska.com
Description: Custom WordPress theme for Highland Cigar Company, converted from the hc6 HTML/CSS/JS template.
Version: 0.1.0
Text Domain: highland-cigar
*/

/* All visual styling lives in /assets/css (converted 1:1 from the template) and is enqueued from functions.php.
This file intentionally stays (almost) empty aside from the required theme header above, plus a few
small WordPress-specific fixes that don't belong in the template's own stylesheets. */

.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }
.wp-caption { max-width: 100%; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
