/*!
Theme Name: RCT Kosovo
Theme URI: http://w3lab.rs/
Author: W3 Lab Digital Agency
Author URI: http://w3lab.rs/
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: rct-kosovo
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.

RCT Kosovo 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
--------------------------------------------------------------*/
.single-news .blog-details-area p a {
  color: blue;
  text-decoration: underline;
}
.author__box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.with__author {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.author__box img {
  max-width: 30px;
  border-radius: 50%;
}
.author__single {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.author__single h6 {
  font-size: 18px;
  font-weight: bold;
}
.group__updates {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}
.group__updates li {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .group__updates li {
    width: 100%;
  }
}
.our-overview-area {
  margin-top: 100px !important;
}
.activiyy__box {
  width: 33%;
}
.activiyy__box img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 204px;
}
.group__updates .activiyy__box {
  width: calc(33.33% - 20px) !important;
}
.activiyy__box {
  border: 2px solid #f2f2f2;
  background-color: #fff;
  position: relative;
}
.activity__footer {
  padding: 0 35px 40px;
}
.featured__activity {
  position: relative;
}
.blog-tag {
  left: 30px;
  position: absolute;
  bottom: -14px;
  left: 40px;
  color: #1a1e2d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  background: #a886bd;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  margin-right: 30px;
}
.activity__footer .blogs__content {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .group__updates .activiyy__box {
    width: calc(50% - 20px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .group__updates .activiyy__box {
    width: 100% !important;
  }
}
.author__single {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about__wrapper .section-title h2 {
  font-size: 24px;
}

.blogs__content.news-card-content.opcard.custom__card {
  padding: 0 !important;
}
.blog__fooot {
  padding: 20px;
}
#hiden__form {
  display: none;
}
#fake-submit {
  display: flex;
  justify-content: center;
}
#fake-submit a {
  cursor: pointer;
  overflow: hidden;
  color: #000;
  background: #a886bd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding: 22px 38px 22px 38px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  width: auto !important;
  display: flex;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  border: none;
  transition: 0.3s;
}
.add-form__blog .col-md-12 {
  overflow: hidden;
}
.add-form__blog .submit__holder {
  display: flex;
  transition: 0.3s;

  overflow: hidden;
}
.add-form__blog .form__frontend {
  width: 100%;
  transition: 0.3s;
}
.add-form__blog .login__golder {
  position: absolute;
  right: -100%;
  transition: 0.3s;
  top: 0;
}
.add-form__blog .form__frontend #user-submitted-post {
  display: none;
}
.add-form__blog #usp_form > div {
  text-align: center;
}
.logged-in #user-submitted-post {
  display: block !important;
}
.logged-in #fake-submit a {
  display: none;
}
.usp-name {
  display: none;
}
.diffHeadBtn {
  display: flex !important;
  align-items: center;
  margin-left: 10px !important;
}
.diffHeadBtn a {
  white-space: nowrap;
  padding: 22px 38px 22px 38px !important;
  background: #a886bd !important;
  border-radius: 30px !important;
  color: #000 !important;
}
.div.bbp-template-notice {
	display: none;
}
