/*
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.3
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
*/

@media (max-width: 1199px) {
	.navbar-toggle {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		column-gap: 16px;
	}
}
.single-project-wrapper .item-gallery {
	text-align: center;
}
.sidebar-cart {
	padding: 0 !important;
}

.navbar-toggle .sidebar-cart {
	margin: 0 !important;
}
.sidebar-cart svg circle,
.sidebar-cart svg path {
	fill: #393939;
}

.home .sidebar-cart svg circle,
.home .sidebar-cart svg path {
	fill: #fff;
}
.get_a_quote_btn {
	margin-bottom: 0 !important;
}

.get_a_quote_btn button {
	background: #f7c02d !important;
	padding: 12px 20px !important;
}
.mf-contact-box .contact-info i {
	display: none;
}
.mf-contact-box .contact-info div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: 0;
}
.mf-contact-box .contact-info:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.site-logo a img {
	max-height: 48px;
}

@media only screen and (max-width: 600px) {
  .site-logo a img {
		max-height: 24px;
	}
}

@media (min-width: 992px) {
    .project-wrapper {
        width: 33.3333%;
    }
}

.topbar-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.topbar .topbar-right .widget:before {
    display: none
}

.topbar-right .social i {
    font-size: 20px;
}