/*
    Theme Name: Korbas
    Author: Karolis
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Nunito Sans', sans-serif; }

.container {
  margin: 0px auto;
  padding: 30px 20px; }

.wp-block-columns {
  margin-bottom: 0; }

ul {
  list-style: none; }

body {
  overflow-x: hidden;
  color: #383838; }

a {
  color: inherit;
  text-decoration: none; }

.btn {
  display: block;
  background: #323294;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase; }

input,
textarea,
select {
  outline: none;
  border: none; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none; }

.hide {
  display: none; }

.social {
  display: inline-block;
  height: 100%;
  margin-left: 50px; }
  .social a {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    width: 60px;
    height: 100%;
    padding: 0 8px; }
    .social a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transform: scale(0.6); }
    .social a:last-of-type {
      border-right: none; }

header .nav {
  height: 60px;
  padding: 20px 20px 0 20px; }
  header .nav .logo {
    display: inline-block;
    height: 100%;
    width: 150px; }
    header .nav .logo a, header .nav .logo img {
      display: inline-block;
      width: 100%;
      height: 100%; }
    header .nav .logo img {
      object-fit: contain; }
  header .nav .rightSide {
    float: right;
    display: flex;
    height: 100%; }
    header .nav .rightSide .trp-language-switcher {
      margin: 0;
      margin-right: 20px; }
      header .nav .rightSide .trp-language-switcher > div {
        border-radius: 0;
        background-image: none;
        border-color: #d4d4d4;
        width: 45px;
        padding: 0;
        background-size: none; }
      header .nav .rightSide .trp-language-switcher a {
        padding: 5px;
        text-align: center;
        font-weight: bold; }
      header .nav .rightSide .trp-language-switcher .trp-ls-shortcode-current-language {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      header .nav .rightSide .trp-language-switcher .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
        display: none; }
    header .nav .rightSide .phone {
      background: #ffc72e;
      color: white;
      font-weight: bold;
      font-size: 1rem;
      padding: 5px 10px;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center; }
  header .nav .menuBtn {
    display: none; }

header .nav2 {
  display: none; }

header .menuMobile {
  position: absolute;
  z-index: 5;
  background: #323294;
  color: white;
  width: 100%;
  padding: 10px 0; }
  header .menuMobile li {
    padding: 7px 10px; }

.mainMenu {
  position: relative; }
  .mainMenu .menu {
    position: absolute;
    z-index: 5;
    top: 70px;
    background: #323294;
    width: 300px;
    padding: 30px 40px 20px 40px; }
    .mainMenu .menu h1 {
      text-transform: uppercase;
      font-weight: 400;
      color: white;
      font-size: 1.7rem; }
      .mainMenu .menu h1 span {
        color: white;
        font-weight: bold; }
    .mainMenu .menu .menuDesktop {
      padding-top: 10px; }
      .mainMenu .menu .menuDesktop li {
        text-transform: uppercase;
        margin-bottom: 5px;
        color: white;
        font-size: 0.9rem; }
        .mainMenu .menu .menuDesktop li a {
          display: inline-block;
          padding: 8px 0;
          border-bottom: 3px solid transparent; }
          .mainMenu .menu .menuDesktop li a:hover {
            border-color: white; }
        .mainMenu .menu .menuDesktop li.current_page_item a {
          border-color: white; }
  .mainMenu .spliderHeader {
    padding: 0;
    margin: 0;
    margin-left: auto; }
    .mainMenu .spliderHeader .splide__arrows {
      display: none; }
    .mainMenu .spliderHeader h1 {
      color: white;
      text-align: center;
      margin-top: 100px;
      width: 100%;
      text-transform: uppercase;
      font-size: 3rem; }
    .mainMenu .spliderHeader .emblem {
      display: block;
      width: 200px;
      margin: 50px auto 20px auto; }
    .mainMenu .spliderHeader .btn {
      background: none;
      border: 2px solid #323294;
      color: #323294;
      margin: 0 auto; }

.main .brands {
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  padding-right: 60px; }
  .main .brands .brandsText h2 {
    color: #323294;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .main .brands .splide {
    margin: initial;
    padding: 0;
    margin-left: 40px; }
    .main .brands .splide .splide__slide img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
    .main .brands .splide .splide__pagination {
      display: none; }
    .main .brands .splide .splide__arrows .splide__arrow {
      background: none;
      opacity: .2; }
      .main .brands .splide .splide__arrows .splide__arrow svg {
        width: 2em;
        height: 2em; }
    .main .brands .splide .splide__arrows .splide__arrow--prev {
      left: -3em; }
    .main .brands .splide .splide__arrows .splide__arrow--next {
      right: -3em; }

.main .photos {
  display: flex;
  width: 100%;
  height: 400px;
  margin: 30px 0; }
  .main .photos img {
    width: 50%;
    object-fit: cover;
    padding: 10px; }
  .main .photos .galleryBtn {
    position: relative; }
    .main .photos .galleryBtn .gallery {
      width: 100%;
      height: 100%; }
    .main .photos .galleryBtn h1 {
      position: absolute;
      left: 50%;
      top: 15%;
      transform: translate(-50%, 0);
      text-transform: uppercase;
      color: white;
      text-align: center;
      font-size: 2.3rem;
      border: 6px solid white;
      padding: 10px;
      width: 70%; }

.main .cont .fb-page {
  width: 50%;
  text-align: center; }

.main .cont .shop {
  float: right;
  width: 50%;
  padding: 0 10px; }
  .main .cont .shop h1 {
    text-transform: uppercase;
    color: #323294;
    padding-bottom: 20px; }
  .main .cont .shop ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px; }
    .main .cont .shop ul a {
      width: 200px;
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 3px solid transparent;
      display: flex;
      align-items: center;
      padding: 7px;
      font-size: 0.9rem; }
      .main .cont .shop ul a i {
        margin-right: 10px;
        color: #b9b9b9; }
      .main .cont .shop ul a:hover {
        border-bottom-color: #323294; }
  .main .cont .shop .vesinimoImgs {
    width: 100%;
    position: relative;
    margin-top: 50px; }
    .main .cont .shop .vesinimoImgs .vesinimoImg {
      width: 300px; }
    .main .cont .shop .vesinimoImgs .vesinimoLogo {
      width: 230px;
      position: absolute;
      right: 0;
      margin-top: 30px; }

.contacts form .forma {
  display: flex;
  width: 100%;
  justify-content: center; }
  .contacts form .forma > div {
    padding: 35px; }
  .contacts form .forma h1 {
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #323294; }
  .contacts form .forma input,
  .contacts form .forma textarea {
    border: none;
    color: #323294; }
  .contacts form .forma label,
  .contacts form .forma textarea::placeholder {
    color: #929292;
    font-size: 0.8rem;
    font-family: calibri; }
  .contacts form .forma input {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 25px;
    padding: 10px 0 5px 0; }
    .contacts form .forma input[type="submit"] {
      background: #323294;
      color: white;
      width: 100%;
      padding: 15px 0;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0; }
    .contacts form .forma input[type="text"], .contacts form .forma input[type="email"], .contacts form .forma input[type="tel"] {
      width: 350px; }
  .contacts form .forma textarea {
    border-left: 1px solid #c5c5c5;
    height: 83%;
    resize: none;
    padding: 20px;
    width: 400px; }
  .contacts form .forma .wpcf7-list-item {
    margin: 0; }
    .contacts form .forma .wpcf7-list-item label {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .contacts form .forma .wpcf7-list-item label input {
        margin: 0;
        padding: 0;
        margin-right: 10px; }

.contacts .details {
  display: flex;
  justify-content: space-between; }
  .contacts .details ul {
    padding: 20px; }
    .contacts .details ul li {
      padding: 5px 0;
      color: #323294; }
  .contacts .details .personal {
    font-weight: bold;
    font-size: 1.2rem; }
    .contacts .details .personal li {
      display: flex;
      align-items: center; }
      .contacts .details .personal li img {
        width: 40px;
        margin-right: 20px; }
  .contacts .details .bold {
    font-weight: bold; }

.contacts .map iframe {
  border: none;
  width: 100%;
  height: 270px; }

.blog .posts li {
  height: 300px;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  display: flex; }
  .blog .posts li .text {
    width: 50%;
    padding: 20px 30px;
    line-height: 1.5;
    position: relative; }
    .blog .posts li .text h2 {
      color: #323294;
      text-transform: uppercase;
      font-size: 2rem;
      padding-bottom: 10px; }
    .blog .posts li .text .btn {
      position: absolute;
      bottom: 20px;
      right: 30px; }
  .blog .posts li img {
    width: 50%;
    height: 100%;
    object-fit: cover; }
  .blog .posts li:nth-of-type(even) {
    flex-direction: row-reverse; }

.blog .pagination {
  text-align: center; }
  .blog .pagination .current {
    background: #323294;
    color: white; }
  .blog .pagination .current,
  .blog .pagination a {
    margin: 0 5px;
    padding: 5px 10px; }
  .blog .pagination a {
    background: #e4e4e4; }
  .blog .pagination .next,
  .blog .pagination .prev {
    display: none; }

.thePage p {
  line-height: 1.5;
  margin-bottom: 20px; }

.thePage h1 {
  padding-bottom: 20px; }

.thePage .wp-block-cover {
  margin-bottom: 20px; }

footer {
  background: #323294; }
  footer .menuDesktop {
    color: white;
    display: flex;
    justify-content: space-between; }
    footer .menuDesktop li {
      font-weight: bold;
      text-transform: uppercase;
      color: white; }
  footer .copy {
    text-align: center;
    color: white;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #6060c4;
    font-size: 0.8rem; }

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px; } }

@media screen and (max-width: 1000px) {
  header .nav {
    padding: 7px;
    height: 55px; }
    header .nav .logo {
      width: 100px; }
    header .nav .social {
      display: none; }
  header .nav2 {
    display: flex;
    justify-content: space-between;
    height: 45px; }
    header .nav2 .menuBtn {
      background: #323294;
      color: white;
      padding: 10px 15px;
      width: initial;
      display: flex;
      align-items: center;
      cursor: pointer; }
      header .nav2 .menuBtn h3 {
        text-transform: uppercase;
        font-size: 0.9rem; }
      header .nav2 .menuBtn .cont {
        height: 15px;
        width: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 10px; }
        header .nav2 .menuBtn .cont .bar {
          height: 2px;
          width: 100%;
          background: white; }
    header .nav2 .social {
      margin-left: 0; }
      header .nav2 .social a {
        width: 53px; }
  .mainMenu {
    padding: 0 !important; }
    .mainMenu .menu {
      display: none; }
    .mainMenu .spliderHeader h1 {
      margin-top: 40px;
      font-size: 2.3rem; }
    .mainMenu .spliderHeader .emblem {
      width: 170px;
      margin: 0 auto; } }

@media screen and (max-width: 900px) {
  .main .cont .shop ul {
    gap: 5px; }
    .main .cont .shop ul a {
      padding: 5px;
      font-size: 0.8rem; }
  .contacts form .forma > div {
    padding: 30px 20px; }
  .contacts form .forma textarea {
    width: 350px; }
  footer .menuDesktop li {
    font-size: 0.8rem; } }

@media screen and (max-width: 800px) {
  .main .cont .fb-page {
    width: 100%; }
  .main .cont .shop {
    margin: 30px auto;
    width: 430px;
    padding: 0;
    float: none; }
    .main .cont .shop ul {
      gap: 7px; }
      .main .cont .shop ul a {
        padding: 7px;
        font-size: 0.9rem; }
  .main .brands {
    flex-direction: column;
    padding: 0;
    border: none; }
    .main .brands .brandsText {
      text-align: center;
      padding-bottom: 40px; }
    .main .brands .splide {
      margin-left: 0; }
  .main .photos {
    height: 300px; }
    .main .photos .photo1 {
      display: none; }
    .main .photos .galleryBtn {
      width: 100%; }
      .main .photos .galleryBtn h1 {
        width: 85%;
        font-size: 2rem; }
    .main .photos img {
      padding: 0; }
  .contacts form .forma {
    display: block; }
    .contacts form .forma > div {
      padding: 0; }
    .contacts form .forma textarea {
      border-left: none;
      border-bottom: 1px solid #c5c5c5; }
    .contacts form .forma textarea {
      width: 100%; }
    .contacts form .forma input[type="checkbox"] {
      width: initial; }
    .contacts form .forma input[type="submit"] {
      margin-top: 20px; }
    .contacts form .forma input[type="text"],
    .contacts form .forma input[type="email"],
    .contacts form .forma input[type="tel"] {
      width: 100%; } }

@media screen and (max-width: 700px) {
  .blog .posts li {
    height: initial; }
    .blog .posts li .text {
      width: 100%;
      padding: 15px; }
      .blog .posts li .text h2 {
        font-size: 1.5rem; }
      .blog .posts li .text p {
        font-size: 0.9rem; }
      .blog .posts li .text .btn {
        position: static;
        float: right;
        margin-top: 20px;
        font-size: 0.9rem; }
    .blog .posts li img {
      display: none; }
  .contacts .details ul {
    padding: 10px; }
  .contacts .details .personal li {
    font-size: 1rem; }
    .contacts .details .personal li img {
      width: 25px; }
  footer .menuDesktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; } }

@media screen and (max-width: 600px) {
  .contacts .details ul li {
    font-size: 0.8rem !important; }
  .contacts .details .personal li img {
    margin-right: 10px; } }

@media screen and (max-width: 500px) {
  .container {
    padding: 25px 13px; }
  .main .cont .shop {
    width: 100%;
    padding: 0 10px; }
    .main .cont .shop ul {
      display: block; }
      .main .cont .shop ul a {
        text-align: center;
        width: 100%; }
    .main .cont .shop .vesinimoImgs {
      margin-top: 20px; }
      .main .cont .shop .vesinimoImgs img {
        display: block;
        margin: 0 auto; }
      .main .cont .shop .vesinimoImgs .vesinimoLogo {
        position: static;
        width: 80%; }
      .main .cont .shop .vesinimoImgs .vesinimoImg {
        display: block;
        width: 80%;
        margin-top: 20px; }
  .mainMenu .spliderHeader h1 {
    font-size: 2rem;
    margin-top: 50px; }
  .blog .posts li .text .btn {
    width: 100%;
    text-align: center; }
  .contacts .details {
    display: block; }
    .contacts .details ul li {
      font-size: 0.9rem !important; }
  footer .menuDesktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }
