/*
Theme Name: Universal Child
Theme URI: https://example.com/
Description: Neve темасына арналған child theme
Author: Сіз
Version: 1.0
*/

/*paganition*/
.csf-pagination {
	margin-top: 30px;
}
.csf-pagination .current {
	    color: var(--nv-secondary-accent);
} 
.page-numbers {
	background: #ececec;
    padding: 5px;
    color: black;
}



/*кітапхана*/
.kit-00 {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
	margin-bottom: 30px;
}
.kit-01 {
	border: 1px solid;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
	color: var(--nv-secondary-accent);
	text-align: center;
}
.kit-01:hover {
	box-shadow: 0 0 20px #e0e0e0;
}
.kit-01 img {
	width: 100px;
}
.kit-01 h3 {
	margin-bottom: 0;
    font-size: 20px;
}





/*bos oryn*/
.news-vac a {
	border: 1px solid #dadada;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 15px;
	height: 100%;
	margin-bottom: 15px;
}
.icons-vac {
	float: left;
}
.icons-atc  {
	float: left;
	margin-right: 20px;
}
.icons-vac img {
	width: 50px;
    margin-right: 20px;
}

/*Мемлекеттік аттестациялау*/
.news-it01 a {
	border: 1px solid #dadada;
    width: 100%;
    display: block;
    padding: 10px 10px 20px 10px;
    border-radius: 15px;
	height: 100%;
	margin-bottom: 15px;
}
.news-it01 a:hover .news-title {
	color: var(--nv-secondary-accent);
	transition: 0.3s;
}
.icons-atc img {
	width: 30px;
}
.title-attes {
	margin-bottom: 0 !important;
}


/*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 {
	height: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
	background-image: url("/wp-content/themes/universal-child/assets/no-img.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.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;
}