/*
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.0
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
*/
span.otodv:hover {
    text-decoration: underline;
    transition: all 1s;
}
span.otodv {
    margin-left: 15px;
    display: block;
    color: #efefef;
}
.right-items-topheader{
	display:flex;
	display:-webkit-flex;
	align-items: center;
}
.right-items-topheader div{
	line-height: initial;
}
.bvi-shortcode svg{
	width: 23px !important;
}
#contact-form-oforml p{
	font-weight:600;
}
table tr td, table tr th {
    padding: 2px;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    font-size: 16px;
}
.woocommerce ul.products li.product .product-footer{
	border-top:0px !important;
}
.blog-wrapper .entry-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-grid .blog-wrapper .entry-title{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
	height:52px;
}
.latest_post_mainpage .blog-wrapper .entry-content{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
	padding-bottom:0px !important;
}
.page-header.parallax .featured-image{
	background-position: 90% 50px !important;
}
.main-nav ul.menu > li > a{
/* 	text-transform: none; */
}
.service-desc {
/*     min-height: 150px; */
}
.fixed-service-desc .service-desc{
	min-height:auto;
}
.poleznye_ssylki{
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.poleznye_ssylki p{
    max-width: 120px;
}
.poleznye_ssylki img {
    padding: 5px 0;
}
.widget_mf-custom-menu .custom-menu-area .custom-menu{
	width:100%;
}
.mf-latest-post {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.shop-toolbar{
	display:none !important;
}
/* menu left */

#nav_menu-3, #menu-product-category {
	margin: 0;
}
#nav_menu-3 .menu, #menu-product-category .menu {
	margin-left: 0;
}
#nav_menu-3 li, #menu-product-category li {
	list-style-type: none;
}
.widget_nav_menu .menu .menu-item a{
	color: #353535;
/* 	padding: 5px 20px 5px 8px; */
	transition: all 0.4s ease;
}
#nav_menu-3 li:hover, #menu-product-category li:hover{
	color: #fff;
	background: #040404;
	transition: all 0.4s ease;
}
#nav_menu-3 li:hover a, #menu-product-category li:hover a{
	color:#fff;
	transition: all 0.4s ease;
}
#nav_menu-3 .sub-menu li:hover, #menu-product-category .sub-menu li:hover{
	background-color: #4b535f !important;
}
#nav_menu-3 li:hover  .woo-cat-toggle, #menu-product-category li:hover .woo-cat-toggle{
	background-color:#fff;
	transition: all 0.4s ease;
}
#nav_menu-3 li:hover .woo-cat-toggle::before, #menu-product-category li:hover .woo-cat-toggle::before{
	color:#f7c02d;
	transition: all 0.4s ease;
}
/* make list item be relative, to be able to position toggle within this item, if desired */
#nav_menu-3 li, #menu-product-category li{
	position: relative;	
