/*
	Theme Name:   Torque
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.1.0
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/
a.button {
  font-weight: bold;
}

a.button.grey {
  background-color: #999;
}

.topic-list-container a {
  font-size: 12px !important;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 14px;
  margin: 3px;
  padding: 6px 12px;
  border-radius: 2px;
}

.topic-list-container ul li {
  padding: 3px 5px;
}

.topic-list-container ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.035);
}

.widget-button {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  width: 100%;
  margin-top: 10px;
}

.sidebar .container-wrapper {
  margin-bottom: 20px;
}

h1 {
  line-height: 1.2;
}

.ts-gallery .splide__slide img {
  width: 100%;
  height: auto;
}

.ts-gallery .splide__slide {
  opacity: 0.5;
}

.ts-gallery .splide__slide.is-active {
  opacity: 1;
}

.ts-gallery .gallery-caption {
  background-color: rgba(31, 32, 36, 0.7);
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ts-gallery #main-slider img {
  vertical-align: bottom;
}

.ts-gallery #thumbnail-slider {
  margin-top: 10px;
}

/* service team */
ul.service-team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 0;
  padding: 0;
}

ul.service-team li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.member-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px auto;
      grid-template-columns: 90px auto;
  grid-gap: 10px;
  padding: 5px;
  font-size: 14px;
}

.member-container h5 {
  font-size: 15px;
}

.member-container a {
  /* color: #003d99; */
}

.member-container img {
  border-radius: 4px;
  display: block;
}

.member-container .details {
  margin-top: 3px;
  line-height: 1.35;
}

.block-service-team {
  margin-top: 30px;
}

.pad-the-top {
  margin-top: 30px;
}

.emp_title {
  margin-bottom: 3px;
}

.catalog-connection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
      grid-template-columns: 160px auto;
  grid-gap: 20px;
}

.catalog-connection .company {
  font-weight: bold;
  margin-bottom: 10px;
}

.products-deals {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
      grid-template-columns: 150px auto;
  grid-gap: 20px;
}

.products-deals .product {
  font-weight: bold;
}

.products-deals .product a {
  font-weight: bold;
}

.products-deals h2.post-title {
  margin-bottom: 5px;
}

.products-deals-widget .product {
  margin-bottom: 10px;
}

.products-deals-widget .product a {
  font-weight: bold;
}

.magazine-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto;
      grid-template-columns: 200px auto;
  grid-gap: 20px;
}

.magazine-hero ul {
  padding-left: 5px;
}

.magazine-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.magazine-grid .magazine-cover:hover .info {
  background-color: #ea0017;
}

.magazine-grid .cover {
  background-color: #222;
}

.magazine-grid .cover img {
  opacity: 0.8;
  vertical-align: bottom;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.magazine-grid .cover img:hover {
  opacity: 1;
}

.magazine-grid .info {
  background-color: #222;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  -webkit-transition: all .15s;
  transition: all .15s;
}

a.page-numbers, span.page-numbers {
  line-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: #2c2f34 !important;
  margin-bottom: 5px;
}

a.page-numbers.current, span.page-numbers.current {
  background-color: #ea0017;
  color: #fff !important;
  border-color: #ea0017;
}

.pagination-container {
  margin: auto;
  text-align: center;
  margin-top: 30px;
}

.podcast-intro {
  text-align: center;
}

.podcast-intro .podcast-logo {
  margin-bottom: 20px;
}

.podcast-list {
  text-align: center;
}

.podcast-list a.button {
  width: 150px;
  display: inline-block;
  margin: auto;
}

.episode-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 20px;
}

.episode-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
      grid-template-columns: 150px auto;
  grid-gap: 20px;
  text-align: left;
}

.episode-container .thumbnail {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-color: #1f2024;
  overflow: hidden;
}

.episode-container .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.episode-container .info h2.post-title {
  line-height: 1.25em;
  margin-bottom: 5px;
}

.episode-container .info h2.post-title a {
  color: #2c2f34;
}

.episode-container .info h2.post-title a:hover {
  color: #ea0017;
  text-decoration: underline;
}

.episode-container .info p.post-excerpt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.episode-container .info span.employee:first-of-type:after {
  content: ' and ';
}

.episode-container .info .sponsor,
.episode-container .info .host,
.episode-container .info .producer {
  font-size: 14px;
  color: #666;
}

.video-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

.video-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto;
      grid-template-columns: 300px auto;
  grid-gap: 20px;
}

.video-item .post-title a {
  color: #333;
}

.video-item .post-title a:hover {
  color: #ea0017;
  text-decoration: underline;
}

.video-item .details p {
  font-size: 13px;
  line-height: 21px;
  color: #666;
}

.badge-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 640px;
  margin: auto;
}

.col3 {
  -webkit-columns: 3;
          columns: 3;
  margin-right: 10px;
}

.col3 li {
  line-height: 1.3;
}

.cas-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.cas-grid th {
  text-align: center;
  background-color: #222;
  color: #fff;
}

.cas-grid td {
  width: 33.3%;
  text-align: center;
}

.cas-grid td:first-of-type {
  font-weight: bold;
}

.podcast-embed-container {
  margin-bottom: 20px;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  line-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: #2c2f34 !important;
  margin: 5px 2px;
  font-size: 13px;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: #ea0017;
  color: #fff !important;
  border-color: #ea0017;
}

.podcast-intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}

.podcast-intro .taxonomy-description {
  text-align: left;
  line-height: 1.4;
  padding-top: 20px;
  line-height: 24px;
}

.podcast-intro .badges {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 20px;
}

.podcast-sponsor {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
  display: inline-block;
}

.webinars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top:20px;
  margin-bottom:20px;
}

.webinar-item {
  border: 1px solid #ddd;
  padding: 20px;
}

.webinars-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.upcoming-webinars .webinar-item,
.ondemand-webinars .webinar-item {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.webinar-item {
  padding: 20px; /* Padding for the overall webinar item */
}

.webinar-item h4 {
  margin: 0 0 10px; /* Adjust the margin for the title */
  padding: 0 0 10px; /* Add padding below the title */
}

.webinar-item img {
  padding: 0 0 15px; /* Add padding below the image */
}

.webinar-item p {
  padding: 0 0 10px; /* Add padding below the excerpt */
}
.registration-button {
    display: inline-block;
    background-color: red;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease;

    /* Optional: Add hover effect */
    &:hover {
        background-color: darkred;
    }
}

.product-type {
  font-weight: bold;
}

.product-type.featured {
  color: #247bd8;
}

.product-type.deal {
  color: forestgreen;
}

.product-type.new {
  color: blueviolet;
}

.ad-marquee,
.ad-banner {
  width: 300px;
  height: 100px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .ad-marquee,
  .ad-banner {
    width: 465px;
    height: 90px;
  }
}

@media screen and (min-width: 1240px) {
  .ad-marquee,
  .ad-banner {
    width: 728px;
    height: 90px;
  }
}

.ad-tower {
  width: 300px;
  height: 250px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .ad-tower {
    width: 300px;
    height: 250px;
  }
}

@media screen and (min-width: 1240px) {
  .ad-tower {
    width: 300px;
    height: 600px;
  }
}

.ad-billboard {
  width: 300px;
  height: 100px;
  margin: auto;
}

@media screen and (min-width: 530px) {
  .ad-billboard {
    width: 465px;
    height: 90px;
  }
}

@media screen and (min-width: 768px) {
  .ad-billboard {
    width: 300px;
    height: 250px;
  }
}

@media screen and (min-width: 1240px) {
  .ad-billboard {
    width: 300px;
    height: 250px;
  }
}
/*# sourceMappingURL=style.css.map */