.single-post div#content {
    padding-top: 15px;
}

/* css breadcrumb */
:root {
  --breadcrumb-theme-1: #005abc;
  --breadcrumb-theme-2: #fff;
  --breadcrumb-theme-3: #005abc;
  --breadcrumb-theme-4: #005abc;
}

.breadcrumbs {
    text-align: center;
    /* display: inline-block; */
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 2px;
    counter-reset: flag;
    margin-bottom: 15px;
}

.breadcrumbs a {
    text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  padding: 0 10px 0 60px;
  position: relative;
  background: var(--breadcrumb-theme-2);
  color: var(--breadcrumb-theme-1) !important;
  transition: background 0.5s;
}

.breadcrumbs a:hover {
	color: #fff !important;
}

.breadcrumbs a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}

.breadcrumbs a:first-child::before {
  left: 14px;
}

.breadcrumbs a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}

.breadcrumbs a:last-child::after {
  content: none;
}

.breadcrumbs a::before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: bold;
  background: var(--breadcrumb-theme-2);
  box-shadow: 0 0 0 1px var(--breadcrumb-theme-1);
}

.breadcrumbs a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  border-radius: 0 5px 0 50px;
  background: var(--breadcrumb-theme-2);
  transition: background 0.5s;
  box-shadow: 2px -2px 0 2px var(--breadcrumb-theme-4);
}

.breadcrumbs a.active {
  color: var(--breadcrumb-theme-2);
  background: var(--breadcrumb-theme-1);
}

.breadcrumbs a.active::before {
  color: var(--breadcrumb-theme-1);
}

.breadcrumbs a.active::after {
  background: var(--breadcrumb-theme-1);
}

.breadcrumbs a:hover {
  color: var(--breadcrumb-theme-2);
  background: var(--breadcrumb-theme-3);
}

.breadcrumbs a:hover::before {
  color: var(--breadcrumb-theme-1);
}

.breadcrumbs a:hover::after {
  color: var(--breadcrumb-theme-1);
  background: var(--breadcrumb-theme-3);
}

.single-post h1.entry-title {
    font-size: 22px;
}

.single-post .entry-content {
    padding-top: 0;
}

.single-post .header-single {
    margin-bottom: 16px;
}

.header-single .header-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

.header-single .header-meta .header-category {
    background: #005abc;
    padding: 3px 8px;
    color: #fff;
    font-size: 15px;
	border-radius: 2px;
    line-height: 20px;
}

.header-single .header-meta .header-date {
    font-size: 15px;
    color: #222;
    padding-left: 15px;
}

.post-social {
    width: 100%;
    text-align: right;
}

.post-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #337FFF;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.post-social a:nth-child(2) {
    background: #33CCFF;
}

.post-social a:nth-child(3) {
    background: #34AADF;
}

.post-social a:not(:last-child) {
    margin-right: 10px;
}

.post-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.4);
    color: #fff;
}

.single-post .entry-content.single-page {
    text-align: justify;
}

.mota_post {
    font-size: 15px;
    padding: 10px 12px;
    margin-bottom: 20px;
    text-align: justify;
    border-radius: 5px;
    border: 1px dashed #2196F3;
    background-color: #2196f30f;
}


.single-post .entry-header-text {
    padding-bottom: 0;
}

h3.widget-title.title-pvlan:before {
    content: "\f0c9";
    font-family: fontawesome;
    padding-right: 7px;
}

h3.widget-title.title-pvlan {
    background: #ff9600;
    font-size: 17px;
    font-weight: 500;
	border-radius: 6px 6px 0 0;
    width: 100%;
    display: block;
    color: #fff;
    padding: 6px 0px 6px 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

aside.widget.widget_recent_entries ul {
    border: 1px dotted #ff9600;
    border-radius: 0 0 7px 7px;
    margin-bottom: 13px;
    border-top: 0;
    padding: 0 5px;
}

aside.widget.widget_recent_entries ul li a {
    font-size: 14px;
    padding: 4px;
    line-height: 18px;
}

aside.widget.widget_recent_entries ul li a:before {
    content: "\f061";
    font-family: fontawesome;
    padding-right: 4px;
}

aside.widget.widget_recent_entries ul li a:hover {
    color: #0079bc;
}

.post-sidebar .widget_text {
    box-shadow: 0 0 3px #06060630;
    border-radius: 6px;
    padding: 10px;
}

.woof_container_inner h4 {
    font-size: 15px;
    color: #326e51;
}

.woof_list label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.woof_list_checkbox li div {
    margin-top: -2px;
}

@media (min-width: 992px) {
	.row-divided>.col+.col:not(.large-12) {
		border-left: 0 !important;
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	/* 	css breadcrumb */
	.breadcrumbs {
		display: flex;
		overflow: auto;
		white-space: nowrap;
	}
}
