﻿/*
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 стили */

.webnavoz_re_legend>span {
    display: none;
}
.table-of-contents ol li:before{display:none;}

.home #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    height: 50px;
    border: 2px solid #c9002b !important;
    font-size: 18px !important;
}

.home #ya-site-form0 .ya-site-form__submit {
    background: #c9002b;
    color: #fff !important;
    border: 0;
    padding: 11px;
    font-size: 18px !important;
    height: 50px;
    width: 80px;
}
.home #ya-site-form0 .ya-site-form__submit:hover, #secondary #ya-site-form0 .ya-site-form__submit:hover {
    background: #dd3a5d;
}
#ya-site-results table, #ya-site-results table td,table.l-page, table.l-page td {
    border: 0 !important;
}
#secondary #ya-site-form0 .ya-site-form__submit{
    background: #c9002b;
    border: 0;
    color: #fff !important;
    padding: 8px;
}

@media (min-width: 1200px){
.container, .fixed.block-after-site, .fixed.main-navigation-inner, .fixed.related-posts, .fixed.section-block, .fixed.section-html, .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .footer-navigation.fixed, .main-navigation.fixed, .site-footer.fixed, .site-header.fixed {
    max-width: 1100px;
}
}

a.tag-cloud-link {
    margin: 0 20px 8px -2px;
    display: inline-block;
    /* height: 25px!important; */
    line-height: 22px;
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    text-shadow: 1px 1px 0 rgba(256,256,256,0.4);
    white-space: nowrap;
    position: relative;
    border-color: none;
    border: none;
    background: #eaa6a6;
    color: #CD2600;
}
a.tag-cloud-link:after {
    content: '';
    position: absolute;
    left: -32px;
    bottom: -1px;
    border: 16px solid transparent;
    border-right: 16px solid #eaa6a6;
}
a.tag-cloud-link:hover {
    background: #e89999!important;
    cursor:pointer;
}
a.tag-cloud-link:hover:after {
    border-right: 16px solid #e89999!important;
}