/*
Theme Name: pinup
Theme URI: https://wpshop.ru/themes/root
Author: WPShop
Author URI: https://wpshop.ru/
Description: The best premium eco-theme WP
Version: 2.0.1
Text Domain: root
Tags: premium, adaptive, seo
*/

/*--------------------------------------------------------------

 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *
 *   ВНИМАНИЕ!!!!!!!
 *
 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *   ПРИ ОБНОВЛЕНИИ ТЕМЫ - ВЫ ПОТЕРЯЕТЕ ВСЕ ВАШИ ИЗМЕНЕНИЯ
 *   ИСПОЛЬЗУЙТЕ ДОЧЕРНЮЮ ТЕМУ ИЛИ НАСТРОЙКИ ТЕМЫ В АДМИНКЕ
 *
 *   ПОДБРОБНЕЕ:
 *   https://docs.wpshop.ru/child-themes/

--------------------------------------------------------------*/

body, .site-footer {
	background: #131313;
}
.site {
	background: #3B3B3B;
}
p, span, a, div, .comment-list .comment-author {
	color: #fff;
}
.main-navigation, .pagination .current, .page-separator, .entry-content ul li:before, .submit, .pagination a.page-numbers:hover {
	background: #00BB9D !important;
}
.comment-reply-link {
	color: #00BB9D;
}
.hidden-xs {
	color: #999;
}
.widget-header, .widget_recent_entries ul li {
	border: 0;
}
.widget_recent_entries ul li:before {
	content: '♦';
	color: #00815C;
	transform: scalex(1.5)
}
.subscription {
	font-size: 24px;
}
.subscription-form {
	background: #5B5B5B;
	padding: 32px 27px;
	margin: 35px 0 35px;
	border: 4px solid #00BB9D;
}
.subscription-form input {
	width: 100%;
	border: 0;
	color: #fff;
	height: 44px;
}
.subscription-form input::placeholder {
	opacity: 1;
}
.subscription-form input[type=text] {
	background: #3E3E3E;
	padding: 0 0 0 30px;
}
.subscription-form input[type=submit] {
	background: #00BB9D;
	margin: 20px 0;
}
.entry-title a {
	border: 0;
}
.widget-area {
	padding-right: 25px;
}
.banner {
	margin-bottom: 27px;
}
.btns input {
	outline: 0 !important;
	color: #fff;
}
.reg {
  background-color: #FF3919;
  height: 35px;
	border: 0;
	padding: 0 25px;
}
.reg:hover, .login:hover {
	cursor: pointer;
}
.login {
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  height: 33px;
	background: transparent;
	padding: 0 30px;
	margin-left: 10px;
}
.main-navigation ul li {
	border: 0;
}
.main-navigation {
	padding: 0 25px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}