/* home */
body.home #main-content {
    padding: 0;
}
#main-content,
#temmplate-list {
    padding: 120px 0 60px;
}
#leftcontent article.hentry h2.entry-title {
    font-size: 22px !important;
    color: #464545 !important;
}
.section-title .section-subtitle {
    font-family: 'Georgia' !important;
}
.timeline ul li::before {
    background:  #fff;
    content: "\e700";
    width: 24px;
    height: 24px;
    color:  #ddd;
    line-height: 160%;
    position: absolute;
    text-align: center;
    margin-top: 15px;
}
#header .container {
    display: grid;
    grid-template-columns: 35% 75%;
}
.header-logo {
    height: auto;
}
.header-logo img {
    height: auto;
    width: 100%;
    padding: 7px 0 5px;
}
nav#main-menu ul li a {
    padding: 25px 15px;
}
nav#main-menu ul.sub-menu li a {
    padding: 15px;
}
.search-box form, input[type="submit"], button, input, textarea {
    font-family: 'Lato';
}
#widget-shortcode-widget-4 .timeline ul li::before {
    background: url("/wp-content/uploads/2020/02/icon-h.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}
#main-slider {
    background-image: url("/wp-content/uploads/2020/02/praca-informatyk.jpeg");
    background-position: center top;
    background-size: cover;
}
#couple ul li {
    vertical-align: top;
}
.timeline ul li.odd {
    text-align: right;
}
.timeline ul {
    padding-top: 0 !important;
}
.home_title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #464545;
    margin-bottom: 50px;
    font-weight: 400;
}
.home_boxs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.home_boxs > div > p:first-child {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    color:  #bf360c;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 1px;
}
#rsvp-widget {
    background-image: url("/wp-content/uploads/2020/02/ile-zarabia-informatyk.jpeg") !important;
    background-position: top center;
    background-size: cover;
    color: #fff;
}
section:last-child {
    padding: 0;
}
#widget-warrior_blog-2 .section-title {
    width: 100%;
    height: auto !important;
    background-color: #151515;
    position: relative;
    padding: 35px 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 2;
    margin-bottom: 0;
}
#widget-warrior_blog-2 ul.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#widget-warrior_blog-2 ul.grid li {
    width: 100%;
}
#widget-warrior_blog-2 ul.grid li:first-child {
    margin-left: 0;
}
#widget-warrior_blog-2 .thumbnail img {
    width: 100%;
}
.gallery img {
    width: 100%;
}
.last-title {
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    color: #fff  !important;
    font-size: 30px;
    margin: 20px 0;
}
.home-widget .section-title h2,
h2.home_offers-search_title {
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    color: #464545;
    margin: 20px 0;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

/* home_offers */
.home_offers-search {
    margin-bottom: 40px;
    text-align: center;
}
.home_offers-box {
    margin-bottom: 30px;
    transition: all 500ms;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.home_offers-box:hover {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(237,192,55,0.25);
    -moz-box-shadow: 0px 0px 20px 5px rgba(237,192,55,0.25);
    box-shadow: 0px 0px 20px 5px rgba(237,192,55,0.25);
    background-color: rgba(237,192,55,0.25);
}
.home_offers-box_img {
    background-image: url("/wp-content/uploads/2020/02/oferta-pracy-informatyk.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    grid-area: 1 / 1 / 3 / 2;
}
.home_offers-box_l {
    grid-area: 1 / 2 / 2 / 5;
}
.home_offers-box_r {
    grid-area: 1 / 5 / 2 / 6;
}
.home_offers-box_b {
    grid-area: 2 / 2 / 3 / 6;
}
.home_offers-box_l h3 {
    margin: 15px 0 0;
    font-size: 18px;
}
.home_offers-box_l h4 {
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #555555;
    font: 14px;
}
.home_offers-box_l p {
    margin: 0;
}
.home_offers-box_b p {
    margin: 0 0 15px;
}
.home_offers-box_r a {
    background:  #eee;
    font-family: Lato, Helvetica, Arial;
    color: #999;
    letter-spacing: 1px;
    margin: 15px 15px 0 0;
    padding: 5px 10px;
    text-align: center;
    display: grid;
}
.search-boxx .keyword-inupt input::placeholder {
    color: #555;
    opacity: 1;
}
.home_offers-search .keyword-inupt .sug.kiey {
    width: 100%;
    height: 45px;
}
.home_offers-search .search-btn {
    margin-top: 20px;
}
.home_offers-search select#r {
    display: block;
    width: 100%;
    padding: 12px 12px 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#footer .couple-name {
    line-height: 18px;
    margin-bottom: 20px;
}
.footer_img {
    margin-bottom: 20px;
}
body.home .section-title h1 {
    color: #ffffff;
}
.img-rwd {
    width: 100%;
    margin-bottom: 20px;
}
/* template-list */
#temmplate-list .of-warning {
    flex-direction: column;
}
#temmplate-list .of-warning p {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
#temmplate-list .timeline ul li:before {
    background-image: url("/wp-content/uploads/2020/02/calendar-1.jpeg");
    width: 34px;
    height: 34px;
    background-size: cover;
    background-position: center;
    content: " ";
}
#temmplate-list .timeline ul li:nth-child(odd) {
    float: left;
    clear: left;
}
#temmplate-list .timeline ul li:nth-child(even) {
    float: right;
    clear: right;
}
#temmplate-list .timeline ul li:nth-child(even)::before {
    left: -17px;
}
#temmplate-list .timeline ul li:nth-child(odd)::before {
    right: -17px;
}
#temmplate-list .timeline ul li:nth-child(odd) .tl-offer_details {
    text-align: right;
    margin-bottom: 5px;
}
#temmplate-list .timeline ul li:before {
    margin: -7px 0 0 !important;
}
#temmplate-list .tl-offer_details {
    display: grid;
    grid-template-columns: 1fr;
}
#temmplate-list .tl-offer_details h3,
#temmplate-list .tl-offer_details p {
    font-family: Arimo;
    font-weight: 400;
    font-style: normal;
    color: #bababa;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
