.title_gallery {
  font-family: Lato;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  color: #edc037;
  font-size: 20px;
}
.gallery_title {
  display: block;
  font: 400 18px Lato, Helvetica, Arial;
  letter-spacing: 2px;
  margin: 10px 0;
}
.post_tit {
  font-family: Lato, Helvetica, Arial;
  margin: 20px 0;
  font-weight: bold;
  font-size: 100%;
}


/* stare style szukajki */

/*.search-boxx{*/
/*  display: block;*/
/*  width: 300px;*/
/*  margin: auto;*/
/*  font-size: 14px;*/
/*}*/
/*.search-boxx input, .search-boxx select{*/
/*  font-size: 14px!important;*/
/*}*/
/*.keyword-inupt{*/
/*  display: block;*/
/*  float:none;*/
/*  width: 100%;*/
/*  !*margin-bottom: 5px;*!*/
/*}*/
/*.region-select{*/
/*  display: block;*/
/*  float:none;*/
/*  width: 100%;*/
/*  !*margin-bottom: 5px;*!*/
/*}*/
/*.search-button{*/
/*  display: block;*/
/*  float:none;*/
/*  width: 100%;*/
/*  !*margin-bottom: 5px;*!*/
/*}*/

/*@media screen and (min-width: 767px) {*/
/*  .search-boxx{*/
/*    display: block;*/
/*    width: 700px;*/
/*    margin: auto;*/
/*  }*/
/*  .keyword-inupt{*/
/*    display: inline-block;*/
/*    float:left;*/
/*    width: 45%;*/
/*    margin-right: 2%;*/
/*  }*/
/*  .region-select{*/
/*    display: inline-block;*/
/*    float:left;*/
/*    width: 30%;*/
/*    margin-right: 2%;*/
/*  }*/
/*  .search-button{*/
/*    display: inline-block;*/
/*    float:left;*/
/*    width: 20%;*/
/*  }*/
/*}*/
/*.search-button .search-green{*/

/*  line-height: 10px;*/
/*  height: 50px;*/
/*  font-weight: bold;*/
/*  margin-top:0!important;*/
/*}*/

/*.keyword-inupt .kiey{*/
/*  width: 100%;*/
/*  line-height: 30px;*/
/*  height: 50px;*/
/*  border-radius: 5px!important;*/
/*  background: none!important;*/
/*  border:1px solid #fff !important;*/
/*  color: #fff!important;*/
/*  margin-bottom: 0!important;*/
/*}*/

/*.keyword-inupt input::placeholder{*/
/*  color: #fff;*/
/*}*/
/*.region-select select:first-child{*/
/*  width: 100%;*/
/*  line-height: 30px;*/
/*  height: 50px;*/
/*  border-radius: 5px!important;*/
/*  background: none!important;*/
/*  border:1px solid #fff !important;*/
/*  color: #fff!important;*/
/*  margin-bottom: 0!important;*/
/*}*/
/*.region-select select option{*/
/*  color: #000!important;*/
/*  font-size: 14px!important;*/
/*  line-height: normal!important;*/

/*}*/
/*.region-select select option:hover, .region-select select .opt-back:hover{*/
/*  background: #29d9c2!important;*/
/*}*/

/* ------------------------------------------------------------------------- */

/* ####################### LISTA OFERT PRACY ####################### */
/* naglowek */

.jobs-top-content{
  display: flex;
}

.jobs-top-content:not(.img) .container{
  padding-left:0px;
  padding-right:0px;
}

.jobs-top-content.img{
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/05/dabrowa-gornicza-zaprasza.jpeg);
  background-size: cover;
  background-position: center center;
  background-color: cornflowerblue;
  width: 100%;
  height: 100%;
  padding-top:120px;
  padding-bottom:120px;
}

.jobs-top-content .o-header h1, .jobs-top-content .o-header div{
  color:#fff;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin-bottom: 15px!important;
}

