/*
Theme Name:   HappyGamer Child !!!
Theme URI:    http://3styler.in/themes/happygamer/
Author:       3Styler
Author URI:   http://3styler.in/
Description:  Child theme, based on HappyGamer
Template:     happygamer

*/

/* Add your custom code just below */

/* 
.image-part {
	border-radius: 6px;
}

.wp-block-latest-posts__featured-image img {
	border-radius: 6px;
}

.wp-block-latest-posts__list li {
	display: flex;
}

.wp-block-latest-posts__post-title {
	height: 80px;
}

.wp-block-search__inside-wrapper {
	align-items: center;
} */
.recent_posts_widgets li{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 90px;
	width: 100%;
}


/* img {
	border-radius: 6px !important;
} */

.wp-block-latest-posts__post-title	 {
	float: left;
    width: 187px;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 550 !important;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    line-height: 19px;
	color: #030b12;
	cursor: pointer;
	overflow: hidden;
	height: 57px;
}

/* .wp-block-latest-posts__post-date {
	flex-direction: column;
} */

.recent {
	margin-bottom: 0px;
}

.categ {
	/* float: none; */
	margin-bottom: 20px;
}

.archives_sidebar {
	max-height: 90px;
	color: #222;
	overflow: hidden;
}
.site.boxed {
	width: 100%;
}

.container {
	max-width: 1600px !important;
	margin: auto !important;
}

:root {
	--accent: #BF2929;
}

.wp-block-search__input {
	max-width: 100%;
	min-width: 45px;
	line-height: 19.5px;
	letter-spacing: normal;
	margin: 0;
	text-decoration-color: rgb(113, 117, 130);
	border-radius: 6px;
}

.wp-block-search__inside-wrapper {
	border: none;
	height: 45px;
	width: 100% !important;
}

.wp-block-search__button {
	bottom: 5px !important;
	right: 0;
}

.widget-block {
	margin-bottom: 10px;
}

.wp-block-search {
	width: 100%;
}

.wp-block-latest-posts {
	width: 100%;
} 

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

.widget {
	margin-bottom: 25px !important;
}

.widget_archive  {
	margin-bottom: 40px !important;
}

.topmenu a {
	font-size: 16px !important;
	font-weight: 700 !important;
}

.archives_sidebar,
.widget_categories a{
	font-family: 'Roboto' !important;
}

.image-source {
	text-align: end;
    margin: 0px 0 10px 0;
    font-size: 14px;
    font-weight: 200;
}

@media (max-width: 1199px) {
    .source {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
}
@media (max-width: 800px) {
	.source {
		padding: 0 8px;
		margin: 0;
	}
	.category-box h1 {
    	font-size: 22px !important;
		padding: 20px 0;
	}
	.author-description {
    	font-size: 20px !important;
	}
}
/* .loadmore1 {
    background-color: #ff0000; /* Цвет кнопки */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
} */

#infscr-loading {
	Display: none !important;
}



.category-box  h3 {
    text-align: center;
    margin: 0 auto 40px;
	font-size: 15px !important;
    max-width: 1156px;
	font-weight: 200;
}


@media (min-width: 800px) {
.category-box h1{
	text-align: center;
	padding: 20px 0;
/*     font-size: px; */
    font-weight: 700;
	
	}

}

#footer a {
  color: #000;
}

.post-tags a, .category-box h1{
	text-transform: uppercase;
}