/*
Theme Name: Las Mebli
Author: woiteh.com
Author URI: http://www.woiteh.com
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

/*********   GLOBAL   *********/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body,
html {
  font-family: "Roboto", sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 24px;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #4a6f89;
  margin-bottom: 10px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  position: relative;
}
h4{
  font-size: 20px;
  line-height: 24px;
}
.more-wrap {
  margin-top: 40px;
}
a.more {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  padding: 20px 30px;
  background-color: #4a6f89;
  color: #fff;
  transition: background-color ease-in-out 0.3s;
}
a.more:hover {
  background-color: #666;
}
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/**********   TOP NAV   **********/
#topnav {
  background-color: #4a6f89;
  padding: 10px 0;
}
#topnav .wrap-topnav{
  float: right;
}
#topnav .contact-item {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fcfff3;
}
#topnav .contact-item i {
  font-size: 16px;
  line-height: 20px;
  margin-right: 5px;
  color: #94b8d1;
}
#topnav .contact-item:last-child {
  margin-right: 0;
}
#topnav .socialmedia {
  margin-bottom: 0;
  padding-left: 0;
  float: left;
}
#topnav .socialmedia li {
  list-style: none;
  float: left;
}
#topnav .socialmedia li {
  margin-left: 15px;
}
#topnav .socialmedia a i {
  color: #94b8d1;
  font-size: 20px;
  line-height: 20px;
  transition: transform ease-in-out 0.5s, color ease-in-out 0.5s;
}
#topnav .socialmedia a:hover i {
  transform: scale(1.1);
}
#topnav .socialmedia a.facebook:hover i {
  color: #fff;
}
#topnav .socialmedia li a.instagram:hover i {
  color: #c13584;
}

@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}
@media (max-width: 767px) {
  #topnav {
    display: none;
  }
}
@media (max-width: 575px) {
}

/**********   HEDER   **********/
header {
  background-color: #fff;
  padding: 10px 0;
}
header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
}
header .logo img {
  height: 90px;
}
header .logo a {
  display: inline-block;
}
header .mobile-menu {
  display: none;
}
header .menu .socialmedia {
  display: none;
}
header .menu .close-menu {
  height: 30px;
  display: none;
  text-align: right;
}
header .menu .close-menu img {
  max-height: 100%;
}
header .menu nav {
  float: right;
  height: 100%;
}
header .menu nav ul {
  margin-bottom: 0;
  height: 100%;
  padding-left: 0;
}
header .menu nav ul li {
  list-style: none;
  float: left;
  margin-left: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
}
header .menu nav ul li a {
  position: relative;
  display: block;
  line-height: 50px;
  padding: 10px;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  transition: color ease-in-out 0.3s;
}
header .menu nav ul li a:hover {
  color: #94b8d1;
}
header .menu nav ul li a::before {
  content: "";
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: 18px;
  left: 10px;
  background-color: #94b8d1;
  transition: width ease-in-out 0.3s;
}
header .menu nav ul li.current-menu-item a::before,
header .menu nav ul li a:hover::before {
  width: 60%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  
header .menu nav ul li a {
  padding: 10px 5px;
  font-size: 14px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
  header .menu nav ul li a {
  padding: 10px 5px;
  font-size: 14px;
}
  header .menu ul li a::before {
    top: auto;
    bottom: -4px;
  }
  header .menu ul li.current-menu-item a::before,
  header .menu ul li a:hover::before {
    transform: translateY(-4px);
  }
}
@media (max-width: 767px) {
  header .logo {
    justify-content: left;
  }
  header .menu {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    transition: transform ease-in-out 0.3s;
    padding: 30px;
  }
  header .menu .close-menu {
    display: block;
  }
  header .menu.mob-is-vis {
    transform: translateX(100%);
  }
  header .menu nav {
    height: auto;
  }
  header .menu nav ul li {
    width: 100%;
  }
  header .menu nav ul li a {
    width: 100%;
    text-align: center;
  }
  header .menu nav ul li a::before {
    display: none;
  }
  header .menu .socialmedia {
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
  }
  header .menu .socialmedia ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  header .menu .socialmedia ul li {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-top: 20px;
  }
  header .menu .socialmedia ul li a {
    font-size: 20px;
    padding: 10px;
    color: #222;
  }
  header .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  header .mobile-menu i {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
  }
}
@media (max-width: 575px) {
  header .logo img {
    max-width: 100%;
  }
}


@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/**********   FOOTER   **********/
footer {
  background-color: #e9e9e9;
}
footer p{
  margin-bottom: 0;
}
footer h4{
  margin-bottom: 5px;
}
footer .footer-contact {
  padding: 40px 0 20px;
  background-color: #ebebeb;
}
footer .footer-item{
  margin-bottom: 20px;
}
footer .footer-contact .logo {
}
footer .footer-contact img {
  width: 80%;
  margin: 0 10%;
}
footer .footer-contact ul {
  margin-bottom: 0;
  padding-left: 0;
}
footer .footer-contact ul li {
  list-style: none;
  margin-bottom: 2px;
}

footer .footer-contact ul li:last-child {
  margin-bottom: 0;
}
footer .footer-contact ul li a{
  color: #333;
}
footer .footer-contact ul li a:hover{
  color: #94b8d1;
}
footer .footer-copyright {
  padding: 10px 0;
  font-size: 14px;
  background-color: #4a6f89;
  color: #94b8d1;
}
footer .footer-copyright p {
  margin-bottom: 0;
}
footer .footer-copyright .woiteh {
  text-align: right;
}
footer .footer-copyright .woiteh a {
  color: #94b8d1;
  transition: color ease-in-out 0.3s;
}
footer .footer-copyright .woiteh a:hover {
  color: #fff;
}

@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 991px) {
  footer .footer .onas,
  footer .footer .kontakt {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer {
    text-align: center;
  }
  footer .footer-copyright,
  footer .footer-copyright .woiteh {
    text-align: center;
  }
}
@media (max-width: 575px) {
}