:root {
    --primary: #522f19;
    --secondary: #9d8b77;
    --third: #cfa500;
    --fourth: #e0e0e0;
}
*{
    box-sizing: border-box;
}
.theme-divider-center,
.theme-divider-left{
	position: relative; 
	margin-bottom: 20px;
}
.theme-divider-center:before{
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 30px;
	background: var(--third);
	} 
.theme-divider-left:before {
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 100;
	width: 30px;
	background: var(--third);
	} 
.header-button::before, .mobile-header-button::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg>');
}
.custom-contact7 .wpcf7-form input,
.custom-contact7 .wpcf7-form select{
	margin-bottom:6px;
}
.custom-contact7 .wpcf7-form input,
.custom-contact7 .wpcf7-form select,
.custom-contact7 .wpcf7-form textarea{
	width:calc(100% - 30px);
}
.custom-contact7 .wpcf7-form input[type="checkbox"] {
    width: auto; 
}
@media only screen and (max-width: 767px) {
  .theme-divider-left:before {
	right: 0;
	} 
  .content-area .custom-inner-column-height .kt-inner-column-height-full:not(.kt-tab-layout-inherit):not(.kt-tab-layout-row){
	grid-auto-rows:unset;
  }
  .custom-form .kb-submit-field{
	margin:0 auto;
  }
.custom-contact7 .wpcf7-form input,
.custom-contact7 .wpcf7-form select,
.custom-contact7 .wpcf7-form textarea{
	width:100%;
}
}