/*   
Theme Name: minipolis
Version: 1.0
Description: minipolis шаблон
Author: 
Author URI: 
*/

@import url('assets/css/main.css');
/* превью под мобилы  */

@media (max-width: 800px) {
	.main__row {
		display: block;
	}
	.main__row .item {
		width: 100%;
		/*border: none;*/
	}
}

body {
	position: relative;
}

.club__header h1 {
	font-size: 24px;
	color: #27272b;
	font-weight: 900;
	text-transform: uppercase;
	color: #00064f;
}

.breadcrumbs-list {
	list-style: none;
	display: flex;
	padding: 0;
}

.breadcrumbs-list li {
	margin-right: 10px;
}

/* menu */

.header__menu a {
	position: relative;
	margin: 0 30px 0 0;
	padding: 0;
	padding-right: 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	/* border: 1px solid #830083; */
	border-radius: 100px;
	border-left: none;
	font-size: 16px;
	color: #000e4f;
	font-family: 'GilroyRegular', sans-serif;
	font-weight: normal;
}

.header__menu a:last-child {
	margin: 0;
}

.header__menu a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	background: #075e68;
}

.header__menu>a img.menu-image {
	width: 45px;
	height: 45px;
	padding: 0;
}

/* sidebar widgets */

.sidebar .widget {
	background: white;
	border: 1px solid #E6E6E6;
	margin-bottom: 30px;
}

.sidebar .widget-title {
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	color: #000;
	font-weight: 700;
}

.sidebar .widget-content {
	padding: 20px 20px;
}

.sidebar .widget ul {
	padding: 0;
	margin: 0;
}

.sidebar .widget li {
	display: block;
	list-style: none;
}

.sidebar .widget li a {
	color: black;
	padding: 7px 0px;
	display: block;
}

/* search widgets */

.widget_search .searchform {
	position: relative;
	margin-bottom: 0px;
}

/*
.widget_search #searchsubmit {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	border-radius: 0px !important;
	background: #f4850e;
}

.widget_search  #searchsubmit:hover {
	background: #c56f12;
}


.widget_search  #s {
	width: 100%;
	height: 100%;
	margin-bottom: 0px !important;
}

.widget_search  #s:focus {
	outline-width: 0px !important;
}
*/