/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 12.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.content {margin-top:90px !important}
.title_outer {display: none}
.footer_top {padding:30px 0 !important}

@media only screen and (max-width:1000px) {
.header_top .left {
  float: left !important;
	  width:70%; text-align: left !important;
 }
	.header_top .right {
  float: right !important;
		width:30%;text-align: right !important;
 }
	.sfm-mobile .sfm-navicon-button {
    top: 70px !important;
}
	.logo_wrapper {
    height: 100px!important;
    left: 12% !important;
}
}

@media screen and (max-width:600px){
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .full_width .parallax_content, .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {
    width: 100% !important;
}
	.header_top {
    line-height: 20px !important;
}
	.header_top .left {
  float: none !important;
	  width:100%;text-align:center !important
 }
	.header_top .right {
  float: none !important;
		width:100%;text-align: center !important
 }
	.title_outer {height:0}
	
	.vc_row {

		width:96%;margin-left:0 !important;padding:0 2% 0 2%
}
	.four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4 {width:46% !important;font-size:12px !important;padding:0 2%}
}