/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.donate-banner-wrap.hide {
	display: none !important;
}

donate-banner.show {
	display: block;
}

.td-post-views {
	display: none !important;
}

.td_block_popular_categories li:first-child, .td_block_popular_categories li:nth-child(7) {
	display: none;
}

.td-header-main-menu {
	padding-left: 0px !important;
	padding-right: 0px;
}

#td-header-menu {
	width: 100%;
}

.post-on-scroll {
	position: fixed;
	right: 25px;
	bottom: 100px;
	width: 12.5%;
	border-top: 2px solid #00700d;
	display: none;
	/*   visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 1s linear;
*/
}

.active {
	visibility: visible !important;
	opacity: 1 !Important;
	transition: visibility 0.5s, opacity 0.5s linear;
}

.post-on-scroll .featured-img img {
	text-align: center;


}

.featured-img img {

	width: 100% !important;
	height: auto !important;

}

.featured-details a {
	font-weight: 400;
}

.post-on-scroll span {
	font-weight: 400;
	padding: 7px 12px 4px 12px;
	display: inline-block;
	color: #fff;
	background-color: #00700d;
	font-size: 16px;
	position: relative;
	top: -34px;

}

@media screen and (max-width:1649px) {
	.post-on-scroll {
		display: none !important;
	}
}

.td-politics .td-news-ticker .td-next-prev-wrap {
	right: 0px;
	text-align: center
}

.author-box-wrap {
	display: none
}

.term-18 .td-page-title {
	text-align: center
}

.td_social_youtube {
	display: none
}

@media screen and (max-width:1024px) {
	.td_block_related_posts {
		display: none
	}

	.td-post-template-default .td_block_weather {
		display: none
	}
}

@media screen and (min-width:768px) {
	.menu-item-3774 {
		display: none
	}
}

@media screen and (max-width:767px) {
	.home .vc_row {
		margin-left: 0px !important;
		margin-right: 0px !important
	}

	.home .td-post-template-8 {
		background-position: center !important
	}
}

.post-ratings {
	margin-bottom: 20px
}

.home .block-title>a:hover {
	color: #d1d1d1
}

.td-politics .td-news-ticker .td-next-prev-wrap {
	right: 0px;
	text-align: center
}

.author-box-wrap {
	display: none
}

.term-18 .td-page-title {
	text-align: center
}

.td_social_youtube {
	display: none
}

.cat-sponsoring p {
	font-size: 90%
}

.cat-sponsoring {
	margin-bottom: -50px
}

@media screen and (max-width:1024px) {
	.td_block_related_posts {
		display: none
	}

	.td-post-template-default .td_block_weather {
		display: none
	}

	.cat-sponsoring {
		margin-bottom: -20px
	}
}

@media screen and (min-width:768px) {
	.menu-item-3774 {
		display: none
	}
}

.donate-sidebar form {
	text-align: center
}

.donate-sidebar input {
	max-width: 100%;

}

.donate-banner input:hover, .donate-sidebar input:hover {
	cursor: pointer !important;
}

@media screen and (max-width:767px) {
	.donate-sidebar input {
		max-width: 100%;
		width: 250px;
	}
}

.donate-banner-wrap {
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999999;
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-height: 100%;
}

.donate-banner {
	padding: 30px;
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: 0px auto;
	align-items: center;
	transition: all 600ms ease-in-out;
	background: #efefef;
	vertical-align: middle;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;

}

.donate-banner .db-text-hl {
	font-size: 26px;
	padding: 5px 20px;
	margin-bottom: 25px;
	color: #333;
	background: yellow;
	display: inline-block;
}

.donate-banner .db-text p {
	font-size: 18px;
	padding: 0px 20px;
	color: #333;
}

.donate-banner .db-btn input {
	max-width: 250px;
	padding: 0px 20px;
}

div.banner-close-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.6;
	color: #fff;
}

.banner-close-icon:hover {
	cursor: pointer;
}

.db-btn {
	background: #00770D;
	padding: 5px 35px;
	text-align: center;
	margin-left: 25px;
}

.db-btn a {
	color: #fff
}

@media screen and (max-width:767px) {
	.db-btn {
		margin-left: 0px;
	}
}

