﻿/*
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 стили */

.site {
    overflow: hidden;
    padding: 0px 7px;
}
.main-navigation-inner, .site-header-inner {padding-left: 20px; padding-right: 20px;}
@media (min-width: 768px) {
                html body.custom-background {
                    background-position:85% top
                }
            }
li.only-hamburger {border-radius: 0px;}

.card-slider-container+.site-content, .mobile-menu-placeholder+.site-content {
	margin-top: -10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: #0000004f 1px 2px 10px;
	background-color: #ffffffdb;
}
#site-content {
	margin-top: -10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: #0000004f 1px 2px 10px;
	background-color: #ffffffdb;
}
.main-navigation {
    background: #fff0;
}
.site-header {
	-webkit-box-shadow: inset 0 -1px 0 0 #f2f5f900;
    box-shadow: inset 0 -1px 0 0 #f2f5f900;
    background-color: #fff0;
}

.main-navigation ul li {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 0px 10px;
    margin: 0px 10px 0px 0px;
}
.main-navigation ul li>a, .main-navigation ul li>span {
    padding: 12px 15px;
}