/*
Theme Name: Induscity Child
Theme URI: http://steelthemes.com/induscity
Author: Steelthemes
Author URI: http://steelthemes.com
Description: Industry / Factory / Engineering and Construction Business WordPress Theme
Version: 1.0.9
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: induscity
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: induscity
*/
.blog-list{
    height: 550px;
}
.blog-list .blog-wrapper{
    height: 525px;
}
.blog-list .blog-wrapper .entry-header{
    min-height: 25%;

}
.blog-list .blog-wrapper .entry-content{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
}

@media (max-width:992px) {
    #masthead{
        height: 114px;
    }
}
@media (min-width: 1400px){
.container {
    width: 1350px;
}
}


.blog-list .blog-wrapper img{
	max-height: 250px;
}
.page-header-content .container h1,.breadcrumbs >span:last-child {
	text-shadow: 1px 1px black;
	font-weight: bold;
}
.indexpage-applications-img-text{
	text-align: center;
	font-size: .8em;
}
#menu-main-menu ul li .dropdown-submenu{
	max-height: 600px;
	overflow-y: scroll;
	left: 101%;
}
#menu-main-menu ul li ul::-webkit-scrollbar {
	display: none;
}
.wpb_heading.wpb_video_heading{
	min-height: 70px;
}
.wpb_video_widget .wpb_video_wrapper{
	padding-top: 0!important;
}

input[name="page-url"] {
  display: none !important;
}