@media screen and (max-width:767px) {
	.donate-banner-wrap {
		padding: 20px;
		font-size: 12px;

	}

	.donate-banner {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 10px 20px;
		transition: all 600ms ease-in-out;
	}

	.donate-banner .db-text-hl {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.banner-close-icon {
		color: #fff !important;
		opacity: 1;
	}
}

.single article {
	overflow-x: hidden;
}

@media screen and (max-width:767px) {
	.td-search-opened .td-search-background, .td-search-opened .td-search-background::before, .td-search-opened .td-search-wrap-mob {
		z-index: 999;
	}

	.td-search-opened .td-search-wrap-mob {
		position: relative;
	}
}

.home .td_block_trending_now.td-trending-style2 .td-next-prev-wrap a {
	background-color: #00770D;
	color: #fff !important;
	border: none !important;
}

.home .td_block_trending_now.td-trending-style2 .td-next-prev-wrap a:hover {
	color: #00770D !important;
}

.show-only-finanzen {
	display: none;
}

.category-36 .show-only-finanzen {
	display: block !important;
}



@media screen and (min-width:768px) {
	.hide-desktop {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.hide-mobile {
		display: none;
	}
}

.donate-sidebar-btn {
	padding: 15px 35px;
	background: #fdc53a;
	color: #000 !important;
	text-align: center;
	margin-bottom: 25px;
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}

.donate-sidebar-wrap {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}

.donate-sidebar-btn:hover {
	color: #000;
}

.td-category-grid .td_module_mx5 img.entry-thumb {
	height: 399px;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.hide-menu-item {
		display: block;
	}

	.single .comments {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.hide-menu-item {
		display: none !important;
	}
}

_::-webkit-full-page-media _:future, :root .safari_only #td-header-menu {
	width: 99% !important;
}


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	/* @media {
		#td-header-menu {
			width: 99% !important;
		}
	} */
}


.asp_product_buy_btn {
	padding: 15px 35px !important;
	height: unset !important;
	font-size: 14px !important;
}

.donatebox-article {
	border-top: 3px solid #11700c;
	padding-top: 5px;
	padding-bottom: 5px;
	/*display:flex;*/
}

.donatebox-article div {
	flex: 1;
}

.donatebox-article .donate-inner {
	text-align: center;

}

@media screen and (max-width:767px) {
	.donatebox-article {
		margin-bottom: 25px;
	}
}

@media screen and (max-width:767px) {
	.donatebox-article {
		flex-direction: column;
	}

	.donatebox-article>div:nth-child(1) {
		margin-bottom: 10px;
	}
}

.home .td_block_2 .td_module_6 .item-details, .tdc-footer-wrap .td_block_7 .td_module_6 .item-details {
	margin-left: 0px !important;
}

.home .td_block_2 .td_module_2 .td-module-image a {
	position: relative;
	display: inline-block
}

.td_module_related_posts .td_module-image span {
	display: inline-block;
	position: relative;
}

.category .td-meta-info-container {
	position: relative !important;
}

@media screen and (min-width:768px) {
	.category .td-big-grid-wrapper {
		display: flex;
		align-items: center
	}

	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		float: left;
	}
}

.category .td-big-grid-post .td-meta-align {
	pointer-events: all !important;
}

@media screen and (max-width:768px) {
	.category .td-big-grid-meta {
		margin-bottom: 15px;
	}
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #00700d !important;
	color: #fff;
}

.woocommerce-multistep-checkout .woocommerce .col2-set .col-1, .woocommerce-multistep-checkout .woocommerce-page .col2-set .col-1 {
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	text-decoration: none;
	color: #00700d !important;
}

.woocommerce-checkout .woocommerce input.button:hover, .woocommerce-page .woocommerce a.button:hover, .woocommerce-account div.woocommerce .button:hover {
	background-color: #00700d !important;
}

.woocommerce-checkout .woocommerce input.button, .woocommerce-page .woocommerce a.button, .woocommerce-account div.woocommerce .button {
	margin: 0px 5px;
	display: inline-block;
}

.woocommerce table.shop_table th {
	font-size: 13px;
}


.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	font-weight: 700;
	float: left;
}

.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
	display: none;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
	display: block;
	font-size: 0.85em;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: block;
	text-align: right !important;
}

.woocommerce-multistep-checkout ul.nav-wizard li a, .woocommerce-multistep-checkout ul.nav-wizard li.active~li a {
	color: #00700d !important;
}

.woocommerce-multistep-checkout ul.nav-wizard li:first-of-type {
	margin-left: 0;
}

.woocommerce-info::before {
	color: #00700d !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #00700d !important;
	border-bottom: 1px solid #00700d;
}


