.header-author .logo {
    margin-bottom: 30px;
}

header .extra-nav {
    padding: 23px 0 22px 0;
}

.logo-header {
    display: none;
}

.is-fixed .logo-header {
    display: table;
}

.contact-form .help-block {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}

.footer-pages ul.footer-link li {
    display: block;
    line-height: 28px;
}

.blog-card.overlay-post .blog-card-info {
    padding: 15px;
}

.reload-btn {
    width: 100%;
}

.reload-btn a {
    font-weight: bold;
}

ul.breadcumb-list {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

ul.breadcumb-list li {
    display: inline;
}

.content-inner {
    padding-top: 30px;
}

.search-info {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.widget_categories ul li {
    height: 45px;
}

.widget_categories ul li a {
    text-align: left;
    width: 100%;
}

.widget_categories ul li span.badge {
    float: right;
}

.breadcumb-list li.active a {
    color: #a5a5a5;
}

.sidebar-banner img {
    width: 100%;
}

.dlab-feed-meta ul li.post-share ul {
    width: 125px;
}

.search-term {
    color: #e2027b;
}
.search-bx button {
    background-color: #e2027b;
}
.search-container .blog-card .dlab-feed-meta {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.search-container .blog-card .blog-card-info {
    width: 100%;
}

.article-gallery .article-big-image {
    text-align: center;
    height: 500px;
}

.article-gallery .article-big-image img {
    height: 100% !important;
}

.article-gallery .section-full {
    margin: 20px 0;
}

.dlab-post-info h1 {
    margin-bottom: 10px;
}

.dlab-post-info .subtitle {
    margin: 0;
    font-size: 16px;
    color: #999;
    font-weight: normal;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 20px;
}

.dlab-post-meta ul li {
    font-weight: 400;
}
.dlab-feed-meta ul li.post-share ul{
	width: 125px;
}

.home-slider .item .dlab-post-info {
    min-height: 82px;
}

.blog-card.blog-lg .blog-card-info .title {
    margin-bottom: 30px;
}

.post-readmore {
    left: 0;
    bottom: 0;
    right: unset;
}

#eucookielaw{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    max-width: 500px;
    width: 100%;
    background-color: rgba(99, 99, 99, 0.7);
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}
#eucookielaw .cookie-btn-container{
    margin-top: 10px;
}

#eucookielaw a.btn-cookie{
    display: block;
    padding: 5px 10px;
    color: #fff;
    background-color: #e2027b;
    /*border-radius: 5px;
    border: 1px solid transparent;*/
}

#eucookielaw a.btn-cookie:hover{
    box-sizing: border-box;
    color: #000;
    /*border: 1px solid #e2027b;*/
    background-color: #fff;
}

.header-nav .nav > li .sub-menu li.active > a{
    color: #000;
    padding-left: 15px;
}

.header-nav .nav > li .sub-menu li.active a::after{
    width: 10px;
}
.home-sticky-banner {
    top: 100px;
    margin-bottom: 50px;
    margin-top: 80px;
}

#back_to_top{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: 50px;
    bottom: 50px;
    color: #e2027b;
    text-align: center;
    border: 1px solid #e2027b;
}

#back_to_top.on{
    visibility: visible;
    opacity: 1;
}

#back_to_top:hover{
    background-color: #e2027b;
    color: #fff;
}

.category-owl .item.start-position {
    border: 3px solid #e2007a;
}

.header-author {
    background-color: #f6d3d5;
    background-image: none;
}

header .is-fixed .main-bar {
    background: #f6d3d5;
}

header .is-fixed .header-nav .nav > li > a {
    color: #060429;
}
.wow { visibility: hidden; }
.site-footer .footer-bottom .container.container-built{
    border: unset;
    padding: 0;
}
footer.site-footer{
    margin-top: 30px;
}

#sidebar-ads-main{
    max-width: 1170px;
    width: 100%;
    position: fixed;
    top: 300px;
    margin: 0 auto;
    right: 0;
    left: 0;
    display: block;
}
#sidebar-ads-main.home-page{
    top: 1150px;
}

#sidebar-ads-main .sidebar-ads-left{
    position: absolute;
    width: 200px;
    left: -200px;
    top: 0;
}

#sidebar-ads-main .sidebar-ads-right{
    position: absolute;
    width: 200px;
    right: -200px;
    top: 0;
}
.article-big-image{
    position: relative;
    text-align: center;
}
.article-big-image .short-description{
    position: absolute;
    bottom: 0;
    background-color: rgba(33, 33, 33, 0.7);
    left: 0;
    border: 0;
    padding: 10px;
    color: #fff;
}
.header-nav .nav > li .sub-menu li a{
    text-transform: none;
}
.article-big-image{
    position: relative;
}
.article-big-image .arrow-main-image{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: calc(50% - 18px);
    padding: 10px;
    color: #fff;
}
.article-big-image .prev-main-image{
    left: 0;
}
.article-big-image .next-main-image{
    right: 0;
}