/*!
Theme Name: OneClub
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oneclub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

OneClub is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

#disqus_thread{
	height: 0;
	overflow: hidden;
	transition: all ease-in-out 2s;
}
#disqus_thread.active{
	height: 100%!Important;
	transition: all ease-in-out 2s;
}
.btn-ok.active{
	display: none;
}
.section-comments{
	padding: 50px 0;
}
.vacany_title{
	font-size: 24px;
}
.caetgory-post {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	justify-content: center;
	gap:20px;
	list-style:none;
	margin-top:25vh;
	padding:0;
	justify-items: center;
}
.caetgory-post li{
	position:relative;
}
.caetgory-post img{
	width:400px;
	height:250px;
	object-fit:cover;
	transition:.3s ease;
	filter: grayscale(1);
}
.caetgory-post h2 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	position:absolute;
	top:40%;
	margin:0 auto;
	text-align:center;
	width: 100%;
	z-index:2;
}
.caetgory-post h2 a {
	color:#fff;
	transition:.3s ease;
}
.img-cat-post {
	position:relative;
	width: 100%;
    height: 100%;
    display: block;
}
.img-cat-post:before{
	content:'';
	width:100%;
	height:98%;
	display:block;
	background:#ff4d4d66;
	position:absolute;
	z-index:1;
	transition:.3s ease;
	box-shadow: inset 1px -5px 20px 20px #000;
}
.caetgory-post li:hover img {filter:grayscale(0);}
.caetgory-post li:hover .img-cat-post:before{background:transparent;}
.caetgory-post li:hover h2 a {color:#b81212;}
.banner {max-width:100vw;max-height:70vw;}
.banner img {width: 100%;height: 100%; object-fit: cover;max-height: 50vh;}
.sub-title {font-size:2em;}
.card-hover .card-short-description , .name{font-size:1.2em;}
@media(max-width:1100px){
	.caetgory-post{
		grid-template-columns:1fr 1fr;
	}
}
@media(max-width:750px){
	.caetgory-post{
		grid-template-columns:100%;
	}
	.caetgory-post img , .caetgory-post li{
		width:350px;
	}
	.banner img , .banner{
		max-height:80vh;
	}
	.banner {height:100%;}
}