/* Global-only styles */

/*#comments was only used in the old comments template for Global*/
/*
#comments .edit-link {
  display: none
}
#comments .avatar {
  display: none
}
#comments .commentlist {
  list-style: none
}
#comments .commentlist .children {
  list-style: none;
  margin-left: 1rem
}
*/

/* template-tpl-events has been removed? */
/*
.template-tpl-events li.list_data_event {
  margin-left: -20px;
}
*/

/*Sidebar Post and Sidebar Video styles removed 22 Sep 2020*/
/*

.sidebar .post, .sidebar .video {
  height: auto;
  margin: 1rem 0 0;
  border-bottom: 1px solid #dcddde;
  background-color: transparent
}
.sidebar .post .post-title, .sidebar .video .post-title {
  font-size: 1.3rem
}
.sidebar .post .post-title a, .sidebar .video .post-title a {
  font-size: 1.3rem
}
@media screen and (max-width: 1080px) {
  .sidebar .post .post-title a, .sidebar .video .post-title a {
    font-size: 1.3rem
  }
}
@media screen and (max-width: 768px) {
  .sidebar .post .post-title a, .sidebar .video .post-title a {
    font-size: 1.2rem
  }
}
.sidebar .post .post-thumbnail, .sidebar .video .post-thumbnail {
  display: block;
  height: 130px;
  background: #000;
  float: left;
  background-size: cover;
  background-position: center center
}
.sidebar .post .link, .sidebar .video .link {
  bottom: 0;
  left: 0
}
.sidebar .post .post-thumbnail, .sidebar .video .post-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  float: none;
  margin: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.sidebar .post .post-thumbnail a, .sidebar .video .post-thumbnail a {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase
}
.sidebar .post .pad, .sidebar .video .pad {
  padding: 1em 0
}
.sidebar .post .post-meta, .sidebar .post .post-more, .sidebar .video .post-meta, .sidebar .video .post-more {
  display: none
}
@media screen and (max-width: 1080px) {
  .sidebar .post, .sidebar .video {
    float: left;
    width: 48.75%;
    margin-right: 2.5%;
    border-bottom: 0
  }
  .sidebar .post:nth-child(2n), .sidebar .video:nth-child(2n) {
    margin-right: 0
  }
}
@media screen and (max-width: 480px) {
  .sidebar .post, .sidebar .video {
    float: none;
    width: auto;
    margin-right: 0 !important
  }
}*/
