/*
Theme Name: Elven Hound
Author: Degu Web Dev
Author URI: https://deguwebdev.com
Version: 1.0
*/

@font-face {
    font-family: 'Aniron';
    src: url('fonts/aniron.woff2') format('woff2'),
         url('fonts/aniron.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #b8cf98;
	color: #4f4537;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
}

img {
    max-width: 100%;
    height: auto!important;
}

a {
  color: #4f4537;
  text-decoration: underline;
}
.btn, a.btn, button, .forminator-button {
	display: inline-block;
	background: #b8cf98;
	color: #4f4537;
	text-decoration: none;
	padding: 15px 30px;
	font-weight: bold;
	border: none;
	border-radius: 30px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	cursor: pointer;
}
a:hover, .btn:hover, a.btn:hover, button:hover, .forminator-button {
  color: #292515;
  box-shadow: none!important;
}
.forminator-button {
    padding: 15px 30px!important;
	font-weight: bold!important;
	border-radius: 30px!important;
}
a, a img, .btn, button {
    transition: all 0.15s ease-in-out;
}

.contain {
	max-width: 1000px;
	margin: 0 auto;
}

hr, .wp-block-separator {
    margin: 45px 0;
    height: 3px;
    border-radius: 4px;
    background: #b8cf98;
    border: none!important;
}

.sr {
    position: fixed;
    bottom: -1px;
    right: -1px;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: 0!important;
}

header {
	position: relative;
	text-align: center;
	background: #b8cf98;
	background: #f2eddb url('images/bg2.png') top center;
	background-size: 350px auto;
}
header .grad {
    background: linear-gradient(0deg, #f2eddb 0%, rgba(184,207,152,0) 50%, #b8cf98 100%);
    padding: 15px 0;
}
header .contain {
	display: flex;
	justify-content: space-between;
}
header #opennav {
	display: none;
}
header #logo {
	display: block;
	width: 250px;
	position: relative;
	z-index: 98;
}
header #logo img {
	display: block;
}
header nav {
	display: block;
	width: Calc(100% - 275px);
	padding-top: 100px;
}
header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
header nav ul li {
	display: block;
	text-align: center;
	position: relative;
	background: #cee5af;
	border: 3px solid #292515;
	border-radius: 15px;
}
header nav ul li a {
	display: block;
	padding: 10px 10px 15px;
	line-height: 1;
	font-family: 'Aniron', Arial, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 24px;
	color: #292515;
	background: #b8cf98;
	border: 1px solid #cee5af;
	border-radius: 13px;
}
header nav ul li a:hover {
	background: #cee5af;
}
header nav ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 10px;
	background: #b8cf98;
	border: 3px solid #292515;
	overflow: hidden;
	border-radius: 15px;
	z-index: 98;
}
header nav ul li:hover ul {
	display: block;
}
header nav ul ul li {
	border: 1px solid #cee5af;
	border-top: none!important;
	border-bottom: none!important;
	background: none;
	border-radius: 0;
}
header nav ul ul li:first-of-type {
	border-top: 1px solid #cee5af!important;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
header nav ul ul li:last-of-type {
	border-bottom: 1px solid #cee5af!important;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}
header nav ul ul li a {
	padding: 5px 10px;
	font-size: 20px;
	text-shadow: none;
	text-align: left;
	border: none;
	background: none;
	border-radius: 0;
	line-height: 1.3;
}
header nav ul ul li a:hover {
	background: #cee5af;
	text-shadow: none;
}


main {
    background: #e1e8be;
    padding: 15px 0 30px;
}

h1, h2, h3 {
	font-family: 'Aniron', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #292515;
}
h4, h5, h6 {
    color: #292515;
    font-size: 20px;
}

main {
	background: #f2eddb;
}

.header {
	
}
.header h1 {
	margin: 0;
	color: #292515;
	text-align: center;
	position: relative;
	z-index: 95;
}
main .contain {
	padding: 0 0 30px;
}
main li {
    margin: 5px 0;
}

main h2 {
    margin-top: 2em;
}

figure img {
    border-radius: 10px;
}
figure figcaption {
    border-radius: 10px;
}

.row {
	display: flex;
	gap: 45px;
	align-content: stretch; 
}
.row .about {
	width: 65%;
}
.row .quote {
	width: 35%;
	text-align: center;
}
.row .quote .bubble {
	position: relative;
	background: #fdfdfd;
	border: 3px solid #292515;
	border-radius: 30px;
	padding: 15px;
	margin-bottom: 15px;
}
.row .quote .bubble h2, .row .quote .bubble h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-family: Arial, san-serif;
    font-weight: bold;
}
.row .quote .bubble:after, .row .quote .bubble:before {
	top: 100%;
	left: 31%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.row .quote .bubble:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fdfdfd;
	border-width: 20px;
	margin-left: -20px;
}
.row .quote .bubble:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #292515;
	border-width: 24px;
	margin-left: -24px;
}



.consched {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 45px;
    justify-content: center;
    text-align: center;
}
.consched div {
    width: Calc(33% - 45px);
}
.consched h2, .consched p {
    margin: 5px 0;
}
#pastcons {
    /*background: #c4d495;
    margin-top: 30px;
    padding: 30px 0;
    margin-bottom: -30px;*/
    text-align: center;
}
#pastcons h2 {
    margin-top: 0;
}
#pastcons ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
}


.commstatus, .commclosed label {
    display: none!important;
}
.commclosed label {
    
}


