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

/* Nav */

.boxed header {
	background-color: #eeeeee !important;
}

.boxed .header_bottom {
    padding: 0 5%;
}

.boxed .header_bottom .container_inner {
	width: 100%;
}

.header_top p {
	margin: 0;
}

.mobile_menu_button {
    float: right;
}


/* Header image */

.banner {
	padding: 10% 5%;
}

/* Footer */

.small{
	font-size: 12px !important;
}

/* Contact form */

.contact_form {
    margin: 75px 40px 75px 0;
}

/* Media queries */

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

.logo_wrapper {
    left: 30px;
}

.header_bottom {
    background-color: #3f3f3f !important;
}

.header_top .left {
    display: none;
}

}


@media only screen and (max-width:350px) {

.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .full_width .parallax_content, .steps_holder_inner, body.boxed .carousel-inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer, div.grid_section .section_inner, nav.content_menu {
    width: 320px;
}

}