#temmplate-list .tl-offer_details h3 {
    margin: 0;
}
#temmplate-list .tl-offer_details i {
    padding-right: 5px;
}
#temmplate-list .tl-offer_details p {
    margin-right: 10px;
    margin-bottom: 0;
}
#temmplate-list .timeline ul li:nth-child(odd) .tl-offer_details p {
    margin-right: 0;
    margin-left: 10px;
}
#temmplate-list .l-offer_img {
    margin-top: 10px;
}
#temmplate-list .tl-offer_dsc h2 span.elipsis,
#temmplate-list .tl-offer_dsc h3 span.elipsis {
    color: #000000;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
#temmplate-list .tl-offer_dsc h2 {
    margin: 0 0 15px 0 !important;
}
#temmplate-list .tl-offer_dsc h3 {
    margin: 10px 0 15px 0 !important;
}
#temmplate-list .search-boxx {
    width: 70%;
    margin: 0 auto;
    display: table;
}
#temmplate-list .keyword-inupt .sug.kiey {
    width: 100%;
}
#temmplate-list input#f.sug.kiey {
    height: 45px;
}
#temmplate-list select#r {
    display: block;
    width: 100%;
    height: 45px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
    font-family: 'Lato';
}
.search-boxx .keyword-inupt input::placeholder {
    font-family: 'Lato';
    color: #555;
    opacity: 1;
}
.search-btn {
    font-family: 'Lato' !important;
    margin: 0 auto 50px;
    display: block;
}

/* elipsis tooltip */
.elipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jobs__tooltip {
    cursor: pointer;
    display: grid;
    position: relative;
}
.jobs__tooltip:hover {
    position: relative;
}
.jobs__tooltip:hover:after {
    height: auto;
    min-height: 30px;
    word-break: break-word;
    padding: 10px;
    /*max-height: calc(100% - 0.5em);*/
    width: calc(100% - 20px);
    /*width: 100%;*/
    z-index: 999;
}
.jobs__tooltip:hover:before,
.jobs__tooltip:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s, height 0.5s;
    -o-transition: opacity 0.5s, height 0.5s;
    transition: opacity 0.5s, height 0.5s;
    z-index: 999;
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}
@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}
.jobs__tooltip:hover:before{
    z-index: 1010;
}

