/*  
Theme Name: ISEM BASE (based on IMT)
Version: 1.0.0
Author: deSiter
Author URI: http://desiter.ru
*/

/*  
Content:
- :root
- Components
-- Top menu
-- Main menu
-- Header-profile
-- MOBILE-MENU
-- Block decor

*/

:root {
    --main-color: #388247;
    --main-color-hover: #2f6e3c;
    --common-color: #000;
    --common-color-hover: #000;
}

/*	Top menu
*************************************************************************************/

#menu-top-menu .menu-item__link {

}

/*	Main menu
*************************************************************************************/

#menu-main-menu .menu-item__link {

}
#menu-main-menu .menu-item__link:hover {

}

/*	Header
*************************************************************************************/

#header #searchform {
	display: flex;
}

#searchform {
	display: flex;
}

/*	Footer
*************************************************************************************/

#footer {
	background-color: #1d2327;
	color: #fff;
}
#footer a { 
	color: #fff;	
}

/*	Страница конференции	*/

#conf-page article.conf .content {
	position: relative;
}
.conf-sections__item {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	transition: all 0.3s linear 0s;
	pointer-events: none;
}
.conf-sections__item.active {
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	transition: all 0.3s linear 0s;
	pointer-events: auto;
}

/*	Header-profile
*************************************************************************************/

.header-profile {
	position: relative;
	cursor: pointer;
}
.header-profile__main .btn{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.header-profile__drop-down {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: var(--main-color);
	display: none;
	width: 100%;
}
.header-profile:hover .header-profile__drop-down { 
	display: block;
}
.header-profile__drop-down:hove { 
	display: block;
}

/*	pll-lang-switcher
*************************************************************************************/

.pll-lang-switcher {
	position: relative;
}
.pll-lang-switcher__main .btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.pll-lang-switcher li {
	list-style-type: none;
}

.pll-lang-switcher__img {
	max-width: none;	
}

.pll-lang-switcher__drop-down {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background-color: var(--main-color);
	display: none;
	width: auto;
}
.pll-lang-switcher:hover .pll-lang-switcher__drop-down { 
	display: block;
}
.pll-lang-switcher__drop-down:hove { 
	display: block;
}

/*************************
  MOBILE-MENU
**************************/

.mobile-menu-btn {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: center center url(/assets/images/static/icons/menu.png) no-repeat;
	background-color: var(--main-color);
	color:  #fff;
	cursor: pointer;
	z-index: 3;
	margin-right: 10px;
}
.mobile-menu {
	background-color: var(--main-color);
	padding: 60px 16px 45px;
	transform: translateX(-100%);
	z-index: 3;
	transition: all 0.3s linear 0s;
	overflow: hidden;
}
.mobile-menu.active {
	transform: translateX(0);
}
.mobile-menu__close {
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 24px; 
	top: 12px;
}
.mobile-menu__content {
	color: white;
/*	overflow: scroll;	*/
	height: 100%;
	line-height: 1.3;
	overflow-y: scroll;
}
.mobile-menu__content *:not(.btn, input) { 
	font-size: 21px;
}
.mobile-menu__content [type="reset"], .mobile-menu__content [type="submit"], .mobile-menu__content .btn {
/*	background: var(--common-color); */
}
.mobile-menu__content .list {
	margin-bottom: 1rem;
}
.mobile-menu__content a:not(.btn) {
	color: white;
}
.mobile-menu__content .block-decor a:not(.btn)  {
	color: var(--main-color);
}
.mobile-menu__divider {
	background: #FFFFFF;
	opacity: 0.4;
	height: 1px;
	width: 100%;
	margin-bottom: 2rem;
}

/*	Block decor
*************************************************************************************/

.block-decor {
	padding: 20px;
	background-color: #eee;
	border-radius: 15px;
	color: #333;
}

.block-warning {
	padding: 20px;
	background-color: #fff1c7;
	border-radius: 15px;
	max-width: 500px;
}
.block-success {
	padding: 20px;
	background-color: #c9ffc7;
	border-radius: 15px;
	max-width: 500px;
}
.block-error {
	padding: 20px;
	background-color: #f2cbcb;
	border-radius: 15px;
	max-width: 500px;
}

.block-admin {
	padding: 20px;
	background-color: #eee;
	border-radius: 15px;
	color: #333;
	border: 1px solid #c0c0c0;
}

html {
	height: 100%;
}
body {
	display: flex;
  	flex-direction: column;
	min-height: 100%;
}
#wrapper {
	flex: 1 1 auto;
}



/* ajax search */

.search-form {
    position: relative;
}

.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.ajax-search__item:hover {
	background-color: #ecf6f7;	
}
.ajax-search__link {
    display: block;
}
.ajax-search__add {
	color: #ccc;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}


.form__authors {
	padding: 5px 0;
}
.author {
//	border-bottom: 1px solid #bbb;
	padding: 5px 0;
}


.section {
	padding: 5px 0;
}


.form__accompanying {
	padding: 5px 0;
}
.accompanying {
//	border-bottom: 1px solid #bbb;
	padding: 5px 0;
}


.conference-header {
	align-content: space-between;
}


.meta {
	margin-bottom: 10px;
}

.border-hor {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 10px;
}

.map {
	height: 400px;
}

.loading {
	  animation: pulse 0.5s infinite;
	  display: none;
	  font-size: 12px;
}
	@keyframes pulse {
	  0% {
		color: #eaeaea;
	  }
	  100% {
		color: #000;
	  }
}

.post {
	position: relative;
}
.mark {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #dbdbdb;
}





.inner {

}
.inner__item {
	margin-bottom: 10px;
}
.inner .inner__item:last-child {
	margin-bottom: 0;
}



.form__list {
	margin-bottom: 20px;
	border-bottom: 2px solid var(--main-color);
}



.meta {
	font-style: italic;
}



.side- {

}