/*!
Theme Name:   Monument Valley Child
Template:     monument-valley
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md
and rename CHILD_THEME_NAME and PARENT_THEME_SLUG in this file appropriately!
*/

/* Put your custom CSS styles below... */

.menustyle1 {text-align:center;border:1px solid black;padding:0.5em;font-weight:bold;margin-bottom:1em !important}

.menustyle2 {text-align:center;border:1px solid green;padding:0.5em}

.child-page-image, .child-page-title, .child-page-summary {text-align:center}

.link-more {display:none}

.text-white {color:white}

address.text-white, .openhours {font-weight:bold}

.openhours {color:white}

.important-notice {color:red;border:1px solid red}

.intro-title  {color:#008500 !important}
.intro:not(.no-text-shadow) {text-shadow: none !important}

.page-summary {color: black;font-weight:bold}

.child-page-title > a{display:none}

.fl-col-content{ /* not display webman's theme demo image sample */
	background-image: none !important;
}

.lhimage {padding-bottom:0.5em}

/* checkout page: handling label */
#shipping_method > li:nth-child(1) > label:nth-child(2)  {float:right}

.announcement {text-align:center;border:1px solid red;font-weight:bold;color:red; padding:1em 1em;margin-bottom:1em}

.announcement-1 {background-color:red;color:white;text-align:center;font-weight:bold;padding:1em 1em;margin-bottom:1em} 

.announcement-header {color:red}

.wp-block-button__link {background-color:#008500}

.announcement-header-1 {color:white}

.intro-container {
	background-position: 0px 10.5em;
    background-repeat: no-repeat;
}


span.lh_item_price {float: right; font-weight:bold}

.buttoncenter {text-align:center}

img.lh_product_thumbnail {float:left;margin-right:1em}

.lh_item_title {font-weight:bold}

.lh_item_desc {font-style:italic}

.lh_menu_category {background-color:#008500;color:white;margin-bottom:1em !important}

.lh_category_desc {test-align:center;color:green}

.lh_menu_subcategory {color:#008500;margin:0.4em 0 0.4em 0;font-size:1.25em;font-weight:bold;text-decoration: underline}

/* ICONS */

.icon-gluten-free {color:#008500;font-weight:bold}

.lh_product_note1 {margin-left:0.3em;color:#008500;font-style:italic;font-size:0.8em}

.icon-noun-747325-cc, .icon-chili {color:red;vertical-align:middle}

/* mobile: since the product search entree is removed in functions.php, make this to top with little padding top */
@media only screen and (max-width: 41.9375em)
.has-navigation-mobile .main-navigation-container .menu > ul {
	/* padding-top: 38vh; */
    padding-top: 2rem;
}

.gl-free, .gl-free-op , .soy-free, .soy-free-op, .nut-free-op, .small-portion {
	border: 1px solid green;
    padding: 0 2px 0 2px;
	vertical-align:middle;
    margin: 0 0;
    border-radius: 8px;
    font-size: 0.8em;
	vertical-align:middle;
	font-weight:bold}
.gl-free, .gl-free-op {
	color: orange;
}
.soy-free , .soy-free-op{
	color:blue;
}
.nut-free-op {color:#703731}
.small-portion {color:#6A5ACD}
.gl-free:before{content: 'GF'}
.gl-free-op:before{content: 'GFO'}
.soy-free:before{content: 'SF'}
.soy-free-op:before{content: 'SFO'}
.nut-free-op:before {content: 'NFO'}
.small-portion:before {content: 'SP'}
.new:before{content: 'NEW'}
.new {color:white;background-color:green;padding: 0 2px;
	vertical-align:middle;
    margin: 0 0;
    border-radius: 8px;
    font-size: 14px;
	font-weight:bold}

