/*
Theme Name: Alplager 3.0
Theme URI: https://alplager.kz
Author: steelinside
Author URI: http://steelinside.com
Template: twentytwenty
Description: Дочерняя тема от темы Twenty Tewnty, созданная для сайта Альплагеря Туюк-Су.
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alplager.kz
*/

/*
Цвета {
	Жёлто-зелёный: #b1d904;
	Жёлтый: #eed900;
	Бордовый: #bb1a03;
	Бирюзовый: #10e0f1;
	Морской волны: #008e77;
	Оранжевый (ссылка:hover): #ff6000;
	Голубой (ссылка): #05a9c5;
	}
*/

/**
 * Убираем описание сайта из-под логотипа
**/
.site-description{
	display:none !important;
}

/*Стиль для врезки*/
.incut{
	padding: 20px 20px 20px 25px;
	background-color: #f9f9f9;
	border-left: 5px solid #BFE718;
	font-size: 1.1em;
	line-height: 1.6em;
}

/*Стиль для заметки — как врезка, только поменьше*/
.notice{
	padding: 0 20px;
	border-left: 5px solid #BFE718;
}

/**
 * Стили для блока «ВНИМАНИЕ»
 * Я вот думаю: наверняка его можно как-то красивше написать.
**/

.alert{
	padding: 20px;
	background-color: #f9f9f9;
	border-left: 5px solid #FFC200;
	margin-bottom:2rem;
}

.alert-text{
	font-size: 1.1em;
	line-height: 1.6em;
}

/*Таблицы*/

table {
	border-collapse: collapse;
	border:none;
	width: 100%;
	border-spacing: 0;
	margin: 20px 0;
}

th, td {
	border: none;
}

th {
	padding: 10px 5px;
	border-bottom: 2px solid #ccc;
	font-size: 1.5rem;
}

td{
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 5px;
}

.entry-content th,
.comment-content th {
	color: #666;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	line-height: inherit;
	text-transform: uppercase;
	font-weight: bold;
}

.editor-item-table {
	border: none !important;
	margin: 0 !important;
}

.editor-item-container {
	border: none !important;
	background-color: #fff;
}

.editor-item-container {
	padding: 0 10px !important;
}

.editor-item {
	border:none !important;
	margin:0 !important;
	}
.editor-item-main {
	border:none !important;
}

.cell-al-right {
	text-align:right;
}

.alp-routes {
	min-width: 40rem;
	overflow: auto;
}

.alp-routes td[rowspan] {
	vertical-align: top;
}

.alp-summit,
.alp-orientation {
	word-break: normal;
}

.alp-category {
	width: 5rem;
}

.alp-type {
	width: 4rem;
}

.alp-routes tr > td {
	word-break: keep-all;
}

/* Стили для шорткода с автором */
#kb {
	font-style: italic;
	color: #777;
}

.anchor-padding{
	border-top: 22px solid transparent;
	margin-top: -22px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/**
 * Оглавление
**/
.tabcontent {
	text-align: left;
	padding: 2em;
}

#content ul a, #content ol a {
	color:#05a9c5;
}

#content ul a:hover, #content ol a:hover {
	color:#ff6000;
}

.tabcontent ul {
	margin:0 !important;
}

.tabcontent li {
	list-style-type:none;
}

.responsive-tabs .responsive-tabs__list__item {
	padding:10px 7px 10px !important;
}

.responsive-tabs .responsive-tabs__panel {
	padding: 4rem !important;
}

.archive-title .color-accent {
	display: none;
}

/**
 * Звёздочка перед интересными статьями
**/

.good::before {
	content: '★';
	color: #FFC200;
	font-size: 1em;
	margin: 0 4px 0 -2.5rem;
	text-decoration-line: inherit;
	text-decoration-color: #fff;
}

mark {
	background-color: #fff9b7;
}

/**
 * Стили для страницы с командой
**/
.widget_woothemes_our_team .columns-2,
.widget_woothemes_our_team .columns-3,
.widget_woothemes_our_team .columns-4,
.widget_woothemes_our_team .columns-5,
.widget_woothemes_our_team .columns-6 {
overflow: hidden;
zoom: 1;
}
.widget_woothemes_our_team .columns-2 .team-member,
.widget_woothemes_our_team .columns-3 .team-member,
.widget_woothemes_our_team .columns-4 .team-member,
.widget_woothemes_our_team .columns-5 .team-member,
.widget_woothemes_our_team .columns-6 .team-member {
float: left;
margin-right: 3.8%;
}
.widget_woothemes_our_team .columns-2 .team-member.first,
.widget_woothemes_our_team .columns-3 .team-member.first,
.widget_woothemes_our_team .columns-4 .team-member.first,
.widget_woothemes_our_team .columns-5 .team-member.first,
.widget_woothemes_our_team .columns-6 .team-member.first {
clear: both;
}
.widget_woothemes_our_team .columns-2 .team-member.last,
.widget_woothemes_our_team .columns-3 .team-member.last,
.widget_woothemes_our_team .columns-4 .team-member.last,
.widget_woothemes_our_team .columns-5 .team-member.last,
.widget_woothemes_our_team .columns-6 .team-member.last {
margin-right: 0;
}
.widget_woothemes_our_team .columns-2 .team-member {
width: 48%;
}
.widget_woothemes_our_team .columns-3 .team-member {
width: 30.75%;
}
.widget_woothemes_our_team .columns-4 .team-member {
width: 22.05%;
}
.widget_woothemes_our_team .columns-5 .team-member {
width: 16.9%;
}
.widget_woothemes_our_team .columns-6 .team-member {
width: 13.5%;
}

/**
 * Блок с похожими записями
**/
.wp_rp_excerpt {
	display:block;
	font-size:inherit;
	font-family:inherit;
}

.wp_rp_title {
	font-size:2.6rem;
	line-height:2rem;
	font-weight:bold;
}

ul.related_post.wp_rp {
	margin-left:0;
}

.related_post ul {

}

.related_post li {
	margin-left: 0 !important;
	list-style-type: none;
}

.faq-index {
	font-size:.9em;
}

/**
 * Отступы для блока со связанными записями в блоге
**/
.wp_rp_wrap {
	margin-top: 1.5em;
    border-top: 5px solid #f1f1f1;
    padding-top: 1em;
}

#ac-base-form .select2.select2-container {
	min-width:200px;
}

#select2-session_id-ii-container {
    min-width:300px;
}

/**
* Разделитель меню в программах
* и ответах на вопросы
**/
.menu-divider {
	color: #A7A7A7;
	padding: 0 .5em;
}

input[type="search"]:focus {
	outline: none !important;
}

/**
	* Иконка перед заголовком,
	* в котором указан id
**/
/**h1[id] a,
h2[id] a,
h3[id] a,
h4[id] a,
h5[id] a {
	color: #000;
	text-decoration: none !important;
	padding-left: 2.8rem;
	margin-left: -2.8rem;
}

h1 a:hover::before,
h2 a:hover::before,
h3 a:hover::before,
h4 a:hover::before,
h5 a:hover::before {
	content: url(link.svg);
	margin-left: -2.8rem;
	margin-right: .4rem;
	vertical-align: top;
	opacity: .4;
	cursor: pointer;
}
**/
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
	#access ul li ul {
		border-top: none;
	}
}

#ac-base-form .select2.select2-container {
	min-width: 200px
}
