/*
Theme Name: WPKites Child Theme
Description: WPKites Child Theme
Template: wpkites
Version: 1.0.0
Author: Olena Polonska
License: GNU General Public License
*/

/*
Theme Name: WPKites Child Theme
Description: WPKites Child Theme
Template: wpkites
Version: 1.0.0
Author: Olena Polonska
License: GNU General Public License
*/

.page-title-section {
	background-image: url('https://keeper.athome.in.ua/wp-content/uploads/2022/04/banner.jpg');
}
.gray-background {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
	display: block;
	list-style-type: none;
	margin: 0 0 35px 0;
  padding: 20px;
}

.gray-background li {
	display: inline-block;
	margin-right: 20px;
}

.social-icons a.social {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
}

.social-icons a.contact-email {
	background-image: url('https://keeper.athome.in.ua/wp-content/uploads/2022/04/mail.png');
}

.social-icons a.contact-facebook {
	background-image: url('https://keeper.athome.in.ua/wp-content/uploads/2022/04/facebook.png');
}

.social-icons a.contact-twitter {
	background-image: url('https://keeper.athome.in.ua/wp-content/uploads/2022/04/twitter.png');
}

.social-icons a.contact-deviantart {
	background-image: url('https://keeper.athome.in.ua/wp-content/uploads/2022/04/deviantart.png');
}

.post .entry-content img.keeper-icon {
	display: inline-block;
	width: 30px;
}

.category-productions .post-thumbnail img {
	width: 172px;
}

.category-marvel-comics-colors .blog .post {
	background-color: #000;
  min-height: 280px;
  height: 280px;
}

.category-productions .blog .post {
	min-height: 240px;
}

.portfolio-page {
		background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-productions .blog .post .post-thumbnail,
.category-productions .blog .post .post-content {
	float: left;
	margin: 10px;
}

article.comment-form,
.entry-date,
.category-productions .more-link {
	display: none;
}

.entry-content .side-label {
  background-color: #926AA6;
	padding: 0;
  position: absolute;
  bottom: 0;
  left: -10px;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  padding: 0.25rem 1.25rem;
  color: #fff;
  word-break: break-word;
  transform-origin: 0 0;
  transform: rotate( 270deg);
}

.entry-content .side-label.current {
	background: #194029;
}

.category:not(.category-work, .category-productions) .post,
.home .post {
	cursor: pointer;
}


.category:not(.category-work, .category-productions) .entry-content,
.home .entry-content {
	display: none;
}

.category:not(.category-work, .category-productions) .post,
.home .post {
	float: left;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 16.6%;
}

.category:not(.category-work, .category-productions) .post .post-content,
.home .post .post-content {
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	bottom: -10px;
	display: none;
	position: absolute;
	width: 100%;
}

.category:not(.category-work, .category-productions) .post:hover .post-content,
.home .post:hover .post-content {
	display: block;
}

.category:not(.category-work, .category-productions) #content .container,
	.home #content .container {
		max-width: 100%;
		width: 100%;
}

.category:not(.category-work, .category-productions) .page-section-space,
.home .page-section-space {
	padding-top: 10px;
}

.single .category-portfolio .post-thumbnail {
	display: none;
}

.super-simple-slider-container .super-simple-slider-pagination {
    background: rgba(0, 0, 0, 0.5);
    width: 200px;
    border-radius: 20px;
    left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.super-simple-slider-container .prev.half, .super-simple-slider-container .next.half {
	background: rgba(0, 0, 0, 0.5);
}

a.custom-logo,
.custom-logo img {
	width:  100px;
	border-radius: 50%;
}

.gal-container .col-md-6.single-column {
	min-width: 100%;
	max-width: 100%;
}

.gal-container .col-md-6.single-column .img-box-shadow {
	width: 50%;
}

.blog .post-content .entry-title {
	word-break: break-word;
}

.entry-meta span.cat-links {
	color:  #FFF;
}

.entry-meta span .wpkites-current-category {
    color: #acacac;
}

.entry-meta span.wpkites-current-category:after {
	display: none;
}

.container .row.justify-content-center.center {
	width: 100%;
}

.single-post .blog .post figure.post-thumbnail {
	display: none;
}

@media ( max-width: 768px ) {
	.category:not(.category-work, .category-productions) .post,
	.home .post {
		width:  50%;
	}

	.category-productions .blog .post {
		min-height: 422px;
	}
}

@media ( max-width: 414px ) {
	.category:not(.category-work, .category-productions) .post,
	.home .post {
		width:  100%;
	}
}
