/*
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.
*/
table.bg-listings tr.status-Ready td {
background:#99ff85;
}
.bg-listings .status-Pending td {
background:#ffef84;
}
.bg-listings .status-Errors td {
background:#ff8484;
}
.td-a-rec.td-a-rec-id-header img {
	display: inherit;
}
.td-a-rec-id-custom_ad_4 > div, .td-a-rec-id-custom_ad_3 > div {
	margin-bottom: 10px !important;
}
[class*=" td-a-rec-id-custom_ad_"] > img {
	border: 1px solid #000 !important;
}
/*.drts .drts-view-entities-header {
	padding: 8px 10px 3px 10px;
	border:1px solid #eee;
	background: #efefef;
} */
.drts .drts-view-nav {
padding-bottom:10px !important;
border-bottom: 2px solid #ccc;
}
.directory-category-child-terms {
	padding: 10px 20px;
	border: 1px solid #eee;
}
.drts-display > .drts-display-element > .drts-display-element-header {
	margin-top: 0px;
}

.drts .drts-view-nav, .drts .drts-view-nav.drts-bs-p-0
{
  padding-bottom: 10px !important;
  border-bottom: 2px solid #ccc;
}
.drts-row.drts-gutter-sm .drts-entity-featured {
	background: #ffffe0;
}
.drts .drts-bs-badge {
	font-size: 100%;
}
/* Skyscrapers */
/* CSS to position the left skyscraper ad with buffer */
#placement_325771_0 {
    position: absolute;
    top: 270px; /* Start 270px from the top */
    left: calc((100% - 1068px) / 2 - 160px - 25px); /* Position left of the main content with buffer */
    z-index: 9999; /* Ensure it's on top of all content */
}

/* CSS to position the right skyscraper ad with buffer */
#placement_410286_0 {
    position: absolute;
    top: 270px; /* Start 270px from the top */
    right: calc((100% - 1068px) / 2 - 160px - 25px); /* Position right of the main content with buffer */
    z-index: 9999; /* Ensure it's on top of all content */
}

/* Hide ads on smaller screens */
@media only screen and (max-width: 1438px) {
    #placement_325771_0, #placement_410286_0 {
        display: none;
    }
}
