/* ===================================================================================

* Theme Name: Dustrial Child
* Theme URI: https://themeforest.net/user/johanspond
* Description: Dustrial Industrial WordPress Theme.
* Version: 1.0.0
* Author: Johanspond
* Author URI: http://pluginspoint.com/
* Template: dustrial
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.business-video-icon{
    display:none !important;
}
.inspiring-section-bg {
	right: 0;
	background: transparent;
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}
.inspiring-by img{
    display: none !important;
}
.section-title .main-title {
	font-size: 34px !important;
	line-height: 40px;
	font-weight: 700;
	color: #061538;
}
#market-2350 .wp-post-image{
	width:100% !important;
}
.fs-2{
	font-size:20px;
}
.main-menu ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #242424;
	line-height: 15px;
	padding: 30px 12px;
	text-transform: uppercase;
	display: inline-block;
}
.main-menu ul li.current-menu-parent a, .main-menu ul li.current-menu-item a{
	color: #ff5e14;
	
}
.main-menu ul li a::before  {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 4px;
	background: #ff5e14;
	transform: translateX(-50%);
	transition: 0.5s;
	opacity: 0;
}
.section-body {
	position: relative;
	left: 63px;
	top: 0;
	display: inline-block;
	width: calc(100% - 63px);
}
@media only screen and (max-width: 767px){
	.navbar-fixed-top .mean-container a.meanmenu-reveal {
	margin-top: -76px ;
}
}
