/*
Theme Name: The Newspaper Child
Theme URI: http://cmsmasters.net/the-newspaper-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: The Newspaper Child Theme
Template: the-newspaper
Version: 1.0.0
License:
License URI:
Text Domain: the-newspaper-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
html body {
	/*background-color: #7b7871;
  	background-blend-mode: overlay;*/
}
.lcp_catlist {
    display: flex;
    flex-direction: row;
    gap: 2px;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
}

.lcp_post_parent {
    padding: 10px;
}

.lcp_post_parent:nth-child(1), .lcp_post_parent:nth-child(2) {
    border-right: 1px solid #ccc;
}

.lcp_prikazi_sve {
    white-space: nowrap;
    font-size: 1.2em;
    font-style: normal;
    text-decoration: underline;
}

.lcp_prikazi_sve > a, .lcp_prikazi_sve > a:visited, .lcp_prikazi_sve > a:active {
    /*color: #0073b5;*/
    font-style: normal;
}

.lcp_prikazi_sve > a:hover {
    /*color: #033d5e;*/
}

@media screen and (max-width:620px) {
    .lcp_catlist {
        flex-direction: column;
        gap: 2px;
        flex-wrap: nowrap;
		align-items:start;
    }
	
    .lcp_post_parent {
        width:100%;
    }

	.lcp_post_parent:last-child {
		align-self:center;	
	}

    .lcp_post_parent:nth-child(1), .lcp_post_parent:nth-child(2) {
        border-bottom: 1px solid #ccc;
		border-right:0;
    }
}

ul > li:before {
    display: none !important;
}

.cmsmasters_archive_type {
    padding: 5px 0 0;;
}

.cmsmasters_archive_type .cmsmasters_archive_item_type {
	margin: 0 0 2px;	
}

.cmsmasters_archive_type .cmsmasters_archive_item_header {
  margin: 0 0 5px;
}

/* Start H3 Font */
h3,
h3 a, 
.post_nav a, 
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
.cmsmasters_pricing_table .cmsmasters_price_wrap, 
.cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item a, 
.widget_rss ul .rsswidget {
	font-family:'Merriweather Sans', Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

.homepage-links {
	text-align: center;
}

.homepage-links  .image-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	gap:15px;
}

.homepage-links .image-item {
	width: 30%;
	text-align: center;
}

.homepage-links  .image-row img {
	width: 100%; /* Ensures images are evenly sized */
	height: auto;
}

.homepage-links .image-item p {
	margin-top: 50px;
	font-size: 1.6em;
	color: #333;
	line-height:1.5;
}

.homepage-links .image-item a {
	text-decoration: none;
	font-style: normal;
}
