/*
-=-------------------------------=-
 *             C S S             *
 *  ~-~-~-~-~-~-~-~-~-~-~-~-~-~  *
 *         B U T T O N S         *
 *  ~-~-~-~-~-~-~-~-~-~-~-~-~-~  *
 *     Design by Anna Greco      *
 *     www.houseofgreco.com      *
 *        Copyright 2026         *
-=-------------------------------=-
*/


.push-menu-button {
    width: 100%;
}

.menu button {
	background-color: #D4BF8E;
    background-image: url('../images/bones/buttons/mineral-gold-leaf-400.jpg');
    background-size: 430px;
    background-position: 140px 100px;
    border-top: 1px solid rgba(180, 160, 130, 0.5);
    border-right: 1px solid rgba(180, 160, 130, 0.5);
    border-bottom: 1px solid rgba(180, 160, 130, 0.5);
    border-left: 1px solid rgba(180, 160, 130, 0.5);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55), 0px -1px 2px rgb(220, 210, 160);
    padding: 0px 0px 0px 0px;
	width: 100%;
	height: 55px;
}

.menu button:hover {
	cursor: pointer;
}

.gold-bar-pastoral {
	display: block;
	position: relative;
	    right: 14px;
	width: 75px;
	height: 75px;
}

.gold-bar-pastoral img {
	position: absolute;
		top: -11px;
	width: 68px;
	height: 68px;
	left: 50%;
	right: 50%;
}

	.gold-bar-pastoral.home img {
		display: none;
	}

.one-half {
	position: relative;
		top: -6px;
	width: 50%;	
}

.one-half .left {
	position: absolute;
		left: 13px;
}

.one-half .right {
	position: absolute;
		top: 16px;
		right: 13px;
}

.menu button .text,
.menu button .text a {
	background-clip: text;
		-moz-background-clip: text;
		-webkit-background-clip: text;
	color: rgba(45, 30, 10, 0.5);
    text-shadow: 0px 1px 3px rgba(185, 170, 125, 0.95), 0px 0px 0px rgba(0, 0, 0, 0.85), 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
	margin: auto;
	transition: 1.0s ease;
}

.menu button .text:hover,
.menu button .text a:hover {
	border: 0;
    text-shadow: 0px 0px 10px #FFFFC5, 0px 0px 20px #FFFFC5 !important;
}

.menu button .trigram {
    font-size: 25px;
    position: relative;
	    top: -4px;
	    left: -7px;
}

.menu button .name {
	font-family: Baskerville;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 2px;
	position: relative;
		top: -3px;
    text-decoration: none;
}

.menu button .name.menu-word {
    	top: -3px;
    	left: -1px;
}

.menu button .name.shop-word {
    	top: -3px;
    	left: 6px;
}

/*	-=---------------=-
	 * MEDIA QUERIES *
	-=---------------=-  */

	/*	-=-------=-
		 * 400px *
		-=-------=-  */

		@media screen and (max-width: 400px) {

			.gold-bar-pastoral img {
				top: -5px;
				left: 48%;
				width: 55px;
				height: 55px;
			}
		
		}
