/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

html {
  scroll-behavior: smooth; }

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif; }

#thesis_logo_image {
  margin: 0 auto;
  transition: 0.2s;
  width: 130px; }

p {
  margin-bottom: 20px;
  font-size: 17.5px;
  line-height: 1.6;
  font-weight: 400;
  color: #444444; }

ul,
ol {
  margin-left: 25px;
  margin-bottom: 30px; }

li {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 400; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  display: table;
  content: "";
  clear: both; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #322c2a;
  line-height: 1.2; }

#site_title {
  margin-bottom: 0;
  text-align: center;
  font-size: 46px;
  font-weight: 700; }

#site_title a {
  color: #111111; }

a {
  color: #125740;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 20px; }

input[type=text],
input[type=password],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=month],
input[type=week],
textarea {
  border-radius: 8px !important;
  padding: 12px 16px !important;
  border: 1px solid #e5e7eb !important;
  background-color: #f9f9f9 !important;
  transition: all 0.2s ease !important; }

.select2-selection {
  border-radius: 8px !important;
  padding: 0px 16px !important;
  border: 1px solid #e5e7eb !important;
  background-color: #f9f9f9 !important;
  transition: all 0.2s ease !important; }

.contact-page input[type=submit],
.contact-page button {
  align-items: center;
  padding: 15px 40px;
  color: white;
  background-color: #125740;
  border-radius: 25px;
  width: auto !important;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

textarea {
  height: 130px; }

.wpcf7 {
  padding: 30px 40px 0px; }

.wpcf7 p {
  margin-bottom: 15px; }

.wpcf7 input[type=submit],
.wpcf7 button,
.gform_button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 500;
  color: black;
  background-color: initial;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 11px 16px rgba(70, 168, 210, 0.1);
  box-shadow: 0px 11px 16px rgba(48, 144, 93, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 16px 26px; }

.wpcf7 input[type=submit]:hover,
.wpcf7 button:hover,
.gform_button:hover {
  background-color: #30905d;
  box-shadow: 0px 12px 18px rgba(70, 168, 210, 0.3);
  box-shadow: 0px 12px 18px rgba(48, 144, 93, 0.3);
  color: white;
  transform: translateY(-7px); }

.jetsvtwo-container {
  width: 100%;
  margin: 0 auto;
  padding: 30px; }

.jetsvtwo-flex {
  display: flex; }

.jetsvtwo-align-center {
  align-items: center; }

.jetsvtwo-top-head {
  background: #d1d1d1 url(images/bg-dot.png) repeat center;
  background-size: auto; }

.voice-search-container {
  display: flex;
  align-items: center;
  background: #f4f6f8;
  border-radius: 50px;
  padding: 0px 0px 0 15px;
  width: 400px; }

.voice-search-container input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  padding: 10px;
  outline: none;
  border: 0 !important; }

.voice-icon,
.submit-icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
  color: #333333; }

.submit-icon {
  background: #125740;
  color: white;
  border-radius: 25px;
  width: 72px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; }

.voice-icon[disabled] {
  opacity: 0.4;
  cursor: false; }

.collapsable-btn {
  display: none; }

.menu {
  margin: auto;
  position: relative;
  text-align: center; }

.menu li {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  position: relative; }

.menu li a {
  display: flex;
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  padding: 5px 15px;
  margin-right: -4px; }

.menu .current-menu-item > a {
  color: white;
  background: #073727; }

.menu li a:hover {
  color: white;
  background: #073727; }

.menu a {
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: inherit;
  display: inline;
  text-decoration: none; }

.menu a:hover {
  background-size: 100% 1px; }

.menu .sub-menu .current-menu-item > a {
  background-color: #111111;
  color: white; }

.menu .sub-menu a:hover {
  background: #125740;
  color: white; }

.menu li .sub-menu a {
  text-align: left;
  font-size: 14px;
  color: #494949;
  line-height: normal;
  height: auto;
  border-bottom: 1px solid whitesmoke;
  padding: 10px 20px; }

.menu li .sub-menu {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  max-height: none;
  overflow: visible;
  margin-left: 0;
  background-color: #ebebeb;
  margin-bottom: 0;
  pointer-events: all; }

.menu li:hover .sub-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.menu .navmenu {
  left: 0;
  max-height: none;
  min-width: 200px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  top: 100%;
  width: 100%;
  z-index: 2; }

.menu .sub-menu a:hover {
  color: white; }

.menu-item-has-children > a span {
  display: flex;
  padding-left: 6px; }

.menu-item-has-children > a span:after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 16px;
  position: relative;
  transform: rotate(0);
  transition: transform 0.5s; }

.menu-item-has-children:hover > a span:after {
  transform: rotate(-180deg); }

.menu li.current-menu-item:after,
.menu li:hover:after {
  opacity: 1; }

.menu .sub-menu li:hover > a:before {
  display: none; }

.menu .sub-menu li.current-menu-item > a:before {
  display: none; }

.menu .sub-menu li {
  margin-right: 0;
  display: block; }

.menu_control {
  display: none; }

.submenu-toggle {
  display: none; }

.collapsable-content {
  margin-left: auto;
  background-color: #125740; }

#trending-posts-content {
  padding: 10px; }

#trending-posts-content ul {
  margin-left: 0; }

