span.tle-search-highlight {
    color: #c4a25f;
}

.tle-header-image-container {
    display: flex;
}

/* General Template CSS */
div.tle-content {
    background: white;
    margin: 40px 0px;
    display: flex;
    flex-wrap: wrap;
}

.tle-content #main {
    margin: 0px;
    width: 100%;
}

/* - Postmeta */
.tle-postmeta {
    font-size: 16px;
    color: #343434;
    padding: 10px 0px 30px 0px;
}

span.tle-postmeta-date:after {
	content: "|";
	padding: 0px 10px;
	color: #c4a25f;
	font-weight: 900;
	font-size: 18px;
}

.tle-postmeta .tle-author {
    color: inherit;
	font-style: italic;
}

.tle-postmeta .tle-category-link {
    color: inherit;
}

/* - Tags - */
.tle-content .tle-tags {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 20px;
}

.tle-content .tle-tags a {
    color: black;
    font-size: 15px;
}

/* ===========================================*/
/* HEADER */
/* ===========================================*/

.tle-header {
    background-color: black;
	width: calc(100% - 20px);
}

.tle-header .tle-header-title-container {
    display: flex;
    font-weight: 700;
    align-items: baseline;
	align-content: center;
	padding-left: 15px;
}

.tle-header .tle-header-title {
	margin-bottom: 0px;
}

/* -------------------------------------------*/
/* Title with/without Subtitle before/after */
/* -------------------------------------------*/

.tle-header .tle-header-title-container.tle-subtitle-before-title>span,
.tle-header .tle-header-title-container:not(.tle-subtitle-before-title)>.tle-header-title {
    color: #c4a25f;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tle-header .tle-header-title-container.tle-subtitle-before-title>.tle-header-title,
.tle-header .tle-header-title-container.tle-subtitle-after-title>span {
    font-weight: 700;
    color: white;
    font-size: 20px;
}

.tle-header .tle-header-title-container.tle-subtitle-before-title>span:after,
.tle-header .tle-header-title-container.tle-subtitle-after-title>.tle-header-title:after {
	font-size: 25px;
	content: "|";
    padding: 0px 10px;
}

/* -------------------------------------------*/
/* Header Image (exist or not) */
/* -------------------------------------------*/

.tle-header.tle-header-img-exist {
    margin: 10px;
}

.tle-header .tle-header-image-container img {
	width: 100%;
}

.tle-post-header.tle-header:not(.tle-header-img-exist) {
    width: 100%;
}

.tle-header.tle-header-img-exist .tle-header-title-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tle-header:not(.tle-header-img-exist) .tle-header-title-container {
	padding-bottom: 5px;
	padding-top: 5px;
}

/* ===========================================*/
/* Archive-BODY */
/* ===========================================*/

.tle-content .tle-body>div#content>h2 {
	margin-top: 30px;
}

div.tle-content .tle-body{
    display: flex;
    justify-content: space-between;
	width: 100%;
}

.tle-content .tle-body>div#content {
    flex-shrink: 1;
    margin: 0px 30px 30px 30px;
	width: 100%;
}

.tle-content .tle-body>div#right-sidebar {
    flex-shrink: 0; 
}

.tle-content .tle-body ul.tle-posts {
    margin-top: 30px;
    list-style: none;
    margin-left: 0px;
}

.tle-content .tle-body .tle-no-posts {
    margin-top: 20px;
}

/* -------------------------------------------*/
/* Single Post */
/* -------------------------------------------*/

/* - Image - */
.tle-content li.tle-post .tle-author-banner img:hover {
	opacity: 0.85;
}

.tle-content li.tle-post .tle-author-banner img {
	margin-bottom: 40px;
}

.tle-content li.tle-post>*:not(.tle-author-banner) {
    margin: 0px 30px;
}

.tle-content li.tle-post h3 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

.tle-content li.tle-post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tle-content li.tle-post a:not(.read-more):hover {
    color: #c4a25f;
}

/* - Excerpt */
.tle-content li.tle-post .tle-excerpt>p:before {
    content: "| ";
    color: #c4a25f;
}

.tle-content li.tle-post .tle-excerpt>p:after {
    content: " |";
    color: #c4a25f;
}

.tle-content .tle-excerpt a {
	color: black;
}

/* - Read More Button - */
.tle-content li.tle-post .tle-read-more-container {
    margin: 0px 30px 30px auto !important;
}

.tle-content li.tle-post .tle-read-more-container a.read-more {
    border: 1px solid black;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tle-content li.tle-post .tle-read-more-container a.read-more:hover {
    color: white;
    border-color: #c4a25f;
    background-color: #c4a25f;
}

/* -------------------------------------------*/
/* Pagination */
/* -------------------------------------------*/

.pagination-wrapper>.nav-links {
    margin: 20px;
    display: flex;
    justify-content: center;
}

.pagination-wrapper>.nav-links>* {
    margin: 0px 10px;
    color: #dadada;
    font-size: 20px;
    font-weight: 600;
}

.pagination-wrapper>.nav-links>a {
    color: #545454;
}

.pagination-wrapper>.nav-links>a:hover {
    color: #c4a25f;
}

/* ===========================================*/
/* Single-Post-BODY */
/* ===========================================*/
/* Posts */
.tle-single-post h1 {
    font-size: 25px;
}

.tle-single-post .entry>p:first-of-type:before, 
.tle-single-post .entry>p:first-of-type:after {
    content: " | ";
	color: #c4a25f;
	font-weight: bold;
}

.tle-single-post .wp-block-group.has-tle-gray-background-color.has-background {
    padding: 20px 0px 1px 0px;
    margin-bottom: 20px;
}

.tle-single-post p.has-small-font-size {
    padding: 10px;
    border: 1px solid #b5b5b5;
}

.tle-single-post .tle-postmeta,
.tle-single-post .tle-postmeta span.tle-postmeta-date:after,
.tle-single-post .tle-tags * {
	font-size: 20px !important;
}

.tle-single-post hr.tle-separator {
	margin: 20px 0px;
}

.tle-single-post .tle-tags {
	display: block;
}

.tle-single-post h2 {
    font-size: 18px;
}

a.tle-author-banner:first-of-type>img {
    margin-top: 40px!important;
	margin-bottom: 20px;
}

a.tle-author-banner:last-of-type>img {
    margin-bottom: 40px!important;
}

.tle-single-post .tle-postmeta a:not(.read-more):hover,
.tle-single-post .tle-tags a:not(.read-more):hover {
    color: #c4a25f;
}

.tle-conclusion {
	background-color: #efefef !important;
	padding: 20px 0px 1px 0px;
    margin-bottom: 20px;
}

.tle-information-box>div>* { 
    font-size: 14px;
}

.tle-information-box>div>*:last-child {
    margin-bottom: 0px;
}

.tle-information-box {
    border: 2px solid #efefef;
    margin-bottom: 20px;
}

.tle-information-box>div {
    padding: 20px !important;
}

.tle-single-post figcaption {
    margin-top: 0px !important;
    font-size: 14px;
    font-style: italic;
}

span.has-inline-color.has-tle-gold-color {
    font-weight: 800;
}