@charset "UTF-8";
/*
Theme Name: WebsiteStyle
Theme URI: http://underscores.me/
Author: Website Style
Author URI: https://www.websitestyle.pl
Description: Zapraszamy do kontaktu ☎ 660 465 403 ☎ info@websitestyle.pl
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webs
Tags:

*/
:focus,
:active {
  outline: none;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  color: #111111;
}

main {
  overflow: hidden;
  display: block;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.row {
  margin: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.vcenter-out {
  width: 100%;
  height: 100%;
  display: table;
}

.vcenter-in {
  display: table-cell;
  vertical-align: middle;
}

.section-title {
  color: #111111;
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 79px;
}

.btn-1 {
  padding: 27px 68px;
  background: #111111;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.btn-1 span {
  z-index: 20;
}

.btn-1::after {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.btn-1:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-send {
  padding: 25px 60px;
  background: #ffffff;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-send span {
  z-index: 20;
}

.btn-send span::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 6px;
  height: 9px;
  background-image: url(assets/img/btn-send.png);
  background-repeat: no-repeat;
}

.btn-send::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.btn-send:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.logo-box {
  min-width: 366px;
  max-width: 366px;
  height: 366px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-box.white {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logo-box.white svg {
  fill: #111111;
}

.logo-box svg {
  fill: #fff;
  width: 160px;
  margin: 0 auto;
}

.single-header {
  margin-bottom: 58px;
}

.single-header .single-title {
  color: #111111;
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 400;
}

.single-header .permalinks {
  color: #9f9f9f;
  padding-top: 10px;
}

.single-header .permalinks a {
  color: #9f9f9f;
  margin-right: 16px;
}

.single-header .permalinks a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 16px;
  background-image: url(assets/img/separator.png);
  background-repeat: no-repeat;
}

.single-header .permalinks a:hover {
  color: #111111;
}

.info-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.info-boxes .info-box {
  width: 49%;
  max-width: 168px;
  min-height: 326px;
  background: #111111;
  padding: 50px 30px;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 28px;
}

.info-boxes .info-box .icon {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  margin-bottom: 44px;
}

.info-boxes .info-box .icon img {
  max-width: 100%;
  max-height: 100%;
}

.info-boxes .info-box .time {
  font-weight: 700;
  margin-bottom: 27px;
  line-height: 1;
}

/*
##     ## ########    ###    ########  ######## ########
##     ## ##         ## ##   ##     ## ##       ##     ##
##     ## ##        ##   ##  ##     ## ##       ##     ##
######### ######   ##     ## ##     ## ######   ########
##     ## ##       ######### ##     ## ##       ##   ##
##     ## ##       ##     ## ##     ## ##       ##    ##
##     ## ######## ##     ## ########  ######## ##     ##
*/
body {
  margin-top: 200px;
}

.site-logo {
  display: inline-block;
}

.site-header {
  width: 100%;
  min-height: 200px;
  padding-top: 44px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.site-header.active {
  background-color: #ffffff;
}

.site-header .site-logo svg {
  width: 96px;
  max-width: 20vw;
}

.site-header .header-container {
  position: relative;
}

.site-header .main-navigation {
  text-align: center;
  display: none;
}

.site-header .main-navigation.toggled {
  display: block;
}

.site-header .main-navigation .menu {
  padding-bottom: 60px;
}

.site-header .main-navigation .menu .menu-item {
  display: block;
  margin-top: 30px;
}

.site-header .main-navigation .menu .menu-item a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  letter-spacing: 4px;
  display: block;
}

.site-header .main-navigation .menu .menu-item a::before {
  content: "";
  opacity: 0;
  display: block;
  margin: 0 auto 12px auto;
  width: 8px;
  height: 8px;
  background-color: #111111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .main-navigation .menu .menu-item a:hover::before {
  opacity: 1;
}

.site-header .main-navigation .menu .menu-item.current-menu-item a::before {
  opacity: 1;
}

.menu-toggle {
  background: none !important;
  border: none !important;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 9;
  padding: 0;
  width: 30px;
  height: 20px;
  display: block;
}

.mb {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 4;
}

.mb1 {
  top: 0;
}

.mb2 {
  top: 9px;
}

.mb3 {
  bottom: 0;
}

@-webkit-keyframes mb1 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes mb1 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes mb3 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes mb3 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.toggled .mb1 {
  -webkit-animation: mb1 0.3s forwards ease-in-out;
  animation: mb1 0.3s forwards ease-in-out;
}

.toggled .mb2 {
  opacity: 0;
}

.toggled .mb3 {
  -webkit-animation: mb3 0.3s forwards ease-in-out;
  animation: mb3 0.3s forwards ease-in-out;
}

/*

########  #######   #######  ######## ######## ########
##       ##     ## ##     ##    ##    ##       ##     ##
##       ##     ## ##     ##    ##    ##       ##     ##
######   ##     ## ##     ##    ##    ######   ########
##       ##     ## ##     ##    ##    ##       ##   ##
##       ##     ## ##     ##    ##    ##       ##    ##
##        #######   #######     ##    ######## ##     ##

*/
.site-footer {
  margin-bottom: 55px;
}

.site-footer .contact {
  background-color: #111111;
  color: #ffffff;
  padding-top: 75px;
  padding-bottom: 105px;
}

.site-footer .contact .section-title {
  color: #ffffff;
  margin-bottom: 37px;
}

.site-footer .contact .contact-row .info {
  padding-top: 32px;
  line-height: 24px;
}

.site-footer .contact .contact-row .info p {
  margin-bottom: 30px;
}

.site-footer .footer-nav {
  text-align: right;
  margin-top: -60px;
  margin-bottom: 25px;
}

.site-footer .footer-nav #secondary-menu {
  display: inline-block;
  padding: 55px 70px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
}

.site-footer .footer-nav #secondary-menu .menu-item {
  margin-bottom: 22px;
}

.site-footer .footer-nav #secondary-menu .menu-item:last-child {
  margin: 0;
}

