/*//////// POST ARCHIVE ////////*/
/*/////////////////////////////////*/
.comments-area .comment-respond .comment-form .form-submit {
	margin-bottom: 0 !important;
}

.comments-area .comment-respond .comment-form .form-submit input.submit {
	margin-top: 20px !important;
	border: 2px solid #522a6c !important;
	background-color: transparent !important;
	color: #522a6c !important;
	border-radius: 10px !important;
	padding: 9.5px 20px !important;
	transition: 0.3s;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.comments-area .comment-respond .comment-form .form-submit input.submit:hover {
	background-color: #522a6c !important;
	color: #fff !important;
}

/*////ALL ARCHIVE////*/
.archive-title {
	margin: 60px 0 60px 0;
	text-align: center;
	text-transform: uppercase;
	color: #522a6c;
}

.custom-yagidka-card-body {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.custom-yagidka-card {
	height: 100%;
	border: none;
	border-radius: 10px;
	transition: 0.3s;
	background-color: #f9f3fc;
	-webkit-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
	-moz-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
	box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
}

.custom-yagidka-card .card-img-top {
	border-radius: 10px 10px 0 0;
	max-height: 300px;
	min-height: 300px;
	width: 100%;
	object-fit: cover;
}

.custom-yagidka-card-title {
	text-align: center;
}

.custom-yagidka-card-title a {
	transition: 0.3s;
	text-decoration: none;
	color: #522a6c;
	font-size: 22px;
	font-weight: 400;
}

.custom-yagidka-card-title a:hover {
	color: #522a6c;
}

.custom-yagidka-card-text {
	font-size: 14.4px;
	color: #522a6c;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

.custom-yagidka-card-bottom {
	margin-top: auto;
}

.custom-yagidka-card-date {
	margin: 0 !important;
	align-self: center;
	padding-left: 15px;
}

.custom-yagidka-card-date .text-muted {
	color: #522a6c !important;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.custom-yagidka-details-btn {
	margin-right: 15px;
	margin-left: 15px;
	color: #522a6c !important;
	background-color: transparent;
	padding: 9.5px 20px !important;
	font-size: 14.4px;
	font-weight: 600;
	border: 2px solid #522a6c;
	text-transform: uppercase;
	border-radius: 10px;
}

.custom-yagidka-details-btn:hover,
.custom-yagidka-details-btn:active {
	color: #fff !important;
	background-color: #522a6c !important;
	border-color: #522a6c !important;
}

.custom-yagidka-details-btn:focus {
	outline: none;
	box-shadow: none;
}

.custom-yagidka-pagination {
	border-radius: 10px;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
	-moz-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
	box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
}

.custom-yagidka-pagination .page-item .page-link {
	text-decoration: none;
	color: #522a6c !important;
	background-color: #f9f3fc !important;
	border: none;
	margin-left: 0;
	padding: 12px 16px;
}

.custom-yagidka-pagination .page-item.active .page-link {
	z-index: 1;
	color: #fff !important;
	background-color: #522a6c !important;
	border-color: #522a6c !important;
}

.page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.custom-yagidka-pagination .page-item .page-link:focus {
	outline: none;
	box-shadow: none;
}

@media only screen and (max-width: 575px) {
	.custom-yagidka-card-date {
		padding-bottom: 20px;
	}
}
/*////ALL ARCHIVE////*/

/*////SINGLE ARCHIVE////*/
.custom-yagidka-archive-single-full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	margin-top: -30px;
	max-height: 400px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yagidka-custom-single-post {
	border-bottom: 1px solid #522a6c;
	margin-bottom: 30px;
}

.yagidka-custom-single-post h1 {
	display: block !important;
	color: #522a6c;
    cursor: default;
    text-align: center;
    line-height: 1.4em;
    font-size: 2rem;
}

.custom-yagidka-archive-single-text {
	font-size: 18px;
	color: #522a6c;
	font-weight: 300;
}

.custom-yagidka-post-pag-wrap {
	padding: 14px 0px;
	box-sizing: border-box;
	border-top: 1px solid #522a6c;
	border-bottom: 1px solid #522a6c;
	width: 100%;
	*max-width: 600px;
	margin: 0px auto 40px;
}

.custom-yagidka-post-pag-container {
	width: 49%;
	padding: 0px 8px;
	box-sizing: border-box;
	display: inline-block;
	overflow-wrap: break-word;
	word-wrap: break-word;
	vertical-align: middle;
	min-height: 50px;
}

.custom-yagidka-post-pag-container h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: auto;
	margin-top: 7px;
	margin-bottom: 0px;
}

.custom-yagidka-post-pag-container a {
	color: #522a6c;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.custom-yagidka-post-pag-container a:hover {
	color: #522a6c;
}

.custom-yagidka-post-pag-container span {
	color: #522a6c;
}

.custom-yagidka-post-pag-container.prev {
	text-align: left;
	border-right: 1px solid #522a6c;
	margin-right: -1px;
}

.custom-yagidka-post-pag-container.next {
	text-align: right;
	margin-left: -2px;
}

.custom-yagidka-post-pag-container.prev h3 {
	text-align: left;
}

.custom-yagidka-post-pag-container.next h3 {
	text-align: right;
}
/*////SINGLE ARCHIVE////*/

/*/////////////////////////////////*/
/*//////// POST ARCHIVE ////////*/
