/*
Theme Name:     Twenty Sixteen Child
Description:    Дочерняя тема для темы Twenty Sixteen
Author:         Михаил Брич
Template:       twentysixteen
Version:        0.1.0
*/

@import url("../twentysixteen/style.css");

body {
    background: #004064;
}

a, .main-navigation a:hover, .main-navigation a:focus, .main-navigation li:hover > a, .main-navigation li.focus > a, .site-branding .site-title a:hover, .site-branding .site-title a:focus, .entry-title a:hover, .entry-title a:focus, .entry-footer a:hover, .entry-footer a:focus, .widget .widget-title, .site-info a:hover, .site-info a:focus {
    color: #004064;
}

.widget {
    border-color: #004064;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #004064;
}

body, button, input, select, textarea {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}
	
	.site-branding {
    text-align: center;
    margin: 0 auto;
}

.entry-content h1.hero-title {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-right {
	margin: 0 !important;
}

.hero-right .wp-block-image {
    margin: 0;
}

.hero-left {
	margin: 0 !important;
	padding: 35px 25px;
	color: #fff;
	background-color: #004064;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.home .entry-header {
	display: none;
}

.sidebar {
    padding: 25px;
    background: #f9f9f9;
}

.sidebar .widget {
    border-top: none;
	    margin-bottom: 3em;
    padding-top: 0;
}

ul.menu li.current-menu-item, ul li.current-cat {
	font-weight: 700;
}

.wp-block-search .wp-block-search__label {
    font-weight: 500;
    opacity: 0.3;
}

button:hover {
    color: #fff;
}

.page-header {
    border-top: 2px solid #004064;
    padding: 25px;
    background: #f9f9f9;
}

.grecaptcha-badge {
	z-index: 100;
}

body.error404 .page-header, body.search-no-results .page-header {
    padding-top: 25px;
}

.byline {
	display: none !important;
}

.wp-block-categories-list .cat-item-22 {
	display: none;
}

.class-list {
	list-style: none;
	box-shadow: none;
}

.class-list > li:not(.current-menu-item) {
	display: none;
}

.class-list > li.current-menu-item  > a {
	display: none;
}

.class-list > li.current-menu-item .submenu-container a {
	    font-size: x-large;
	box-shadow: none;
}


@media screen and (min-width: 56.875em) {
	.site-header-menu {
    display: none;
}
	
	.sidebar {
    margin-left: 70%;
    width: 30%;
}
	
	.content-area {
    width: 65%;
}
}
