<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Faerie Rags Shop
Template:   twentyseventeen
Theme URI: https://github.com/arthurcannon/faerieragsshop
Author: Vasu Design
Author URI: https://github.com/arthurcannon
Description: A theme made for Faerie Rags N Friends.
Requires at least: 4.7
Tested up to: 6.8
Requires PHP: 5.2.4
Version: 1.5.5
Text Domain: faerieragsshop
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns
*/

.site-content-contain {
	background-image: url("assets/images/mushroom_house.webp"), url("assets/images/mh_rock_1.webp"), url("assets/images/mh_rock_2.webp"), url("assets/images/mh_rock_3.webp"), url("assets/images/mh_rock_4.webp"), url("assets/images/mh_rock_5.webp"), url("assets/images/background.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: 10px 20px, 150px 350px, 130px 440px, 160px 540px, 110px 650px, 180px 760px;
	background-size: auto, 100px auto, 110px auto, 120px auto, 130px auto, 140px auto;
	min-height: calc(100vh - 250px);
}

.site-content-contain .wrap {
	background-color: #ffffff86;
	border-radius: 20px;
}

.site-content {
	padding: initial;
}

.site-content .wrap {
	padding: 3em;
}

.custom-logo-link img {
	max-height: 200px;
}

.post-navigation {
	margin: 0px;
}

#menu_bar_search_box {
	text-align: center;
}

#menu_bar_search_box .widget {
	padding-bottom: 0px;
}

#primary .entry-header {
	float: initial !important;
	width: initial !important;
	margin: initial;
}

#primary .entry-content {
	float: initial !important;
	width: initial !important;
}
.jetpack-slideshow-full-width-image .wp-block-jetpack-slideshow_image {
	width: 100% !important;
}

.wc-block-featured-category {
	width: 400px !important;
	min-height: 400px !important;
}

.portfolio_grid, .portfolio_header ul {
	display: grid;
	list-style: none;
	box-sizing: border-box;
	grid-template-columns: repeat(auto-fill,minmax(max(150px,(25% - .9375em)),1fr));
	grid-gap: 1.25em;
	max-width: 100%;
}

.portfolio_header ul {
	grid-template-columns: repeat(auto-fill,minmax(max(150px,(20% - 1em)),1fr));
}

.portfolio_header ul li.current-cat {
	background-color: #ffffff90;
}

.portfolio_header ul a {
	display: block;
	border: 3px solid #000;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.portfolio_grid .post-thumbnail a {
	display: block;
	height: 100%;
}

.portfolio_grid .post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

 .navigation.pagination {
 	float: initial;
 	width: initial;
 }

@media screen and (min-width: 48em) {
	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: initial;
	}
}

@media screen and (max-width: 1200px) {
	.site-content-contain {
		background-image: url("assets/images/background.png");
		background-repeat: repeat;
		background-size: auto;
	}
}
</pre></body></html>