.jobs-top-content .o-dsc p{
  font-size: 1.5em !important;
  line-height: 1.5 !important;
  color:#fff;
}

.jobs-top-content .o-search p{
  margin-bottom:5px;
  color:#fff;
  font-weight: 600;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1),
                1px 1px 1px rgba(0,0,0,.5);
  line-height: 26px!important;
  font-size: 15px!important;
}

/* kontener z ofertami */

.jobs-main-container{
  background-color: #e3e8f0;
  padding: 80px 0px;
}

/* nagłowek */

.jobs-main-container .of-header-sep{
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
  width: 66.66666667%;
  margin-left: auto;
  margin-right:auto;
}

.jobs-main-container .of-header-sep .line{
  flex: 1 1 auto;
  display: block;
  border-bottom: 1px solid #b1b1b1;
}

.jobs-main-container .of-header-sep .line-text{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
  color: #1f79f2;
}

.jobs-main-container .of-header{
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
  word-break: break-word;
  font-size: 3.456em;
  color:#323232;
  margin-bottom:60px;
}

.of-warning{
  display: flex;
  flex-direction: row;
  width: 66.66666667%;
  margin-left: auto;
  margin-right:auto;
  margin-bottom:20px;
}

.of-warning .of-circle{
  background-color: #1f79f2;
  transition: all .3s ease-in-out;
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 75px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.of-warning p{
  margin-left: 20px;
  width: calc(100% - 45px);
}

.of-warning p span{
  display: block;
  font-weight: 600;
}

@media screen and (max-width:1199px){
  .of-warning{
    width: 100%;
  }
  .jobs-main-container .of-header-sep{
    width: 100%;
  }
}

/* boxy z ofertami */

.offer-box{
  margin: 0px 0px 25px 0px;
  background-color: #fff;
  padding: 0px;
  box-shadow: 0 3px 25px rgba(0,0,0,.2);
}

.offer-box .offer-box-l{
  padding: 30px;
}

.offer-box .offer-box-l .of-title{
  color: #1f79f2;
}

.offer-box .offer-box-l .of-dsc{
  margin-bottom:20px;
}

.offer-box .offer-box-l .of-href{
  color:#fff;
  padding: 10px 20px;
  background-color: #1f79f2;
  border:1px solid #1f79f2;
  border-radius:5px;
  display: inline-block;
  font-weight: 600;
}

.offer-box .offer-box-r{
  background-color: #1f79f2;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.offer-box .offer-box-r *{
  color: #fff;
}

.offer-box .offer-box-r .of-corp span > span,
.offer-box .offer-box-r .of-loc span > span,
.offer-box .offer-box-r .of-date span > span{
  display:block;
  font-weight: 600;
  font-size:1.2em;
}

.offer-box .offer-box-r .of-corp,
.offer-box .offer-box-r .of-loc,
.offer-box .offer-box-r .of-date{
  position: relative;
  display: flex;
  flex-direction: row;
}

.offer-box .offer-box-r .of-corp > span,
.offer-box .offer-box-r .of-loc > span,
.offer-box .offer-box-r .of-date > span{
  width: calc(100% - 60px);
}

.offer-box .offer-box-r i{
  font-size: 28px;
  top: 10px;
  width: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* szukarka oferty pracy */
.keyword-inupt{
  margin-bottom: 20px;
}
.keyword-inupt .sug.kiey{
  margin-bottom: 0px;
  width:60%;
}

@media screen and (max-width: 991px){
  .keyword-inupt .sug.kiey{
    width:100%;
  }
}

.keyword-inupt .sug.kiey:focus {
  border-color: #1f79f2;
}

@media screen and (max-width: 576px){
  .offer-box .offer-box-r .of-corp > span,
  .offer-box .offer-box-r .of-loc > span,
  .offer-box .offer-box-r .of-date > span{
    width: calc(100% - 30px);
  }

  .offer-box .offer-box-r i{
    width: 30px;
    justify-content: left;
  }

  .search-button input{
    width:100%;
    display: block;
  }
}

/* paginacja ofert pracy */

.wpPracaPlList .pager {
  text-align: center;
  padding-top:20px;
  padding-bottom:20px;
}

.wpPracaPlList .pager span{
  display: inline-block;
}

.wpPracaPlList .pager span a{
  display: block;
  padding:10px 15px;
  background-color: #edc037;
  margin:5px;
  font-size:1.1em;
  color:#fff;
  border:1px solid #edc037;
  transition: all 0.5s;
  transition-property: background-color, color;
}

.wpPracaPlList .pager span a:hover{
  -webkit-animation: jello-vertical 0.9s both;
  animation: jello-vertical 0.9s both;
  background: #FFFFFF;
  color: #edc037;
}
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.wpPracaPlList .pager span.offer-prev a,
.wpPracaPlList .pager span.offer-next a,
.wpPracaPlList .pager span.offer-selected a{
  font-weight: 600;
}
.wpPracaPlList .pager span.offer-selected a{
  font-weight: 600;
  background: #FFFFFF;
  color: #edc037;
}
.wpPracaPlList .pager span.offer-dots{
  padding:10px 10px;
  margin:5px;
  font-size: 1.5em;
  color: #edc037;
}

/* box podpowiedzi */

.search-input{
  position: absolute;
}

/* ####################### POJEDYNCZA OFERTA ####################### */
/* widget */

.header-single-offer, .single-offer{
  margin-bottom:60px;
}

.header-single-offer.inner-intro{
  height:auto;
  padding-top:30px;
  padding-bottom:30px;
}

/* widgety */

.single-offer .sidebar{
  margin-bottom:35px;
}

.single-offer .btn-apply{
  text-align: center;
  margin-top:25px;
  margin-bottom:50px;
}

.single-offer .btn-apply .apply{
  color: #fff;
  font-size: 18px;
  padding: 14px 30px;
  line-height: 16px;
  margin: 0;
  display: inline-block;
  background: #1f79f2;
}

.single-offer .btn-apply .apply:hover{
  background-color: #fff;
  color: #1f79f2;
}

/* sidebar widget najnowsze */
.offer-box-fp.widget .of-fp-image{
  height:180px;
}

.offer-box-fp.widget .of-fp-more{
  margin-top: 115px;
}

@media screen and (max-width:767px){
  .offer-box-fp.widget .of-fp-more{
    margin-top: 0px;
  }
}

/* tagi powiazane */

.sidebar .tags a{
  color: #777777;
  font-size: 15px!important;
  display: block;
  padding: 5px 0px;
  transition: color .5s;
}

.sidebar .tags a:hover{
  color: #1f79f2;
}

.sidebar .tags a:before{
  content:"\f105";
  font-family: FontAwesome;
  margin-right:7px;
}

/*.sidebar .tags a{*/
/*  color: #1f79f2;*/
/*  font-size: 15px!important;*/
/*  display: block;*/
/*}*/

/* ####################### STRONA GŁÓWNA ####################### */
/* KAFLE */

.offer-box-fp{
  padding-bottom:30px;
}

.offer-box-fp h3{
  font-size:15px;
  margin-bottom: 0px;
}

.offer-box-fp .of-fp-image{
  width:100%;
  height:250px;
  background-image: url('/wp-content/uploads/2019/07/ogłoszenie-o-prace-w-dabrowie.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.offer-box-fp .of-fp-content{
  position: relative;
  width:90%;
  margin-right:5%;
  margin-left:5%;
  margin-top:-40px;
  background-color:#fff;
  padding:45px 15px 15px 15px;
  box-shadow: 0 3px 25px rgba(0,0,0,.2);
  text-align: center;
}

.offer-box-fp .of-fp-content .of-fp-date{
  position:absolute;
  left: 50%;
  top:-50px;
  width: 80px;
  height: 80px;
  margin-left:-40px;
  background-color: #1f79f2;
  padding:5px;
  text-align: center;
}

.offer-box-fp .of-fp-content .of-fp-date span{
  display: block;
  color:#fff;
  font-weight: 600;
  line-height: 23px;
}

.offer-box-fp .of-fp-content .of-fp-title p{
  font-weight: 600;
  font-size:1.1em;
  color:#1f79f2;

}

.offer-box-fp .of-fp-content .of-fp-title,
.offer-box-fp .of-fp-content .of-fp-corp,
.offer-box-fp .of-fp-content .of-fp-loc{
  position:relative;
}

.offer-box-fp .of-fp-content .of-fp-title p,
.offer-box-fp .of-fp-content .of-fp-corp p,
.offer-box-fp .of-fp-content .of-fp-loc p{
  position:absolute;
  width: 100%;
}

.offer-box-fp .of-fp-content .of-fp-title p{
  top:0px;
  transition: all 0.8s;
  border-top:3px solid transparent;
}

.offer-box-fp .of-fp-content .of-fp-corp p{
  top:35px;
  transition: all 0.8s;
  border-top:3px solid transparent;
}

.offer-box-fp .of-fp-content .of-fp-loc p{
  top:70px;
  transition: all 0.8s;
  border-top:3px solid transparent;
}

@media screen and (min-width: 768px){
  .offer-box-fp .of-fp-content .of-fp-title p:hover,
  .offer-box-fp .of-fp-content .of-fp-corp p:hover,
  .offer-box-fp .of-fp-content .of-fp-loc p:hover
  {
    background: #fbfbfb;
    padding:10px;
    border-bottom:2px solid #1f79f2;
    border-left:1px dashed #b0b0b0;
    border-right:1px dashed #b0b0b0;
    border-top:3px solid #f5f5f5;
    z-index: 10;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
}

.offer-box-fp .of-fp-content .of-fp-loc{
  position: relative;
  margin-bottom:10px;
}

.offer-box-fp .of-fp-content .of-fp-dsc{
  height: 170px;
  margin-top:115px;
}

.offer-box-fp .of-fp-content .of-fp-dsc p{
  font-size: 0.9em;
}

.offer-box-fp .of-fp-content .of-fp-more a{
  font-weight: 600;
  color: #1f79f2;
}

.elipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) and (min-width: 992px){
  .offer-box-fp .of-fp-content .of-fp-dsc{
    height: 245px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .offer-box-fp .of-fp-content .of-fp-dsc{
    height: 210px;
  }
}

@media screen and (max-width: 767px){
  .offer-box-fp .of-fp-content .of-fp-title p,
  .offer-box-fp .of-fp-content .of-fp-dsc{
    margin-bottom: 10px !important;
  }
  .offer-box-fp .of-fp-content .of-fp-title p,
  .offer-box-fp .of-fp-content .of-fp-corp p,
  .offer-box-fp .of-fp-content .of-fp-loc p{
    position:relative;
  }
  .offer-box-fp .of-fp-content .of-fp-title p,
  .offer-box-fp .of-fp-content .of-fp-corp p,
  .offer-box-fp .of-fp-content .of-fp-loc p{
    top:0px;
  }

  .offer-box-fp .of-fp-content .of-fp-dsc{
    height: auto;
    margin-top:0px;
  }

  .elipsis{
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
}

/* szukajka pod slider rev*/

@media screen and (max-width: 1023px){
  .jobs-top-content.frontpage .o-header div{
    text-align: center;
  }
}

@media screen and (max-width: 777px){
  .jobs-top-content.frontpage .o-header div{
    font-size: 28px;
  }
}

@media screen and (max-width: 560px){
  .jobs-top-content.frontpage .o-header div{
    font-size: 20px;
  }
}

@media screen and (max-width: 400px){
  .jobs-top-content.frontpage .o-header div{
    font-size: 16px;
  }

  .jobs-top-content.frontpage .o-search p{
    font-size: 14px!important;
  }
}

/* fixy */