#trending-posts-content li {
  list-style: none;
  border-bottom: 1px solid #dddddd; }

#trending-posts-content li a {
  color: #222222;
  font-size: 15px; }

#trending-title {
  background-color: #f9f9f9;
  padding: 10px; }

.game-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: Arial, sans-serif;
  border: 1px solid #dddddd; }

.top-bar {
  display: flex;
  height: 4px; }

.jetsvtwo-game-info {
  padding: 0;
  width: 90%;
  margin: 15px auto 0; }

.team-color-left {
  background: #87001e;
  width: 50%; }

.pitjets .team-color-left {
  background: #ffb612; }

.bufjets .team-color-left {
  background: #00338d; }

.bucjets .team-color-left {
  background: #34302b; }

.miajets .team-color-left {
  background: #008e97; }

.daljets .team-color-left {
  background: #041e42; }

.denjets .team-color-left {
  background: #fb4f14; }

.carjets .team-color-left {
  background: #0085ca; }

.cinjets .team-color-left {
  background: #fb4f14; }

.clejets .team-color-left {
  background: #311d00; }

.patjets .team-color-left {
  background: #c60c30; }

.ravjets .team-color-left {
  background: #241773; }

.faljets .team-color-left {
  background: #a5acaf; }

.jagjets .team-color-left {
  background: #9f792c; }

.orljets .team-color-left {
  background: #d3bc8d; }

.team-color-right {
  background: #115740;
  width: 50%; }

.game-info {
  display: flex;
  justify-content: space-between;
  padding: 1px 10px;
  font-size: 12px;
  color: #333333; }

.teams {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.team {
  display: flex;
  flex-direction: column;
  align-items: center; }

.team img {
  height: 20px;
  width: auto; }

.team-name {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase; }

.spread {
  text-align: center;
  font-size: 12px;
  padding: 3px 0;
  color: #444444; }

.jetsvtwo-top-head .jetsvtwo-container {
  padding: 10px 30px; }

.jetsvtwo-fixed-container {
  width: 1200px;
  margin: 0 auto;
  align-items: flex-start; }

#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998; }

#popupOverlay.show {
  display: block; }

#myPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
    /*
   * Start slightly smaller
   */
  background: white;
  padding: 30px;
  border: 2px solid black;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 450px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: bounce 0.6s ease forwards;
    /*
   * Apply bounce effect
   */ }

#myPopup.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

.closePopup {
  position: absolute;
  top: -15px;
  right: -8px;
  cursor: pointer;
  color: #333333;
  font-size: 15px;
  background-color: #111111;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  padding: 3px;
  font-weight: normal; }

.jetsvtwo-trhi {
  margin-left: auto; }

.jetsvtwo-trhi a {
  display: inline-flex;
  align-items: center;
  padding: 9px 22px;
  color: white;
  background-color: #125740;
  border-radius: 25px; }

.jetsvtwo-trhi a span {
  margin-left: 7px; }

.jetsvtwo-flex {
  display: flex; }

.jetsvtwo-top-slider-sec {
  border: 1px solid black;
  border-radius: 24px;
  padding: 20px; }

.jetsvtwo-lat-news-left {
  width: 43%;
  margin-right: 35px; }

.jetsvtwo-lat-news-left h6 {
  margin-bottom: 10px;
  font-size: 20px; }

.jetsvtwo-lat-news-left .featured_image {
  margin-bottom: 20px; }

.jetsvtwo-lat-news-left .featured_image img {
  border-radius: 30px; }

.jetsvtwo-lat-news-left h2 {
  font-size: 26px;
  text-align: center; }

.jetsvtwo-lat-news-left h2 a {
  color: #111111; }

.jetsvtwo-lat-news-left .jetsvtwo-byline {
  justify-content: center; }

.jetsvtwo-lat-news-center {
  position: relative;
  width: 30%;
  height: 700px;
  overflow: hidden;
  margin-top: 35px;
  margin-right: 30px; }

.jetsvtwo-lat-news-center-inner {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.jetsvtwo-lat-news-center-inner::-webkit-scrollbar {
  display: none;
    /*
   * Chrome, Safari, Opera
   */ }

.fade-indicator {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, transparent, white);
    /*
   * adjust color as needed
   */
  pointer-events: none; }

.jetsvtwo-excerpt {
  margin-top: 20px; }

.jetsvtwo-lat-news-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada; }

.jetsvtwo-lat-news-list h2 {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.2; }

.jetsvtwo-lat-news-list h2 a {
  color: #111111; }

.jetsvtwo-lat-news-list .featured_image {
  width: 10%;
  margin-right: 15px; }

.jetsvtwo-lat-news-list .featured_image img {
  border-radius: 12px; }

.jetsvtwo-lat-news-list-cont {
  width: 90%; }

.jetsvtwo-byline {
  font-size: 14px;
  color: #666666; }

.jetsvtwo-byline .jetsvtwo-home-author {
  margin-right: 15px; }

.jetsvtwo-byline .jetsvtwo-home-date {
  position: relative; }

.jetsvtwo-byline .jetsvtwo-home-date i {
  font-size: 5px;
  position: absolute;
  color: #111111;
  top: 35%;
  left: -9px; }

.jetsvtwo-podcast {
  width: 390px; }

.youtube-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  padding: 20px; }

.youtube-card {
  position: relative;
  background: black;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  color: white;
  height: 270px;
    /*
   * Or use aspect-ratio below
   */ }

/*
 * Add a darker overlay on hover using a pseudo-element
 */
.youtube-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
    /*
   * No overlay by default
   */
  transition: background 0.2s ease;
  z-index: 1;
  pointer-events: none; }

.youtube-card:hover::after {
  background: rgba(0, 0, 0, 0.3);
    /*
   * Darken on hover
   */ }

.youtube-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.youtube-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%); }

.youtube-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px; }

.youtube-duration {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 12px; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.play-button::after {
  content: '';
  display: block;
  border-left: 12px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px; }

.jetsvtwo-category-full {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-bottom: 30px; }

.jetsvtwo-cat-title {
  margin-bottom: 25px;
  align-items: center; }

.jetsvtwo-view-all a {
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 9px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  color: #545454; }

.jetsvtwo-view-all a:hover {
  background-color: #222222;
  border: 1px solid #222222;
  color: white; }

.jetsvtwo-cat-title h6 {
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: 500;
  color: #111111;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.jetsvtwo-category-sec {
  gap: 1.2em;
  flex-wrap: wrap; }

.jetsvtwo-category-sec .jetsvtwo-category-box {
  width: 25%;
  border: 1px solid #111111;
  border-radius: 30px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden; }

.jetsvtwo-category-sec .jetsvtwo-category-box .featured_image img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px; }

.jetsvtwo-category-sec .jetsvtwo-category-box .jetsvtwo-category-cont {
  padding: 20px;
  position: relative;
  overflow: hidden; }

.jetsvtwo-category-sec .jetsvtwo-category-box .jetsvtwo-category-cont-black {
  background-color: #111111; }

.jetsvtwo-category-sec .jetsvtwo-category-box-black {
  background-color: #111111; }

.jetsvtwo-category-cont .readmore-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-indent: -9999px;
  cursor: pointer; }

.jetsvtwo-home-author a {
  position: relative;
  z-index: 10;
  pointer-events: auto; }

/*
 * Ensure overlay disables pointer-events for inner content
 */
.readmore-btn {
  pointer-events: auto; }

.jetsvtwo-category-cont *:not(.readmore-btn):not(.jetsvtwo-home-author a) {
  pointer-events: none; }

.jetsvtwo-home-author {
  margin-right: 10px; }

.jetsvtwo-cat-byline {
  font-size: 14px; }

.jetsvtwo-category-sec h2 {
  font-size: 18px;
  font-weight: 500; }

.jetsvtwo-category-sec h2 a {
  color: #111111; }

.jetsvtwo-category-sec .jetsvtwo-category-box-black h2 {
  color: white; }

.jetsvtwo-category-sec .jetsvtwo-category-box-black .jetsvtwo-cat-byline {
  color: white; }

.jetsvtwo-category-sec .jetsvtwo-category-box-black .jetsvtwo-home-author a {
  color: #74a595; }

.featured_image {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.featured_image img {
  display: block;
  transition: transform 0.3s ease;
  width: 100%;
  height: auto; }

.featured_image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none; }

.featured_image:hover::before {
  opacity: 1; }

.featured_image:hover img {
  transform: scale(1.05); }

.featured_image_link {
  display: block;
  line-height: 0;
    /*
   * Removes extra space below image
   */ }

.jetsvtwo-top-slider-sec .featured_image::before {
  display: none; }

.jetsvtwo-top-slider-sec .featured_image:hover img {
  transform: scale(1); }

.owl-prev {
  position: absolute;
  top: 30px;
  left: -18px;
  font-size: 20px !important;
    /*
   * smaller to fit nicely
   */
  background-color: white !important;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.owl-next {
  position: absolute;
  top: 30px;
  right: -18px;
  font-size: 20px !important;
    /*
   * smaller to fit nicely
   */
  background-color: white !important;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.owl-carousel:not(.owl-loaded) {
  opacity: 0; }

.jetsvtwo-footer {
  background-color: #111111; }

.jetsvtwo-footer-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0; }

.jetsvtwo-text-center {
  text-align: center; }

.jetsvtwo-footer-wid {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3b3b3b; }

.jetsvtwo-footer-subscription {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3b3b3b; }

.jetsvtwo-footer-subscription h3 {
  color: white;
  font-size: 26px; }

.jetsvtwo-footer-subscription a {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  color: white;
  background-color: #125740;
  border-radius: 30px;
  font-size: 18px; }

.jetsvtwo-footer-logo {
  width: 32%; }

.jetsvtwo-footer-logo h4 {
  color: white;
  font-size: 20px;
  text-align: center; }

.jetsvtwo-footer-logo img {
  height: 80px;
  margin: 0 auto; }

.attribution {
  text-align: center;
  color: #aeaeae; }

.attribution a {
  color: #3bb58c; }

.jetsvtwo-signup {
  margin-bottom: 30px; }

.jetsvtwo-signup .jetsvtwo-flex {
  justify-content: center;
  background: #f2f2f2 url(images/bg-dot.png) repeat center;
  align-items: center;
  padding: 20px;
  width: 700px;
  border-radius: 50px;
  color: #111111;
  border: 1px solid #111111; }

.jetsvtwo-signup .jetsvtwo-flex h5 {
  color: #0c0c0c;
  margin-bottom: 0;
  font-size: 18px;
  margin-right: 20px; }

.jetsvtwo-signup a {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  color: white;
  background-color: #125740;
  border-radius: 25px;
  font-size: 14px; }

.msc-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e2e2;
  padding: 15px 15px 5px; }

.msc-forums-icon {
  background-color: #585c63; }

.msc-each-profile:last-child a {
  background-color: black;
  padding: 0 !important; }

.trending-categories {
  display: block;
  margin-bottom: 15px; }

.trending-badge {
  display: inline;
  align-items: center;
  background-color: #555555;
  color: white;
  font-weight: bold;
  padding: 6px 14px 6px 10px;
  font-size: 14px;
  border-radius: 10px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  position: relative; }

.trending-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  flex-shrink: 0;
  position: absolute;
  top: 7px; }

.trending-text {
  padding-left: 20px; }

.trending-categories ul {
  display: inline;
  margin-bottom: 0;
  margin-left: 0; }

.trending-categories ul li {
  margin-bottom: 0;
  list-style: none;
  font-size: 13px;
  margin: 0 5px 15px;
  display: inline-block; }

.trending-categories ul li a {
  padding: 5px 12px;
  background-color: #ececec;
  border: 1px solid #cccccc;
  border-radius: 8px;
  color: #111111; }

.trending-categories ul li a:hover {
  background-color: #dddddd; }

.related-posts-box {
  margin-bottom: 25px; }

.related-posts-list {
  background-color: #ececec;
  border: 1px solid #cccccc;
  padding: 15px;
  border-radius: 8px; }

.related-post-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center; }

.related-posts-list .related-post-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.related-post-item img {
  width: 75px;
  margin-right: 15px;
  border-radius: 5px; }

.related-post-item h3 {
  font-size: 18px;
  margin-bottom: 0; }

.related-post-item h3 a {
  color: #111111; }

.related-post-item h3 a:hover {
  color: #125740; }

.trending-posts-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px; }

.trending-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px; }

.trending-post {
  display: flex;
  gap: 10px;
  align-items: center;
  background: white;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.trending-post .thumb img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px; }

.trending-post .title a {
  font-size: 16px;
  color: #111111;
  text-decoration: none;
  font-weight: 600; }

.trending-post .title a:hover {
  color: #125740; }

.jetsvtwo-single-byline {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7; }

.jetsvtwo-single-byline .post_date_intro {
  margin-left: 12px; }

.jetsvtwo-single-byline .post_author a {
  font-weight: bold; }

.jetsvtwo-left-content {
  width: 69%;
  margin-right: 15px;
  padding-right: 15px; }

.jetsvtwo-left-content .featured_image_link .wp-post-image {
  margin-bottom: 20px; }

.jetsvtwo-right-content {
  width: 30%; }

.jetsvtwo-right-content .youtube-video-grid {
  padding: 0; }

.sticky {
  position: sticky;
  top: 50px; }

.template-page h1.headline {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 15px; }

.jetsvtwo-full-width .jetsvtwo-content .post_box {
  width: 100%; }

.jetsvtwo-full-width .jetsvtwo-content .post_box h1 {
  text-align: center;
  background-color: #111111;
  color: white;
  padding: 15px; }

.jetsvtwo-content {
  padding-top: 20px; }

.jetsvtwo-green-box {
  background: #f0fdf4;
  border: 2px solid darkgreen;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 15px auto;
  max-width: 600px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }

.jetsvtwo-green-box ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jetsvtwo-green-box li {
  padding: 8px;
  margin: 5px 0;
  border-bottom: 1px solid #cce3d1;
  text-align: center; }

.jetsvtwo-green-box li:last-child {
  border-bottom: none; }

.role {
  color: #4d4d4d;
  display: block; }

.jetsvtwo-coaching-staff h4 {
  text-align: center;
  color: darkgreen;
  margin: 20px 0 10px;
  font-size: 18px;
  text-transform: uppercase; }

.jetsvtwo-coaching-staff b,
.jetsvtwo-coaching-staff strong {
  color: #125740; }

.jetsvtwo-common-green-box .post_box ul {
  list-style: none;
  padding: 15px 20px;
  margin: 15px auto;
  max-width: 600px;
  background: #f0fdf4;
  border: 2px solid darkgreen;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }

.jetsvtwo-common-green-box .post_box ul li {
  padding: 8px;
  margin: 5px 0;
  border-bottom: 1px solid #cce3d1;
  font-size: 15px;
  text-align: center; }

.jetsvtwo-common-green-box .post_box ul li:last-child {
  border-bottom: none; }

.jetsvtwo-common-green-box .post_content {
  text-align: center; }

.demo-table3 {
  width: 100%; }

.demo-table3 caption {
  padding: 10px;
  background: #dddddd;
  font-weight: bold; }

table.demo-table3 th,
table.demo-table3 td,
table.demo-table3 th:last-child,
table.demo-table3 td:last-child {
  border: 1px solid #bfd6cd;
  padding: 7px 17px;
  width: 160px;
  font-weight: bold;
  line-height: 29px; }

table.demo-table3 thead th {
  background-color: #1b392d;
  color: white;
  border-color: #3b6554 !important;
  text-transform: uppercase; }

table tr:nth-child(odd) td {
  background-color: #edf1ef;
  border-bottom: 1px solid #bfd6cd;
  border-top: 1px solid #bfd6cd; }

.print-and-calendar {
  margin-bottom: 20px; }

.print-and-calendar a {
  display: inline-block;
  padding: 12px 24px;
  background: #125740;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, transform 0.2s ease; }

.print-and-calendar a:hover {
  background: #004d00;
  transform: translateY(-2px); }

.jets-text-align-center {
  text-align: center; }

.jetnation-column-three {
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  margin-right: 20px;
  margin-bottom: 25px; }

.jetnation-column-three h3 {
  font-size: 20px;
  font-weight: 600; }

.social_page_inner_full {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.social_page_inner_full .social_page_inner a {
  display: flex;
  align-items: center;
  padding: 0px 13px 0px 5px;
  background-color: #161616;
  border-radius: 50px;
  color: white;
  width: 200px;
  font-size: 17px;
  margin: 0 5px; }

.social_page_inner_full .social_page_inner a.facebook {
  background-color: #1877f2; }

.social_page_inner_full .social_page_inner svg {
  width: 60px;
  height: 55px;
  fill: white;
  border-right: 1px solid white; }

/*
 * Pagination container
 */
.pagination {
  text-align: center;
  margin: 30px 0; }

/*
 * Pagination list
 */
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px; }

/*
 * Pagination items
 */
.pagination ul li {
  display: inline-block; }

/*
 * Links
 */
.pagination ul li a {
  display: block;
  padding: 8px 14px;
  color: #125740;
    /*
   * primary color
   */
  text-decoration: none;
  border: 2px solid #125740;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: bold; }

/*
 * Hover effect
 */
.pagination ul li a:hover {
  background-color: #125740;
  color: white;
  transform: translateY(-2px); }

/*
 * Active page
 */
.pagination ul li.active a {
  background-color: #125740;
  color: white;
  cursor: default; }

/*
 * Dots/ellipsis
 */
.pagination ul li {
  font-weight: bold;
  color: #125740; }

/*
 * Next/Previous page styling
 */
.pagination ul li.next-page a {
  border-color: #125740;
  color: #125740; }

.pagination ul li.next-page a:hover {
  background-color: #125740;
  color: white;
  transform: translateY(-2px); }

.archive_title.headline {
  text-align: center; }

.jetsvtwo-bg-dot {
  background: linear-gradient(0deg, white 30.16%, transparent 99.26%), url("images/bg-dot.png") #c9c9c9;
  background: #1e8f69 url(images/bg-dot.png); }

.jetsvtwo-bg-dot .jetsvtwo-view-all a {
  border: 1px solid white;
  color: white; }

.jetsvtwo-bg-dot .jetsvtwo-view-all a:hover {
  background-color: white;
  border: 1px solid white;
  color: #222222; }

.jetsvtwo-bg-dot .jetsvtwo-cat-title h6 {
  color: white; }

.jetsvtwo-bg-dot .jetsvtwo-category-sec .jetsvtwo-category-box {
  background-color: white; }

.jetsvtwo-btn {
  padding: 9px 22px;
  color: white;
  background-color: #125740;
  border-radius: 25px; }

.jetsvtwo-btn:hover {
  background-color: #1e8f69; }

.contact-page {
  background: #f9f9f9;
  padding: 40px 20px; }

.contact-container {
  max-width: 90%;
  margin: 0 auto;
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.contact-container h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #003366; }

.contact-container p {
  line-height: 1.6;
  margin-bottom: 15px; }

.contact-note,
.feedback-note {
  background: #f0faf7;
  border-left: 4px solid #125740;
  padding: 15px;
  margin: 20px 0;
  font-size: 14px; }

.contact-details p {
  font-size: 16px;
  margin-bottom: 10px; }

.contact-details a {
  color: #125740;
  text-decoration: none; }

/*
 * Popup Heading
 */
#myPopup h4 {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center; }

/*
 * Popup Paragraph
 */
#myPopup p {
  font-size: 16px;
  color: #555555;
  text-align: center; }

/*
 * Button Styling
 */
.jetsvtwo-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #125740;
    /*
   * Blue button
   */
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  transition: background 0.3s ease, transform 0.2s ease; }

.jetsvtwo-btn:hover {
  background: #239a72;
  transform: translateY(-2px); }

.jetsvtwo-hme-forum-trendy .ips-external {
  width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.jetsvtwo-hme-forum-trendy h4 {
  text-align: center;
  background-color: #125740;
  color: white;
  padding: 20px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block; }

.jetsvtwo-hme-forum-trendy .jetsvtwo-lat-news-center-inner {
  padding: 20px;
  background: #f2f2f2 url(images/bg-dot.png) repeat center; }

.owl-dots {
  display: none; }

.jetvtwo_social_page_inner_full {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0; }

.jetvtwo_social_page_inner {
  flex: 1 1 220px;
  max-width: 300px;
  background-color: #125740;
    /*
   * dark green background
   */
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  min-height: 160px;
    /*
   * taller for description
   */ }

.jetvtwo_social_page_inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  filter: brightness(1.05); }

.jetvtwo_social_page_inner a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  line-height: normal; }

.jetvtwo_social_page_inner .jetvtwo_social_page_inner_icon {
  margin-bottom: 10px;
  width: 36px;
  height: 36px;
  fill: white; }

.jetvtwo_social_page_inner .jetvtwo_social_page_inner_title {
  font-size: 24px;
  margin-bottom: 6px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

.jetvtwo_social_page_inner .jetvtwo_social_page_inner_desc {
  font-size: 14px;
  font-weight: normal;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

/*
 * Accent bars
 */
.jetvtwo_social_page_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%; }

/*
 * Container
 */
.our_main_writers {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f9f9f9;
  padding: 40px 20px; }

/*
 * Each writer card
 */
.our_writers {
  display: flex;
  gap: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; }

.our_writers:hover {
  transform: translateY(-5px); }

/*
 * Image section
 */
.our_writers_image {
  flex: 0 0 300px; }

.our_writers_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0; }

/*
 * Content section
 */
.our_writers_content {
  flex: 1;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.our_writers_content h4 {
  margin: 0 0 5px;
  font-size: 1.4rem;
  color: #222222; }

.our_writers_content h5 {
  margin: 0 0 10px;
  font-size: 1rem;
  color: #555555;
  font-weight: normal; }

.our_writers_content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px; }

/*
 * Read more and social links
 */
.our_writers_readmore {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }

.our_writers_readmore a {
  text-decoration: none;
  color: #125740;
  font-weight: bold;
  transition: color 0.2s ease; }

.our_writers_readmore a:hover {
  color: #125740; }

.our_writers_readmore a.writer_tw i {
  font-size: 1.2rem; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #f2f2f2 url(images/bg-dot.png) repeat center; }

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  aspect-ratio: 1.333;
    /*
   * width : height
   */ }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s; }

.gallery-item:hover img {
  transform: scale(1.05); }

.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s; }

.gallery-item:hover .caption {
  background: rgba(0, 0, 0, 0.8); }

.jetsvtwo-forum-gallery-trendy {
  gap: 30px;
  margin-bottom: 40px; }

.jetsvtwo-forum-trendy {
  width: 40%;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.jetsvtwo-forum-trendy .jetsvtwo-lat-news-center-inner {
  height: 430px; }

.jetsvtwo-forum-trendy h2 {
  font-size: 18px; }

.jetsvtwo-forum-trendy .jetsvtwo-byline {
  padding-left: 12px; }

.jetsvtwo-forum-gallery {
  width: 55%; }

.woocommerce .team img,
.woocommerce-page .team img {
  height: 20px; }

.template-single-product.woocommerce div.product {
  overflow: hidden; }

.template-single-product.woocommerce div.product form.cart .button {
  padding: 12px 22px;
  color: white;
  background-color: #125740;
  border-radius: 25px; }

.template-single-product.woocommerce .quantity .qty {
  width: 4.631em; }

.woocommerce-page .woocommerce .quantity .qty {
  width: 5em; }

.template-single-product.woocommerce div.product p.stock {
  color: #125740; }

.template-single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #125740; }

.template-product.woocommerce ul.products li.product .price {
  color: #125740; }

.template-product.woocommerce ul.products li.product .button {
  padding: 12px 22px;
  color: white;
  background-color: #125740;
  border-radius: 25px;
  font-size: 15px; }

.woocommerce-page .woocommerce .wc-proceed-to-checkout .button.alt {
  padding: 12px 22px;
  color: white;
  background-color: #125740;
  border-radius: 25px;
  font-size: 15px; }

.woocommerce-page .woocommerce .woocommerce-checkout-payment .button.alt {
  padding: 12px 22px;
  color: white;
  background-color: #125740;
  border-radius: 25px;
  font-size: 15px; }

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  background-color: initial;
  border-bottom: initial; }

.woocommerce .woocommerce-info {
  border-top-color: #125740; }

.woocommerce .woocommerce-info::before {
  color: #125740; }

.essb-social-followers-variables {
  justify-content: center;
  padding: 10px;
  background-color: #dddddd; }

.aioseo-author-bio-compact {
  margin-bottom: 30px;
  background-color: #ececec !important;
  border: 1px solid #cccccc !important; }

.aioseo-author-bio-compact-main {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #444444; }

.jetsvtwo-game-info .owl-carousel .owl-stage {
  margin: 0 auto; }

.jetnation-advertisement iframe {
  margin: 0 auto; }

.writer_and_moderator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px; }

@media only screen and (max-width: 1860px) {
  .jetsvtwo-forum-trendy .jetsvtwo-lat-news-center-inner {
    height: 700px; } }

@media only screen and (max-width: 1199px) {
  .menu li a {
    font-size: 13px;
    padding: 5px 10px; }

  .voice-search-container {
    width: 360px; }

  .jetsvtwo-trhi a {
    padding: 7px 18px; }

  .jetsvtwo-lat-news-left {
    width: 38%;
    margin-right: 20px; }

  .jetsvtwo-lat-news-center {
    width: 30%;
    margin-right: 20px; }

  .jetsvtwo-lat-news-list .featured_image {
    margin-right: 10px; }

  .jetsvtwo-byline {
    font-size: 12px; }

  .jetsvtwo-fixed-container {
    width: 1000px; }

  .jetsvtwo-container {
    padding: 0px; }

  .jetnation-column-three {
    width: 31%; } }

@media only screen and (max-width: 1024px) {
  .jetsvtwo-footer-inner {
    width: 1000px; }

  h1 {
    font-size: 30px; } }

@media only screen and (max-width: 900px) {
  .jetsvtwo-footer-inner {
    width: 700px; }

  .jetsvtwo-trhi a {
    padding: 12px 10px;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block; }

  a.collapsable-btn {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-right: auto;
    color: white;
    height: auto;
    cursor: pointer;
    background-color: #125740;
    padding: 10px; }

  .collapsable-btn .text,
  .collapsable-btn .bars {
    position: relative;
    vertical-align: middle;
    display: inline-block; }

  .collapsable-btn .text {
    color: white;
    margin: 0 0 0 10px; }

  .collapsable-btn .bars span {
    border-bottom: 2px solid white;
    margin: 6px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom: 2px solid white;
    margin: 3px 0;
    width: 20px;
    display: block; }

  .collapsable-btn.collapsed .bars span:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 2px);
    -moz-transform: rotate(45deg) translate(5px, 2px);
    -ms-transform: rotate(45deg) translate(5px, 2px);
    -o-transform: rotate(45deg) translate(5px, 2px);
    transform: rotate(45deg) translate(5px, 2px); }

  .collapsable-btn.collapsed .bars span:nth-child(2) {
    border-color: transparent; }

  .collapsable-btn.collapsed .bars span:last-child {
    -webkit-transform: rotate(-45deg) translate(5px, -2px);
    -moz-transform: rotate(-45deg) translate(5px, -2px);
    -ms-transform: rotate(-45deg) translate(5px, -2px);
    -o-transform: rotate(-45deg) translate(5px, -2px);
    transform: rotate(-45deg) translate(5px, -2px); }

  .collapsable-content {
    background-color: #d1d1d1;
    left: 0;
    overflow: hidden !important;
    position: absolute;
    top: 41px;
    width: 0;
    visibility: hidden;
    z-index: 999; }

  .jetsvtwo-bot-head {
    position: relative; }

  .menu-main-menu-container {
    opacity: 0;
    overflow: auto;
    transition: opacity 1s;
    position: relative; }

  .menu li {
    display: block; }

  .menu li a {
    display: block;
    text-align: left;
    line-height: 37px;
    padding-left: 25px;
    color: #1a2e4a;
    border-bottom: 1px solid #c5c5c5; }

  .collapsable-content.collapse {
    width: 100vw !important;
    visibility: visible;
        /*
     * transition: width .8s;
     */ }

  .collapse .menu-main-menu-container {
    opacity: 1; }

  .menu .navmenu {
    position: relative; }

  .menu li .sub-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none; }

  .menu li .sub-menu.show-subnav {
    display: block; }

  .menu li .sub-menu a {
    padding: 10px 40px; }

  .submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 12px;
    z-index: 999;
    margin-left: 0;
    width: 42px;
    background-color: #111111;
    color: white;
    padding: 6px; }

  .menu-item-has-children > a span {
    display: none; }

  .jetsvtwo-top-slider-sec {
    height: auto;
    display: block; }

  .jetsvtwo-lat-news-left {
    width: 100%;
    margin-right: 0; }

  .jetsvtwo-lat-news-center {
    width: 100%;
    margin-right: 0; }

  .jetsvtwo-podcast {
    width: 100%; }

  .jetsvtwo-fixed-container {
    width: 95%;
    display: block; }

  .jetsvtwo-left-content {
    width: auto;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 25px; }

  .jetsvtwo-right-content {
    width: auto; }

  /*
   * 
   * * Force table to not be like tables anymore
   */  table.demo-table3,
  table.demo-table3 thead,
  table.demo-table3 tbody,
  table.demo-table3 th,
  table.demo-table3 td,
  table.demo-table3 tr {
    display: block; }

  /*
   * 
   * * Hide table headers (but not display: none;, for accessibility)
   */  table.demo-table3 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  table.demo-table3 tr {
    border: 1px solid #cccccc;
    margin-bottom: 15px; }

  table.demo-table3 td {
        /*
     * 
     * * Behave  like a "row"
     */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50% !important;
    width: auto !important;
    height: 40px;
    text-align: left;
    font-size: 13px; }

  table.demo-table3 td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    background: #125740;
    padding: 5px 10px;
    color: white; }

  table.demo-table3 caption {
    display: block; }

  table.demo-table3 td a {
    text-align: left !important; }

  /*
   * 
   * *
   * * Label the data
   */  table.demo-table3 td:nth-of-type(1):before {
    content: "WEEK"; }

  table.demo-table3 td:nth-of-type(2):before {
    content: "DATE"; }

  table.demo-table3 td:nth-of-type(3):before {
    content: "OPPONENT"; }

  table.demo-table3 td:nth-of-type(4):before {
    content: "NETWORK"; }

  table.demo-table3 td:nth-of-type(5):before {
    content: "TIME"; }

  table.demo-table3 td:nth-of-type(6):before {
    content: "DAY"; }

  table.demo-table3 td:nth-of-type(7):before {
    content: "TICKETS"; }

  table.demo-table3 th,
  table.demo-table3 td,
  table.demo-table3 th:last-child,
  table.demo-table3 td:last-child {
    width: auto !important; }

  .jetnation-column-three {
    width: 100%;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .jetsvtwo-flex {
    display: block; }

  .jetsvtwo-footer-inner {
    width: 100%; }

  .jetsvtwo-hme-forum-trendy .ips-external {
    width: auto; }

  .jetsvtwo-signup .jetsvtwo-flex {
    width: auto; }

  .jetsvtwo-lat-news-list {
    display: flex; }

  .jetsvtwo-category-sec .jetsvtwo-category-box {
    width: 100%;
    margin-bottom: 20px; }

  .jetsvtwo-cat-title {
    display: flex; }

  .jetsvtwo-category-full {
    padding: 15px; }

  #site_title {
    margin-bottom: 15px; }

  .jetsvtwo-trhi {
    margin-top: 15px;
    text-align: center; }

  .our_writers {
    flex-direction: column; }

  .our_writers_image {
    width: 100%;
    flex: none; }

  .jetsvtwo-lat-news-center {
    height: auto; }

  .jetsvtwo-forum-trendy {
    width: auto; }

  .jetsvtwo-forum-gallery {
    width: auto; }

  .jetsvtwo-forum-trendy .jetsvtwo-lat-news-list {
    display: block; }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }

  .jetsvtwo-hme-forum-trendy h4 {
    margin-right: 18px;
    font-size: 18px;
    letter-spacing: 1px; }

  h1 {
    font-size: 28px;
        /*
     * from 40px
     */ }

  h2 {
    font-size: 24px;
        /*
     * from 32px
     */ }

  h3 {
    font-size: 20px;
        /*
     * from 28px
     */ }

  h4 {
    font-size: 18px;
        /*
     * from 26px
     */ }

  h5 {
    font-size: 16px;
        /*
     * from 24px
     */ }

  h6 {
    font-size: 14px;
        /*
     * from 20px
     */ }

  .jetsvtwo-forum-trendy .jetsvtwo-lat-news-center-inner {
    height: 467px; } }

@media only screen and (max-width: 600px) {
  .jetsvtwo-container {
    padding: 15px; }

  .team img {
    width: 25px;
    height: 25px; }

  #myPopup {
    padding: 15px;
    width: 310px; }

  .jetsvtwo-cat-title h6 {
    margin-right: 18px;
    font-size: 18px;
    letter-spacing: 1px; }

  .jetsvtwo-cat-title {
    margin-bottom: 15px; }

  .jetsvtwo-category-sec .jetsvtwo-category-box .jetsvtwo-category-cont {
    padding: 15px 20px 20px; }

  .jetsvtwo-game-info {
    margin: 0px auto 0; }

  .jetsvtwo-signup .jetsvtwo-flex h5 {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 15px; }

  .jetsvtwo-signup .jetsvtwo-flex {
    width: auto;
    text-align: center; }

  .jetsvtwo-footer-logo {
    width: auto;
    margin-bottom: 15px; }

  .jetsvtwo-lat-news-list .featured_image {
    width: 20%; }

  .jetsvtwo-lat-news-list-cont {
    width: 80%; }

  .trending-categories {
    display: block;
    margin-bottom: 15px; }

  .trending-badge {
    display: inline-block;
    padding: 4px 14px 4px 10px;
    font-size: 14px;
    vertical-align: top; }

  .trending-categories ul {
    display: inline;
    margin-bottom: 0;
    margin-left: 0; }

  .trending-categories ul li a {
    padding: 3px 12px; }

  .trending-posts-wrapper {
    display: block;
    margin-top: 20px; }

  .trending-column {
    width: auto;
    margin-bottom: 20px; }

  .trending-post .title {
    width: 90%; }

  .related-post-item .related-title {
    width: 80%; }

  .related-post-item h3 {
    font-size: 15px; }

  .contact-container {
    max-width: 100%;
    padding: 15px; }

  .contact-page {
    padding: 10px 10px; }

  .social_page_inner_full {
    display: block; }

  .social_page_inner_full .social_page_inner {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }

  .trending-categories ul li {
    margin: 0 5px 10px; }

  .jetsvtwo-hme-forum-trendy h4 {
    margin-right: 0; }

  .gallery-grid {
    margin-bottom: 30px; }

  .youtube-video-grid {
    padding: 20px 0; }

  .jetsvtwo-forum-gallery {
    display: none; } }

@media only screen and (max-width: 400px) {
  .voice-search-container input[type="search"] {
    border-radius: 25px !important; }

  .voice-search-container {
    width: auto; }

  .voice-icon {
    position: absolute;
    right: 110px; }

  .submit-icon {
    position: absolute;
    right: 30px; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }