/*
Theme Name: i-excel mod by Angel Lab.
Theme URI: http://www.templatesnext.org/iexcel/
Author: Angel Lab.
Author URI: https://mindandmagic.ru/
Description: i-excel modification by Angel Lab.
Version: 1.1.1 / 20.09.2019
Template: i-excel
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Black, Gray, Green, Fluid-Layout, Responsive-Layout, One-Column, Two-Columns, Right-Sidebar, Custom-Colors, Custom-Menu,  Featured-Images, Flexible-Header, Full-Width-Template, Microformats, Post-Formats, Sticky-Post, Theme-Options, Threaded-Comments, Translation-Ready
Text Domain: i-excel


iexcel WordPress Theme, Copyright 2014 WordPress.org
iexcel is distributed under the terms of the GNU GPL
*/
@import url("../i-excel/style.css");

/* Доработка стилей формы */
.wpcf7 select{
	width: 100%;
	padding: 8px 4px;
}
.wpcf7 input[type=file]{
	width: 100%;
	padding: 8px 4px;
}
/* Дата публикации в блоге */
.dateonimg{
	-webkit-filter: opacity(0.8);
	filter: opacity(0.8);
	transition: 0.5s;
	}
.dateonimg:hover{
	-webkit-filter: opacity(0.3);
	filter:opacity(0.3);
}
/* Убираем имя автора из блога */
.author{
	display:none;
}
mark {
	background: #fff;
	color: #000;
}
/* Меню */
.nav-container ul ul li a {
	padding: 10px 15px;
	width: 250px;
}
/* Поддержка */
.site-support{
	margin: 0 auto;
	max-width: 1264px;
	padding: 5px 30px;
	width: 100%;
	text-align: left;
	font-size: 12px;
}
/* Блоки в каталоге */
.woocommerce ul.products li.product a {
	text-align: -moz-center;
	text-align: -webkit-center;
}
.woocommerce ul.products li.product a img {
	width: auto !important;
	height: 200px;
}
/* Подписи под блоками */
.wc-block-grid__product {
	font-size: 0.9em !important;
}
/* Похожие товары */
div.owl-item.active > li  {
	width: auto !important;
}
div.owl-item.active > li > a > img {
	border: 1px solid transparent;	
}
.related.products ul.products li {
	width: auto !important;
}
/* Блоки в карусели */
.default-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-image {
	height: 200px;
}
.default-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-details{
	height: 100px;
}
.compact-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-image {
	height: 180px;
}
.compact-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-details{
	height: 100px;
}
/* Поделиться */
.ya-share2__item {
	filter: grayscale(1);
	transition: 1s;
}
.ya-share2__item:hover{
	filter: none;
}
/* Подвал */
.copyright,.policy,.credit-info{
	width: 33% !important;
}
.policy {
    display: inline-block;
	text-align: center;
}