/*!
Theme Name: Varsity Child
Author: MhrTheme
Template: varsity
Description: It is School, College, University, and Online Course Based Educational WordPress child theme.
Version: 1.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: varsity-child
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 with others.
*/

.banner_iner .btn_2 {
  display: none !important;
}

.sub_header {
  display: none !important;
}

.single_banner_part {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* .event_list_tag .icon_clock_alt,
.single_event_list .icon_clock_alt  {
  display: none !important;
}

.event_list_tag p {
  margin: 0 !important;
} */

.post_author p:first-child {
  display: none !important;
}

.single-posts-content .posts-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-posts-content .posts-content p:last-child {
  margin-bottom: 0;
}

.aioseo-breadcrumb-separator {
  color: transparent !important;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0 15px;
  display: inline-block;
  width: 16px !important;
}

.aioseo-breadcrumb-separator:before {
  color: #fff;
  content: "\35";
}

.banner_part .single_banner_part .banner_iner h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  margin: 19px 0 36px;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_iner h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.banner-logos {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  height: 65px;
}

.banner-logos a {
  display: block;
  height: 100%;
}

.banner-logos img {
  display: block !important;
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  height: 100% !important;
}

.breadcrumb_post_author p:first-child {
  display: none !important;
}

@media (min-width: 768px) {
  .navbar_bar {
    width: auto !important;
  }
}

.header_part .logo img {
  height: auto;
}

@media (min-width: 1200px) {
  .course_category .owl-carousel .owl-stage {
    transform: translate3d(0, 0, 0) !important;
  }
}

.posts-content .event_list_tag {
  display: flex;
  gap: 10px;
  align-items: center;
}

.posts-content .event_list_tag p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

.posts-content .event_list_tag p .icon_clock_alt {
  margin-top: -2px;
}

.posts-content .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