.site-footer .footer-nav #secondary-menu .menu-item a {
  color: #111111;
}

.site-footer .social-media {
  margin-bottom: 40px;
}

.site-footer .social-media a {
  display: inline-block;
  padding: 10px;
  margin-right: 50px;
}

.site-footer .author-info {
  text-align: center;
}

.site-footer .author-info .author {
  display: inline-block;
  text-align: right;
  color: #adadad;
}

/*

##     ## ######## ########  ####    ###
###   ### ##       ##     ##  ##    ## ##
#### #### ##       ##     ##  ##   ##   ##
## ### ## ######   ##     ##  ##  ##     ##
##     ## ##       ##     ##  ##  #########
##     ## ##       ##     ##  ##  ##     ##
##     ## ######## ########  #### ##     ##

*/
@media (min-width: 576px) {
  .single-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .single-header .permalinks {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .single-header .permalinks a {
    margin-right: 36px;
  }
  .single-header .permalinks a::after {
    margin-left: 36px;
  }
  .site-footer .contact .contact-row .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer .contact .contact-row .info .column:first-child {
    margin-right: 80px;
  }
  .site-footer .contact .contact-row .info .column:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .site-footer .author-info {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .info-boxes {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .info-boxes .info-box {
    margin-right: 25px;
  }
  .site-footer .contact .contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .site-footer .footer-nav #secondary-menu .menu-item {
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1355px;
    padding: 0;
  }
  .menu-toggle {
    display: none;
  }
  .site-header .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-header .main-navigation {
    text-align: left;
    display: block;
  }
  .site-header .main-navigation .menu {
    margin: 0;
  }
  .site-header .main-navigation .menu .menu-item {
    display: inline-block;
    margin-left: 80px;
    margin-top: 0;
  }
  .site-header .main-navigation .menu .menu-item a::before {
    margin-bottom: 32px;
  }
}
/*# sourceMappingURL=style.css.map */