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

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

header.centered_logo .header_inner_right {
	float: right!important;}
	
.side_menu_button>a.search_button {
    margin-top: 18px!important;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #757576;
    font-size: 15px;
    font-weight: 400;
}

.title.title_size_large h1 {
	font-family: 'peggs-medium'!important;
	font-weight: normal;
    font-style: normal;
}

.mobile_menu_button {
    height: 110px;
}

.footer_top .widget_nav_menu li.menu-item a {
    margin-bottom: 0;
    background: #deb00c;
	border-radius:3px;
	color: #ffffff;
	padding:12px 15px;
	margin-left:10px;
}

.footer_top .widget_nav_menu li.menu-item a:hover {
    background: #e1ba4d9e;
}

.footer_top .widget.widget_nav_menu li {
	display: inline-block;}

.content .container {
    margin-bottom: 60px!important;
}

h1 {
	margin-bottom:15px;}
}

.header_inner_left {
	margin: 16px 0 10px!important;}

@media only screen and (min-width: 1000px) {
header.centered_logo:not(.sticky) .q_logo img {
    height: 200px!important;
	}}

@media only screen and (max-width: 1000px) {
header.centered_logo:not(.sticky) .q_logo img {
    height: 120px!important;
	}
.q_logo a, .q_logo img {
    height: 105px !important;
}
.page-id-11 .full_width_inner {
    padding-top: 0px!important;
}
.page-id-11 .title_outer.title_without_animation {
		display:none;
	}}