.jobs__tooltip:after {
    content: attr(data-tooltip);
    position: absolute;
    width: 0;
    background: #edc037;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.15;
    font-weight: normal;
    color: #ffffff;
    max-width: 100%;
    z-index: -9999;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.jobs__tooltip--top:after {
    /*left: calc((100% - 150px) / 2);*/
    /*left: 0;*/
    margin-top: 0;
    top: 0;
}

/* end elipsis tooltip */

/*  template-view */
#bottomcontent {
    width: 100%;
    float: left;
    margin-top: 45px;
}
.similar-offers {
    margin: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.similar-offers li {
    list-style: none;
}
.container_template-view {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.container_template-view #leftcontent {
    min-width: 743px;
    width: 65%;
    margin-right: 4%;
}
.container_template-view #rightcontent {
    width: 31%;
}
.widget_offers_mod .corp,
.corp,
.widget_offers_mod .loc,
.loc,
.widget_offers_mod .dat,
.date {
    margin: 0;
    font-weight: normal;
}
.widget_offers_mod .of-title,
.of-title {
    margin: 5px 0 10px;
}
.section-title h1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #464545;
    font-weight: 700;
    margin: 20px 0;
}
.btn-apply {
    text-align: center;
    margin: 30px auto;
}
.btn-apply a.apply,
.btn {
    padding: 10px 20px;
    background-color: #a1887f;
    color: #fff;
    transition: all ease-in 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.btn-apply a.apply:hover,
.btn:hover {
    background-color: #8d6e63;
}
.tags {
    margin-top: 15px;
}
.tags a {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #a1887f;
    color: #fff;
    transition: all ease-in 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.tags a:hover {
    background-color: #8d6e63;
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    #widget-shortcode-widget-4 .timeline ul li {
        padding: 0 0 40px 25px;
    }
    .section-title h1 {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .home-widget  .section-title h2,
    h2.home_offers-search_title,
    .home_title {
        font-size: 18px !important;
        line-height: 20px !important;
        padding: 0 15px;
    }
}
@media screen and (max-width: 600px) {
    #header .container {
        grid-template-columns: 1fr;
    }
    .header-logo img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .home-widget  .section-title h2,
    h2.home_offers-search_title,
    .home_title {
        font-size: 22px;
        line-height: 26px;
        padding: 0 15px;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        display: inline-block;
    }
}
@media screen and (max-width: 800px) {
    #widget-shortcode-widget-4 .timeline:before {
        left: 0;
        margin-left: 7px;
    }
}
@media screen and (max-width: 1200px) {
    .container_template-view #leftcontent {
        width: 100%;
        padding-right:15px;
        min-width: auto;
    }
    .container_template-view #rightcontent {
        width: 100%;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767.999px) {
    .home-widget.home-gallery .section-title h3, .home-widget.home-blog .section-title h3 {
        padding: 0 15px;
    }
    #main-content, #temmplate-list {
        padding: 160px 0 60px;
    }
    .home_boxs {
        grid-template-columns: 1fr;
    }
    #widget-shortcode-widget-4 .timeline ul > li {
        margin-top: 0px;
        padding-right: 15px;
    }
    #widget-shortcode-widget-4 .timeline ul li:nth-child(odd)::before {
        left: 0px;
    }
    #widget-shortcode-widget-4 .timeline ul li.odd:before {
        margin-left: 0;
    }
    .home_offers-box {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
    }
    .home_offers-box_img {
        display: none;
    }
    .home_offers-box_l {
        grid-area: auto;
    }
    .home_offers-box_r {
        grid-area: 3 / 1 / 4 / 2;
    }
    .home_offers-box_b {
        grid-area: auto;
    }
    .home_offers-box_r a {
        margin: 0 0 15px;
    }
    .similar-offers {
        grid-template-columns: 1fr;
    }
    .section-title h1 {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 1px;
    }
    .history {
        overflow: visible;
    }
    #temmplate-list .timeline ul li:nth-child(even)::before,
    #temmplate-list .timeline ul li:nth-child(odd)::before {
        left: -12px;
    }
    #temmplate-list .tl-offer_details,
    #bottomcontent .tl-offer_details {
        grid-template-columns: 1fr;
    }
    #temmplate-list .tl-offer_details h3, #temmplate-list .tl-offer_details p,
    #bottomcontent .tl-offer_details h3, #bottomcontent .tl-offer_details p,
    #rightcontent .tl-offer_details h3,#rightcontent .tl-offer_details p {
        line-height: 16px;
        margin-bottom: 7px;
    }
    #temmplate-list .tl-offer_dsc h2 span.elipsis, #temmplate-list .tl-offer_dsc h3 span.elipsis,
    #bottomcontent .tl-offer_dsc h2 span.elipsis, #bottomcontent .tl-offer_dsc h3 span.elipsis,
    #rightcontent .tl-offer_dsc h2 span.elipsis, #rightcontent .tl-offer_dsc h3 span.elipsis {
        line-height: 19px;
    }
    #temmplate-list .timeline ul li:nth-child(odd) .tl-offer_details h3,
    #temmplate-list .timeline ul li:nth-child(odd) .tl-offer_details p {
        text-align: left;
        margin-left: 0;
    }
    #temmplate-list .l-offer_img {
        display: none;
    }
    #temmplate-list .timeline ul > li {
        margin-top: 0;
    }
    .timeline ul li {
        width: 100%;
    }
    .timeline ul li:before {
        content: "\f101";
    }
    .timeline ul li:nth-child(odd) .tl-offer_details {
        text-align: left;
    }
    .timeline ul li:nth-child(odd) .tl-offer_details p {
        margin-right: 10px;
        margin-left: 0px;
    }
    .timeline ul li:nth-child(odd)::before {
        left: -7px;
    }
    #widget-warrior_blog-2 ul.grid {
        grid-template-columns: 1fr;
    }
    #widget-warrior_blog-2 ul.grid li:first-child {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 1000.999px) {
    .header-logo {
        margin-top: 17px;
    }
}