padding: 8px 5px;
}
/* the new toggle element wrapper, which is added via jQuery */
.woo-cat-toggle {
	position:absolute;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-left: 0.5em;
	width: 1.5em;
	line-height: 1em;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.4s ease;
	width: 20px;
	height: 20px;
	background: #f7c02d;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	right: 0;
	top:10px;
}
/* when it's popped, style the toggle wrapper differently */
.woo-cat-toggle.cat-popped {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
    background: #f7c02d;
	color: white;
}
/* toggle icon */
.woo-cat-toggle::before {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-transform: none;
/* 	speak: none; */
	content: '+';
	line-height: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
}
/* toggle icon when triggered */
.woo-cat-toggle.cat-popped::before {
	content: '\2013';
	position: relative;
    top: -1px;
}
/* hide sub cats by default */
#nav_menu-3 .menu-item-has-children > .woo-cat-toggle ~ ul.sub-menu, #menu-product-category .menu-item-has-children > .woo-cat-toggle ~ ul.sub-menu {
	overflow: hidden;
	max-height: 0;
	transition: all 0.4s ease;
}
/* show sub cats when triggered via jQuery toggle */
#nav_menu-3 .menu-item-has-children > .woo-cat-toggle.cat-popped ~ ul.sub-menu, #menu-product-category .menu-item-has-children > .woo-cat-toggle.cat-popped ~ ul.sub-menu {
	max-height: 800px;
	transition: all 0.4s ease;
}
/*  */
.archive.woocommerce ul.products li.product .product-inner{
	display:flex;
	display:-webkite-flex;
	border: 1px solid #efefef;
}
.archive.woocommerce ul.products li.product .product-info{
	border:0px;
}
.archive.woocommerce ul.products li.product a.woocommerce-loop-product__link{
	min-width: 250px;
    max-width: 250px;
	min-height: 250px;
    max-height: 250px;
    background-color: #efefef;
}
/* .archive.woocommerce ul.products li.product-category img{
	width: 100%;
	height: 100%;
    object-fit: contain;
} */
.archive li.product-category img{
	width: 100% !important;
	height: 300px !important;
    object-fit: contain !important;
}
.woocommerce ul.products li.product a img{
	height: 100%;
    object-fit: contain;
    background-color: #fff;
}
.related.products ul.products li.product a img{
	height: 300px;
    object-fit: contain;
}
.woocommerce ul.products li.product .product-info {
/*     border: 1px solid #f7c02d;
	border-radius: 0 20px 20px 20px; */
	width: 100%;
}
.short_desc{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}
.archive_read_more{
	margin-top:14px;
}
.archive.woocommerce-page ul.products li.product-category.product.first.col-sm-6.col-xs-6.col-md-12{
	width:50%;	
}
.prod-img img {
    width: 100%;
    height: 210px;
    object-fit: contain;
/*     border: 1px solid #fff; */
}
.cat-img img{
	width: 100%;
    height: 300px !important;
    object-fit: contain;
}
.cat-text a{
	text-align: center;
    text-align: -webkit-center;
    font-size: 1.4em !important;
	color: #393939;
	font-weight:600;
}
.footer-widgets .footer-widget-contact .detail span{
	display:block;
}
.footer-widgets .footer-widget-contact .detail{
	margin-bottom:4px;
}
.wp-video {
    width: 100% !important;
}
h2.woocommerce-loop-category__title {
    text-align: center;
    text-align: -webkit-center;
    font-size: 1.4em !important;
}
.woocommerce ul.products li.product .product-inner{
	border: 1px solid #efefef;
}
.woocommerce ul.products li.product .product-info{
	border:0px;
}
/*  */
.header-v5 .site-contact {
    padding-top: 10px;
    padding-bottom: 45px;
}
.topbar{
	padding-bottom: 0px;
    padding-top: 0px;
    line-height: 0px;
}
.induscity-office-location-widget .office-switcher {
    background: #00000000;
}
.induscity-office-location-widget .office-switcher {
    background-color: #f7c02d;
    border-radius: 3px;
    padding: 6px 10px 1px 10px;
    position: relative;
    float: right;
}
.office-switcher {
    display: none !important;
}
.woocommerce div.product-image{
	width:55%;
}
.woocommerce div.product-summary{
	width:45%;
}
a {
    transition: 0.5s;
    color: #202020;
    text-decoration: underline;
}
nav a, .mf-btn{
	text-decoration:none;
}
.main-nav a {
    font-size: 15px;
    color: #fff;
    display: block;
	font-weight:400;
}
.header-v5 .site-menu .menu-block-right, .header-v5 .site-menu .menu-block-left {
    content: '';
    height: 100%;
    background-color: #003ea4;
    position: absolute;
    top: 0;
}
.header-v5 .site-menu {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: #003ea4;
}
div#footer-widgets, #colophon, div#footer-widgets a, #colophon a {
    color: #fff !important;
}
.page-header h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
    line-height: 1.2;
    position: relative;
    z-index: 9;
    text-align: center;
}
.page-header.has-image {
    background-color: #00000085;
}
.header-v5 .page-header .page-header-content {
    padding-top: 70px;
}
.widget .widget-title{
	font-weight:500;
}
h4.widget-title:after {
    content: '';
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background-color: #f7c02d;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.tablecont tr:nth-child(2n) {
    background: rgba(0,62,164,.05);
}
.tablecont td{
	padding:10px 5px;
}
.mf-latest-post .blog-wrapper{
	margin-bottom:50px;
}
@media (min-width: 1400px){
	.container {
    	width: 1300px;
	}
	.header-v1 .site-logo, .header-v2 .site-logo, .header-v5 .site-logo {
		width: 70%;
	}
}
@media (max-width: 1400px){
	.main-nav a {
    font-size: 13px;
}
}
@media (max-width:992px){
	.right-items-topheader{
		justify-content:center;
	}
}