/**
 * Theme Name:     Hot News Child
 * Author:         Jose Prato
 * Template:       hot-news
 * Text Domain:	   hot-news-child
 * Description:    Designed by Jose Prato - Ideally Studio
 */
:root {
	--primary-color: #174289!important;
	--color-text: #191B1D;
	--color-dark: #424242;
	--color-background: #fff;
	--color-text-rgb: 32, 33, 36;
	--shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

	/* fonts size---------------------------------------------------- */
	--font-size-xs: clamp(0.7rem, 0.17vw + 0.76rem, 0.79rem);
	--font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
	--font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
	--font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
	--font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
	--font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
	--font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
	--font-size-xxxl: clamp(2.95rem, 3.54vw + 2.17rem, 5rem);
	/* fonts size---------------------------------------------------- */

	/* font family */
	--font-head: 'Cabin', sans-serif!important;
	--font-body: "Cabin", sans-serif!important;
}

.adore-boxed-wrapper{
	max-width: inherit!important
}
.site-title{
	font-size: var(--font-size-lg)!important
}
.middle-header-wrap.no-advertisement_image {
	justify-content: left!important;
}
h2.entry-title a{
	text-decoration: none!important
}
.post-author, .byline{
	display: none
}
.latest-post-header{
	text-align: center;
	font-size: 28px;
	background: #f3f3f3;
	padding: 10px 0;
	text-transform: uppercase
}
.post-item.post-grid{
	background: #f3f3f3;
}
.theme-archive-layout.grid-layout.grid-column-2{
	gap:30px
}