/*
Theme Name: Twenty8teen Child
Author: joyously
Description: Block oriented by using widgets &diams; easily add user styles to checkbox grid &diams; save and load subsets of theme options (presets) &diams; apply a different preset to each page &diams; works with any font or screen size &diams; option for balanced display of posts regardless of number &diams; any Google fonts, with suggested fonts &diams; CSS variables for easy user changes and dynamic CSS &diams; script to add CSS vendor prefixes so CSS is smaller, and works on user CSS &diams; template function to generate unique gradients for text &diams; Child theme friendly (load style sheet, lots of filters, template files are widgets too, child demo) &diams; Microformats done right
Version: 20200614
Template: twenty8teen
Text Domain: twenty8teen-child
Tags: blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, rtl-language-support, theme-options, threaded-comments, translation-ready, two-columns
Requires at least: 4.7
Tested up to: 5.4
Requires PHP: 5.2

License: GNU General Public License v2 or later
License URI: LICENSE

Twenty8teen, Copyright 2018-2019 Joy Reynolds
Twenty8teen is distributed under the terms of the GNU GPL v2 or later.
Twenty8teen is based on Underscores http://underscores.me/,
(C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.mmRoundedButton {
	border: solid 1px black;
	border-radius: 0.5em;
	box-shadow: 5px 8px #888888;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
	width: auto;
	display: inline-block;
}
.site-footer {
	display:none !important;
}
a:hover, a:focus, a:active {
	color: red;
	background-image: none;
	opacity: 0.6;
}

.green-white-outline {
	text-shadow:
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff,
		-2px -2px 0 #0f0,  
		2px -2px 0 #0f0,
		-2px 2px 0 #0f0,
		2px 2px 0 #0f0;
}

.red-white-outline {
	text-shadow:
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff,
		-2px -2px 0 #f00,  
		2px -2px 0 #f00,
		-2px 2px 0 #f00,
		2px 2px 0 #f00;
}

.soldout {
	position: relative;
	width: max-content;
	height: max-content;
	margin: 0;
	padding: 0;
}

.soldout:after {
  content: "";
  display: block;
  width: 99%;
  height: 80%;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background-image: url("https://www.ดิออดินารี่.com/wp-content/uploads/2024/09/OutOfStock-PreOrder2.png");
  background-size: 460px 338px;
  background-position: 10px 70px;
  background-repeat: no-repeat;
  opacity: 0.3;
}


#sticky-footer {
    position: fixed;
    bottom: 0;
    width: 95%;
    text-align: right;
    z-index: 999;
    margin: 1em;
	padding: 1em;
}