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

.action-buttons-block {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px;

}

.action-buttons-cell {
    flex: 1 1 auto;
    margin: 0 5px;
    flex-grow: 1;
    flex-basis: 0;
}

.action-buttons-cell button, .advanced-search-form button {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    padding: .5em 1em .5em 1em;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    color: #4d3bfe;
}

.action-buttons-cell button.action, .advanced-search-form button.action {
    background-color: rgb(77, 59, 254);
    border-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.favorite-tabs {
    margin: 20px 0;
}
.container {
    margin: 1rem;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.tab {
    display: flex;
    flex-direction: column;
}

.tab-nav > input[type="radio"] {
    display: none;
}

.tab-content {
    display: none;
}

#content-1:has(~ .tab-nav > #tab-btn-1:checked),
#content-2:has(~ .tab-nav > #tab-btn-2:checked),
#content-3:has(~ .tab-nav > #tab-btn-3:checked),
#content-4:has(~ .tab-nav > #tab-btn-4:checked),
#content-5:has(~ .tab-nav > #tab-btn-5:checked),
#content-6:has(~ .tab-nav > #tab-btn-6:checked),
#content-7:has(~ .tab-nav > #tab-btn-7:checked),
#content-8:has(~ .tab-nav > #tab-btn-8:checked) {
    display: block;
}

.tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
    order: -1;
}

.tab-nav > label {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    background: 0 0;
    border: 1px solid transparent;
    margin-bottom: -1px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    -webkit-appearance: button;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    cursor: pointer;
}

.tab-nav > input[type="radio"]:checked + label {
    color: #000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    cursor: pointer;
}

ul.tab-movie-list {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

ul.tab-movie-list>li {
    margin-bottom: 10px;
}

.tab-movie-list-img {
    float: left;
    width: 150px;
}
.tab-movie-list-contents {
    margin-left: 150px;
    padding-left: 15px;
}
.tab-movie-list-content h3, .tab-movie-list-content p {
    margin-bottom: 5px;
}
.tab-movie-list-btn {
    text-align: right;
}
.tab-movie-list-action, .tab-actor-list-action {
    outline-style: none;
    text-decoration: none;
}
.tab-movie-list-action:hover svg path, .tab-actor-list-action:hover svg path {
    stroke: #4d3bfe;
}
.tab-movie-list-action:active, .tab-movie-list-action:focus, .tab-actor-list-action:active, .tab-actor-list-action:focus {
	outline: none;
}
.tab-movie-list-action::-moz-focus-inner, .tab-actor-list-action::-moz-focus-inner {
	border: 0;
}
.advanced-search-form label {
    display: block;
}
.advanced-search-form input, .advanced-search-form select {
    width: 100%;
    padding: .375em .75em;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
}

.advanced-search-form input:hover, .advanced-search-form input:active, .advanced-search-form input:focus,
.advanced-search-form select:hover,.advanced-search-form select:active, .advanced-search-form select:focus{
    color: #111;
  background-color: #fff;
  border-color: #4d3bfe;
  outline: 0;
}

.advanced-search-form .as-search-row {
    display: flex;
  flex-wrap: wrap;
  margin: 10px -5px;
}

.advanced-search-form .as-search-cell {
flex: 1 1 auto;
    flex-grow: 1;
    flex-basis: auto;
  margin: 0 5px;
  flex-grow: 1;
  flex-basis: 0;
}
.ui-widget-content.ui-autocomplete {
    max-height: 300px;
    overflow-x:hidden;
    overflow-y:scroll;
}
header .site-title{
	font-size: 1.6em;
}
header .site-description {
    font-size: .8em;
    max-width: 200px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.site-logotype img {
		max-height: 70px;
	}
	
	header .site-title {
    	font-size: 1em;
	}
	
	header .top-menu ul li {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	header .top-menu {
		font-size: .7em;
	}
	
	.site-logotype {
        margin-right: 0.4rem;
    }
	
	header .site-description {
    	font-size: 0.6em;
    	max-width: 152px;
	}
}
	
	
	
	