/*!
Theme Name: Zeen
Theme URI: https://themeforest.net/item/zeen-next-generation-magazine-wordpress-theme/22709856
Description: A next generation WordPress theme with everything you need to take your site to the next level.
Version: 4.5.4
Author: Codetipi
Author URI: https://www.codetipi.com
License: https://themeforest.net/licenses/standard
License URI: https://themeforest.net/licenses/standard
Requires at least: 5.4
Requires PHP: 7.0
Tested up to: 6.1.1
Tags: responsive, modern, next-generation
Text Domain: zeen
*/

/* The theme stylesheet is located in "assets/css/style.css". If you want to add/edit css, the recommended method is to edit the style.css inside your child theme or to add your css into Appearance -> Customizer -> Custom CSS */

.block-title-wrap-style .block-title::after {
	border-top: 0px !important;
}

footer .tipi-xs-flex-full {
	align-items: inherit !important;
}

@media (min-width: 860px) {
footer .rekviziti {
	margin-left: 100px;
}
}
footer .rekviziti p:not(.zagl) {
	color: #838383;
}
footer .rekviziti {
	margin-top: 20px;
}


.my_logo_wrap {
  padding: 5px 30px 5px 0;
}
.my_logo_wrap .my_logo_item {
  background: url('/wp-content/uploads/logo/logo_ru_retina.png') no-repeat;
  display: block;
}
html[lang="en"] .my_logo_wrap .my_logo_item,
html[lang="pt"] .my_logo_wrap .my_logo_item,
html[lang="zh-CN"] .my_logo_wrap .my_logo_item
{
  background: url('/wp-content/uploads/logo/logo_en_retina.png') no-repeat;
}

@media (min-width: 860px) {
.my_logo_wrap .my_logo_item {
  width: 251px;
  height: 45px;
  background-size: 251px 45px;
}
html[lang="en"] .my_logo_wrap .my_logo_item,
html[lang="pt"] .my_logo_wrap .my_logo_item,
html[lang="zh-CN"] .my_logo_wrap .my_logo_item
{
  background-size: 251px 45px;
}
}
@media (max-width: 860px) {
.my_logo_wrap .my_logo_item {
  width: 160px;
  height: 28px;
  background-size: 160px 28px;
}
html[lang="en"] .my_logo_wrap .my_logo_item,
html[lang="pt"] .my_logo_wrap .my_logo_item,
html[lang="zh-CN"] .my_logo_wrap .my_logo_item
{
  background-size: 160px 28px;
}
}
