/*
Theme Name: Vibenews Child
Theme URI: http://gossipthemes.com/vibenews
Author URI: http://gossipthemes.com
Template: vibenews
Description: Make your modifications to Vibenews in this child theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vibenews-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/* =Theme customization starts here
------------------------------------------------------- */

.search-icon.theme-search-custom-iconn {
    color: #ffffff !important;
}

.search-icon.theme-search-custom-iconn:hover {
    color: #000000 !important;
}

/* Layaut Artigle */
.content-ads-wrapper {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.content-area {
	flex: 0 0 66.666%;
	max-width: 66.666%;
}

.ads-area {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

/* Responsivo (mobile) */
@media (max-width: 768px) {
	.content-ads-wrapper {
		flex-direction: column;
	}

	.content-area,
	.ads-area {
		max-width: 100%;
		flex: 0 0 100%;
	}
}
