/*
Template:       induxter
Theme Name:     Induxter Child
Theme URI:      https://demo.themedraft.net/wp/induxter/
Author:         ThemeDraft
Author URI:     https://themeforest.net/user/themedraft/
Description:    Induxter is a WordPress theme for industry and factory
Version:        1.1.6
Text Domain:    induxter
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
*/
@media screen and (max-width:767px){
	.logo-wrap img{display:none;}
	.logo-wrap a{
		background-image:url('/wp-content/uploads/2024/02/Logo-black.png');
		background-size:contain;
		background-repeat:no-repeat;
		height: 100px;
    	width: 200px;
	}
}
@media screen and (max-width:1199px){
.main-navigation ul li a {
    font-size: 14px!important;
	}
}

.blog .all-posts-wrapper{
	margin:115px 0;
}
@media screen and (max-width:767px){
	.blog .all-posts-wrapper{
	margin:55px 0!important;
	}
}
.comments-area{display:none;}
.comment .comment-content {
    margin-top: 80px;
}