.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	font-weight: 550 !important;
	color: #3eaeef !important;
	text-align: left !important;
}

table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}
table thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
table thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}
table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
table tbody tr:nth-child(even){
	background: #f3f3f3;
}
table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}

blockquote {
  border-left-color: #3eaeef;
  border-right-color: #3eaeef;  
  display:block;
  background: #fff;
  padding: 7px 0 7px 0;
  position: relative;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  border-left-style: solid;
  border-left-width: 7px;
  border-right-style: solid;
  border-right-width: 2px;
  border-radius: 14px;
}

blockquote::before{
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #3eaeef;
}

blockquote a:hover{
 color: #666;
}
blockquote em{
  font-style: italic;
}

blockquote p {
  margin: 13px !important;
}

.entry-content ol {
    padding: 20px 0;
    counter-reset: list;
    list-style: none;
}

.entry-content ol li {
    overflow: hidden;
    background: none;
    position: relative;
    padding: 0 0 16px 38px;
}

.entry-content ol li:before {
    content: counters(list,".");
    counter-increment: list;
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: #3eaeef;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.entry-content ul li {
  overflow: hidden;
  min-height: 22px;
  list-style: none;
  padding: 0 0 7px 25px;
  position: relative;
}

.entry-content ul {
  margin: 20px 0;
}

.entry-content ul li::before {
	background-color: #3eaeef;
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
}

.post-image {
	display: none !important;
}

.container article {
	padding: 10px;
}

.breadcrumbs {
	padding: 10px;
}

@media (max-width: 469px) {
	.entry-title {
		margin-left: 10px;
		margin-right: 10px;
	}
	.entry-meta {
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-description {
		display: none !important;
	}
	html {
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
	}
	.main_block {
		display: block !important;
	}
	.nav {
		position: relative !important;
		top: 1px !important;
	}
	.work {
		padding: 0 !important;

	}
	.sidebar, .main_block, .work, .inner, .main_block, .item-page, body, .content, #comment, .comments-area {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.sidebar, .nav_right, .phone, .mail {
		display: none !important;
	}
	.address {
		float: left !important;
		padding-left: 25px !important;
	}
	.header {
		margin-bottom: 15px !important;
		margin-top: 10px !important;
	}
	.main_block {
		padding: 5px !important;
	}
	.nav .inner > ul > li {
		margin-left: 0 !important;
	}
	iframe {
		width: 100%;
	}
}

.entry-content, .entry-content p, .entry-content li, .entry-content ol {
	font-size: 16px !important;
	line-height: 1.9 !important;
}

.content-area {
	padding: 10px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}


@media (max-width: 768px) {
	.post-meta {
		font-size: 12px;
		flex-wrap: wrap;
		height: auto !important;
	}
	.container .row {
		padding: 10px 15px;
	}
	.adb {
		max-width: 100%;
		overflow: hidden;
	}
}
 
@media (min-width: 769px) {
  .post-meta {
   flex-wrap: nowrap; 
  }
}

.post-meta {
 display: flex;
 align-items: flex-start;
 list-style-type: none;
 margin: 0 !important;
 padding: 7px 7px;
}
.post-meta a {
 color: black !important;
}

.post-meta li::after {
 content: " ";
 font-size: 1em;
 color: #fff;
 display: inline-block;
 margin: 0 .20em; 
}
.post-meta li:last-of-type::after {
 display: none;
}

.entry-content #toc_container {
 width:100% !important;
 background:none;
 border:0;
 margin:5px 0 25px 0
}

.toc_list {
 list-style-type: none;
}

.entry-content #toc_container .toc_title {
 background:#f8f8f8;
 border-left:4px solid black;
 padding:12px 15px;
 margin-bottom:30px;
 font-size:20px;
 line-height:25px;
 color:black;
}
.entry-content #toc_container>ul {
 text-align:left;
 font-size:16px;
 line-height:20px;
 list-style: none;
}
.entry-content #toc_container>ul>li {
 padding:0 0 16px 0;
 background:none!important;
 position:relative;
}
.entry-content #toc_container>ul>li:last-child {
 padding-bottom:0
}
.entry-content #toc_container>ul>li:before {
 display:none;
}
.entry-content #toc_container>ul>li a {
 color:#666;
}

.entry-content #toc_container > ul > ul > li a {
 color:#666;
 list-style: none!important;
 border-bottom:1px dashed rgba(102,102,102,.5)
}
.toc_list li, .toc_list li ul, .toc_list li ul li {
	list-style: none !important;
}
.entry-content #toc_container>ul>li a:hover {
 color:#6969b3;
 text-decoration:none;
 border-bottom:1px dashed rgba(105,105,179,.2)
}
.entry-content #toc_container>ul>li a .toc_number {
 font-size:16px;
 line-height:16px;
 color:#666;
 font-weight:700;
 margin-right:3px
}
.entry-content #toc_container>ul>li a .toc_number:after {
 content:'.'
}
.entry-content #toc_container>ul>li>ul {
 list-style: none!important;
 margin:8px 0 0 17px
}
.entry-content #toc_container>ul>li>ul>li {
 position:relative;
 padding-bottom:8px;
 padding-left:15px;
 background:none!important;
}
.entry-content #toc_container>ul>li>ul>li:last-child {
 padding-bottom:0
}
.entry-content #toc_container>ul>li>ul>li:before {
 display:none
}
.entry-content #toc_container .toc_title {
 text-align: left; 
}