/*
File Name: style.css
Theme Name:  BusinessLounge - Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: businesslounge
Template: businesslounge
*/

.single-event article.type-event .post_data {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0 0 20px;
  font-size: .875em;
  line-height: 1em;
  width: 100%;
  margin: 0 0 25px;
}

.single-event article.type-event .post_data .date {
  padding-right: 10px;
  margin-right: 10px;
  border-style: solid;
  border-width: 0 1px 0 0;
}

article.type-event .post_data>*>a,
article.type-event .post_data>*>a:hover {
  text-decoration: none;
}

/* Display Posts */
.display-posts-listing>.listing-item {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 20px;
  background-color: #f7f7f7;
}

.display-posts-listing>.listing-item>.title {
  font-size: 2rem;
  font-weight: bold;
}

.display-posts-listing>.listing-item>.date {
  color: #ababab;
}

/* Fullcalendar */
.fc.fc-theme-standard {
  font-size: 14px;
}

.fc.fc-theme-standard a {
  color: #000;
}

/* Hide reCAPTCHA badge  */
.grecaptcha-badge {
  visibility: hidden;
}
