/*
Theme Name:     Newspaper 9 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by NORTHBRIDGE
Author:         NORTHBRIDGE
Author URI: 	https://northbridge.gr/
Template:       Newspaper
Version:        9.0c
*/


/**
 * COLORS
 * 
 * *****************/

.red {
	color: #f50f0f !important;
}
.bold {
	font-weight: bold !important;
}



/**
 * AUTHORS PAGE
 * 
 * *****************/
#authors-row .td_top_authors .td_mod_wrap {
	min-height: 150px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #fff;
}
#authors-row .td_top_authors .td_mod_wrap:hover {
    border: 1px solid #222;
}
#authors-row .td_top_authors .td-authors-name a {
	padding-bottom: 4px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 20px;
	color: #222;
	line-height: 25px;
	font-weight: bold;
	display: inline-block;
}
#authors-row .td_top_authors .item-details {
	margin-left: 180px; /* x + 15 + 15 */
	position: relative;
	height: 150px;
	top: 1px;
}
#authors-row .td_top_authors img {
	position: absolute;
	max-width: 150px;
	width: 150px;
	left: 15px;
}
#authors-row .td_top_authors .td-authors-name a:after {
	content: "";
	height: 96px;
	position: absolute;
	right: 0;
	top: -15px;
	width: 100%;
}
#authors-row .td-author-comments-count,
.tdb-author-comments-count {
	display: none !important;
}
.tdb-author-photo {
	width: 120px !important;
}
.tdb-author-photo {
	padding-right: 36px;
}





/***
 * HEADER
 * 
 * *********************************/
.td-header-menu-social .td-social-icon-wrap i {
	font-size: 18px !important;
	line-height: 20px !important;
}



/***
 * Protagon.gr WIDGET
 * 
 * *********************************/
.protagon-widget {
	margin-bottom: 30px !important;
}
.line-title .tdm-title-line {
	height: 22px !important;
}
.line-title .tdm-title-line:after {
	bottom: 4px !important;
}
.line-title .tds-title h3.tdm-title {
	font-family: Open Sans !important;
    font-size: 19px !important;
    line-height: 19px !important;
	font-weight: 600 !important;
}



/***
 * ADS
 * 
 * *********************************/
#td-outer-wrap .mb-0,
#td-outer-wrap .mb-0 .widget {
	margin-bottom: 0 !important;
}
.mb-0,
.mb-0 .td-a-rec-id-custom_ad_1 > div,
.mb-0 .td-a-rec-id-custom_ad_2 > div,
.mb-0 .td-a-rec-id-custom_ad_3 > div,
.mb-0 .td-a-rec-id-custom_ad_4 > div,
.mb-0 .td-a-rec-id-custom_ad_5 > div {
	margin-bottom: 0px !important;
}

#td-outer-wrap .mb-24,
#td-outer-wrap .mb-24 .widget {
	margin-bottom: 24px !important;
}
#td-outer-wrap .mb-28,
#td-outer-wrap .mb-28 .widget {
	margin-bottom: 28px !important;
}
#td-outer-wrap .mb-36,
#td-outer-wrap .mb-36 .widget {
	margin-bottom: 36px !important;
}
#td-outer-wrap .mb-48,
#td-outer-wrap .mb-48 .widget {
	margin-bottom: 48px !important;
}

.ad-center,
.ad-center .textwidget {
	text-align: center;
}
.ad-center .textwidget div:first-child {
	margin: 0 auto;
}
/*
.home #td-outer-wrap .textwidget {
	text-align: center;
}
*/

.td-g-rec-id-sidebar .adsbygoogle,
.td-g-rec-id-custom_ad_1 .adsbygoogle,
.td-g-rec-id-custom_ad_2 .adsbygoogle,
.td-g-rec-id-custom_ad_3 .adsbygoogle,
.td-g-rec-id-custom_ad_4 .adsbygoogle,
.td-g-rec-id-custom_ad_5 .adsbygoogle {
	margin-bottom: 0px !important;
}

.td-g-rec-id-sidebar > div,
.td-a-rec-id-custom_ad_1 > div,
.td-a-rec-id-custom_ad_2 > div,
.td-a-rec-id-custom_ad_3 > div,
.td-a-rec-id-custom_ad_4 > div,
.td-a-rec-id-custom_ad_5 > div {
	margin-bottom: 28px !important;
}



