
/* Виправлення брендування на головній */
/*
.featured-desktop .fotorama__stage__shaft.fotorama__grab {
	max-width: 1170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
*/
@media(min-width: 1280px) {
	.body-with-branding.home #featured {
		padding-left: 10px;
		padding-right: 10px;
		background: #fff;
		max-width: 1190px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(min-width: 1024px) {
	/**
	 * У файлі inc/featured.php замінив ширину 1170 на 1190
	 * Збільшуємо ширину на 20px, щоб було однаково по ширині з секцією тексту
	 */
	/*
	.body-with-branding.home .featured-desktop .fotorama__stage__shaft.fotorama__grab {
		max-width: 1190px !important;
	}
	*/
	
	.body-with-branding.home #featured {
		margin-top: 120px;
		margin-bottom: 0;
	}
	
	body.body-with-branding.home:not(.paged) #wrapper {
		padding-top: 0 !important;
	}
	
	body.body-with-branding.home:not(.paged) #wrapper .container {
		padding-top: 40px;
	}
}
/* Remove space between header and banner image in cards template */
body.post-template-single-cards.body-with-branding #container .ad-below-header {
	display:none;
}
/* Remove space between banner image and content in cards template */
body.post-template-single-cards.body-with-branding #container #wrapper {
	padding-top: 0 !important;
}
/* /Виправлення брендування на головній */



/* Виправлення таблиць з порівняннями товарів */
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-lefttop,
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop {
	vertical-align: middle;
	text-align: center;	
}


.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l {
	margin-bottom: 10px;
}
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l img {
	float: none;
}

.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l,
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r {
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l a,
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .title,
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .hlpricetable,
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .buttonhotline
{
	display: block;
}


.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .buttonhotline {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}
/* /Виправлення таблиць з порівняннями товарів */



/* Виправленя реклами в сайдбарі */
#sidebar ins {
	display: block;
}
/* /Виправленя реклами в сайдбарі */


.content-top-banner {
	margin-bottom: 10px;
}
body.home .content-top-banner {
	clear: both;
	float: left;
	width: 100%;
	margin: -13px 0 10px 0;
}
body.home .content-top-banner  a {
	text-decoration: none;
}

#posts .blocks {
	overflow: visible;
}

.box-col-right .hlinker {
	display: none;
}



/* Підписка на емейл в сайдбарі */
.itc-email-subscribe {
	display: block;
	background: #e86248;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 18px;
	padding-top: 4px;
	line-height: 42px;
	text-decoration: none;
	border-radius: 5px;
	border-bottom: 2px solid #c98879;

	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.itc-email-subscribe:hover {
	opacity: 0.95;
}
.itc-email-subscribe span {
	padding-left: 30px;
	background: transparent url("../i/ico-mail.png") 0 0 no-repeat;
	line-height: 1;
	display: inline-block;
}

.itc-email-subscribe-form {
	display: none;
	position: relative;
	padding: 25px 35px;
	background: #fff;
	margin-top: 10px;
	border: 1px solid #e7e7e7;
}

.itc-email-subscribe-form * {
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	font-family: 'HattoriHanzoLight', Tahoma;
}

.itc-email-subscribe-form .times {
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 22px;
	line-height: 1;
	color: #ddd;
	text-decoration: none !important;
}
.itc-email-subscribe-form .times:hover {
	color: #999;
}

.itc-email-subscribe-form input[type='email'] {
	display: block;
	padding: 7px 15px 5px;
	color: #666;
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
	border: 0 none;
	background: #e9e9e9;
}

.itc-email-subscribe-form button {
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 0;
	background: #e86248;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 18px;
	padding-top: 4px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 5px;
	border: 0;
	border-bottom: 2px solid #c98879;
}
.itc-email-subscribe-form button:hover {
	opacity: 0.95;
}

.mail-sent-ok {
	display: none;
	margin-top: 15px;
	background: green;
	padding: 7px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}



#header .menu-tags li.multitest a {
    border-radius: 3px;
    background-color: #ff4800;
    color: #fff;
    padding: 2px 13px;
    margin: 0 15px;
}
#header .menu-tags li.multitest a:hover {
	text-decoration: none;
	background-color: rgba(255, 72, 0, 0.9);
}


/* Чорні плашки для http://itc.ua/articles/sravnitelnyiy-obzor-apple-iphone-6-protiv-samsung-galaxy-s6-edge/ */
body.postid-208358 .cheif-box-text,
body.postid-213618 .cheif-box-text,
body.postid-244038 .cheif-box-text
{
	background-color: rgba(34,34,34,0.7);
}


/* Ховаємо плашки */
body.postid-216246 .cheif-box-text {display: none;}


/**
 * Ховаємо брендування на малих екранах
 */
@media(max-width:800px) {
    body {
        background: #f9f9fb none !important;
    }
	#container #wrapper {
		padding-top: 5px !important;
	}
}


/* Даємо клас для боді, щоб потім виправити z-index в форму пошуку, бо брендування лізе вгору */
body.open-search-form > a { z-index: 1 !important; }



/**
 * Прибираємо рамку і сірий фон з віджетів реклами
 */
#sidebar .xoxo .widget_execphp {
	padding: 0;
	border: 0 none;
	background: transparent;
}


/**
 * Прибираємо брендування на сторінці http://itc.ua/articles/vyibor-redaktsii-2016-smartfonyi/
 */
html body.postid-300878 {
    background: #f9f9f9 none !important;
}

/**
 * Збільшуємо шрифт в таблиці на сторінці реклами
 */
body.page-id-12710 #content .entry-content table.dpk1 td {
    font-size: 14px;
}


/**
 * Тимчасовий хак
 * Щоб прибрати горизонтальну прокрутку на мобілках
 */
@media(max-width:1023px) {
	#container {
		overflow: hidden;
	}
}


/**
 * Вирівнюємо таблицю лінкреру порівнянн товарів
 *
 */
.hotlinetable td {}
.hotlinetable tr td:nth-child(3) {
	width: 40%;
}