/**
* Theme Name: BuddyX Child
* Description: This is a child theme of BuddyX, generated by Merlin WP.
* Author: <a href="https://github.com/vapvarun/buddyx">wbcomdesigns,vapvarun</a>
* Template: buddyx
* Version: 4.7.4
*/

/* Site Branding - start */

.site-title a {
	font-family: sans-serif !important;
}

.site-description {
	font-size: 10px !important;
}

.site-branding img {
	max-height: 90px !important;
	height: 90px !important;
}

/* Site Branding - end */

article.post a {
  color: #ef5455 !important;
}

.top-menu-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-menu-nav {
    display: flex;
    justify-content: center;
    padding-right: 9%;
  }
  .top-menu-nav ul {
    list-style-type: none;
    display: flex;
    gap: 10px;
    justify-content: end;
    margin: 0;
    width: 1178px;
    font-size: smaller;
  }
	
  .single-post-main-wrapper header.entry-header.entry-header--default {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

  .buddyx-content--small .buddyx-post-section .entry-media-image {
		width: 100% !important;
  }
	
  .single-post-main-wrapper .site-wrapper {
    margin-top: 20px !important;
  }
}

/* sponsor image banners - begin*/
#primary article.category-platinum-sponsors div.post-grid-thumbnail:before,
.platinum-sponsor:before, .category-platinum-sponsors a.post-thumbnail:before {
  background-image: url('/wp-content/uploads/2025/01/platinum_sponsor_header.png') !important;
}

#primary article.category-diamond-sponsors div.post-grid-thumbnail:before,
.diamond-sponsor:before, .category-diamond-sponsors a.post-thumbnail:before {
  background-image: url('/wp-content/uploads/2025/01/diamond_sponsor_header.png') !important;
}

#primary article.category-gold-sponsors div.post-grid-thumbnail:before,
.gold-sponsor:before, .category-gold-sponsors a.post-thumbnail:before {
  background-image: url('/wp-content/uploads/2025/01/gold_sponsor_header.png') !important;
}

#primary article.category-silver-sponsors div.post-grid-thumbnail:before,
.silver-sponsor:before, .category-silver-sponsors a.post-thumbnail:before {
  background-image: url('/wp-content/uploads/2025/01/silver_sponsor_header.png') !important;
}

#primary article.tag-sponsors div.post-grid-thumbnail:before,
.sponsor:before {
  display: inline-block;
  height: 31px;
  width: 100%;
  background-size: 266px auto;
  content: "";
  background-repeat: no-repeat;
  margin-bottom: -6px;
}

div.post-thumbnail:before {
  display: inline-block;
  height: 89px;
  width: 100%;
  background-size: auto auto;
  content: "";
  background-repeat: no-repeat;
  margin-bottom: -6px;
}

a.post-thumbnail:before {
    display: inline-block;
    height: 44px;
    width: 100%;
    background-size: 375px auto;
    content: "";
    background-repeat: no-repeat;
    margin-bottom: -6px;
}
/* sponsor image banners - end */

/* pmpro */
#pmpro_tos_fields a {
	color: red;
}

/* HIDE feature thumbnail for magazine posts */
body.category-magazine .post-thumbnail,
body.category-tamil-chaaral .post-thumbnail {
    display: none !important;
}

/* HIDE Single Event feature image */
#ep_single_event_image {
	display: none !important;
}

/* Add play icon to Google Drive Gallery Videos */
a.sgdg-grid-a[data-ilb2-video]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url('https://ourgmts.org/wp-content/uploads/2025/07/play-icon.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
    cursor: pointer;
}
