/*
 Theme Name: Root Child
 Theme URL: https://razdel-imushhestva.org/
 Description: Root Child Theme
 Author: Kev
 Author URL: https://razdel-imushhestva.org/
 Template: root
 Version: 1.1
 Text Domain: root-child
 */ 

 .menu-icon {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.mob-search {
    display: block;
}

input#s {
    background: #eff2f9;
    border: none;
    color:#0073c3;
    padding-right: 25px;
}
.search-form__submit:after {
	color:#0073c3;
}

.search-form__submit {
	opacity: 1;
}

.banner {
    min-height: 220px;
    max-width: 1170px;
    display: block;
    margin: 0 auto;
}

.header_index {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}

.inner.container {
    padding: 30px 40px;
}

.inner.container p {
	font-size:22px;
	color: #fff;
}

.entry-content .table-of-contents__header {
	color: #fff;
    background: #5a80b0;
}

.entry-content .table-of-contents {
	background:#eff2f9;
}

ol.table-of-contents__list.js-table-of-contents-list a {
	color:#5a80b0;
	padding-left: 25px;
	border: none;
}

.entry-content .table-of-contents__list .level-1 a {
	border: none;
}

.entry-content .table-of-contents ol li:before {
	content:'';
	width: 6px;
	height: 9px;
    background: url(https://live1000.ru/wp-content/themes/root-child/img/corner.png) no-repeat top center;
    opacity: 1;
}

.entry-content .table-of-contents ol .level-2:before,
.entry-content .table-of-contents ol .level-3:before {
	content:'•';
	background: none;
	color: #5a80b0;
    width: auto;
}
.table-of-contents__header {
	position: relative;
}
.entry-content .table-of-contents.open .table-of-contents__hide:after,
.entry-content .table-of-contents__hide:after {
	content:'';
	width: 14px;
	height: 12px;	
	background: url(https://live1000.ru/wp-content/themes/root-child/img/soder.png) no-repeat top center;
    position: absolute;
    right: 20px;
    top: 21px;
}

.entry-content ol, .entry-content ul {
	/*border: 3px solid #eff2f9;*/
	padding:0 20px;
	margin-left: 0;
}

.entry-content ol li, .entry-content ul li {
	position: relative;
}

.entry-content ol li:before {
	border:none;
	background: #eff2f9;
	color: #5a80b0;
	padding-top: 2px;
    font-weight: bold;
}

.entry-content ul>li:before {
	content:'';
	width: 8px;
	height: 16px;
	background-color: transparent !important;
	background: url(https://live1000.ru/wp-content/themes/root-child/img/mark.png) no-repeat top center;	
	position: absolute;
    top: 5px;
}

@media (min-width: 768px) {
	.entry-content {	
		padding-left: 0;
	}
	.entry-content .table-of-contents { 
		margin-left: 0;
	}
	.post-card {
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
  .content-area {
    width: 780px;
  }
}

.b-share--post {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.b-related__header {
		margin-bottom: 13px;
	}	
}

@media (min-width: 992px) {
.main-navigation ul li a, .main-navigation ul li .removed-link, .footer-navigation ul li a, .footer-navigation ul li .removed-link {
    padding: 9px 20px;
 }	
}

.entry-content blockquote p {
    /*margin-top: 30px;*/
    margin: 0;
}

.entry-content blockquote.warning, .entry-content blockquote.info, .entry-content blockquote.danger, .entry-content blockquote.check, .entry-content blockquote.quote {
	margin-left: 0;
    border-radius: 0;
    padding-left: 125px;
    color: #fff;
    min-height: 100px;
}

.entry-content blockquote.warning:before, .entry-content blockquote.info:before, .entry-content blockquote.danger:before, .entry-content blockquote.check:before, .entry-content blockquote.quote:before {
    margin-top: -20px;
    top: auto;
    left: 0;
    width: 90px;
    height: 100%;
    padding-top: 5%;
    padding-left: 30px;
}

.entry-content blockquote.check {
	background-color: #a9d466;
}

.entry-content blockquote.check:before {
	background-color: #99ca4d;	
	color: #cee6aa;
    font-size: 35px;
}

.entry-content blockquote.warning {
    background-color: #ec5668;
}

.entry-content blockquote.warning:before {
	content: '\f071';
    background-color: #e74155;
    color: #f4a4ae;
    font-size: 35px;
}

.entry-content blockquote.info {
	background-color: #86a2c5;		
}

.entry-content blockquote.info:before {
	background-color: #6a8db8;
	color: #b8c8dd;
	font-size: 35px;
}

.entry-content blockquote.danger {
	background-color: #b1bfe0;	
}

.entry-content blockquote.danger:before {
	background-color: #9ba7c3;
	color: #ccd4de;
	font-size: 35px;
	content: '\f15b';
}

 @media screen and (max-width: 767px) {
.entry-content blockquote.warning:before, .entry-content blockquote.info:before, .entry-content blockquote.danger:before, .entry-content blockquote.check:before, .entry-content blockquote.quote:before {
    margin-top: -15px;
}
.banner {
    background-size: cover !important;
}
}

 @media screen and (min-width: 992px) {
	.main-navigation ul li>.sub-menu, .footer-navigation ul li>.sub-menu {	
		top: 40px;
	}
}

.site-footer-inner {
    background: #5980b1;
    color:#fff;
}

.site-footer-inner a {
	color: #fff;
}