@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 100;
  src: url(josefina.woff2) format('woff2');
  /* unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; */
}

*, body, div, ul, li, h4 {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

h4 {
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  background: #f8f2ed !important;
  color: #000 !important;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  /* font-family: "Josefin Sans",sans-serif !important; */
  font-family: 'Montserrat', sans-serif; !important;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0;
  text-transform: none;
  overflow-x: hidden!important;
}

.relative {
  position: relative;
}

.bg-black {
  background-color: #000;
}

h4 {
  color: #252525;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  font-size: 32px;
}

a {
  color: #BC8D4B;
}

a:hover {
  color: #BC8D4B;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0 0 16px 24px;
}

ul {
  margin-bottom: 24px;
}

a, .menu-title-section {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.menu-holder {
  margin-bottom: 36px;
}

.menu-post {
  margin-bottom: 24px;
}

.menu-post h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 50px;
  position: relative;
}

.menu-price {
  position: absolute;
  top: 0px;
  right: 0;
}

.menu-title {
  position: relative;
}

.menu-title, .menu-price {
  background: #ffffff;
  z-index: 2;
}

.menu-dots {
  position: absolute;
  top: 14px;
  left: 80px;
  right: 0;
  margin: 0;
  border: 0;
  height: 5px;
  display: block;
  background: radial-gradient(#d5d5d5 40%, transparent 10%);
  background-position: 0 0;
  background-size: 4px 4px;
  background-repeat: repeat-x;
}

.menu-post-desc {
  margin-left: 70px;
  margin-left: 0;
}

.menu-text {
  font-size: 14px;
  font-style: italic;
}

.menu-2col .menu-post {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  margin-left: -4px;
  vertical-align: top;
}

.menu-2col .menu-post:nth-of-type(2n) {
  margin-right: 0;
}

.menu-2col .menu-post:nth-last-child(1), .menu-2col .menu-post:nth-last-child(2) {
  margin-bottom: 0;
}

.our-menu {
  padding: 0;
  margin: 0;
}

.menu-shortcode {
  text-align: left;
}

.our-menu li {
  list-style: none;
  margin-bottom: 12px;
}

.our-menu li:last-child {
  margin-bottom: 0px;
}

.menu-title-section {
  letter-spacing: 1px;
  padding: 24px 8px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #cbc1b9;
  background: #fff6ee;
}

.menu-title-section:hover {
  background: #ffffff;
}

.menu-title-section:before {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #000;
}

.menu-title-section a {
  color: #000;
  font-weight: bold;
}

.menu-title-section.active, .menu-title-section:hover {
  background: #fff6ee;
  color: #000;
}

.menu-title-section.active:before {
  content: "\f106";
  color: #ffffff;
}

.menu-title-section.active a, .menu-title-section:hover a, .menu-title-section:hover:before {
  color: #000;
}

.menu-section {
  display: none;
}

.menu-accordion {
  padding: 24px 12px 0 0;
  margin-bottom: 0;
}

.menu-accordion .menu-post {
  margin-left: 0;
}

.menu-accordion .menu-post:nth-of-type(2n) {
  margin-right: 0;
}

.mbt-10 {
  margin: 10px 0;
}

.mbt-20 {
  margin: 20px 0;
}

.mbt-45 {
  margin: 45px 0;
}

::-webkit-input-placeholder {
  color: #252525;
}

:-moz-placeholder {
  color: #252525;
}

::-moz-placeholder {
  color: #252525;
}

:-ms-input-placeholder {
  color: #252525;
}

::-ms-input-placeholder {
  color: #252525;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767px) {
  .menu-title-section {
    font-size: 15px;
  }

  .menu-2col .menu-post {
    display: block;
    width: 100%;
  }

  .menu-2col .menu-post:nth-last-child(2) {
    margin-bottom: 24px;
  }
}


/*menu2 */
a:hover {
    text-decoration: none !important;
}
.text-center {
  text-align: center;
}
h6 {
    font-size: 17px;
    line-height: 1.58em;
    letter-spacing: .22em;
}
.eltdf-pricing-holder .eltdf-pricing-item {
    margin-bottom: 20px;
}
.eltdf-pricing-holder .eltdf-pricing-main {
    color: #000;
}
.eltdf-pricing-holder .eltdf-pricing-title {
    letter-spacing: .001em;
    font-size: .8rem;
    text-transform: uppercase;
}
.eltdf-pricing-holder .eltdf-pricing-price, .eltdf-pricing-holder .eltdf-pricing-title {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
}
.eltdf-pricing-holder .eltdf-pricing-title {
    color: inherit;
    padding-right: 5px;
    margin: 0;
}
.eltdf-pricing-holder .eltdf-pricing-lines {
    display: table-cell;
    width: 98%;
    border-bottom: 1px solid #715b3e;
    position: relative;
    bottom: 8px;
}
.eltdf-pricing-holder .eltdf-pricing-lines:before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #715b3e;
}
.eltdf-pricing-holder .eltdf-pricing-price {
    font-weight: 700;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #000;
    font-size: .9rem;
    line-height: 1.52em;
    letter-spacing: .23em;
    letter-spacing: .03em;
    margin: 0;
    padding-left: 15px;
}
.eltdf-pricing-holder .eltdf-pricing-desc {
    margin: 0;
    color: #6e6e6e;
    line-height: 16px;
    font-size: 0.9rem;
    font-weight: 400;
}
.eltdf-pricing-desc > span {
    font-size: 0.9rem;
    display: block;
    color: #ccc;

}

.webiste:hover,
.webiste {
  border-bottom: 1px solid #BC8D4B;
  color: #fff;
}


/*lang*/
.language {
  position: absolute;
  right: 0;
  top: 32px;
}
.switch-lang {
  width: 70px;
  text-align: left;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  top: 20px;
  right: 20px;
}
.switch-lang a {
  color: #fff;
}
.switch-lang a:hover {
  color: #f7df77;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  background: #34495e;
  padding: 3px 5px 0px 5px;
  border-radius: 5px;
}
.lang-flag {
  width: 20px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 2px;
  text-transform: uppercase;
  user-select: none;
}
.lang-dropdown {
  display: none;
  background: #34495e;
  border-radius: 5px;
  margin-top: 2px;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
.selecting-lang:hover {
  background: #22313f;
}
ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}



/*lang*/
.language {
  position: absolute;
  right: 15px;
  top: 32px;
}
#languageSelectWrap {
  display: block;
  margin: 12px auto;
  /* width: 320px; */
  max-width: 300px;
  text-align: center;
  width: 100%;
  background-image: url(../images/al.svg);
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 15px;
}

#languageSelectWrap select {
  -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/down_2x.webp) no-repeat transparent;
    background-position: 95% center;
    background-size: 18px;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    margin: 0;
    /* padding: 0 12px; */
    width: 100%;
    padding: 0 25px 0 20px;
}

#languageSelectWrap select {
  text-transform: uppercase;
}

#languageSelectWrap.al {
  background-image: url(../images/al.svg);
}
#languageSelectWrap.mk {
  background-image: url(../images/mk.svg);
}
#languageSelectWrap.en {
  background-image: url(../images/en.svg);
}
#languageSelectWrap.hr {
  background-image: url(../images/hr.svg);
}
#languageSelectWrap.de {
  background-image: url(../images/de.svg);
}
#languageSelectWrap.it {
  background-image: url(../images/it.svg);
}
#languageSelectWrap.po {
  background-image: url(../images/po.svg);
}
#languageSelectWrap.ru {
  background-image: url(../images/ru.svg);
}

@media (max-width: 767px) {
  #languageSelectWrap select option:not(:checked) { color:black; }
  /* #languageSelectWrap select option:invalid { color:black; } */
}
