/*
Theme Name: WNKK
Theme URI: https://wnkk.pl
Author: WNKK
Author URI: https://wnkk.pl
Description: WNKK 2021
Version: 1.0
*/

body {
  background: #fff;
  color: #1d1d1d;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  color: #be9c77;
}

.cg-80 { margin-top: 80px; }
.cg-100 { margin-top: 100px; }
.cg-50 { margin-top: 50px; }

@media (max-width: 575.98px) {
  .cg-80 { margin-top: 50px; }
  .cg-100 { margin-top: 70px; }
  .cg-50 { margin-top: 20px;}
}

/* animacje - dodać clasę hideme do animowanego elementu*/

.hideme { opacity:0; }
.fadein { opacity: 1 !important;}
.ctb { -webkit-transition: all 1s ease; transition: all 1s ease; }

a.cg-more-btn {
  border: 1px solid #be9c77;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
}

a.cg-more-btn:hover {
  border: 1px solid #fff;
  color: #be9c77;
  transition: 1s;
}

.ctb { border: 12.5px solid transparent; }

/* menu */

.navbar {
  z-index: 2000;
  background-color: transparent !important;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #886d51;
  font-size: 1.1rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-light {
  background-color: transparent !important;
}

@media (max-width: 575.98px) {
  .navbar-collapse {
    position: absolute;
    width: 94%;
    top: 73px;
  }
}

.navbar .navbar-toggler {
  color: #be9c77;
}

.navbar a {
  color: #fff !important;
}

.navbar a:hover {
  color: #be9c77 !important;
}

.navbar li {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  .navbar-nav {
    background: rgb(207,169,128);
    background: linear-gradient(180deg, rgba(207,169,128,1) 0%, rgba(190,156,119,1) 100%);
    padding-left: 15px;
    margin-left: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }

  .navbar li {
    margin-left: 0;
  }

  .navbar a:hover {
    color: #323232 !important;
  }

  .dropdown-menu {
    margin-top: 0px !important;
  }
}

.dropdown-menu {
  padding: 20px;
  border-radius: 0 !important;
  margin-top: 21px !important;
  border-top: 3px solid #c4a584;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.dropdown-menu li a {
  color: #1d1d1d !important;
  font-size: 0.9rem;
}

.dropdown-menu li i {
  color: #1d1d1d !important;
  padding-right: 10px;
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
  margin-left: 0;
}

.dropdown-menu li :hover {
  background: #fff;
}

/* header single */

.cg-header-single {
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cg-header-single img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}

@media (max-width: 575.98px) {
  .cg-header-single {
    height: 250px;
  }

  .cg-header-single img {
    height: 100%;
    width: auto;
  }
}

.cg-single-headline {
  transform: translateY(-15%);
  bottom: 0;
  top: 50%;
  text-align: center;
}

@media (max-width: 575.98px) {
  .cg-single-headline {
    display: block !important;
    transform: translateY(-7%);
    left: 0;
  }
}

.cg-single-headline p {
  color: #be9c77;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.cg-single-headline h5 {
  font-size: 2.4rem;
  line-height: 2.5rem;
  margin-bottom: 50px;
  color: #fff;
}

@media (max-width: 575.98px) {
  .cg-single-headline p {
    font-size: 1rem;
  }

  .cg-single-headline h5 {
    font-size: 1.3rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
}

.cg-header-single .gradient {
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.4234068627450981) 50%, rgba(0,0,0,0.7931547619047619) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.cg-single-headline {
  z-index: 3;
  position: absolute;
  width: 100%;
  margin: auto;
}
/* karuzela */

.cg-carousel {
  margin-top: -85px;
}

.cg-carousel img.cg-carousel-img {
  width: 100%
}

@media (max-width: 575.98px) {
  .cg-carousel {height:500px;}

  .cg-carousel img.cg-carousel-img {
    height: 500px;
    width: auto;
    margin-left: -80%;
  }

  .carousel-control-next, .carousel-control-prev {
    margin-top: 100px;
  }
}

.cg-carousel .carousel-item {
  background: #000;
}

.cg-carousel .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.1516981792717087) 0%, rgba(0,0,0,0.3617822128851541) 100%);
}

.carousel-caption {
  transform: translateY(-20%);
  bottom: 0;
  top: 50%;
}

@media (max-width: 575.98px) {
  .carousel-caption {
    display: block !important;
    transform: translateY(-20%);
  }
}

.carousel-caption p {
  color: #be9c77;
  font-size: 1.4rem;
}

.carousel-caption h5 {
  font-size: 2.4rem;
  line-height: 2.5rem;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .carousel-caption p {
    font-size: 1rem;
  }

  .carousel-caption h5 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: 30px;
  }

  a.cg-more-btn {
    border: 1px solid #be9c77;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
  }
}

