/*
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");
body {
    max-width: 1349px;
    margin: 0 auto;
}

.vc_row.wpb_row.section.vc_row-fluid.vc_inner.tm_icon {
    margin-bottom: 20px !important;
}

.vc_row.wpb_row.section.vc_row-fluid.vc_inner.tm_icon img {
    border-radius: 8px;
}

.tripleimgtext>p {
    color: #ffffff!important;
}

.tripleimgtext p a {
    color: #a0a2a6!important;
}

.tripleimgtext p a:hover {
    color: #99CC00!important;
}

body.page .nifty_specs {
    padding: 10px 0;
}

.q_logo a {
    visibility: visible;
}


/* .header_bottom, .header_top, .q_logo, .q_logo a {
  position: static;
} */


/* .header_inner_left .q_logo img.normal {
  height: auto !important;
  padding: 30px 0;
  position: static !important;
  width: 70% !important;
} */

.wpb_text_column.wpb_content_element.footer_add_text p {
    color: #d6d6d6;
}

.wpb_text_column.wpb_content_element.text_work_platform p a {
    color: #99cc00 !important;
}

.wpb_text_column.wpb_content_element.text_work_platform p a:hover {
    font-weight: bold !important;
    text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
    .product_range_icon.wpb_column.vc_column_container.vc_col-sm-2 {
        width: auto;
    }
}


/* FE SS: Bayu S*/

@media screen and (min-width: 767px) {
    .top-head-menu {
        display: block !important;
    }
    .header_bottom_right_widget_holder {
        text-align: right;
        float: right;
        clear: both;
        overflow: hidden;
    }
    .header_inner_right .side_menu_button {
        display: none;
    }
    .header_inner_right {
        position: absolute;
        z-index: 101;
        right: 40px;
        top: 5px;
    }
    .sticky .header_inner_right {
        display: none;
    }
    .drop_down .narrow .second .inner ul li {
        width: 200px;
    }
}

.top-head-menu a:last-child {
    background: #99cc00;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease;
}

.top-head-menu a:last-child:hover {
    background: #575757;
}

.mobile_menu_button span {
    font-size: 24px;
}

.btn-enquire {
    background: #99cc00;
    display: block;
    padding: 10px 15px!important;
    color: #fff;
    border-radius: 5px;
}

.btn-enquire:hover {
    background: #575757;
}

.tp-caption {
    text-align: left;
}

@media (max-width: 1000px) {
    header .q_logo img.mobile {
        width: 180px !important;
    }
    .top-head-menu {
        display: block !important;
        padding-top: 6px;
    }
    .header_bottom_right_widget_holder {
        display: block;
        padding: 0;
    }
    .header_inner_right {
        float: none;
        display: block;
        height: 38px;
    }
    .side_menu_button_wrapper {
        display: block;
        height: 38px;
    }
    header .header_inner_left {
        top: 15px;
    }
    header {
        position: fixed !important;
    }
    body {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .logo_wrapper .q_logo a {
        height: auto !important;
    }
    .header_top_bottom_holder .q_logo img {
        width: 70% !important;
        height: auto !important;
    }
    .mobile_menu_button i {
        font-size: 26px;
        vertical-align: top;
    }
    .top-head-menu {
        display: block !important;
    }
    .header_bottom_right_widget_holder {
        display: block;
        padding: 0;
        vertical-align: top;
    }
    .header_inner_left {
        overflow: hidden;
    }
    .logo_wrapper .q_logo {
        padding: 0;
    }
    .logo_wrapper, .mobile_menu_button {
        height: auto !important;
        padding: 12px 0;
    }
    header .header_inner_left {
        padding: 0;
        padding-top: 51px;
    }
    .side_menu_button_wrapper {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 34px;
      text-align: center;
      padding: 13px 20px;
      background: #f1f3f4;
    }
    .header_inner_right {
        position: static;
        height: auto;
    }
    .header_bottom {
        padding-bottom: 18px;
    }
    .logo_wrapper {
        padding: 15px 0;
    }
    header.scroll_header_top_area {
        position: fixed !important;
    }
    body {
        padding-top: 118px;
    }
    body.admin-bar {
        padding-top: 73px;
    }
    #wpadminbar {
        display: none;
    }
}


div.wpcf7-response-output {
  color: black;
}