.shoptabs {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.shoptabs .active {
    background: #4f4537;
    color: #FFF;
    cursor: default;
}
.shopcodes .etsy-shop-listing-container {
    gap: 15px;
}
.shopcodes .etsy-shop-listing-card {
    border-radius: 10px;
    min-height: Calc(100% - 12px);
}
.shopcodes .etsy-shop-listing-thumb img {
    border-radius: 5px;
}
.shopcodes .etsy-shop-listing-detail {
    text-align: center!important;
}
.shopcodes .etsy-shop-listing-title {
    height: auto!important;
    overflow: visible!important;
    text-overflow: auto!important;
    white-space: normal!important;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3!important;
}
.shopcodes .etsy-shop-listing-maker {
    display: none;
}
.shopcodes .etsy-shop-listing-price {
    float: none;
    margin-top: 10px;
    font-size: 14px;
    color: #4f4537;
}
.shopcodes .etsy-shop-listing-price .etsy-shop-currency-code {
    font-size: 12px;
}


.wp-block-columns {
    margin-bottom: 0!important;
}

.wp-block-gallery {
    text-align: center;
    justify-content: center;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    width: 15%;
    width: Calc(20% - 1em)!important;
    flex-grow: 0!important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a {
    background: #c4d495;
    border: 2px solid #e1e8be;
    border-radius: 10px;
    overflow: hidden;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a:hover {
    border-color: #2A3A1D;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    margin: 0 auto;
}



footer {
	padding: 30px 0;
	font-size: 16px;
	background: #b8cf98;
	background: linear-gradient(180deg, rgba(242,237,219,1) 0%, rgba(184,207,152,1) 100%);
}
footer .contain {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
footer #social {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 15px;
}
footer #social li a {
	display: block;
	background: #b8cf98;
	border-radius: 50%;
	padding: 10px;
	border: 2px solid #292515;
}
footer #social li a img {
	display: block;
	width: 25px;
	filter: invert(10%) sepia(35%) saturate(627%) hue-rotate(11deg) brightness(99%) contrast(91%);
}
footer p {
	margin: 0 0 10px;
	text-align: right;
}
footer p a {
	font-weight: bold;
}
footer p#web {
	font-size: 14px;
	margin-bottom: 0;
}
footer p#web a {
	font-weight: normal;
	text-decoration: none;
}


@media (max-width: 1060px) {
	.contain {
		padding: 0 30px;
		max-width: none;
	}
	header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		background: #f2eddb url('images/bg2.png') top center;
		background-size: 350px auto;
		text-align: center;
	}
	header .contain {
		display: block;
		padding: 0;
	}
	header #logo {
		display: inline-block;
		width: 150px;
		padding-bottom: 15px;
	}
	header #opennav {
		display: block;
		position: absolute;
		top: 75px;
		right: 30px;
		background: #f2eddb;
		border-radius: 10px!important;
		width: 50px;
		height: 50px;
		padding: 5px!important;
		cursor: pointer;
		border: 2px solid #292515;
	}
	header #opennav img {
		filter: invert(10%) sepia(35%) saturate(627%) hue-rotate(11deg) brightness(99%) contrast(91%);
	}
	header nav {
		display: none;
		width: auto;
		margin: 0 15px;
		padding-bottom: 30px;
		padding-top: 0;
	}
	header nav .menu-main-nav-container {
	    background: #f2eddb;
	    max-width: 300px;
	    margin: 0 auto;
	    padding: 0 15px;
	    border-radius: 15px;
		border: 2px solid #292515;
		position: relative;
		z-index: 95;
	}
	header nav ul {
		display: block;
		padding: 0.5em 0 1em;
	}
	header nav ul li {
	    background: none;
	    border: none;
	    margin-top: 1em;
	}
	header nav ul li:first-of-type {
	    margin-top: 0;
	}
	header nav ul li a {
		padding: 5px 15px;
		text-shadow: none;
	    background: none;
		border: none;
	}
	header nav ul li a:hover {
	    background: none;
	}
	header nav ul ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		padding: 0;
	}
	header nav ul ul li {
	    margin-top: 0;
	}
	header nav ul ul li a {
		text-align: center;
		border: none;
	}
	main {
	    box-shadow: 0 0 5px 0 #f2eddb, 0 0 10px 0 #f2eddb, 0 0 20px 0 #f2eddb, 0 0 30px 0 #f2eddb;
	    position: relative;
	    z-index: 90;
	}
	main .contain {
		padding: 30px;
	}
	.header {
		padding-top: 0;
		background: #f2eddb;
	}
	.header .grad {
		background: none;
		text-shadow: none;
	}
	.header .grad .contain {
		padding: 0;
	}
	.header h1 {
		padding: 30px 30px 0!important;
		font-size: 24px;
	}
	h2 {
	    font-size: 20px;
	}
	h3 {
	    font-size: 18px;
	}
	.consched div {
	    width: Calc(50% - 23px);
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image {
	    width: Calc(25% - 1em)!important;
	}
}
@media (max-width: 868px) {
	.row {
		display: block;
	}
	.row .about {
		width: auto;
	}
	.row .quote {
		width: auto;
		max-width: 400px;
		margin: 30px auto 0;
	}
	.consched {
	    display: block;
	}
	.consched div {
	    width: auto;
	    margin-bottom: 30px;
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image {
	    width: Calc(33.33% - 1em)!important;
	}
	footer .contain {
		display: block;
	}
	footer #social {
		justify-content: center;
		margin-bottom: 30px;
	}
	footer p {
		text-align: center;
	}
}
@media (max-width: 686px) {
	.wp-block-gallery.has-nested-images figure.wp-block-image {
	    width: Calc(50% - 1em)!important;
	}
}