/* nagłówki */

.cg-headline span::before {
  content: '';
  height: 3px;
  width: 35px;
  background-color: #be9c77;
  float: left;
  margin-right: 15px;
  margin-top: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.cg-headline span {
  color: #be9c77;
  text-transform: uppercase;
}

.cg-headline h3 {
  font-size: 2rem;
  line-height: 2.2rem;
}

.cg-headline h2 {
  font-size: 2rem;
  line-height: 2.2rem;
}

/* co robimy */

.cg-wwd {
  color: #fff;
}

.cg-wwd-box {
  height: 500px;
  border: 12.5px solid transparent;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .cg-wwd-box { height: 300px; }
  .cg-wwd-txt p { font-size: 1rem !important; line-height: 1.3rem !important; }
  .cg-wwd-txt h4 { font-size: 1.5rem !important; }
}

.cg-wwd-box img {
  position: absolute;
  top:0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: -2;
}

.cg-wwd-box .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.3533788515406162) 0%, rgba(0,0,0,0.6250875350140056) 100%);
}

.cg-wwd-txt {
  position: absolute;
  bottom: 40px;
  left: 30px;
}

.cg-wwd-txt h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.cg-wwd-txt p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 40px;
}

.cg-wwd::before {
  content: '';
  height: 560px;
  margin-top: -30px;
  width: 60%;
  background-color: #f6f6f6;
  position: absolute;
  right: 0;
  z-index: -3;
}

@media (max-width: 575.98px) {
  .cg-wwd::before { width: 30%; }
}

/* online */

.cg-online-row {
  border: 1px solid #be9c77;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cg-online-row i {
  color: #be9c77;
  margin-top: 10px;
}

.cg-online-row h3 {
  color: #be9c77;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .cg-online-row { text-align: center; }
  .cg-online-row i { margin-bottom: 20px; }
}


/* opinie */

.cg-opinions-box  span {
  font-isze: 0.6rem;
  color: #727272;
  padding-left: 10px;
}

.cg-opinions-box .cgb {
  border: 1px solid #be9c77;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
}

@media (max-width: 575.98px) {
  .cg-opinions-box  { margin-bottom: 20px; }
}

.cg-opinions-box .cgb i {
  color: #be9c77;
  font-size: 1.5rem;
}

