/*
Theme Name: Valenti Child
Theme URI: https://themeforest.net/item/valenti-wordpress-hd-review-magazine-news-theme/5888961
Template: valenti
Author: Codetipi
Author URI: http://www.codetipi.com
Description: Theme child of Valenti
Version: 1.0.1748473604
Updated: 2025-05-28 18:06:44

*/
@media only screen and (min-width: 1200px) {
	div#logo a img {
		max-width:234px !important;
	  max-height:260px !important;		
	}

/*	"+" signs in nav bar*/
	#cb-nav-bar #cb-main-menu .main-nav .cb-has-children a:after {
		position: relative;
    top: -2px;
	}
	
}

/* === Custom Overrides by John, 2025-10-24 === */
@media only screen and (min-width: 1020px) {
	.flexslider-1 .slides li .cb-meta h2 {
		padding: 0 13px 15px 13px !important;
	}
}

/*Bottom iframe banner*/
@media only screen and (min-width: 1200px) {
	div#logo a img {
		max-height: 200px !important;
	}
	.cb-grid-4 img, .cb-grid-5 img, .cb-grid-6 img {
		max-width: 100% !important;
	}
}

/*For desktop*/
@media only screen and (min-width: 768px) {
	#cb-logo-box {
		display: flex;
	  justify-content: flex-start;
	  align-items: center;
	}

	/*All 5 Posts*/
	.cb-grid-5 {
		display: flex;
		flex-wrap: wrap;
    justify-content: space-between;
	}

	/*The Last 3 New Posts*/
	.cb-grid-5 .cb-feature-3, .cb-grid-5 .cb-feature-4, .cb-grid-5 .cb-feature-5 {
    max-width: 33.3%;
    width: 100% !important;
	}

	/*Vertically Center the Latest News scroll text*/
	#cb-top-menu .cb-breaking-news ul li {
		line-height: 33px;
	}

	/*"+" sign after About*/
	#cb-top-menu .cb-top-nav .cb-has-children > a:after {
		position: relative;
		top: -2px;
	}

/*	(Arrow) after 'Latest News'*/
	#cb-top-menu .cb-breaking-news span .fa-long-arrow-right {
    position: relative;
    top: 1.5px;

	}
}

/*Mobile first*/

#div-gpt-ad-1459812075095-0,
#div-gpt-ad-1693583131237-0 {
	float: none !important;
	margin: 0 auto !important;
	max-width: 100%;
  width: 100%;
}
#div-gpt-ad-1693583131237-0 iframe {
	width: 100%;
	max-width: 100%;
}
/*Empty elements*/
#ai_widget-70, #ai_widget-69, #ai_widget-68, #text-26, #cb-widgets {
	display: none;
}

#cb-footer {
	display: flex;
}

/*Newest post*/
.cb-grid-5 .cb-feature-1 {
	min-height: auto !important;
}

/*Remove "overlay" from all post images*/
.cb-grid-3 > div img, .cb-grid-4 > div img, .cb-grid-5 > div img, .cb-grid-6 > div img,
.flexslider-1-fw .slides li img, .flexslider-1 .slides li img, .flexslider-1-fw-menu .slides li img, .flexslider-1-menu .slides li img, .flexslider-2-fw .slides li img, .flexslider-2 .slides li img {
	opacity: 1 !important;
}

/*Latest News Slider - Making text go below imagery*/
.flexslider-1.clearfix .cb-meta {
	position: relative !important;
	padding-top: 8px;
}
.flexslider-1.clearfix .cb-meta h2 a,
.flexslider-1.clearfix .cb-meta .cb-byline i,
.flexslider-1.clearfix .cb-meta .cb-byline a {
	color: #000000 !important;
}

/*Post titles*/
.cb-grid-5 .cb-article-meta h2 {
	margin-top: 6px !important;
	line-height: 1.4 !important;
  margin-bottom: 5px !important;
}

/*Labels in sign up form*/
#mc_embed_signup .mc-field-group label,
#mc_embed_signup .button {
	font-family: 'futura-pt',sans-serif;
}

/* ***** ADA Compliance Test ***** */
/* "Latest News" */
#cb-top-menu .cb-breaking-news span,
/*(Actual news in slider)*/
#cb-top-menu .cb-breaking-news ul li a,
#cb-top-menu .cb-breaking-news ul li a:after,
/*"About"*/
#cb-top-menu .cb-top-nav li a,
/*"Indicates required"*/
#mc_embed_signup .indicates-required,
/*(Labels above Newsletter inputs)*/
#mc_embed_signup .mc-field-group label,
/*"Connect with us today"*/
.textwidget em {
/*	color: #000000 !important;*/
}

/*Copyright ("1978-2025 CCM Magazine")*/
#cb-footer .cb-footer-lower .cb-copyright {
/*	color: #ffffff !important;*/
}



/* === End Custom Overrides === */