/***
 * SINGLE POST
 * 
 * *********************************/
@media(max-width:500px) {
	.single-post-col {
		display: none !important;
	}
}

.single-post .tdb-block-inner > p:nth-of-type(2):first-letter {
	color: #000;
    font-size: 75px;
	font-style: italic;
    line-height: 60px;
    padding: 2px 10px 10px;
    background-color: #fff;
    margin-right: 8px;
    font-weight: 600;
}

.single-post .td-more-articles-box .entry-title {
    font-size: 17px;
    line-height: 22px;
	font-weight: 600;
}
/*
.single-post .widget.td_block_popular_categories li a[href="https://olarun.com/arthra/slider/"] {
	display: none;
}
*/
.single-post .line-title .tdm-title-line {
	height: 36px;
}
.single-post .line-title .tdm-title {
	font-weight: 600 !important;
}


/** POST GALLERY */

/* Add multi-line by line breaks to Gutenberg galleries. */
.wp-block-gallery .blocks-gallery-item figcaption {
	white-space: pre-line;
	color: #555 !important;
	font-style: italic;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	line-height: 17px !important;
	overflow: hidden;
}

.wp-block-gallery .blocks-gallery-image figure, 
.wp-block-gallery .blocks-gallery-item figure {
	display: inline-block;
	padding: 5px 0;
}
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	position: relative;
	background: none;
	margin: 10px 0 10px 0;
	padding: 0;
}
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
	margin: 0 16px auto 0;
}


/** BLOCKQUOTE */
.single-post .td_quote_box.td_box_left {
	border-left: 0;
	float: none;
	margin: 0 auto 35px;
	background-color: unset;
	padding: 0;
}
/*
.single-post p.font_9 > span > span > span,
.single-post p.font_8 > span > span > span,
*/
.single-post .td_quote_box.td_box_left h3,
.single-post .td_quote_box.td_box_left span {
	color: #e21220 !important;
    font-family: Georgia !important;
    font-size: 25px!important;
    line-height: 30px;
    font-weight: 400!important;
    word-wrap: break-word;
    font-style: italic;
    text-align: center;
    display: block;
    text-transform: none!important;
}

/* PHOTO STORY TEMPLATE */
.single-post.single_template_8 .td-main-content {
	margin-top: 10px;
}

/* Photo Story Post Template */
/* .single-post .category-photo-story */



/***
 * HIGHLIGHT
 * 
 * *********************************/

.highlight-home .td-block-span4 {
    width: 100% !important;
}


.highlight-sidebar,
.highlight-home {
    padding: 3% 11% 4%;
    margin: 25px auto;
}

.highlight-sidebar h4 {
	font-family: Open Sans !important;
    font-size: 26px !important;
    font-weight: 400 !important;
}
.highlight-home h4 {
	font-family: Open Sans !important;
    font-size: 31px !important;
    font-weight: 400 !important;
}
.highlight-sidebar h4 a,
.highlight-home h4 a {
    text-align: center;
    display: block;
    color: #f50f0f!important;
    text-transform: none;
}

.highlight-sidebar p a,
.highlight-home p a {
    color: #222222;
}

.highlight-sidebar p {
	font-size: 23px !important;
    line-height: 29px !important;
    font-weight: 300 !important;
}
.highlight-home p {
    font-family: Open Sans !important;
    font-size: 31px !important;
    line-height: 39px !important;
    font-weight: 300 !important;
}

.highlight-sidebar p::before,
.highlight-home p::before {
    font-family: '4drivers';
    content: "\e900";
    padding: 25px;
    font-size: 37px;
    color: #222222;
}
.highlight-sidebar p::after,
.highlight-home p::after {
    font-family: '4drivers';
    content: "\e901";
    padding: 25px;
    font-size: 37px;
    color: #222222;
}

.highlight-sidebar p::after, 
.highlight-sidebar p::before {
    font-size: 23px;
    padding: 15px;
    color: #f50f0f;
}



/***
 * THOUHGTS
 * 
 * *********************************/
