@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "adeston";
  src: url(/wp-content/uploads/2025/06/adeston.ttf);
}
@font-face {
  font-family: "altivo";
  src: url(/wp-content/uploads/2025/06/altivo.otf);
}
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6{
	font-family: "adeston";
}

.grecaptcha-badge{
	display: none !important;
}
.aic{
	align-items: center;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    content: "\e04f" !important;
}
#main-content *{
	letter-spacing: 2px;
}

/*CF7 FORM*/
form{
	display: block;
}
.wpcf7-text{
	padding: 10px;
    margin: 6px 0;
    width: 100%;
}
.wpcf7-textarea{
	padding: 10px;
    margin: 6px 0;
    width: 100%;
	height: 100px;
}
.wpcf7-submit{
	width: 100%;
    background: #22b339;
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}
/*END CF7 FORM*/


/*Leave a Review*/
#rev_btn{
	position: fixed;
    bottom: 75px;
    left: 0;
	z-index:99;
}
#rev_btn a{
	background: #000;
    color: #fff !important;
    padding: 7px 22px;
    border-radius: 2px;
    font-size: 17px;
    text-decoration: none;
}
#rev_btn a:hover{
	opacity: 0.8;
}
.page-id-21 #rev_btn{
	display: none;
}
.page-id-21 .container{
	padding:0 !important;
}
.page-id-21, .page-id-21 #page-container, .page-id-21 #main-content{
	background: #000;
}
.page-id-21 h1.main_title{
	display: none;
}

#review_div_wrap{
	max-width: 500px;
    margin: 100px auto;
}
#lh_logo_rev img{
	display: block;
    max-width: 300px;
    margin: auto;
}
#review_div{
	background: #fff;
    margin: 50px 0;
    padding: 50px;
    text-align: center;
	box-shadow: 0px 4px 10px 2px #5a5858;
	border-radius: 10px;
}
#review_div h3{
	font-size: 30px !important;
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
}
#review_div h4{
	font-size: 20px !important;
    padding: 0 0 10px 0 !important;
    margin: 0 !important;
}
.star-wrapper {
/*   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; */
  direction: rtl;
}
.star-wrapper a {
  font-size: 3em;
  color: #ccc;
  text-decoration: none !important;
  transition: all 0.5s;
  margin: 4px;
 position: relative;
}
.star-wrapper a:hover, .star-wrapper a:focus {
  color: gold !important;
  transform: scale(1.2);
}
.s1:hover ~ a {
  color: gold;
}
.s2:hover ~ a {
  color: gold;
}
.s3:hover ~ a {
  color: gold;
}
.s4:hover ~ a {
  color: gold;
}
.s5:hover ~ a {
  color: gold;
}
.s1::after{
  content: "5";
  position: absolute;
  font-size: 15px;
  top: 35%;
  left: 41%;
	color:#000;
}
.s2::after{
  content: "4";
  position: absolute;
  font-size: 15px;
  top: 35%;
  left: 39%;
	color:#000;
}
.s3::after{
  content: "3";
  position: absolute;
  font-size: 15px;
  top: 35%;
  left: 41%;
	color:#000;
}
.s4::after{
  content: "2";
  position: absolute;
  font-size: 15px;
  top: 35%;
  left: 41%;
	color:#000;
}
.s5::after{
  content: "1";
  position: absolute;
  font-size: 15px;
  top: 35%;
  left: 43%;
	color:#000;
}
#rev_feedback{}
#rev_feedback h4{
	padding: 0;
    text-align: center;
    font-size: 25px;
}
#rev_feedback p{
	text-align: center;
    font-size: 15px;
	margin: 10px;
}
#rev_feedback form{
	display: block;
}
#rev_feedback .wpcf7-text{
	padding: 10px;
    margin: 6px 0;
    width: 100%;
}
#rev_feedback .wpcf7-textarea{
	padding: 10px;
    margin: 6px 0;
    width: 100%;
	height: 100px;
}
#rev_feedback .wpcf7-submit{
	width: 100%;
    background: #22b339;
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}
/*END Leave a Review*/

