@import "utils.css";
/*=== vars ===*/
:root {
  --gray-light: #D0D0CE;
  --gray: #888B8D;
  --gray-text: #666;
  /*  --primary: #002F6C;*/
  --primary: #213a65;
  --secondary: #008C95;
  --carmine-pink: #E54B4B;
  --payne-grey: #556F7A;
}
/*
Folder i wizytowki to Open Sans w kilku odmianach.
Logo grupy i PHP to NewsGoth Cn Bt
Logo Hoppe to Oranienbaum
*/
/*========== Global styles ==========*/
body .font-brands {
  font-family: "FontAwesomeBrands" !important;
}
html body {
  line-height: 1.5;
  color: #888B8D;
  background-color: #fcfcfc;
}
body {
  font-family: Helvetica, Arial, sans-serif;
}
body footer .widget {
  text-shadow: none;
  color: #FFF;
}
footer .widget a {
  color: #EEE;
}
footer .widget a:hover {
  color: #57D6DE;
}
.x-topbar p.p-info {
  margin-top: 0;
  line-height: 1;
}
.x-topbar div.x-social-global {
  margin-top: 0;
  padding-top: 0;
}
.post-template-default h2 {
  font-size: 1.7em;
}
.sf-footer {
  text-shadow: none;
  color: #FFF;
  text-align: center;
}
footer.x-colophon.top {
  padding: 1em;
}
blockquote {
  display: flex;
}
.sf-center {
  text-align: center;
}
.sf-hero,
.sf-promo,
.sf-subpromo,
.sf-lead {
  line-height: 1.2;
}
.sf-hero {
  font-size: 4em;
}
.sf-promo {
  font-size: 3em;
}
.sf-subpromo {
  font-size: 2em;
}
.sf-lead {
  font-size: 1.5em;
}
@media (max-width: 959px) {
  .sf-hero {
    font-size: 1.4em;
  }
  .sf-promo {
    font-size: 1.3em;
  }
  .sf-subpromo {
    font-size: 1.2em;
  }
  .sf-lead {
    font-size: 1.1em;
  }
}
.sf-box1 {
  background: #008C95;
  color: #FFF;
  padding: .5em 1em;
  display: table;
}
.page-id-811 .max.width,
.page-id-837 .max.width,
.page-id-845 .max.width,
.page-id-851 .max.width,
.page-id-858 .max.width,
.page-id-863 .max.width,
.page-id-868 .max.width,
.page-id-876 .max.width,
.page-id-881 .max.width,
.page-id-886 .max.width {
  width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-top: 1rem;
}
.sf-zgoda {
  font-size: 14px;
  line-height: 1.1;
}
.sf-required {
  color: #C16251;
}
.x-brand.img {
  background-color: #213A65;
}
.wpcf7-acceptance input {
  float: left;
  margin-right: 10px !important;
}
.strong {
  font-weight: bold;
}
.lead {
  font-size: 1.125rem;
}
[class^="sf-cta"] {
  display: inline-block;
  padding: .7em 1.4em;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.4;
  vertical-align: middle;
  font-size: 26px;
}
.sf-cta1 {
  background: #273C63;
  color: #fff;
  border: 1px solid #04183c;
}
.sf-list1 li {
  list-style-type: none;
}
.sf-list1 li:before {
  content: "\f18e";
  font-family: FontAwesome;
  margin-right: .3em;
}
div.x-topbar .p-info {
  color: #222;
  font-size: 16px;
}
div.x-topbar .p-info a {
  border-bottom: 1px solid transparent;
  color: inherit;
}
div.x-topbar .p-info a:hover {
  border-bottom: 1px dotted;
  color: #008c95;
}
.masthead .x-social-global a i {
  color: #666;
}
.center {
  text-align: center;
}
p {
  margin-bottom: 1em;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  color: #213a65;
}
body h1,
body .h1 {
  font-size: 325%;
}
body h2,
body .h2 {
  font-size: 275%;
}
body h3,
body .h3 {
  font-size: 210%;
}
body h4,
body .h4 {
  font-size: 160%;
}
body h5,
body .h5 {
  font-size: 140%;
}
body .x-btn,
body .button,
body [type="submit"] {
  /* text-transform: uppercase; */
  text-shadow: none;
  padding: 0.54em 1.143em 0.643em;
}
/* --- alt button -- */
body .x-btn.x-btn-alt,
body .button.x-btn-alt,
body [type="submit"].x-btn-alt,
.x-sidebar .x-callout .x-btn {
  background-color: #E54B4B;
  border-color: #d81c1c;
  color: #fff;
}
body .x-btn.x-btn-alt:hover,
body .button.x-btn-alt:hover,
body [type="submit"].x-btn-alt:hover,
.x-sidebar .x-callout .x-btn:hover,
body .x-btn.x-btn-alt:focus,
body .button.x-btn-alt:focus,
body [type="submit"].x-btn-alt:focus,
.x-sidebar .x-callout .x-btn:focus,
body .x-btn.x-btn-alt:active,
body .button.x-btn-alt:active,
body [type="submit"].x-btn-alt:active,
.x-sidebar .x-callout .x-btn:active {
  background-color: #fff;
  color: #213a65;
  border-color: #213a65;
  text-shadow: none;
}
body .x-btn.x-btn-alt2,
body .button.x-btn-alt2,
body [type="submit"].x-btn-alt2 {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}
body .x-btn.x-btn-alt2:hover,
body .button.x-btn-alt2:hover,
body [type="submit"].x-btn-alt2:hover,
body .x-btn.x-btn-alt2:focus,
body .button.x-btn-alt2:focus,
body [type="submit"].x-btn-alt2:focus,
body .x-btn.x-btn-alt2:active,
body .button.x-btn-alt2:active,
body [type="submit"].x-btn-alt2:active {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.entry-wrap {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
body .x-container.offset {
  margin-top: 15px;
}
/*========== Plugins ==========*/
/*=== Rev slider ===*/
.tp-caption .frontcornertop {
  /*
  border-width: 64px 0px 64px 48px !important;
  left: -48px !important;
*/
}
.tp-caption .backcornertop {
  /*
  border-width: 64px 48px 64px 0px !important;
  right: -48px !important;
*/
}
/*===== contact Form 7 =====*/
.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.85em;
  margin-top: -0.5em;
  display: block;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0.5em;
}
.wpcf7-list-item-label {
  margin: 0 0.5em;
}
/*========== Components ==========*/
/* === Alert === */
.x-alert .h-alert {
  letter-spacing: -0.01em;
}
/*=== custom headline ===*/
body .h-custom-headline.accent span:before,
body .h-custom-headline.accent span:after {
  border-color: #008C95;
}
body .headline-featured {
  padding: 11px 20px 15px;
  /* background: url(../img/furniture@2x.png) center bottom no-repeat; */
  background-size: 434px auto;
}
/*=== Dropcap ===*/
/*=== blockquote ===*/
body .x-blockquote {
  font-size: 115%;
  color: #666;
  line-height: 1.33;
  text-align: justify;
  font-style: italic;
  /* font-family: inherit; */
  position: relative;
  display: block;
}
body .x-blockquote:before,
body .x-blockquote:after {
  content: '"';
  font-size: 4rem;
  color: #008C95;
  font-family: Georgia;
  position: absolute;
  left: -5px;
  top: 0;
}
body .x-blockquote:after {
  display: none;
}
body .x-cite {
  /* font-style: italic; */
  font-size: 0.85em;
  position: relative;
  margin-top: 1em;
}
body .x-cite:before {
  /* color: #008C95; */
  /* font-weight: bold; */
}
body .x-cite:after {
  content: '"';
  font-size: 4rem;
  color: #008C95;
  font-family: Georgia;
  position: absolute;
  right: -15px;
  top: -0.6em;
  font-style: italic;
}
/*=== Feature Box ===*/
.x-feature-box-graphic {
  margin-bottom: 5px;
}
.x-feature-box-graphic-inner {
  border: none;
}
.x-feature-box-title {
  font-size: 1.75em;
}
.x-feature-box-text a {
  display: block;
}
.x-feature-box.text-justify .x-feature-box-text {
  text-align: justify;
}
/*=== Creative CTA ===*/
.x-creative-cta {
  color: #008a94;
  background-color: transparent !important;
  /* border: 1px solid rgb(0, 138, 148); */
  border-left: none;
  border-right: none;
  background: url(../img/furniture@2x.png) center bottom no-repeat;
  background-size: 434px auto;
}
.x-creative-cta:before {
  content: "";
  background: url(../img/furniture@2x.png) center top no-repeat;
  background-size: 434px auto;
  width: 100%;
  display: block;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.x-creative-cta:hover {
  /*
  color: #fff !important;
  background-color: rgb(0, 138, 148) !important;
*/
}
body .key-visual {
  /* background-color: rgba(255,255,255,0.85) !important; */
  max-width: 433px;
  margin: 0 auto;
}
/*=== Slider ===*/
.x-flexslider-shortcode-container {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.slider-referencje .flex-control-nav {
  top: -30px;
  right: -7px;
  background: none;
}
body .x-flexslider .x-blockquote {
  margin: 0;
  padding-top: 0;
  border: none;
  line-height: 1.5;
}
body .x-flexslider .x-blockquote:before,
body .x-flexslider .x-blockquote:after {
  display: none;
}
body .x-flexslider .x-cite:after {
  display: none;
}
/*=== Recent Posts ===*/
.x-recent-posts .x-recent-posts-img {
  padding-bottom: 80%;
  background-position: center top;
}
/*========== Header ==========*/
body .x-navbar,
body .x-logobar {
  background-color: #008C95;
  box-shadow: none;
  border: none;
}
body .x-logobar {
  background-color: #213a65;
}
body .x-logobar-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: #213a65;
}
body .x-logobar-inner:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: #fff;
}
body .x-logobar .x-container {
  /*  max-width: 960px;*/
  position: relative;
  z-index: 3;
}
body .masthead-stacked .x-brand {
  position: relative;
  float: left;
  text-align: left;
  width: 50%;
  padding: 30px 0 20px;
}
body .masthead-stacked .x-brand:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 65px 50px;
  border-color: #213a65 white white#213a65;
}
.x-logobar-grupa {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  float: left;
  width: 50%;
}
.x-logobar-item {
  float: none;
  width: 32%;
  /* width: 100px; */
  display: inline-block;
}
.x-logobar-item img {
  max-height: 80px;
}
body .x-navbar {
  font-family: "PT Sans Narrow", sans-serif;
}
body .x-navbar:after {
  content: "";
}
body.x-navbar-fixed-top-active .x-navbar-wrap {
  margin-bottom: 0;
}
body .x-navbar .desktop .x-nav > li > a {
  /* font-size: 1.6rem; */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
body .x-navbar .desktop .x-nav > li > a:hover,
body .x-navbar .desktop .x-nav > li > a:focus,
body .x-navbar .desktop .x-nav > li > a:active,
body .x-navbar .desktop .x-nav > .x-active > a,
body .x-navbar .desktop .x-nav > .current-menu-item > a,
body .x-navbar .desktop .x-nav > .current-menu-parent > a {
  color: #fff;
  box-shadow: none;
  background-color: #213a65;
}
body .masthead-stacked .x-navbar .desktop .sub-menu {
  background-color: #008C95;
  /* padding: 0; */
  border-radius: 0;
  top: 40px;
}
body .x-navbar .desktop .sub-menu a {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.033em;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
body .x-navbar .desktop .sub-menu a:hover,
body .x-navbar .desktop .sub-menu a:focus,
body .x-navbar .desktop .sub-menu a:active,
body .x-navbar .desktop .sub-menu .current-menu-item a {
  color: #fff;
  background-color: #213a65;
}
/* --- breadcrumbs --- */
body .x-breadcrumb-wrap {
  padding: 0.5em 0;
}
body .x-breadcrumb-wrap a {
  color: #888B8D;
}
body .x-breadcrumbs {
  padding-left: 2px;
}
body .x-breadcrumbs .delimiter {
  color: #888B8D;
}
/* --- socials --- */
.masthead .x-social-global {
  text-align: center;
  padding: 4px 0 10px;
}
.masthead .x-social-global a {
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 8px;
  border-radius: 3px;
}
.masthead .x-social-global a:hover {
  color: #888B8D;
  box-shadow: 0 0 4px #fff;
}
/*=== Socials fixed ===*/
.socials-fixed {
  position: fixed;
  top: 30%;
  right: 8px;
  z-index: 999;
}
.socials-fixed .x-social-global a {
  background: white;
  border-radius: 50%;
  color: #556F7A;
  display: block;
  margin: 10px;
  padding: 8px;
  width: 40px;
  height: 40px;
  /* border: 1px solid #556F7A; */
  box-shadow: 0 0 4px #556F7A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}
.socials-fixed .x-social-global a:hover {
  box-shadow: 0 0 4px #213a65;
  color: #213a65;
  -webkit-transform: translateX(-5px) scale(1.1);
  transform: translateX(-5px) scale(1.1);
}
@media screen and (max-width: 767px) {
  .socials-fixed {
    display: none;
  }
  /*  --- header fix ---*/
  body .x-logobar .x-container {
    width: 100%;
    padding: 0;
  }
  body .x-logobar-inner:before {
    width: 100%;
    display: none;
  }
  body .x-logobar-inner:after {
    width: 100%;
    top: 50%;
    height: 50%;
    display: none;
  }
  body .masthead-stacked .x-brand {
    float: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 10px;
  }
  body .masthead-stacked .x-brand:after {
    display: none;
  }
  body .x-brand img {
    width: 240px;
  }
  .x-logobar-grupa {
    float: none;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 10px 6%;
    text-align: center;
  }
  .x-logobar-item {
    text-align: left;
    width: 100px;
  }
  .x-logobar-grupa .x-logobar-item:nth-child(2) {
    text-align: center;
  }
  .x-logobar-grupa .x-logobar-item:nth-child(3) {
    text-align: right;
  }
  .x-logobar-item img {
    max-height: 50px;
  }
  body .masthead-stacked .x-navbar {
    text-align: center;
  }
}
/*--- navbar logos ---*/
.navbar-logos {
  text-align: center;
  margin: 1.5rem 0 10px;
  padding: 12px 0 0;
  list-style: none;
  background: url(../img/furniture-menu@2x.png) center top no-repeat;
  background-size: 105px auto;
}
.navbar-logos:after {
  content: "";
  height: 12px;
  display: block;
  background: url(../img/furniture-menu@2x.png) center top no-repeat;
  background-size: 105px auto;
}
.navbar-logos-item {
  max-width: 100px;
  margin: 14px auto;
}
/*========== Footer ==========*/
body .x-colophon {
  background-color: #556F7A;
}
body .x-colophon.bottom {
  color: #aaa;
}
body .x-colophon.bottom .x-colophon-content {
  letter-spacing: 0.15em;
}
body .x-colophon-content a {
  color: #ccc;
}
body .x-colophon.bottom .x-nav li a {
  color: #ccc;
}
body .x-colophon.bottom .x-nav li a:hover,
body .x-colophon.bottom .x-nav li a:focus,
body .x-colophon.bottom .x-nav li a:active,
body .x-colophon.bottom .x-nav li.current-menu-item a {
  color: #fff;
}
.footer-links {
  color: #fff;
}
.footer-links a {
  color: #fff;
}
.footer-links a:hover,
.footer-links a:hover,
.footer-links a:active {
  color: #57D6DE;
}
/*========== Sidebar ==========*/
.x-sidebar .x-callout {
  padding: 2em;
}
.x-sidebar .h-callout {
  font-size: 1.5em;
}
.x-sidebar .p-callout {
  display: none;
}
.x-sidebar .x-callout .x-btn {
  font-size: 0.85em;
  /* background: url(../img/furniture-callout@2x.png) center bottom no-repeat; */
  /* background-size: 434px auto; */
  /* position: relative; */
  /* opacity: 1; */
  /* border: none; */
  /* padding: 20px 0; */
}
.x-sidebar .x-callout .x-btn:after {
  content: "";
  /*  background: url(../img/furniture-callout@2x.png) center bottom no-repeat;*/
  background-size: 434px auto;
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========== Content ==========*/
body .page .entry-title {
  background: url(../img/furniture@2x.png) left bottom no-repeat;
  background-size: 434px auto;
  padding-bottom: 18px;
  padding-top: 5px;
  font-size: 225%;
}
/*=============== Page Templates ===============*/
/*=== home page ===*/
body.home .x-container.offset {
  margin-top: 0;
}
/*=== Portfolio ===*/
.single-x-portfolio .x-portfolio {
  padding-top: 2em;
}
.single-x-portfolio .x-portfolio .entry-info,
.single-x-portfolio .x-portfolio .entry-extra {
  float: none;
  width: auto;
}
.single-x-portfolio .x-portfolio .entry-extra {
  margin-top: 2em;
}
.single-x-portfolio .entry-featured {
  box-shadow: none;
  border: none;
}
.single-x-portfolio .entry-thumb {
  background: none;
}
.single-x-portfolio .entry-thumb img {
  width: auto;
  min-width: 0;
}
.x-iso-container-posts.cols-2 .entry-wrap {
  padding: 6.5% 2.5%;
}
.x-iso-container-posts.cols-2 .entry-title {
  font-size: 175%;
}
/* === Page: title centered === */
body.page-title-center .page .entry-title {
  text-align: center;
  background-position: center bottom;
}
/*=============== Utilities / Modifiers ===============*/
.ct-border {
  border: 3px double #008C95;
}
.ct-border .small-title .x-feature-box-title {
  font-size: 1.5em;
}
.ct-border .small-title .x-feature-box-text {
  color: #666;
}
.text-white {
  color: #fff;
}
/*
===============================================================
================  RESPONSIVE ==================================
===============================================================
*/
@media screen and (min-width: 768px) {
  .x-logobar-grupa {
    width: 45%;
    float: right;
  }
  .x-logobar-item img {
    max-height: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body .x-navbar .mobile .x-nav li > a:hover,
  body .x-navbar .mobile .x-nav .x-active > a,
  body .x-navbar .mobile .x-nav .current-menu-item > a {
    color: white;
  }
  body .x-logobar .x-container {
    width: 95%;
  }
  body .masthead-stacked .x-brand:after {
    border-width: 65px 30px;
    right: -30px;
  }
}
@media screen and (max-width: 992px) {
  body .x-btn-navbar {
    margin: 10px 0;
  }
  .masthead-stacked .x-navbar {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .ct-border,
  .ct-border .x-column.x-1-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .x-navbar .mobile .x-nav .menu-item > a:hover,
  body .x-navbar .mobile .x-nav .x-active > a,
  body .x-navbar .mobile .x-nav .current-menu-item > a {
    color: #fff;
  }
}
@media screen and (min-width: 1170px) {
  .ct-border {
    /*    max-width: 960px !important;*/
  }
  .width-lg-80 {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .width-lg-70 {
    max-width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .x-logobar-item img {
    max-height: 80px;
  }
  .x-logobar-item.security img {
    margin-top: -5px;
  }
  body .x-logobar .x-container {
    display: flex;
  }
  body .x-logobar-inner:before {
    width: 37%;
  }
  body .x-logobar-inner:after {
    width: 63%;
  }
  body .masthead-stacked .x-brand {
    width: 37%;
    float: none;
  }
  .x-logobar-grupa {
    float: none;
    width: 63%;
  }
  .tight-columns .x-column.x-1-4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .tight-columns .x-column:last-of-type {
    margin-right: 0 !important;
  }
  /* === Page: title centered === */
  body.page-title-center .entry-content {
    max-width: 80%;
    margin: 20px auto 0;
  }
}
/* ===== CPT: Oferty Pracy ===== */
/* ===== Archive */
.post-type-archive-praca .hentry .p-meta {
  display: none !important;
}
/* ===== Single post */
.single-praca .hentry .p-meta {
  display: none !important;
}
/*# sourceMappingURL=custom.css.map */