#thoughts-home .td-block-span6 {
	width: 100%;
}
#thoughts-home .td_module_9 .item-details p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#thoughts-home .td_module_9 .item-details p a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#thoughts-home .td_module_9 .item-details p a:hover,
#thoughts-home .td_module_9 .item-details p a:active,
#thoughts-home .td_module_9 .item-details p a:focus {
	color: #e21220;
}
#thoughts-home .tds-button a.tdm-btn {
	background-color: #222222;
	color: #FFF;
	margin: 10px auto;
}
#thoughts-home .tds-button a.tdm-btn i {
	margin: 0;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	#td-outer-wrap #thoughts-home  .td_single_image_bg {
    	height: 200px;
		margin-bottom: 20px;
	}
}



/***
 * GALLERY HOME
 * 
 * *********************************/
#gallery-home .td-pb-span8 .td-module-meta-info,
#gallery-home .td-pb-span8 .td-excerpt,
#gallery-home .td-pb-span8 .td-read-more {
	display: none;
}

#gallery-home .td-pb-span4 .entry-title {
	font-family: MTCORSVA !important;
	font-size: 54px !important;
	line-height: 66px !important;
	font-weight: 400 !important;
	color: #222222;
	text-transform: none;
	text-align: left;
}

#gallery-home .td-pb-span4 .tdm-title-line {
	height: 40px;
	width: 80px;
	display: table;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#gallery-home .td-pb-span4 .tdm-title-line:after {
	background-color: #e21220;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
	bottom: 0%;
	height: 2px;
}

#gallery-home .td-pb-span4 .td_module_9 .item-details a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#gallery-home .td-pb-span4 .item-details a:hover,
#gallery-home .td-pb-span4 .item-details a:active,
#gallery-home .td-pb-span4 .item-details a:focus {
	color: #e21220;
}


#gallery-home .td-pb-span4 .td_module_9 p {
	text-align: left;
	color: #666;
	font-family: MTCORSVA !important;
    font-size: 21px !important;
    line-height: 31px !important;
}


#gallery-home .td-pb-span4 .td_module_9 .tds-button {
	text-align: left;
}
#gallery-home .td-pb-span4 .td_module_9 .tds-button a {
	background-color: #222222;
	color: #fff;
}

#thoughts-home .td_module_9 .tdc-font-fa,
#gallery-home .td-pb-span4 .td_module_9 .tdc-font-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#thoughts-home .td_module_9 .tdc-font-fa-mail-forward-share:before,
#gallery-home .td-pb-span4 .td_module_9 .tdc-font-fa-mail-forward-share:before {
	content: "\f064";
}



/***
 * TABLES / table-info table-specs
 * 
 * **************/
.tablepress tbody td {
	vertical-align: middle !important;
}

.tdb-block-inner .tablepress-table-description .info-desc,
.tdb-block-inner .tablepress-table-description .database-desc {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	padding: 4px 4px 4px 0px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #fff;
}
.tdb-block-inner .tablepress-table-description .database-desc {
	color: #fff;
	background-color: #222;
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 8px;
}


.table-info tr td.column-1,
.table-specs tr td.column-1 {
	white-space: nowrap;
	font-weight: 600;
}
.table-info {
	border: 1px solid #222;
}
.table-specs {
	border: 1px solid #f1f1f1;
}
.table-info tr td.column-2 {
	border-color: #222;
}
.table-info tr td.column-1,
.table-specs tr td.column-1 {
	background: #555;
	color: #fff;
}

/*
.table-specs tr td.column-1 {
	background: #f1f1f1;
	color: #222;
}
.table-specs tr td.column-2 {
	background: #fafafa;
	color: #222;
}
*/



/***
 * MORE ARTICLES - TAGS CLOUD WIDGET
 * 
 * ************************************/
.td-more-articles-box {
	cursor: pointer;
}
.more-articles-toggle {
	height: 66px;
	overflow: hidden;
	top: 100px;
	cursor: pointer;
}
.td-more-articles-box {
	padding-top: 0px !important;
}


.tags-cloud .td-block-title span,
.td-more-articles-box-title {
	font-family: 'Open Sans', arial, sans-serif;
	color: #222;
	font-size: 19px !important;
	font-weight: 600 !important;
	line-height: 30px;
	display: block;
	text-align: left !important;
	min-width: 300px;
}
.tags-cloud .td-block-title span {
	margin-bottom: 0px !important;
	padding-top: 0px;
}
.td-more-articles-box-title {
	margin-bottom: 22px !important;
	padding-top: 14px;
}

