﻿/*
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 стили */
.top-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
  min-height: 565px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 20px
}

.top-section-inner {
  width: 1100px;
  max-width: 1200px;
  margin: 0 auto
}

.page-template-template-home .site-content {
  padding-top: 0
}

.card-slider-container+.site-content,
.mobile-menu-placeholder+.site-content {
  margin-top: -31px
}

.top-section .breadcrumb span {
  color: #FFF !important
}

.top-section h1.entry-title {
  color: #FFF !important
}

#dch iframe {
  border-radius: 10px
}

.site-logotype img {
  max-height: 37px !important
}

.site-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.rental-logos {
  padding-top: 5px !important
}

@media only screen and (max-width:768px) {
  .top-section-inner {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important
  }

  .wp-caption.alignright {
    float: none !important;
    margin: 0 auto !important
  }
  #dch {
    min-height: 428px;
  }

  .top-section {
    min-height: 580px;
  }
}

table {
  width: 100%;
  border-collapse: separate; /* Required for border-radius */
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  table-layout: auto;
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
}
th, td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  white-space: normal;
}
th {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  font-weight: 600;
}
th:first-child {
  border-top-left-radius: 12px;
}
th:last-child {
  border-top-right-radius: 12px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
tbody tr:nth-of-type(odd) {
  background-color: #F4F4F4;
}

tbody tr:nth-of-type(even) {
  background-color: #F9F9F9;
}

tbody tr:hover {
  background-color: #e6e6e6;
}

@media (max-width: 768px) {
  th, td {
    padding: 6px 8px;
    white-space: nowrap;
  }
}

.site-footer {
  padding-bottom: 25px !important;
}

.text-white {
  color: #ffffff;
}

h1.entry-title {
  margin-top: 0.5em;
  margin-bottom: .6em;
}
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

@media (min-width: 768px) {
  h1.entry-title {
    font-size: 2.25em;
  }
  #dch iframe {
    min-height: 388px;
  }
}

.text-center {
  text-align: center !important;
}

a,
a:visited {
  color: inherit !important;
}

.sub-menu .wpml-ls-menu-item a  {
  padding: 5px 15px 5px 5px !important;
}

.wpml-ls-item.menu-item-has-children ul.sub-menu {
  min-width: unset !important;
  width: auto !important;
}

.wpml-ls-item.menu-item-has-children ul.sub-menu li:first-child {
  margin-top: 15px;
}

.wpml-ls-item.menu-item-has-children ul.sub-menu li:last-child {
  margin-bottom: 15px;
}