/*
Theme Name: Irvine News
Theme URI: https://themearile.com/irvine-news-theme/
Template: newsexo
Author: ThemeArile
Author URI: https://themearile.com
Description: Irvine News customized with red, dark blue, black, and white color scheme.
Version: 1.5
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irvine-news
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
*/

/*--------------------------------------------------
=>> Body Custom Background Css
--------------------------------------------------*/
body.custom-background .theme-bg-dark,
body.custom-background .theme-bg-default, 
body.custom-background .theme-blog.theme-bg-grey {
    background-color: transparent !important;
}

/*--------------------------------------------------------------
=>> Typography Css
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
=>> Logo and Banner
--------------------------------------------------------------*/
.logo-banner .site-title a{ 
    color: #ffffff; /* White logo text */
}

/*--------------------------------------------------------------
=>> Site Header
--------------------------------------------------------------*/
.site-header {
    background: #000000 !important; /* Black header */
}
.head-contact-info li span.newsexo-time {
    background-color: #fe0000 !important; /* Red time bg */
    color: #ffffff !important; /* White text */
}
.head-contact-info li, 
.site-header .custom-social-icons .followus {
    color: #ffffff !important;
}
.custom-social-icons .followus:before, .custom-social-icons .followus:after {
    background: #ffffff !important;
}
.site-header .custom-social-icons li > a {
    color: #ffffff !important;
}

/*--------------------------------------------------------------
=>> Blog Meta
--------------------------------------------------------------*/
.entry-meta > span { 
	margin: 0 0.875rem 0 0 !important;
}
.entry-meta > span i {
    margin-right: 0.350rem;
}
.entry-meta .avatar-default {
    margin-right: 0.350rem;
}
/*Category Colors*/
.entry-meta .cat-links .links-bg:nth-child(2) {
	background: #1D3557; /* Dark Blue */
	color: #ffffff;
}
.entry-meta .cat-links .links-bg:nth-child(3) {
	background: #fe0000; /* Red */
	color: #ffffff;
}
.entry-meta .cat-links .links-bg:nth-child(4) {
	background: #000000; /* Black */
	color: #ffffff;
}
.entry-meta .cat-links .links-bg:nth-child(5) {
	background: #6610f2; /* Purple for variety */
	color: #ffffff;
}
.entry-meta .cat-links .links-bg:nth-child(6) {
	background: #0263D0; /* Blue */
	color: #ffffff;
}

/*Pagination*/
.navigation.pagination .nav-links .page-numbers, 
.navigation.pagination .nav-links a {
	border: 1px solid #1D3557; /* Dark Blue border */
    background-color: #ffffff;
    color: #1D3557;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a:focus,
.pagination a.active {
	background-color: #fe0000; /* Red hover/active */
	color: #ffffff;
    border: 1px solid #fe0000;
}

/*--------------------------------------------------------------
=>> All Blog Posts Common Classes for Spacing
--------------------------------------------------------------*/
@media (min-width: 200px) and (max-width: 991.98px) {
	#featured-news-slider.owl-carousel.three-three .post.overlay-news-area {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
=>> Sidebar Widgets
--------------------------------------------------------------*/
.sidebar.vrsn-three .widget {
	background-color: #ffffff;
	border: 1px solid #1D3557; /* Dark Blue border */
	padding: 0.938rem 0.75rem;
	position: relative;
    transition: all 0.1s;
}
.sidebar.vrsn-three .widget:hover {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid #fe0000; /* Red top border on hover */
	transition: all 0.5s;
	transform : translateY(-5px);
}
/*List View Post Widget*/
.list-view-post-widget .post .entry-header .entry-title {
    line-height: 1.5;
}

/*--------------------------------------------------------------
=>> Footer Section & Widgets
--------------------------------------------------------------*/
.site-footer-overlay::before {
	background: #000000; /* Black footer */
}

/*--------------------------------------------------------------
=>> Default Page Templates 
--------------------------------------------------------------*/
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post {
	border-bottom: 1px solid #1D3557; /* Dark Blue */
	padding: 0.938rem 0 0.938rem 0;
}

/*--------------------------------------------------------------
=>> Sidebar Update Released 
--------------------------------------------------------------*/
.wp-block-latest-posts li {
    padding-bottom: 1rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
    padding-top: 0.525rem;
}
.wp-block-archives li {
	padding-bottom: 0.625rem;
}
.post .wp-block-categories-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li ul li:first-child {
	padding-top: 0.625rem;
}
.post .wp-block-list li:last-child, 
.post .wp-block-list li ul li:last-child {
	padding-bottom: 0;
}
.wp-block-file .wp-block-file__button {
	text-decoration: none;
    background-color: #fe0000; /* Red button */
    color: #ffffff;
    border: 1px solid #fe0000;
}
.wp-block-file .wp-block-file__button:hover {
    background-color: #1D3557; /* Dark Blue hover */
    color: #ffffff;
    border: 1px solid #1D3557;
}