.td-more-articles-box-title:after,
.tags-cloud .td-block-title:after {
	content: '';
	position: absolute;
	background-color: #e21220;
	margin: auto;
    height: 2px;
	width: 50px;
}
.td-more-articles-box-title:after {
	left: 20px !important;
	top: 48px !important;
}
.tags-cloud .td-block-title:after {
	left: 0px !important;
	top: 34px !important;
}

.td-close-more-articles-box {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 17px !important;
	right: 14px;
	left: unset !important;
	line-height: 26px;
	padding: 2px 11px;
	font-size: 17px;
}



/***
 * TAGS
 * 
 * **************/
#td-outer-wrap .tdb_single_tags a:hover {
    background-color: #222;
    border-color: #000;
    color: #fff;
}
.tags-cloud .widget_tag_cloud .tagcloud {
	padding: 0px;
}
.tags-cloud .widget_tag_cloud .tagcloud a {
	font-weight: 600;
}



/***
 * CATEGORIES
 * 
 * **************/
/*
a.td-subcat-link[data-td_filter_value="1594"] {
	display: none !important;
}
*/



/***
 * POPULAR
 * 
 * **************/
.popular-title .td-block-title {
	text-align: center !important;
	margin-bottom: 60px !important;
}
@media (max-width: 767px) {
	.popular-title.td_block_template_13 .td-block-title {
		margin-bottom: 60px !important;
	}
}
.popular-title .td-block-title a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.popular-title .td-block-title a:hover {
	color: #e21220 !important;
}
.popular-title .td-block-title:after {
	content: '';
	position: absolute;
	background-color: #e21220;
	margin: auto;
    height: 1px;
	width: 50px;
	top: 48px !important;
	left: calc(50% - 25px);
}
.popular-title .td-pulldown-category span {
	color: #222;
}



/***
 * MORE ARTICLES BOX
 * 
 * **************/
/*
.td-more-articles-box .td_module_1 .td-module-meta-info .td-post-date,
.td-more-articles-box .td_module_1 .td-module-meta-info .td-post-author-name {
	display: inline-block !important;
	visibility: visible !important;
}
*/



/***
 * POST TEMPLATE
 * 
 * **************/
#post-info .td-pb-span12 .wpb_wrapper .vc_row:nth-child(4) {
	display: block !important;
}
@media (max-width: 767px) {
	.post-author-btm {
		display: none !important;
	}
}



/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


@font-face {
    font-family: '4drivers';
    src:  url('/wp-content/uploads/4Dfonts/4drivers.eot?t0ryrl');
    src:  url('/wp-content/uploads/4Dfonts/4drivers.eot?t0ryrl#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/4Dfonts/4drivers.ttf?t0ryrl') format('truetype'),
        url('/wp-content/uploads/4Dfonts/4drivers.woff?t0ryrl') format('woff'),
        url('/wp-content/uploads/4Dfonts/4drivers.svg?t0ryrl#4drivers') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: '4drivers' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.home .td_block_inner .td-image-container .td-image-wrap {
    padding-bottom: 65%;
}
.issuuembed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}
.issuuembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nomp {
    margin-bottom: 0!important;
}
.w-line {
    margin: 34px auto;
    width: 75%;
    height: 1px;
    background-color: rgb(203, 32, 38);
    clear: both;
}
/*
.td-article-content img {
    width: 100%;
}
*/
.td-image-container .td-post-category, .td_block_inner .td-module-meta-info .td-author-date, .tdb-autoload-wrap .absolute_inner_full .tdm-title, .hgk-thoughts .tdm-fancy-title2, .gallery-item .gallery-caption, .td-slide-meta .td-post-comments, .tds-button span, .td-module-meta-info .td-module-comments, #commentform .td-form-url, .td-post-author-name, .td_module_1 .td-module-meta-info .td-post-date {
    display: none!important;
    visibility: hidden;
}
#wp-comment-cookies-consent {
    float: left;
    margin: 2px 0 0 0;
}
#commentform .comment-form-cookies-consent label {
    font-size: 11px;
    line-height: normal;
    display: block;
    display: flex;
    padding: 0 0 0 5px;
}
#td-outer-wrap .hgk-thoughts i:last-child, .jkh-gallery i:last-child {
    margin-left: 0;
    font-size: 21px;
}
.td_block_inner .td-post-category:hover {
    background-color: transparent!important;
}
.td-header-menu-social .td-social-icon-wrap i {
    font-size: 19px;
}
.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social {
    letter-spacing: -.5px;
}
.td_block_inner .td-read-more a {
    background-color: #222222;
    line-height: 52px;
    height: 55px;
    padding: 0 36px;
}
.td_block_inner .td-read-more a:hover, .tdm-btn:hover {
    background-color: #e21220!important;
}