@media screen and (max-width: 767px) {
	.woocommerce-MyAccount-navigation {
		max-width: 100vw;
		overflow-x: scroll;
	}

	.woocommerce-MyAccount-navigation ul {
		max-width: 100vw;
		display: flex;
		overflow-x: scroll;
		gap: 20px;
	}

	.woocommerce-MyAccount-navigation ul li {
		white-space: nowrap;
	}



	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 0px !important;
	}
}

.td-module-container .td-post-category, .td_module_wrap .td-post-category {
	background: var(--platinum);
	color: var(--smoky-black);
	border-radius: 3px;
	padding: 2px 4px;
}

.td-block-title, .td-block-title-wrap .block-title {
	letter-spacing: 0.5px;
}

@media screen and (max-width:767px) {
	.td-header-template-wrap {
		margin-bottom: 15px;
	}

	.td-drop-down-search .td_module_mx2 .td-module-thumb {
		display: none;
	}

	.td-drop-down-search .td_module_mx2 .item-details {
		margin: 0 0 20px 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1018px) {
	.td-header-desktop-wrap .tdi_31 {
		display: block !important;
	}

	#menu-top-menu {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#menu-top-menu li {
		margin-right: 11px !important;

	}

}

.vc_widget_sidebar .block-title, .vc_widget_sidebar .td_block_text_with_title,
.td-ss-main-sidebar .block-title, .td-ss-main-sidebar .td_block_text_with_title {
	margin-bottom: 22px !important;
}

.vc_widget_sidebar .woocommerce h2, .vc_widget_sidebar .woocommerce-MyAccount-content p:nth-child(3),
.td-ss-main-sidebar .woocommerce h2, .td-ss-main-sidebar .woocommerce-MyAccount-content p:nth-child(3) {
	display: none;
}

.vc_widget_sidebar #block-7>p:nth-child(1),
.td-ss-main-sidebar #block-7>p:nth-child(1) {
	display: none;
}

.vc_widget_sidebar .woocommerce-MyAccount-navigation,
.td-ss-main-sidebar .woocommerce-MyAccount-navigation {
	width: 100%;
}


.vc_widget_sidebar .woocommerce-MyAccount-content,
.td-ss-main-sidebar .woocommerce-MyAccount-content {
	display: none !important;
}

@media screen and (max-width: 767px) {

	.vc_widget_sidebar .woocommerce-MyAccount-navigation ul,
	.td-ss-main-sidebar .woocommerce-MyAccount-navigation ul {
		display: block;
		max-width: unset;
		gap: unset;
		overflow-x: unset;
	}

	.woocommerce-account div.td_block_wrap[data-td-block-uid="tdi_63"], .woocommerce-account aside#block-7 {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	#place_order {
		float: right;
	}
}

.wp-block-latest-posts li a {
	font-size: 15px !important;
}

.wp-block-latest-posts li a:hover {
	color: var(--accent-color) !important;

}

.wp-block-latest-posts__post-date {
	font-style: normal !important;
	color: #747474 !important;
}

.pw-icon-true .fa-square {
	color: var(--platinum);

}

.pw-icon-true .fa-lock, .pw-icon-false .fa-lock-open {
	color: var(--pakistan-green);
}

.pw-icon-true .fa-stack.small, .pw-icon-false .fa-stack.small {
	font-size: 0.7em;
}

.pw-icon-true i, .pw-icon-true .fa-stack, .pw-icon-false .fa-stack {
	vertical-align: top;
}

.pw-icon-true .td-editor-date, .pw-icon-false .td-editor-date {
	margin: 5px 0px;
	padding-top:10px;
	padding-bottom:3px;
}

.pw-icon-true .td-post-category, .pw-icon-false .td-post-category {
	margin: 0px !important;
}

