﻿/*
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 стили */

@media (min-width: 992px) {
    .content-area {
        max-width: calc(100% - 440px);
        flex: 0 0 calc(100% - 440px);
        padding-left: 70px;
    }
    #true-side {
        order: 0;
        flex: 0 0 220px;
    }
    .widget-area {
        max-width: 220px;
    }
    .rcl-bttn.rcl-bttn__size-medium {
        font-size: 14px !important;
    }
    #top-menu, .header-search, #lk-conteyner, .author-avatar, .rating-rcl.rating-type-user {
        display: none;
    }
    .panel_lk_recall .form_reg, .panel_lk_recall .form_auth {
        color: #111111;
    }
    .panel_lk_recall .form-tab-rcl a.link-tab-rcl:hover {
        color: #388225;
    }
    #menu-item-search {
        margin-left: auto;
    }
    #menu-item-search .header-search {
        padding: 20px 15px;
        display: block;
    }
	    .social-links {
        font-size: 1.6em !important;
    }
}
@media (max-width:767px){
    .site-branding__body, .site-title, .site-title a, .site-description {
        color: #111111 !important;
    }
}