/*
Theme Name: Spacious Child
Theme URI: https://cubelime.ru
Template: spacious
Author: CUBELIME
Author URI: https://cubelime.ru
Description: Система для общения, помощи при самообучении и мотивации идти вперед!
Tags: light, one-column, two-columns, right-sidebar, responsive-layout, accessibility-ready
Version: 1.9.4.1657878339
Updated: 2022-07-15 12:45:39

*/

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 50px;
	right: 11px;

}

/* Drop-down menu
----------------------------------------------- */
.main-navigation ul li ul {
	background: none repeat scroll 0 0 rgba(245, 245, 245, 0.95);
}

/* =RESPONSIVE SUB TOGGLE MENU
	----------------------------------------------- */
/* sub-toggle */
@media screen and (max-width: 768px){
.sub-toggle {
	background: #239323 none repeat scroll 0 0;
	}
}

/* Page Limelogin
----------------------------------------------- */
.limelogin-body {
	padding: 0;
	background-color: #f0f0f1;
}

/* .limelogin-contanier {
	margin-top: -36px;
	width: 100%;
	height: 100vh;
	padding: 0;
	background-color: #f0f0f1;
	background: url(assets/img/limelogin-bg-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

.limelogin-wraper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	/* background: rgba(0, 0, 0, 0.3); */
}

.limelogin-form {
	height: 100%;
	/* align-content: center; */
}

/* .limelogin-form .limelogin-form-content {
	transform: translateY(calc(-100px));
} */

#content .post-64 {
	padding-bottom: 0px;
}

.limelogin-logo {
	/* padding: 10px; */
	/* margin-top: 30px; */
	text-align: center;


}
.limelogin-logo .limelogin-logo__img {
	max-width: 180px;
	/* border: 1px solid #e5e5e5; */
	/* border-radius: 6px; */
	/* box-shadow: 6px 6px 12px -6px rgba(0,0,0,.3); */
	/* backdrop-filter: blur(10px); */
	/* -webkit-backdrop-filter: blur(10px); */
}

.panel_lk_recall .default-field input {
	border-radius: 6px;
}

body:not(.wp-admin) .rcl-bttn.rcl-bttn__type-primary {
	border-radius: 6px;
}

body:not(.wp-admin) .form-block-rcl .rcl-bttn.rcl-bttn__type-primary {
	/* border-radius: 6px; */
	height: 40px;
}

@media screen and (max-width: 767px){
	#primary  {
		float: none;
		width: 100%;
		margin: 0;
	}
}