/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.4.2
*/

#page .site-content{
margin-top: 20px!important;	
}

.fullwidth_fix {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw!important;
	position: relative!important;
	right: 50%;
	width: 100vw!important;
}

.img-menu img{
	width: 10em;
	height: 10em;
}

#page .site-content{
	margin-bottom: 0!important;
}

.wpforms-field-label-inline{
background: #fff!important;
}
.wpforms-image-choices-label{
color: #A28E5B!important;	
}
.wpforms-image-choices-image{
	width: 10em!important;
}
.wpforms-page-prev{
	background: none!important;
	margin-rigth: 2em!important;
}

#tabnav{
 display: none;
}
#tabnav a:link{
	color: #000;
	font-weight: bold;
	margin-right: 2em;
}

 header:has(:focus-visible) #tabnav {
	display: block;
	background: #fff;
	padding: 5px;
  }



/* mobile fix */
@media only screen and (max-width: 600px) {

.e-n-menu-wrapper{
	background: #202020!important;
	height: 100vh!important;
	display: flex;
	justify-content: space-around;
}
.e-n-menu-wrapper ul li{
	display: flex;
	padding: 2em 0 2em 0;
}
}
/* focus fix */

form:focus-within {
  outline: 2px solid #A28E5B!important;
  padding: 0.5em;
}

a:focus-visible,
.elementor-flip-box:focus-visible,
 {
	outline: 2px solid #d71ef7;
}

/* Focusing the button with a keyboard shows a solid red line. */
button:focus-visible {
  outline: 2px solid #d71ef7!important;
}
  
/* Focusing the button with a mouse or touch shows a drop shadow. */
button:focus {
  outline:none;
}