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

.widget-header {
    text-align: center;
    margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  background: #363940;
  margin-bottom: 20px;
  font-size: 18px;
}
.section-block__header {
    margin: 0px;
    padding: 0px;
    padding: 0px;
    margin-bottom: 40px;
  text-transform: uppercase;
  background: #363940;
    justify-content: center;
}
.section-block__header .section-block__title {
  font-size: 18px;
    margin: 0px;
    padding: 0px;
  color: #fff;
  text-transform: uppercase;
    padding: 2px 0px;
}
.section-html__body {
  overflow: hidden;
}
.section-block, .section-html {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.site-branding {
    margin: 0px auto;
}
.site-logotype img {
    height: 120px;
    max-height: auto;
    object-fit:cover
}

body.home .hero-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
body.home .hero-container {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
body.home .hero-text-wrapper {
    padding: 20px 30px;
    text-align: center;
    position: relative;
    max-width: 800px;
}
body.home .hero-text-wrapper h2.hero-text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
}
body.home #page .hero-text-wrapper h2.hero-text {
    color: #ffffff;
}
.hero-container .link-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
#content .wp-block-button__link:not(.has-background), #content button:not(.hamburger, .toggle-submenu, .search-submit), #content a.button:not(.hamburger, .toggle-submenu, .search-submit), #content a.button:visited:not(.hamburger, .toggle-submenu, .search-submit), #content button:not(.hamburger, .toggle-submenu, .search-submit), #content input[type='button']:not(.hamburger, .toggle-submenu, .search-submit), #content input[type='reset'], #content input[type='submit'], #content .button:not(.hamburger, .toggle-submenu, .search-submit) {
    background: #2393dd;
}
button, input[type=button], input[type=reset], input[type=submit], #content .button, #content a.button, .wp-block-button__link {
    border: 1px solid transparent;
    border-radius: 3px;
    background: #363940;
    color: #fff;
    font-family: roboto condensed, arial narrow, Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 8px 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
}

#content .featured-categories-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 0 20px;
}
.featured-categories-wrapper .category-card {
    float: none;
    height: 260px;
    width: 100%;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.featured-categories-wrapper .category-card>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    position: relative;
}
.featured-categories-wrapper .category-card:before {
    content: '';
    position: absolute;
    background: 0 0;
    transition: background .2s;
}
.featured-categories-wrapper .category-card h2 {
    opacity: 1;
    color: #fff;
    padding: 10px 20px;
    transition: color .2s;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 20;
}
.featured-categories-wrapper .category-card h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #363940;
    opacity: .8;
    transition: background .2s;
    z-index: -1;
}

.site-footer-container {
    border-top: 2px solid #f0f0f0;
}
.footer-bottom {
    text-align: center
}
.footer-bottom img {
  margin: 15px 0px;
}
.footer-bottom p + p {
    margin-top: 15px;
}


.footer-navigation ul li>a, .footer-navigation ul li>span, .main-navigation ul li>a, .main-navigation ul li>span {
    font-weight: normal;
    color: #0f6f9f;
    text-decoration: underline;
}

.main-navigation { 
    box-shadow: inset 0 -1px 0 0 #f2f5f9
}
.main-navigation ul li>a,.main-navigation ul li>span {
    font-size: 18px;
    font-weight: 500;
    color: #363940;
    transition: color .2s;
    text-transform: uppercase;
    text-decoration: none;
}


@media (min-width: 960px) {
    .featured-categories-wrapper .category-card.col-one-third {
        float: left;
        width: calc(33.3333% - 40px);
    }
}