/*
Theme Name: Restoran Preko
Template: onepress
Author: Mater Agency
Author URI: https://mater.agency
Description: This is a child theme of the Onepress theme.
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-menu,featured-images,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,e-commerce,blog,portfolio
Version: 1.0.2
Updated: 2025-06-04 07:12:12

*/

#nav-toggle.nav-is-visible span::before, #nav-toggle.nav-is-visible span::after, #nav-toggle span::before, #nav-toggle span::after, #nav-toggle span {
  background-color: #FFF;
}

#header-section .site-header, #header-section.is-transparent .site-header.header-fixed {
  background-color: #3E3725;
}
#header-section .site-header.no-scroll, #header-section.is-transparent .site-header.header-fixed.no-scroll {
  background-color: transparent;
}

.site-header .custom-logo {
  max-width: 198px;
}

section, .section-meta {
  background-color: #E9E5D5;
}

.hero-slideshow-wrapper {
  min-height: 758px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .hero-slideshow-wrapper {
    min-height: 100dvh;
  }
}

h2.hero-large-text {
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-transform: initial;
}
@media only screen and (max-width: 500px) {
  h2.hero-large-text {
    font-size: 56px;
  }
}

.section-title-area h2.section-title {
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.03em;
  text-transform: initial;
  color: #000;
}

.section-desc {
  max-width: 912px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.02em;
  color: #000;
}

.is-transparent .no-scroll.site-header .onepress-menu > li > a {
  transition: color 0.3s ease;
}
.is-transparent .no-scroll.site-header .onepress-menu > li > a:hover {
  color: #dd9933;
}

.onepress-menu a {
  padding: 0 25px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: initial;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .container, .hero-slideshow-normal .container {
    width: 1319px;
  }
}
@media only screen and (max-width: 500px) {
  .container, .hero-slideshow-normal .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section-features {
  padding: 99px 0 60px;
}
.section-features .section-content .feature-item .feature-media {
  margin-bottom: 16px;
}
.section-features .section-content .feature-item .feature-media .icon-image {
  display: inline-block;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  overflow: hidden;
}
.section-features .section-content .feature-item .feature-media .icon-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-features .section-content .feature-item h4 {
  margin-bottom: 0;
  font-family: "Manrope", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .section-features .section-content .feature-item {
    margin-bottom: 32px;
  }
  .section-features .section-content .feature-item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .section-features {
    padding: 70px 0 40px;
  }
  .section-features .section-content .feature-item .feature-media .icon-image {
    width: 175px;
    height: 175px;
  }
}

.section-about {
  padding: 60px 0 56px;
}
@media only screen and (max-width: 500px) {
  .section-about {
    padding: 40px 0;
  }
}

.section-gallery {
  padding: 56px 0 46px;
}
.section-gallery .section-title-area {
  margin-bottom: 17px;
}
@media only screen and (max-width: 500px) {
  .section-gallery {
    padding: 40px 0;
  }
}

.section-contact {
  padding: 46px 0;
}
.section-contact .section-title-area {
  margin-bottom: 0;
}
.section-contact .col-sm-6 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 24px 40px;
  background-color: #e3e0d0;
}
.section-contact .col-sm-6 br {
  display: none;
}
.section-contact .col-sm-6 .address-box {
  width: -moz-fit-content;
  width: fit-content;
}
.section-contact .col-sm-6 .address-box h3 {
  font-family: "Manrope", "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
}
.section-contact .col-sm-6 .address-box .address-contact .address-content {
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .section-contact {
    padding: 40px 0;
  }
}

footer.site-footer {
  background-color: #3E3725;
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
