/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.qbutton.small {
    background: red !important;
    -webkit-box-shadow: 0 3px 0 0 # #8244AD !important;
    box-shadow: 0 3px 0 0 # #8244AD !important;
}

/*@font-face {
    font-family: 'linotte';
    src: url('fonts/Linotte-SemiBold-webfont.eot');
    src: url('fonts/Linotte-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Linotte-SemiBold-webfont.woff2') format('woff2'),
         url('fonts/Linotte-SemiBold-webfont.woff') format('woff'),
         url('fonts/Linotte-SemiBold-webfont.ttf') format('truetype'),
         url('fonts/Linotte-SemiBold-webfont.svg#linottesemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 29, 2015 */
@font-face {
    font-family: 'linotte';
    src: url('fonts/linotte/linotte-semibold-webfont.eot');
    src: url('fonts/linotte/linotte-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/linotte/linotte-semibold-webfont.woff2') format('woff2'),
    url('fonts/linotte/linotte-semibold-webfont.woff') format('woff'),
    url('fonts/linotte/linotte-semibold-webfont.ttf') format('truetype'),
    url('fonts/linotte/linotte-semibold-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.openingtext span {
    font-size: 15px !important;
}

.single-marketing_kit .content {
    margin-top: 0
}

.latest_post_holder > ul > li {
    padding-top: 0;
}

.latest_post_holder .flex-direction-nav {
    display: block;
    position: static;
}

.latest_post_holder .flex-direction-nav li {
    display: inline-block;
    height: 30px;
    margin-top: 37px;
    vertical-align: top;
}

.latest_post_holder .flex-direction-nav li:first-child {
    margin-right: 5px;
}

.latest_post_holder .flex-direction-nav li:last-child {
    margin-left: 4px;
}

.latest_post_holder .flex-direction-nav a {
    border-color: #fff;
}

.latest_post_holder .flex-direction-nav a {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #303030;
    border-radius: 50%;
    opacity: 1;
    background-color: transparent;
    text-indent: -9999px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.latest_post_holder .flex-direction-nav a.flex-prev:before {
    content: '\f104';
}

.latest_post_holder .flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.latest_post_holder .flex-direction-nav a:before {
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    height: 26px;
    width: 26px;
    line-height: 26px;
    top: 0;
    left: 0;
    color: #000;
    text-indent: 0;
    font-size: 16px;
}

.instafeed-block {
    background: #fff;
    padding: 30px 100px;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin: 0 15px;
}

.feed-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px;
    text-indent: 9999rem;
    overflow: hidden;
    border: none;
}

.feed-slider .slick-next {
    right: -76px;
    margin-top: -29px;
    background: url('./images/arrow-right.png') no-repeat;
}

.feed-slider .slick-next:hover {
    background: url('./images/arrow-right-hover.png') no-repeat;
}

.two-items span{
    display: inline-block;
}

.two-items span {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
}

.two-items br {
    display: none;
}

.two-items .left {
    text-align: right;
    padding-right: 10px;
}

.feed-slider .slick-prev {
    left: -76px;
    margin-top: -29px;
    background: url('./images/arrow-left.png') no-repeat;
}

.feed-slider .slick-prev:hover {
    background: url('./images/arrow-left-hover.png') no-repeat;
}

.feed-slider .single-item {
    width: 280px;
    height: 280px;
    padding: 0 5px 10px;
}

.feed-slider .single-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.feed-slider .single-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.latest_post_holder .flex-direction-nav a:before {
    color: #fff;
}

.latest_post_holder .flex-direction-nav a:before {
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    height: 26px;
    width: 26px;
    line-height: 26px;
    top: 0;
    left: 0;
    color: #000;
    text-indent: 0;
    font-size: 16px;
}

.single .boxed .section .section_inner,
.single .grid_section .section_inner {
    max-width: 100%;
}

.travix-single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    padding: 15px;
    border-radius: 15px;
}

