﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* Subpages style - Period and Types*/

.child-pages-navigation ul {
	display:inline!important;
}

.child-pages-navigation a {
    text-decoration: none;
    color: #0073aa;
}

.child-pages-navigation a:hover {
    text-decoration: underline;
    color: #005177;
}

.child-page-period {
	padding-inline-start: 0px;
	margin-bottom:30px 0px 30px 0px;
}
.child-page-period li {
	line-height: 40px;
	/*background-color:#45668d !important;*/
	border-radius: 5px;
	margin-right:10px;
	display: inline-block; /* Display list items inline */
	min-width:70px;
    width: 130px;
    text-align: center;
	border:2px solid #ddeffd ;
}

.child-page-period .current_page_parent  a {
	font-weight: bold; /* hilite active item */
}

.child-page-period li a { 
	color:08587e!important;
	font-size:16px
}




.child-page-types{
	padding-inline-start: 0px;
	margin-top: 40px; 
}

.child-page-types li{
	display:inline;
	line-height: 40px;
	border-radius: 5px;
	padding: 7px 10px 7px 10px;
	margin-right:0px!important;
}
.child-page-types li a{
	font-size:16px
}

:root {
   --horo-menu-item-color: #ddeffd;
}
.child-page-types li:nth-child(1) {
   --horo-menu-item-color: #ddeffd;
}
.child-page-types li:nth-child(2) {
   --horo-menu-item-color: #ffb7b2;
}
.child-page-types li:nth-child(3) {
   --horo-menu-item-color: #f9e094;
}
.child-page-types li:nth-child(4) {
   --horo-menu-item-color: #adf1a8;
}
.child-page-types li:nth-child(5) {
   --horo-menu-item-color: #e5e9ff;
}

.child-page-types li {
   border: 2px solid var(--horo-menu-item-color);
}
.child-page-types li:not(.current_page_item) {
      background-color:  var(--horo-menu-item-color);
}