/*
Theme Name:     Newspaper Child Theme - Webopedia
Description:    A child theme of the tagDiv Newspaper theme
Author:         TechnologyAdvice
Author URI:     https://technologyadvice.com
Template:       Newspaper
*/

@import "fonts.css";

.tdb_header_logo .tdb-logo-img-wrap img {width:200px; height:67px;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tdb-search-form-placeholder,
.td-post-date span,
.td-module-date,
.tdb-author-name,
.td-social-but-text,
.tdb-post-next span,
.tdb-post-prev span {
	/*color: #595959!important;*/
}

.td-post-category{
	/*color: #1D5E72!important;*/
}

.tdb-search-form-btn,
.td-read-more a,
.tdm-btn,
.td-scroll-up,
.comment-form .submit {
	/*background-color: #B01911!important;*/
	
}
.tdb_single_content a{
	/*color: #B01911!important;*/
	
}
.tdb-single-title .tdb-title-text,
.tdm-title,
{
	background-color: #1f1671!important;
	color: #fff!important;
}
.tdb-logo-a .sr-only{
	color: #fff!important;
	background-color: #000!important;
}
.tdm-title-md{
	color: #fff!important;
}
.tdm-title-md:hover {
	-webkit-text-fill-color: #1f1671!important;
	background: transparent!important;
    transition: none!important;
}

.td-footer-template-wrap{
	background-color: #000;
}

.td-mobile-main-menu li a{
	/*color: #000;*/
}

/* JR: Fixes for mobile search thumbs */
.td-aj-search-results > .td_module_wrap > .td-module-thumb
{
    display: none !important;
}

.td-aj-search-results > .td_module_wrap > .item-details
{
    margin: 0 0 20px 10px !important;
}

/* JR: Fix for animation on home page text */
.no-animation,
.no-animation > .tdm-col-content-info > .tdm-title
{
	transition: none !important;
}

/*Native Styles */

#native-rr-article iframe,
#native-main-well iframe,
#native-boap iframe,
#native-study-guide iframe {
  width: 100%;
  height: auto;
}

#native-boap iframe {
  height: 36rem;
}

@media screen and (min-width: 500px) {
  #native-boap iframe {
    height: 25rem;
  }
}

@media screen and (min-width: 1100px) {
  #native-boap iframe {
    height: 24.5rem;
  }
}

/* Reduce Layout Shift */

#bottom-footer-fixed-slot {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#inline-top, #sticky-rail, #sticky-bottom { 
  min-height: 50px; 
} 

@media screen and (min-width: 768px) { 
  #sticky-bottom { 
    min-height: 90px; 
  } 
  #sticky-rail {
    min-height: 600px; 
  }
  #inline-top {
    min-height: 250px; 
  }
} 

/* Logo image sizes */

.tdb-logo-img { 
  width: 200px; height: 67px;
} 