img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: unset }
.widget_slider_area .bx-wrapper {
    height: 0;
    padding-bottom: 55.6%;
    position: relative;
}
.widget_slider_area .bx-wrapper .bx-viewport {
    position: absolute !important;
    height: auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#header-text-nav-wrap {
    padding: 20px 0 15px 0;
}
#content article[class^="archive-layout"] p:after {
    content: "...";
}
#content article[class^="archive-layout"] .more-link {
    float: right;
		display: none;
}
.page-header .page-title {
    border-bottom: 2px solid #ba1a20 !important;
}
.page-header .page-title span {
	background-color: #ba1a20 !important;
}
#content article.post ul li {
    margin-bottom: 10px;
    text-align: justify;
   line-height: 160%;
}
#content article.post:not(.archive-layout-two) p {
   text-align: justify;
}
#content article.post .article-content, #content article.page  {
   padding: 25px;
}
#content .post .article-content h1 {
    padding: 20px 0 15px 0 !important;
}
#content .post .article-content h2 {
    padding: 10px 0 15px 0 !important;
}
#content .post .article-content h3 {
    padding: 10px 0 10px 0 !important;
}
.single #content .post, #content .page,#content .post, .widget_featured_posts .single-article, .single-related-posts, .thumbnail-pagination li, .related-posts-wrapper-flyout {
	background-color: #FFFFFF;
}
#secondary .widget-title, #primary .widget-title, .page-header .page-title {
    margin-bottom: 0px;
}
.widget-title a {
	color: #FFFFFF !important;
}
#content .page {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 950px) and (min-width: 769px), (max-width: 650px) {
    #content .archive-layout-two {
        position: relative;
        padding-left: 0%;
    }
    #content .archive-layout-two .featured-image {
        position: relative;
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    #content .archive-layout-two .featured-image img {
        position: relative;
        right: 0;
        width: 100%;
        height: auto !important;
        max-width: 100%;
        max-height: none;
    }
}
@media screen and (max-width: 768px) and (min-width: 651px), (min-width: 951px) {
    #content .archive-layout-two {
        position: relative;
        padding-left: 50%;
    }
    #content .archive-layout-two .featured-image {
        position: absolute;
        left: 0;
        width: 50%;
        overflow: hidden;
        height: 100%;
    }
    #content .archive-layout-two .featured-image img {
        position: absolute;
        left: 0;
        width: auto !important;
        height: auto !important;
        max-width: none;
        max-height: none;
        min-width: 100%;
        min-height: 100%;
        margin: 0;
        top: 50%;
        left: 50%;
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%), translateX(-50%);
    }
}
#wp-calendar caption {
	padding: 10px 0;
}
#wp-calendar tbody td {
	background-color: #FFFFFF;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody td.pad {
	background-color: transparent;
}
p#site-description {
    margin: 0 0 5px 0;
}
@media screen and (max-width: 800px) {
	.news-bar .date-in-header, .news-bar .breaking-news {display: none;}
.news-bar {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    box-shadow: 0 0 0 transparent;
    right: 0;
}
div#header-logo-image {
    margin: 0;
}
#site-title a {
    font-size: 125%;
}
p#site-description {
    margin: 0;
}
#header-logo-image img {
    width: 80px;
    height: auto;
}
div#header-left-section {
    margin: 0;
}
p#site-description {
    font-size: 90%;
}
}
section#colormag_tabbed_widget-3 ul.widget-tabs .tabs a {
    color: transparent;
    font-size: 0px;
}section#colormag_tabbed_widget-3 ul.widget-tabs .tabs a i {
    font-size: 14px;
}
section#colormag_tabbed_widget-3 ul.widget-tabs .tabs a:after {
    content: "";
    font-size: 14px;
    color: #FFFFFF;
}
section#colormag_tabbed_widget-3 ul.widget-tabs .tabs.popular-tabs a:after {
    content: "Populární";
}
section#colormag_tabbed_widget-3 ul.widget-tabs .tabs.recent-tabs a:after {
    content: "Poslední";
}
section#colormag_tabbed_widget-3 ul.widget-tabs .tabs.comment-tabs a:after {
    content: "Komentáře";
}
#content .post .article-content .below-entry-meta {
    padding-bottom: 4px;
}
#content .archive-layout-two .entry-content, #content .archive-layout-two .entry-content p {
margin: 0;
}
.home-icon a {
    position: relative;
    padding-left: 18px !important;
    padding-right: 18px !important;
    transition: all .5s ease-in-out;
    display: block;
}
.home-icon a i{
    transition: all .5s ease-in-out;
}
.home-icon a:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    background: url(https://dopravacek.eu/wp-content/uploads/2020/01/logo_sm_dopravacek.png) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.is-sticky a i {
    opacity: 0;
}
.is-sticky a:after {
    opacity: 1;
}
#content .post .article-content .above-entry-meta .cat-links a, .page-header .page-title span,.main-navigation ul li a {
    transition: all 0.3s ease;
}#content .post .article-content .above-entry-meta .cat-links a:hover {
    background-color: #ba1a20 !important;
}
a:hover img, #content a:focus img {
    opacity: 0.9;
}
#content .post .article-content .above-entry-meta .cat-links a, .page-header .page-title span {
    transition: all 0.3s ease 0s;
}
#content .post .article-content .above-entry-meta .cat-links a:hover, .widget_featured_slider .slide-content .above-entry-meta .cat-links a:hover {
    background-color: #ba1a20 !important;
}
.widget_featured_slider .slide-content {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    padding-top: 50px;
}
.widget_featured_slider .slide-content .below-entry-meta .byline a:hover, .widget_featured_slider .slide-content .below-entry-meta .comments a:hover, .widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover, .widget_featured_slider .slide-content .entry-title a:hover {
	color: #FFFFFF;
}
.bx-wrapper .single-related-posts  {
    position: relative;
}
.bx-wrapper .related-posts-thumbnail {
    position: relative;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-top: 50%;
}
.bx-wrapper .related-posts-thumbnail img {
		position: absolute;
    left: 0;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.single-related-posts .article-content {
    padding-bottom: 8px;
}
#content .article-content .entry-title {
	font-weight: bold;
}
#content .post .article-content .above-entry-meta .cat-links.tag a {
	background: #eee;
	color: #000;
}
#content .post .article-content .above-entry-meta .cat-links.tag a:hover {
	background: #ccc !important;
}

aside#block-5 { 
	margin-bottom: 0px !important; 
	margin-top: -40px; 
}

aside#block-5 img { 
	margin-bottom: 0px !important; 
}
.single #content .post {
	box-shadow: none;
}
span.featured-image-caption {
	display: none;
}
body.single-post span.featured-image-caption {
	display: inline-block;
	position: absolute;
	transform: translateY(-100%);
	background: #0000004a;
	color: #FFF;
	padding: 5px 25px;
	border-top-right-radius: 4px;
	backdrop-filter: blur(8px);
}
.author.vcard span.not-link {
    color: #888888;
    font-size: 12px;
    padding-right: 10px;
}