.woocommerce-form-login {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.woocommerce-form-login>.form-row {
	width: 100%;
}

.woocommerce-form-login>.form-row>button {
	border: none;
	box-shadow: none;
	color: #fff;
	background: none #222;
	font-size: 11px;
	padding: 10px;
	text-shadow: none;
	border-radius: 0;
	max-width: 25%;
}

.woocommerce-form-login>.form-row:has(> button) {
	display: flex;
	/* justify-content: flex-end; */
	/* align-items: center; */
	gap: 5px;
	flex-wrap: nowrap;
	flex-direction: column;

	gap: 5px;
}

.woocommerce-form-login>.form-row>button:hover {
	background-color: #00700d !important;
}


.woocommerce-form-login>.lost_password>a {
	color: #00700d !important;
}

.woocommerce-form-login>.lost_password>a:hover {
	text-decoration: underline;
}

.woocommerce-form-login>.form-row .required {
	color: red;
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
}

.woocommerce-form-login>.form-row label {
	line-height: 2;
	color: #12100e;
	font-size: 15px !important;
}

/* #td-outer-wrap > div.td-main-content-wrap.td-container-wrap > div > div.td-pb-row > div > div.td-page-content.tagdiv-type > div > ul > li.active:not(:first-child)::before, #td-outer-wrap > div.td-main-content-wrap.td-container-wrap > div > div.td-pb-row > div > div.td-page-content.tagdiv-type > div > ul > li.active > a::before, #td-outer-wrap > div.td-main-content-wrap.td-container-wrap > div > div.td-pb-row > div > div.td-page-content.tagdiv-type > div > ul > li:first-of-type > a::before {
	background: #00700d;
} */

/* .woocommerce-multistep-checkout ul.nav-wizard li:not(:first-child)::before, .woocommerce-multistep-checkout ul.nav-wizard li a::before {
	background: #00700d !important;
} */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .form-row input, .Input {
	border: 1.3px solid #e6e6e6 !important;
	border-width: 1.3px !important;
	border-top-width: 1.3px !important;
	border-right-width: 1.3px !important;
	border-bottom-width: 1.3px !important;
	border-left-width: 1.3px !important;
}

.woocommerce-multistep-checkout .form-row {
	margin: 0;
	padding: 5px 3px !important;
}

/*borlabs colors adjustments*/
#BorlabsCookieBox a {
	color:#2c8747;
}
#BorlabsCookieBox ._brlbs-refuse, #BorlabsCookieBox ._brlbs-legal {
	color:#767774;
}
#BorlabsCookieBox ._brlbs-btn-accept-all {
	background:#2c8747;
}

.td-footer-wrap a {
	color:#009112;
}

@media screen and (max-width: 698px) {
	.menu-mobile-horizontal-scroll-menu-container::before {
		content: "‹";
		font-size: 25px;
		position: absolute;
		top: 8.5px;
		left: 0;
		width: 10px;
		background: linear-gradient(to left, rgb(255 255 255 / 0%), #ffffff 50%);
	}

	.menu-mobile-horizontal-scroll-menu-container::after {
		content: " ›";
		font-size: 25px;
		padding-left: 10px;
		position: absolute;
		top: 8.5px;
		right: 0px;
		width: 10px;
		background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, #ffffff 100%);
	}
	
	.menu-footer-menu-container ul li {
		margin-bottom:14px !important;
	}
}

@media screen and (max-width: 425px) {
	.td_block_weather {
		display: none;
	}
}


@media screen and (min-width: 1019px) {
	.page-id-32021:not(.logged-in) .td-page-content {
		display: flex;
		justify-content: space-between;
	}

	.page-id-32021 .woocommerce-form-login>.form-row>button {
		max-width: 30%;
	}

	/* .woocommerce-account .woocommerce-form-login {
		max-width: 33.333%;
	} */
}

.page-id-32021 .woocommerce-form-login>.form-row>button {
	line-height: 21px;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
	margin-left: 0 !important;
}


.woocommerce-multistep-checkout #order_review_heading {
	display: none !important;
}
.no_subscriptions .woocommerce-Button {
	display:none!important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens {
	display:none;
}
.wd-my-account-links .ppcp-paypal-payment-tokens-link {
	display:none;
}

@media (min-width: 768px) and (max-width: 1018px) {
	.td-header-desktop-wrap  .tdb_mobile_horiz_menu {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1018px){
	
	.home-hero .td-image-wrap {
		padding-bottom:60% !important;
	}
	.home-hero .td-excerpt {
		font-size:12px!important;
	}

}

@media screen and (max-width:1080px) {

	.woocommerce-form-login>.form-row>button {
		max-width: 50%;
	}
}

.custom-redirect-buttons{
	display:flex;
	gap: 1rem;
}

.custom-redirect-buttons a {
	border: none;
    box-shadow: none;
    color: #fff;
    background: none #222;
    font-size: 11px;
    padding: 10px;
    text-shadow: none;
    border-radius: 0;
	-webkit-appearance: button;
	appearance: button;
}

.no-orders + .woocommerce-message--info a {
	display:none!important;
}

@media screen and (max-width:767px) {
	.home .cols-hotfix .td_module_wrap {
		width: 100%;
		float: left;
	}
}