/**
 * Theme Name: OceanWP Child
 * Theme URI: https://oceanwp.org/
 * Description: OceanWP WordPress theme example child theme.
 * Author: Nick
 * Author URI: https://oceanwp.org/
 * Template: oceanwp
 * Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.tbi-talentpool-apply-job .elementor-element-130cf3e,
.tbi-talentpool-job-detail .elementor-element-130cf3e {
  display: none;
}

.tbi-press-coverage-wrapper.container {
  max-width: 1140px;
}
.tbi-press-item {
  margin-bottom: 20px;
  background-color: #fafafa;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.tbi-press-item .tbi-press-img {
  max-height: 100px;
  border: 1px solid #ccc;
}

h3.tbi-press-heading {
  width: 100%;
  margin-bottom: 20px;
}
h3.tbi-press-heading span {
  font-size: 12px;
  margin-left: 10px;
}

.tbi-header-sticky-bar {
  display: none;
}

@media only screen and (min-width: 767px) {
  .tbi-header-sticky-bar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #59f3b9;
    width: 100%;
    z-index: 99999;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #004697;
    font-family: "Poppins", Sans-serif;
  }
  .tbi-header-sticky-bar .tbi_content {
    padding: 3px 10px;
  }
  .tbi-header-sticky-bar .tbi_content .tbi-sticky-bar-content {
    width: 95%;
    display: inline-block;
  }
  .tbi-header-sticky-bar .tbi_content .tbi-sticky-bar-close {
    width: 4%;
    display: inline-block;
    position: relative;
  }
  .tbi-header-sticky-bar .tbi_content .tbi-sticky-bar-close span {
    padding: 1px 5px;
    border: 1px solid #004697;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
  }
}

.tbi-covid-warrior.grid-item:nth-child(10) {
  width: 100% !important;
}

.tbi-covid-warrior.grid-item:nth-child(10) .tbi-covid-warrior-inner {
  max-width: 320px;
}

/**
 *
 */
.tbh-offer-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.tbh-offer-popup-wrapper .tbh-offer-inner {
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
}

.tbh-offer-popup-wrapper .tbh-offer-inner .tbh-offer-close {
  position: absolute;
  top: -30px;
  right: -15px;
}

.tbh-offer-popup-wrapper
  .tbh-offer-inner
  .tbh-offer-close
  .tbh-offer-close-icon {
  width: 15px;
  height: 20px;
  background: #59f3b9;
  color: #004697;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 100%;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
}

.tbh-offer-popup-wrapper .tbh-offer-inner .tbh-offer-content {
  border: 3px solid #59f3b9;
  border-radius: 5px;
}

.tbh-offer-popup-wrapper .tbh-offer-inner .tbh-offer-content img {
  width: 100%;
}

ul#menu-site-main-menu .tbi-shop-nav-menu-item .nav-link,
ul#menu-1-ad66451 li.tbi-shop-nav-menu-item.menu-item a.elementor-item {
  position: relative;
}

ul#menu-site-main-menu .tbi-shop-nav-menu-item .nav-link::before,
ul#menu-1-ad66451 li.tbi-shop-nav-menu-item.menu-item a.elementor-item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "icon";
  text-indent: -999em;
  display: block;
  width: 11px;
  height: 11px;
  background: url(assets/img/bg-gif-icon.gif) no-repeat;
  margin: 4px 0 0 44%;
  background-size: 100%;
  opacity: 1 !important;
}

.single .entry-content .twitter-tweet.twitter-tweet-rendered {
  margin: 0 auto;
}

.single .entry-content .tbi-paywall-wrapper-box {
  max-width: 700px;
  margin: 0 auto;
}

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    header#site-header {
      transform: translate3d(0, 0, 0);
    }
  }
}

header#site-header {
  transform: translate3d(0, 0, 0);
}
/**
 * TBI APP ICON BUTTON
 */
.tbi-app-popup-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  width: 90px;
  padding: 10px 0px;
  text-align: center;
  vertical-align: middle;
}

.tbi-app-popup-wrapper .tbi-app-inner .tbi-app-link img {
  width: 20px;
}
.tbi-app-popup-wrapper .tbi-app-inner .tbi-app-link span {
  font-weight: 600;
  font-size: 15px;
}