/*
.fourdQuote {
    padding: 3% 11% 4%;
    margin: 25px auto;
}
.fourdQuote h4 a {
    text-align: center;
    display: block;
    color: #f50f0f!important;
    text-transform: none;
}
.fourdQuote p a {
    color: #222222;
}
.fourdQuote p::before {
    font-family: '4drivers';
    content: "\e900";
    padding: 25px;
    font-size: 37px;
    color: #222222;
}
.fourdQuote p::after {
    font-family: '4drivers';
    content: "\e901";
    padding: 25px;
    font-size: 37px;
    color: #222222;
}
.fourdsingle p::after, .fourdsingle p::before {
    font-size: 23px;
    padding: 15px;
    color: #f50f0f;
}
*/

.hgk-thoughts {
    max-width: 80%;
    margin: 0 auto!important;
    background-color: #f1f1f1;
    padding: 15px;
}
.tdm-descr {
    margin-top: 15px;
    margin-bottom: 20px;
}
.gallery-size-full {
    line-height: 0;
}
.post_td_gallery {
    background-color: transparent;
}
.td-gallery-slide-top {
    background-color: #ffffff;
    color: #222222;
}
.mfp-bottom-bar {
    bottom: -65px;
    font-weight: 400;
}
.menu-item-has-children > a {
    pointer-events: none;
    cursor: default;
}
#td-outer-wrap .td-sub-footer-copy, 
#td-outer-wrap .td-sub-footer-menu ul li a {
    font-weight: normal;
}
#td-outer-wrap .td-sub-footer-copy {
    color: #666666;
}
#td-outer-wrap .td-sub-footer-menu ul li a {
    font-size: 10px;
}
.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 13px;
}
div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field input, 
div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field textarea {
    font-weight: 400;
    padding-right: 10px;
    padding-left: 10px;
}
.jkt-project {
    font-size: 14px;
    display: block;
    line-height: normal;
}
.p-socials {
    font-size: 31px;
    color: #222;
    display: inline-block;
    line-height: 1px;
    padding: 15px;
}
.jkp-whatwedo .td_mod_wrap p {
    max-width: 80%;
    margin: 0 auto;
}
.pswp__caption__center {
    color: #444444;
    font-size: 15px;
}
#ftg-11 .tile .caption-block .text-wrapper span.text {
    font-size: 13px;
    line-height: normal;
}
.lightbox .lb-image {
    border: 0!important;
}
.td_block_fancy_text .tdm-fancy-title2 {
    color: #e21220;
}
.td-footer-template-4 {
    padding-top: 20px;
}
.td-footer-wrapper {
    padding-bottom: 0;
}
.td-footer-template-4 .td-footer-info {
    margin-bottom: 0;
}
#td-outer-wrap .fd-dikaiomata p {
    font-size: 12px;
    margin: 0;
}
.spw-opinion {
    background-color: #f1f1f1;
    padding: 20px 15px;
    border: 1px solid #aaaaaa;
}
#td-outer-wrap .spw-opinion p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 13px;
}
#td-outer-wrap .tdb_single_author .tdb-author-name {
    line-height: normal !important;
}
.tdc-row-content-vert-center .absolute_inner_full .td-pb-span4 {
    width: 100% !important;
    margin-bottom: 5px;
}
.tdb_single_author, 
.tdb_single_date, 
.tdb_single_post_views, 
.td-pb-row .tdb_single_date, 
.td-pb-row .tdb-entry-category {
    line-height: normal!important;
}
.tdb_single_author.tdb-post-meta {
    font-size: 11px;
}
.tdb-block-inner > p:nth-of-type(2):first-letter {
    color: #ffffff;
    float: left;
    font-family: 'Open sans', sans-serif;
    font-size: 75px;
    line-height: 60px;
    padding-top: 7px;
    padding-right: 11px;
    padding-bottom: 7px;
    padding-left: 11px;
    background-color: #333333;
    font-style: normal;
    margin-right: 8px;
    font-weight: 900;
}
.tdb-block-inner > p:nth-child(2), 
.tagdiv-type {
    line-height: normal;
}
.td_module_flex .entry-title {
    margin: 20px 0 40px;
}
#td-outer-wrap .td-block-title, 
.tdm_block_column_title .tdm-title {
    text-transform: none;
}
.gallery-item {
    padding: 0 1%;
}
.jkc-slogan {
    font-size: 17px;
    display: inline-block;
    line-height: normal;
    font-family: "Helvetica", sans-serif;
}
#td-outer-wrap .jkc-site {
    font-family: "Helvetica", sans-serif;
    font-size: 135px;
    font-weight: 400;
}
#td-outer-wrap .jkc-collaborators {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}
#td-outer-wrap .jkc-collaborators p:last-child {
    margin-bottom: 0;
}
.jkc-role {
    padding-right: 5px;
    display: inline-block;
    font-size: 19px;
    color: #f50f0f;
    line-height: 31px;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-weight: 600;
}
#td-outer-wrap .jkc-names {
    font-size: 20px;
    color: #333333;
    line-height: 31px;
    padding-right: 20px;
}
#td-outer-wrap .jkcm-title {
    font-family: "Helvetica", sans-serif;
    font-size: 35px;
    line-height: normal;
}
#cookie-notice .cn-button.bootstrap {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    transition-duration: 0.3s;
    border-radius: 0;
    margin-left: 0;
}
#cookie-notice .cn-button.bootstrap:hover {
    background-color: #ffffff;
    color: #333333;
}
.cookie-notice-container {
    padding: 25px 15px;
}
#cn-notice-text {
    display: block;
    margin-bottom: 15px;
}
.tdb-block-inner p:nth-child(1), #td-outer-wrap blockquote p, blockquote h3 {
    max-width: 90%;
    margin: 0 auto 35px;
}
.tdb-block-inner p:nth-child(1) span, 
#td-outer-wrap blockquote p, 
blockquote h3, 
blockquote strong, 
#td-outer-wrap blockquote p {
    color: #e21220 !important;
    font-family: Georgia !important;
    font-size: 25px!important;
    line-height: 30px;
    font-weight: 400!important;
    word-wrap: break-word;
    font-style: italic;
    text-align: center;
    display: block;
    text-transform: none!important;
}
.td-post-content .td_box_left {
    width: 100%;

}
.td-post-content .td_box_left h3 {
    color: #333333;
    line-height: normal;
}
#td-outer-wrap .font_9 {
    font-size: 17px!important;
}
#td-outer-wrap ul li {
    font-size: 17px;
}


