/*
Theme Name: Universal Child
Theme URI: https://example.com/
Description: Neve темасына арналған child theme
Author: Сіз
Version: 1.0
*/


/*zhanalyktar archiv*/

.news-it00 a {
	border: 1px solid #dadada;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 15px;
	height: 100%;
}
.news-it00 a:hover .news-title {
	color: var(--nv-secondary-accent);
	transition: 0.3s;
}
.news-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}
.post-img00 img {
	width: 100%;
    height: 300px;
    object-fit: cover;
	border-radius: 10px;
}
.news-title {
	font-size: 16px;
    margin-bottom: 10px;
	color: var(--nv-text-color);
}
.news-date {
	color: gray;
    font-size: 14px;
}

.pagination {
	padding: 10px;
}
.nav-links {
	display: flex;
    align-items: center;
    justify-content: center;
}
.nav-links span,
.nav-links a {
	background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px 10px;
    margin: 0 5px;
}
@media (min-width: 960px) {
    .neve-main>.container .col {
        max-width: 75% !important;
    }
}
@media (min-width: 960px) {
    .nv-sidebar-wrap {
        max-width: 25% !important;
    }
}





/*side bar*/
.nv-sidebar-wrap {
	padding: 45px 15px !important;
    margin-bottom: 0px !important;
}

/*single php*/
.single-class00 {
	height: 400px;
    background: #011521c9;
    border-radius: 20px;
}
.single-title00 {
	position: relative;
}
.single-title {
	position: absolute;
    color: white;
    text-shadow: 0px 0px 5px black;
    padding: 30px;
    z-index: 9;
	width: 100%;
}
.single-img img {
	width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 20px;
    opacity: 0.5;
    display: block;
    z-index: 1;
    position: relative;
    object-position: center;
}