.cg-opinions-box .cgb p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cg-opinions-box .cgb p a:hover {
  color: #1d1d1d;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}

.cg-opinions-box .cgb .cgb-avatar {
  width: 80px;
  height: auto;
  overflow: hidden;
}

.cg-opinions-box .cgb .cgb-avatar img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* o mnie */

.cg-about::before {
  content: '';
  height: 630px;
  margin-top: -30px;
  width: 50%;
  background-color: #f6f6f6;
  position: absolute;
  left: 0;
  z-index: -3;
}

.cg-about ul {
  list-style: none;
  margin: 50px 0 50px 0;
  padding-left: 0;
}

.cg-about ul li {
  padding-left: 0;
  font-weight: 300;
  font-size: 1.8rem;
  color: #be9d78;
}

.cg-about .cg-headline h3 {
  font-size: 3rem;
  line-height: 3.2rem;
}

.cg-about .cg-more-btn {
  color: #1d1d1d;
  font-size: 0.8rem;
}

.cg-about .cg-more-btn:hover {
  border: 1px solid #be9d78;
}

.cg-about .cg-about-photo img {
  width: 100%;
  height: auto;
  border: 1px solid #be9d78;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.cg-about .cg-about-signature img {
  width: 60%;
  height: auto;
}

@media (max-width: 575.98px) {
  .cg-about .cg-headline h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .cg-about .cg-headline span {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .cg-about .cg-headline span::before {
    height: 2px;
    width: 15px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .cg-about ul li {
    font-size: 1.2rem;
  }

  .cg-about ul {
    margin: 30px 0 30px 0;
  }

  .cg-about .cg-about-signature {
    margin-top: 50px;
  }

  .cg-about::before {
    height: 330px;
    margin-top: -30px;
    width: 90%;
  }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
  .cg-about::before {
    height: 550px;
  }
 }

 /* blog */

 .cg-blog .cg-blog-thumb {
   margin-bottom: 30px;
 }

 .cg-blog .cg-blog-thumb img {
   width: 100%;
   height: auto;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
 }

 .cg-blog  h2 {
   font-size: 1.5rem;
   line-height: 1.7rem;
 }

 .cg-blog h2 a {
  color: #1d1d1d;
 }

 .cg-blog h2 a:hover {
  color: #be9d78;
  -webkit-transition: all 1s ease; transition: all 1s ease;
 }

 /* stopka */

 @media (max-width: 575.98px) {
  .cg-footer h4 {
    margin-bottom: 10px !important;
  }

  .cg-footer .col-12 {
    margin-bottom: 30px;
  }
 }

 .cg-footer {
   background: #be9d78;
   padding: 50px 0 50px 0;
 }

.cg-footer h4 {
  margin-bottom: 40px;
}

.cg-footer span {
  font-size: 1.5rem;
  font-weight: 700;
}

.cg-footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.cg-footer li {
  margin-left: 0;
  padding-left: 0;
}

.cg-footer a {
  color: #1d1d1d;
}

.cg-footer a:hover {
  color: #fff;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}

.cg-footer .cg-footer-copy  a {
  color: #1d1d1d;
}

.cg-footer .cg-footer-copy a:hover {
  color: #fff;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}

.cg-footer .cg-footer-copy a.cg-link {
  margin-left: 5px;
  color: #fff;
}

.cg-footer .cg-footer-copy {
  border-top: 1px solid #dcb68b;
  padding-top: 20px;
  margin-top: 20px;
}

.cg-footer i {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 5px;
}

.cg-footer i:hover {
  color: #e6be91;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}
/* kontakt */

.cg-contact .cg-contact-info {
  background-color: #f6f6f6;
  padding: 20px;
}

.cg-contact .cg-contact-info  a {
  color: #1d1d1d;
}

.cg-contact .cg-contact-info a:hover {
  color: #be9d78;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}

.cg-contact .cg-contact-info ul {
  list-style: none;
  padding-left: 0;
}

.cg-contact .cg-contact-info ul li {
  margin-left: 0;
}

.cg-contact .cg-contact-info li.company-name {
  font-weight: 700;
  margin-bottom: 20px;
}

.cg-contact .cg-contact-info li.company-phone {
  font-weight: 700;
  margin: 20px 0 20px 0;
  font-size: 1.1rem;
}

.cg-contact .cg-contact-info li.company-mail {
  font-weight: 700;
  margin: 20px 0 20px 0;
  font-size: 1.1rem;
}

.cg-contact .cg-contact-info li.company-phone i {
  margin-right: 10px;
}

.cg-contact .cg-contact-map {
  padding-left: 0;
}

.cg-contact .cg-contact-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .cg-contact .cg-contact-map iframe {
    height: 350px;
  }

  .cg-contact .cg-contact-map {
    padding-right: 0;
  }
}

.cg-contact-office img {
  width: 100%;
  height: auto;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* o nas */

.cg-about-content h1,h2,h3,h4,h5 {
  margin-bottom: 30px;
}

.cg-about-photo img {
  width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .cg-about-single::before {
    height: 300px;
    margin-top: -30px;
    width: 90%;
  }
}

.cg-gallery img:hover {
  opacity: 0.7;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}

/* usługi */

.cg-service .cg-service-photo img {
  width: 100%;
  height: auto;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* sortowanie kuchni */

.cg-kitchen-sort a {
  color: #1d1d1d;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .cg-kitchen-sort a {
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
  }
}

.cg-kitchen-sort a:hover {
  color: #be9d78;
  border: 1px solid #be9d78;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}

/* wpis */

#breadcrumbs {
  list-style:none;
  margin: 30px 0;
  overflow:hidden;
  font-size: 0.8rem;
}

ul.breadcrumbs {
  padding-left: 0 !important;
}

#breadcrumbs li {
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}

#breadcrumbs .separator {
  font-size: 0.5rem;
  font-weight:100;
  color:#ccc;
}

#breadcrumbs a {
  color: #1d1d1d;
}

img.single-thumb {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .cg-footer h4 {
    margin-bottom: 10px !important;
  }

  .cg-service-photo {
    margin-bottom: 30px;
  }

  .cg-wspolpraca .cg-80 {
    margin-top: 30px !important;
  }
}

.single-uslugi {
  background: #f6f6f6;
  padding: 20px;
}

.single-uslugi ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.wspolpracujemy-single i {
  font-size: 3.5rem;
}

.wspolpracujemy-single .ctb {
  border: 0 !important;
}

.wspolpracujemy-single .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.wspolpracujemy-single .cg-80 {
  margin-top: 30px !important;
}

.cg-pagination a {
  padding: 5px 15px;
  border: 1px solid #eee;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
}

.cg-pagination a:hover {
  box-shadow: none;
}

.cg-pagination span.current {
  padding: 5px 15px;
  border: 1px solid #be9c77;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cg-archive-btn a:hover {
  color:#464646;
  -webkit-transition: all 1s ease; transition: all 1s ease;
}

.cg-archive-btn a {
  padding: 10px 15px;
  border: 1px solid #e6be91;
  font-weight: 500;
  text-transform: uppercase;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