@media screen and (min-width: 768px) {
    .cookie-notice-container {
        max-width: 75%;
        margin: 0 auto;
        text-align: left;
    }
}
@media screen and (max-width: 1024px){
    #td-outer-wrap .jkc-slogan {
        text-align: center;
        width: 100%;
    }
    #td-outer-wrap .jkc-site {
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 1366px){

}
@media screen and (min-width: 768px) {
    #td-outer-wrap .wpb_wrapper .td_block_inner .td_module_mx21.td_module_wrap {
        padding-top: 14%;
    }
    .mfp-bottom-bar {
        font-size: 18px;
    }
    .mfp-title {
        line-height: 25px;
    }
    #td-outer-wrap .jk-ideas p {
        text-align: justify;
    }
    #td-outer-wrap .jkp-gallery img {
        max-width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .td_block_single_image {
        width: auto;
    }
    .mfp-bottom-bar {
        font-size: 15px;
    }
    .mfp-title {
        line-height: 20px;
    }
    #td-outer-wrap .td_single_image_bg {
        height: 400px;
    }
    #td-outer-wrap .jkc-site {
        font-size: 120px;
    }
}
@media screen and (max-width: 420px) {
    .td-post-featured-image img {
        display: none!important;
    }
    .jkp-gallery figure {
        width: 50%;
    }
    #td-outer-wrap .jkc-site {
        font-size: 65px;
    }
    #td-outer-wrap .jkc-slogan {
        padding-top: 35px;
    }
    #td-outer-wrap .syntaktis .tdb-author-descr {

        display: none!important;
        visibility: hidden;

    }
}
@media screen and (max-width: 320px) {
    #td-outer-wrap .jkc-site {
        font-size: 55px;
    }
    #td-outer-wrap .jkc-slogan {
        padding-top: 25px;
    }
}



/*
 * PADDING AND MARGIN
 * 
 * *************************************************************************/
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}