/*
Theme Name: the7dtchild
Author: Search Pros
Author URI: https://searchpros.com/
Version: 1.0.0
Template: dt-the7
*/

/* general styles */
a { text-decoration: none; }
a:hover { color: #666; }


/* Home page slider styles */
#main-slideshow rs-slides rs-slide rs-layer a { 
	color: #fff; 
	text-decoration: none;
	border: 1px solid #fff;
	padding: 5px 8px;
}
#main-slideshow rs-slides rs-slide rs-layer a:hover { color: #217341; }

/* home page - load btn */
.vc_grid-container.home-grid .vc_pageable-load-more-btn .vc_btn3 {
	background: #217341;
}
.vc_grid-container.home-grid .vc_pageable-load-more-btn .vc_btn3:hover {
	background: #666;
}

/* blog pages - make skinnier */
.post-template-default #main .wf-container-main {
	max-width: 700px;
	margin: 0 auto; 
}

/* try forcing column one in tables to be a min width */
.tablepress tr td.column-1 { min-width: 50px; }

/* post grid styles */
.vc_gitem-zone, .vc_gitem_row .vc_gitem-col { z-index: 1000; }
.vc_grid-item .vc_custom_heading a:hover {
	color: #217341;
}

.grid-cat .vc_grid-filter-item {
	background: #666;
	margin-right: 5px !important;
}
.grid-cat .vc_grid-filter-item a {
	color: #fff;
	font-size: 14px;
}
.grid-cat .vc_grid-filter-item:hover {
	background: #217341;
}

/* footer */
#footer.solid-bg {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), /* Dark overlay */
    url('https://truthstorystg.wpenginepowered.com/wp-content/uploads/2025/09/avenue-815297_1920.jpg'); /* Your background image */
  background-size: cover;
  background-position: center;
}
#footer .widget .textwidget a:hover { color: #fff; }
#footer .recent-posts .post-content a:hover { color: #fff; }

