/*
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");

.Stratum1 {
font-family: stratum-1-web,sans-serif !important;
font-weight: 500;
font-style: normal;
}

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

.Turnpike {
	font-family: 'Turnpike' !important;
}

h2, .h2, h2 a, #submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton, .qode-qbutton-main-color, nav.main_menu > ul > li > a, h5, .h5, h5 a, .q_icon_with_title .icon_text_holder h5.icon_title, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit],.footer_top .widget_nav_menu li.menu-item a, .title.title_size_small h1, h4, .h4, h4 a, h3, .h3, h3 a, .drop_down .second .inner ul li a {
	font-family: stratum-1-web,sans-serif !important;
	font-weight: 500 !important;
}



/* 
body {
    -webkit-font-smoothing: subpixel-antialiased;
} */

.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a, .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover {
	color: #ff4b22;
}


/**** Header ***/

@media only screen and (max-width: 1000px) {
.header_top {
    background-color: rgba(0,0,0,1) !important;
}
}

.header_top .left {
    display: none;
}


/*** Expertise Boxes ***/

@media screen and (max-width: 1299px) {
.expertise-agile-box, .expertise-sales-box, .expertise-oe-box, .expertise-safety-box, .expertise-leaders-box {
    padding: 30px 35px;
}
}

@media screen and (max-width: 1200px) {
.expertise-agile-box, .expertise-sales-box, .expertise-oe-box, .expertise-safety-box, .expertise-leaders-box {
    padding: 20px 15px 35px;
}
}