/* mobile menu*/
#mob_h {
  margin: 10px;
	z-index:999999;
}
#mob_logo {
  width: 80%;
  float: left;
  z-index: 999;
}
#mob_menu_btn_top {
  width: 20%;
  float: left;
  text-align: left;
}
#mob_menutop {
  clear: both;
}
#mobnav {
  background: #cbb590;
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 0;
  transition-timing-function: cubic-bezier(10, 2, 3, 1);
  transform: translateX(-105rem);
  top: 0;
  z-index: 0;
  transition: 1s;
}
#lhmobmenu {
  display: none;
}
#lhmobmenu:checked ~ #mobnav {
  transform: translateX(0);
}
#burgerbtn {
  position: absolute;
  cursor: pointer;
  width: 2rem;
  height: 1.5rem;
  left: 0;
  top: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
	z-index: 99;
}
#burgerbtn span{
	font-size: 20px;
	letter-spacing: 2px;
	color: #F2EADD;
	display:none;
	font-weight: 400;
}
#burgerbtn.closed span.m1{
	display: block;
}
#burgerbtn.opened span.m2{
	display: block;
}
#burgerbtn > div {
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
  z-index: 999;
}
#lhmobmenu:checked ~ #burgerbtn {
  height: 2rem;
}
#lhmobmenu:checked ~ #burgerbtn > div {
  background-color: #fff;
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(2) {
  opacity: 0;
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}
#mobnav {
	padding: 5vh 0;
	margin-top: 0;
	overflow-y: auto;
	height: 100vh;
}
#mobnav ul {
	list-style: none;
	text-align: left;
	padding: 1vh 5vh;
	width: 100%;
}
#mobnav ul li {
  margin-bottom: 15px;
}
#mobnav ul li a {
	color: #f2eadd;
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 1.7;
	border-bottom: 2px dotted;
	display: block;
	padding: 10px;
}
#mobnav ul li a:hover {
  font-style: italic;
  font-weight: normal;
}
#mobnav .menu-item-has-children:hover .sub-menu {
  height: 250px;
  /* 		height: 100%; */
}
#mobnav .sub-menu {
  height: 0;
  transition: height 0.5s ease-in;
  overflow: hidden;
}
#mobnav .sub-menu li {
  margin: 15px 0;
}
#mobnav .sub-menu li a {
  font-size: 1rem;
}
#mobnav #menu-main-menu-1 {
  transition: all 2.5s ease-in-out;
}
#mobnav.closed #menu-main-menu-1 {
  opacity: 0;
  margin-top: 20vh;
  visibility: hidden;
}
#mobnav.opened #menu-main-menu-1 {
  opacity: 1;
  margin: 0;
  visibility: visible;
}
#mobnav hr {
  max-width: 20%;
  color: #ccc;
  margin: 3vh auto;
}
.mobmenu_extra {
  display: block;
  width: 100%;
  text-align: center;
  color: #343839;
  margin-bottom: 3vh;
}
.mobmenu_extra:hover {
  color: #fea501 !important;
}
.mobmenu_extra i {
  display: block;
  font-size: 26px;
  font-weight: normal;
  font-family: fontawesome;
}
.mobmenu_extra strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.mobmenu_extra span {
  font-size: 12px;
  display: block;
}
.menu-item-117, .menu-item-118 {
  display: none;
}
.mobmenulogo{
	max-width: 300px;
	margin: auto;
	display: block;
}
/* END mobile menu*/
#menu-main-menu li a{
	font-family: "Work Sans", sans-serif;
}
.entry-content table:not(.variations){
	border: none !important;
}
.entry-content table:not(.variations) td{
	border-top: none !important;
	border-bottom: 1px solid #eee !important;
}
footer .sub-menu{
	display: none !important;
}
footer .nav .menu-item-has-children::after{
	display: none !important;
}
#menu-footer-menu li a{
	text-transform: uppercase !important;
}

#topmenu .et_pb_menu__wrap{
	justify-content: flex-end !important;
}
#topmenu li{}
#topmenu li a{
	color:#F2EADD;
	text-transform: uppercase;
	font-size: 16px;
    letter-spacing: 1px;
	font-weight: 400;
}

body:not(.home) #main-content h1.entry-title{
	text-align: center;
	color:#F2EADD !important;
	letter-spacing: 1px;
}
body #et_pb_contact_form_0 .et_pb_contact_submit{
	padding-top: 17px !important;
	padding-right: 30px !important;
	padding-bottom: 17px !important;
	padding-left: 30px !important;
	font-size: 12px;
	background-color: #cab38d;
	border-width: 3px !important;
	border-color: #cab38d;
	letter-spacing: 2px;
}
body #et_pb_contact_form_0 .et_pb_contact_submit:hover{
	background:#fff !important;
}
.contact_form.home_form {
	max-width:525px;
	float:right;
}
.contact_form.contpage_form {
	max-width:400px;
}
.contact_form .col-6{
	float: left;
	width: 46%;
	margin: 0 2% 15px;
}
.contact_form .col-12{
	margin: 0 2% 15px;
	width: 100%;
}
.contact_form .wpcf7-text{
	padding: 15px;
	width: 100%;
	margin:0 !important;
}
.contact_form .wpcf7-textarea{
	padding: 15px;
	width: 100%;
	height: 150px;
	margin:0 !important;
}
body .contact_form .wpcf7-submit,
body .contact_form .wpcf7-submit.et_pb_button:hover{
	padding: 15px !important;
	width: 100%;
}
.contact_form.home_form .wpcf7-text{
	background: #f7f7f7;
	border:0;
}
.contact_form.home_form .wpcf7-textarea{
	background: #f7f7f7;
	border:0;
}
.contact_form.contpage_form .wpcf7-textarea{
	width: 96%;
}
.wpcf7-response-output{
	clear: both;
}