.travix-single-card .img-wrapper {
    width: 250px;
    height: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.travix-single-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.travix-single-card h4 {
    font-weight: bold;
    color: #0085d6;
    font-size: 17px;
    margin-bottom: 18px;
}

.travix-single-card p {
    margin-bottom: 0;
}

.travix-single-card p:empty,
.travix-single-card p:blank{
    display: none;
}

@media only screen and (max-width: 1140px) {
    .latest_post_holder .flex-direction-nav a {
        height: 56px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        width: 56px;
        line-height: 56px;
    }

    .latest_post_holder .flex-direction-nav a:before {
        font-size: 32px;
    }

    .latest_post_holder .flex-direction-nav a:before {
        width: 50px;
        line-height: 51px;
    }
}

.news-block-slider {
    width: 1130px;
    margin: 54px auto 0;
}

.single-blogs,
.single-press,
.single-post-template {
    background: #f4f4f4;
}

.single-blogs .content-block,
.single-post-template .content-block,
.single-press .content-block{
    margin-top: 105px;
    margin-bottom: 80px;
    max-width: 700px;
}

.single-blogs .content-wrapper,
.single-post-template .content-wrapper,
.single-press .content-wrapper{
    background: #ffffff;
    padding: 40px 32px 47px;
    border-radius: 6px;
    margin-bottom: 6px;
    font-family: Linotte;
}

.single-blogs .content-wrapper h2,
.single-post-template .content-wrapper h2,
.single-press .content-wrapper h2 {
    font-size: 44px;
    line-height: 1;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebeaea;
}

.single-blogs .content-wrapper .date-holder,
.single-post-template .content-wrapper .date-holder,
.single-press .content-wrapper .date-holder {
    font-size: 14px;
    color: #818181;
    padding: 10px 0;
    line-height: 45px;
    border-bottom: 1px solid #ebeaea;
    margin-bottom: 40px;
}

.single-blogs .content-wrapper .share-holder,
.single-post-template .content-wrapper .share-holder,
.single-press .content-wrapper .share-holder {
    float: right;
}

.single-post-template .content-wrapper .share-holder {
    margin-bottom: 0 !important;
}

.single-post-template .contentbox {
    padding: 0;
}

.single-blogs .content-wrapper .share-holder .share-link,
.single-post-template .content-wrapper .share-holder .share-link,
.single-press .content-wrapper .share-holder .share-link{
    margin: 0;
}

.single-blogs .content-wrapper .text-block img,
.single-post-template .content-wrapper .text-block img,
.single-press .content-wrapper .text-block img {
    width: 100%;
    display: block;
}

.single-blogs .content-wrapper .text-block p,
.single-post-template .content-wrapper .text-block p,
.single-press .content-wrapper .text-block p{
    color: #818181;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 1px;
}

.single-blogs .content-wrapper .text-block p a,
.single-post-template .content-wrapper .text-block p a,
.single-press .content-wrapper .text-block p a{
    color: #007ac9;
    display: inline;
}

.single-blogs .content-wrapper .text-block p a:hover,
.single-post-template .content-wrapper .text-block p a:hover,
.single-press .content-wrapper .text-block p a:hover{
    color: #0085d6;
}

.single-blogs .content-wrapper .text-block h5,
.single-post-template .content-wrapper .text-block h5,
.single-press .content-wrapper .text-block h5 {
    font-size: 24px;
    color: #0085d6;
    margin: 0 0 0;
}

.single-blogs .content-wrapper .text-block h3,
.single-post-template .content-wrapper .text-block h3,
.single-press .content-wrapper .text-block h3{
    font-size: 18px;
    color: #0085d6;
    margin: 26px 0 7px;
}

.single-blogs .content-wrapper .text-block img,
.single-post-template .content-wrapper .text-block img,
.single-press .content-wrapper .text-block img{
    margin: 30px 0 20px;
}

.single-post-template .grid_section .section_inner {
    width: 100%;
}

.posts-navigator a {
    line-height: 63px;
    display: inline-block;
    width: 280px;
    background: #ffffff;
    font-size: 18px;
    font-family: Linotte;
    color: #1c8cd4;
    padding: 0 20px;
    float: left;
    border-radius: 6px 0 0px 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.posts-navigator a i {
    margin-right: 15px;
}

.posts-navigator a:last-child {
    float: right;
    border-radius: 0px 6px 6px 0px;
    text-align: right;
}

.posts-navigator a:last-child i {
    margin-right: 0;
    margin-left: 15px;
}

.posts-navigator a:hover {
    background: #1c8cd4;
    color: #fff;
}

.posts-navigator a.disabled {
    color: #cbcbcb;
    cursor: not-allowed;
}

.posts-navigator a.disabled:hover {
    background: #ffffff;
    color: #cbcbcb;
}

@media all and (max-width: 1440px) {
    .news-block-layout .prev_btn {
        left: 20px;
    }

    .news-block-layout .next_btn {
        right: 20px;
    }
}

@media all and (max-width: 1284px) {
    .news-block-layout .prev_btn {
        left: 10px;
    }

    .news-block-layout .next_btn {
        right: 10px;
    }

    .news-block-slider {
        max-width: 768px;
    }

    .travix-single-card .img-wrapper {
        width: 150px;
        height: 150px;
    }
}

@media all and (max-width: 1140px) {
    .news-block-layout .slick-arrow {
        bottom: -37px;
        top: auto;
    }

    .news-block-slider .single-blocks {
        height: auto;
        margin: 0;
        padding: 0;
    }

    .news-block-slider .content-side {
        height: auto;
        margin-left: 0;
        text-align: center;
        padding: 0 15px 30px;
    }

    .news-block-slider .avatar-wrp {
        float: none;
        padding: 15px 15px 0;
        display: block;
        width: 100%;
    }

    .news-block-slider {
        max-width: 280px;
    }

    .news-block-layout .prev_btn {
        left: 50%;
        margin-left: -62px;
    }

    .news-block-layout .next_btn {
        right: 50%;
        margin-right: -62px;
    }

    .news-block-slider .content-side .text {
        height: auto;
        text-align: left;
    }

    .news-block-slider .content-side .btn-read {
        position: static;
        width: 100%;
        margin-top: 33px;
    }
}

@media all and (max-width: 1000px) {

    .travix-single-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .travix-single-card .img-wrapper {
        width: 100%;
        height: 250px;
        text-align: center;
        margin-bottom: 10px;
    }

    .travix-single-card h4 {
        margin-bottom: 10px;
    }

    .travix-single-card .img-wrapper img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .single-blogs .content-wrapper {
        margin: 15px 10px 0;
    }

    .posts-navigator {
        margin: 20px auto 20px;
        padding: 0 10px;
        max-width: 565px;
    }

    .posts-navigator a {
        width: 100%;
        float: none;
        text-align: center;
        border-radius: 6px;
    }

    .posts-navigator a:last-child {
        margin: 5px 0 10px;
        text-align: center;
        border-radius: 6px;
        float: none;
    }
}

@media all and (max-width: 480px) {
    .single-blogs .content-wrapper {
        padding: 40px 12px 47px;
    }

    .single-blogs .content-wrapper .share-holder {
        float: none;
    }
}

.post-type-archive-news .content-block {
    max-width: 1130px;
    margin: 105px auto 80px;
}

.news-holder .single-blogs {
    display: block;
    width: calc(50% - 7px);
    margin: 7px 0 7px;
    float: left;
}

.news-holder, .news-holder * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-holder .single-blogs:nth-of-type(odd) {
    margin-right: 7px;
}

.news-holder .single-blogs:nth-of-type(even) {
    margin-left: 7px;
}

@media all and (max-width: 1284px) {
    .news-holder .single-blogs {
        width: 100%;
        margin: 7px 0 7px;
    }

    .news-holder .single-blogs:nth-of-type(odd), .news-holder .single-blogs:nth-of-type(even) {
        margin: 7px 0 7px;
    }
}
.image-uploader.error_form{
    border-color:#ffcfbf!important;
}
.checkbox.error_form:not(.truelab) label::before{
    border-color: #ffcfbf!important;
}
.wrapper-apply .wpcf7-response-output:not(.wpcf7-validation-errors){
    height:0;
    overflow: hidden;
}
.form_apply_job{
    overflow: hidden;
}
.ok-sent{
    height:auto;
    display: none;
}
.formApply{
    min-height: 277px;
}

.blogs-holder {
    margin-bottom: 50px;
}

.btn-wrap {
    margin: 20px 0;
    text-align: center;
}

.glassdoor-holder {
    text-align: center;
    margin-bottom: 32px;
}

.glassdoor-holder a {
    display: inline-block;
}

.glassdoor-holder img {
    width: 350px;
    max-width: 90%;
}

.form_apply_job .errors-holder {
    color: red;
}

.ajax-loading {
    position: relative;
}

.ajax-loading:after {
    content: '';
    position: fixed;
    z-index: 10000;
    background: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-id-16477 .grid_section .section_inner {
    max-width: 700px;
}

.culture-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.culture-image-wrapper img {
    width: 33.3%;
    display: block;
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media all and (max-width: 992px) {

    .culture-image-wrapper img {
        width: 50%;
        height: auto;
    }
}

@media all and (max-width: 600px) {

    .instafeed-block {
        padding: 15px;
    }

    .feed-slider .slick-next {
        display: none !important;
    }

    .feed-slider .slick-prev {
        display: none !important;
    }

    .culture-image-wrapper img {
        width: 100%;
    }
}

.content_inner {
    visibility: hidden;
}

.page-load .content_inner {
    visibility: visible;
}

body.page-load {
    height: 100%;
    overflow: hidden;
}

.mixed-map-wrapper {
    position: relative;
}
.mixed-map-wrapper .top-map {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#map_canvas_3 path {
    fill-opacity: 0.4;
}