/*
Theme Name: mostbet
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/

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

.sidebar-img {
	margin-bottom: 20px;
  	width: 100%;
}
.main-navigation ul li:first-of-type a {
	margin-left: -20px;
}
.main-navigation ul li {
	border: 0 !important;
}
body {
	background: linear-gradient(180deg, #003266 0%, #0A519E 24.23%);
}
.main-bg {
	background: url('images/Group 3.png');
}
.site {
	background: transparent !important;
}
.site-header {
	display: block;
}
.btns input {
	outline: 0 !important;
	color: #fff;
	border-radius: 62px;
}
.reg {
  background: #FB4D00;
  height: 35px;
	border: 0;
	padding: 0 32px;
}
.reg:hover, .login:hover {
	cursor: pointer;
}
.login {
  	border-radius: 5px;
  	height: 33px;
  	border: 0;
	background: #509AEA;
	padding: 0 38px;
	margin-left: 12px;
}
.menu{
	display: flex;
  	justify-content: space-between;
	align-items: center;
}
.main-navigation {
	border-radius: 62px;
  	background: #003266;
	padding-right: 14px !important;
}
.main-navigation a {
	font-weight: bold;
	font-size: 18px;
}
article {
	padding: 32px;
	background: #003266;
	border-radius: 10px;
}
p, span, a, div, .comment-list .comment-author, time {
	color: #fff !important;
}
.content-area, .widget-area {
	padding: 0 !important;
}
.pagination .nav-links {
    text-align: left;
}
.pagination .nav-links *{
    background: #003266 !important;
  	border-radius: 31px;
  	color: #fff !important;
  	border: 1px solid transparent;
}
.pagination .current,  .pagination .nav-links a:hover{
	border: 1px solid #FB4D00;
}
.site-footer {
    padding-left: 0;
}
.hidden-xs {
	color: #999;
}
.widget-header, .widget_recent_entries ul li {
	border: 0 !important;
}
.widget_recent_entries ul li:before {
	content: '●' !important;
	color: #FB4D00 !important;
}
.widget-header {
	font-size: 24px;
	padding: 0;
}
#recent-posts-2 {
	border: 2px solid #FB4D00;
	border-radius: 10px;
	padding: 25px;
/* 	background: #0A519E; */
}
.subscription {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}
.subscription-form {
	background: #003266;
	padding: 17px 25px;
	border-radius: 10px;
	margin: 0 0 35px;
}
.subscription-form input {
	width: 100%;
	border: 0;
	color: #fff;
	height: 44px;
	border-radius: 62px;
	outline: 0;
}
.subscription-form input::placeholder {
	opacity: .22;
}
.subscription-form input[type=text] {
	background: #011F3F;
	text-align: center;
}
.subscription-form input[type=submit] {
	background: #FB4D00;
	margin: 8px 0 18px;
	cursor: pointer;
}
.entry-title a {
	border: 0 !important;
}
.page-separator {
    margin-left: 0;
}
@media (max-width: 992px) {
	.main-navigation ul li:first-of-type a {
        margin-left: 0;
    }
    .btns {
      padding: 0 0 0 15px;
    }
}