/*
Theme Name: Tmp
Text Domain: tmp
Version: 1.2
Requires at least: 4.7
Requires PHP: 8
Description: #
Tags: #
Author: Jauna Reklama
Author URI: #
Theme URI: #
*/

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #fff;
  background: #648a8b;
}

*:focus {
  outline: none;
}

input:focus,
textarea:focus {
  border: 1px solid #fff !important;
}

.header {
  background: #648a8b;
  height: 75px;
  padding-top: 15px;
}

a.logo img {
  width: 132px;
  height: auto;
}

ul.top-nav {
  margin: 0;
  padding: 0;
  float: right;
  display: inline-block;
  list-style: none;
}

ul.top-nav li {
  display: inline-block;
  margin-left: 30px;
  padding: 10px;
}

ul.top-nav li a {
  text-decoration: unset;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.hero-content {
  position: relative;
  background: url("assets/images/hero-img.jpg") center center no-repeat;
  background-size: cover;
  height: 400px;
}

.hero-title {
  position: absolute;
  left: 75px;
  bottom: 70px;
  color: #fff;
}

.hero-title h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90px;
  letter-spacing: -0.05em;
}
.hero-title span {
  font-size: 23px;
}
.hero-title span strong {
  font-size: 32px;
}
.main-container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.main h2 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main p {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.products {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
a.product-item {
  float: left;
  display: block;
  position: relative;
  width: calc(33.333333333% - 8px);
  margin: 4px;
  max-height: 380px;
  overflow: hidden;
}
a.product-item img {
  width: 100%;
  position: relative;
  z-index: 1;
}
a.product-item .product-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0.5em;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 0.1em rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s ease-in;
  text-align: center;
  color: #fff;
}

a.product-item:hover .product-item-title {
  opacity: 1;
}
form.wpcf7-form {
}

form.wpcf7-form br {
  display: none;
}

form.wpcf7-form label {
  width: 100%;
  margin-bottom: 10px;
}

form.wpcf7-form span.form-label {
}
form.wpcf7-form span.wpcf7-form-control-wrap {
  float: right;
  width: 62%;
}

form.wpcf7-form span.wpcf7-form-control-wrap input,
form.wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  transition: border 0.3s, box-shadow 0.3s;
  padding: 12px;
}

form.wpcf7-form span.wpcf7-form-control-wrap textarea {
  height: 120px;
}

form.wpcf7-form input.wpcf7-submit {
  float: right;
  background-color: rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 2px;
  box-shadow: 0 3px 3px -2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 3px -2px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.2s, border 0.2s;
  text-transform: uppercase;
}

::placeholder {
  color: #5d5d5d;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #5d5d5d;
}

::-ms-input-placeholder {
  color: #5d5d5d;
}

.footer {
  float: left;
  width: 100%;
  background: #648a8b;
  padding-bottom: 10px;
}

ul.footer-nav {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-nav li {
  display: inline-block;
  margin: 0 15px;
  padding: 10px;
}

ul.footer-nav li a {
  text-decoration: unset;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
.eb-gallery-img-wrapper.grid .eb-gallery-img-content img {
  height: auto !important;
}
.hero-title-mob,
.burger-btn {
  display: none;
}

@media (max-width: 1360px) {
  .hero-title h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 70px;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header ul.top-nav {
    display: none;
  }

  .burger-btn {
    display: block;
    margin-top: 15px;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
  }

  .burger-btn img {
    height: 14px;
    margin-right: 5px;
  }

  .burger-nav {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #648a8b;
    z-index: 10;
  }

  .admin-bar .burger-nav {
    top: 107px;
  }

  .burger-nav ul.top-nav {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .burger-nav ul.top-nav li {
    display: block;
    width: 100%;
    float: right;
    text-align: right;
  }

  .hero-content {
    height: 300px;
  }
  .hero-title {
    display: none;
  }
  .hero-title-mob {
    text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 44px;
  }

  .hero-title-mob > span {
    font-size: 34px;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    line-height: 1;
  }

  .main-container {
    float: left;
    width: 100%;
    padding-top: 44px;
  }

  ul.footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  form.wpcf7-form span.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  a.logo img {
    width: 100px;
    height: auto;
  }

  .burger-btn {
    font-size: 12px;
    line-height: 12px;
  }
}
