/*
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.
*/


.custom-h-bg h2 {
	background-color: #000000;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.custom-shadow-footer .td-element-style {
	box-shadow: 0 -7px 15px -7px rgba(0,0,0,.60);
}

.custom-footer-h .td-block-title span {
    padding-top: 3px;
}

.gallery-no-wrap {
    flex-wrap: nowrap !important;
}

@media (max-width: 767px) {
.custom_left_right_gap {
    margin-right: -15px !important;
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
	}
.custom_left_right_gap_footer {
	margin-right: -15px !important;
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
	}
}

/* Hide scrollbar for Chrome, Safari and Opera */
.custom-breadcrumbs::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.custom-breadcrumbs {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.custom-breadcrumbs {
	overflow: auto;
    white-space: nowrap;
}

.related-post-custom-title .td-block-title span {
	padding-top: 4px;
}

@media (min-width: 1141px) and (max-width: 1255px){
.custom_left_right_gap,
.custom_left_right_gap_footer,
.custom_left_right_gap_header {
  padding-right: 24px;
  padding-left: 24px;
	}
}

.custom-title-sidebar .td-block-title > * {
	padding-top: 3px !important;
	padding-bottom: 0px !important;
}

.custom-svg-icon .tdb-logo-icon-svg svg * > path:nth-of-type(1) {
	fill: none !important;
	stroke: #ffffff;
}

.custom-link-hover .td_module_wrap:hover .entry-title a {
	color: #000000;
}

.custom-link-hover .td_module_wrap .td-module-title a:hover {
	color: #d00505;
}

@media (hover: hover) and (pointer: fine){
.custom-link-hover .td_module_wrap .td-module-title a:hover,
.custom-link-hover .td-image-container:hover ~ .td-module-meta-info-bottom .td-read-more a {
	color: #d00505;
	}
}

.custom-link-hover-next-prev .tdb-next-post:hover .next-prev-title a {
	color: #000000;
}

.custom-link-hover-next-prev .td-module-container .next-prev-title:hover a {
	color: #e2000f;
}

.custom-read-more-btn .td-read-more {
	display: inline-block !important;
}