/*

  1. >>> Nav Style
  2. >>> Headr Style
  3. >>> Banner Style
  4. >>> About Style
  5. >>> Work Style
  6. >>> Blog Style
  7. >>> Footer Style

*/

@font-face {
  font-family: "Tiamat Expanded Light";
  font-style: normal;
  font-weight: 100;
  font-display: fallback;
  src: url("../fonts/TiamatExpandedSC-Light.otf") format('opentype');
}
@font-face {
  font-family: "Tiamat Expanded";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("../fonts/TiamatExpandedSC-Bold.otf") format('opentype');
}
@font-face {
  font-family: "Tiamat Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/TiamatCondensedSC-Regular.otf") format('opentype');
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
html {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
}
body {
  font-family: "Open Sans", sans-serif;
  ;
  overflow-x: hidden;
  background-color: #000;
  font-weight: 400;
  font-style: normal;
  color: #fff5e5;
  font-size: 14px
}
a, a:hover, a:focus, i, input, button, input:focus, .transition {
  text-decoration: none;
  outline: none;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  box-shadow: none;
}
a {
  color: #fff5e5;
}
iframe {
  border: 0;
  outline: none;
}
::-moz-selection {
  background: #000;
  text-shadow: none;
  color: #FFF
}
::selection {
  background: #000;
  text-shadow: none;
  color: #FFF
}
img {
  max-width: 100%;
  border: none;
  outline: none;
  height: auto;
}
input, textarea {
  border-radius: 0;
  resize: none;
}
ul {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: 'Inter', sans-serif;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #000;
}
/* 1.2 Typography */
h1, h2, h3, h4, h5, h6 {
  color: #fff5e5;
  font-family: "Tiamat Expanded Light", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 1em;
}
h4 {
  font-size: 1.3em;
}
figure {
  margin: 0
}
svg, img {
  max-width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------
  1. >>> Nav Style
----------------------------------------------------------------*/
.ticket-button {
  background: linear-gradient(315deg, transparent 8px, #7f0005 0), linear-gradient(315deg, transparent 8px, #CE020A 0);
  background-origin: padding-box, border-box;
  border: 1px solid transparent;
  background-repeat: no-repeat, no-repeat;
  width: auto;
  color: #fff5e5;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  transition: all .2s ease;
	 text-decoration: none; 
}
.ticket-button:hover {
  color: #fff5e5;
  scale: 1.1;
	text-decoration: none;
}
.social-menu-link svg {
  transition: all .2s ease;
}
.social-menu-link svg:hover {
  scale: 1.2;
}
a .navbar-brand img{
	cursor: pointer;
}
.tst-navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2b2b2b;
  border-bottom-color: #D10919;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}

.tst-navbar.tst-fixed-header {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.tst-navbar.navbar-dark .navbar-nav .nav-link {
	color: #fff5e5;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
}
.tst-navbar.navbar-dark .navbar-nav .nav-link:hover {
	text-decoration: underline;	
}
.tst-navbar.navbar-dark .navbar-nav .nav-link.ticket-button{
	font-weight: 700;	
}
.tst-navbar.navbar-dark .navbar-nav .nav-link.ticket-button:hover{
text-decoration: none;
}
.tst-navbar.navbar-dark .navbar-nav .nav-link.tst-tickets-button-nav {
  background: linear-gradient(315deg, transparent 8px, #7f0005 0), linear-gradient(315deg, transparent 8px, #CE020A 0);
  background-origin: padding-box, border-box;
  border: 1px solid transparent;
  background-repeat: no-repeat, no-repeat;
  width: auto;
  color: #fff5e5;
  margin: 0 auto;
}
.tst-navbar.navbar-dark .nav-item {
  margin-left: 20px;
}

/*
.ds-navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFF;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}
.ds-navbar.ds-fixed-header {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.ds-navbar.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.ds-navbar.navbar-dark .navbar-nav .nav-link.ds-contact-buton-nav {
  color: #FFF;
  display: inline-block;
  background-color: #000;
  border-radius: 3px;
  color: #FFF;
  padding: 8px 23px;
}
.ds-navbar.navbar-dark .nav-item {
  margin-left: 30px;
}
*/


/*-----------------------------------------------------------------
  2. >>> Headr Style
----------------------------------------------------------------*/
.tst-header {
  padding-top: 60px;
  padding-bottom: 119px;
  background-image: url("../images/bg_home_header.jpg");
  background-size: cover;
  background-position: center;
}
.tst-header h1 {
  font-size: 48px;
  line-height: 59px;
  font-weight: 200;
}
.tst-header h1 strong {
  display: block;
  font-weight: 600;
}
.tst-header h3 {
  text-align: center;
  font-size: 1.7em;
  padding-top: 1em;
}
.corner-button {
  background: linear-gradient(315deg, transparent 8px, #7f0005 0), linear-gradient(315deg, transparent 8px, #CE020A 0);
  background-origin: padding-box, border-box;
  border: 1px solid transparent;
  background-repeat: no-repeat, no-repeat;
  width: 100%;
  max-width: 300px;
  /* left: -10px; */
  color: #fff5e5;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  display: inline-block;
  transition: all .2s ease
}
.corner-button:hover {
  color: #fff5e5;
  scale: 1.1;
}
/*-----------------------------------------------------------------
  3. >>> Banner Style
----------------------------------------------------------------*/
.tst-banner-slider {
  margin: 0 -15px;
  margin-bottom: 3em;
}
.tst-banner-slider figure {
  padding: 0 15px;
}
/*-----------------------------------------------------------------
   >>> New Party Style
----------------------------------------------------------------*/
.new-party {
  background: linear-gradient(180deg, rgb(127, 0, 5) 0%, rgb(24, 11, 12) 100%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
h2 {
  text-align: center;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 2em;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(255, 245, 229, 0) 0%, #FFF5E5 50%, rgba(255, 245, 229, 0) 100%) 1;
}
h2.wp-block-heading {
  padding-bottom: 3px;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
  border: none;
}
.has-small-font-size {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: 100;
}
.new-party p {
  margin: 1em;
  font-size: 18px;
}
.new-party img {
  max-width: 120px;
  height: auto;
  border: 1px solid #FFF;
  /*	padding: 0.5em;*/
  margin: 0.5em;
  transition: all .2s ease;
}
.new-party img:hover {
  scale: 1.1;
}
.new-party .d-inline-flex {
  display: inline-flex !important;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
/*-----------------------
>>>>>> CAST PAGE
--------------------------*/
.cast-page h1 {
  text-align: center;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 1em;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(255, 245, 229, 0) 0%, #FFF5E5 50%, rgba(255, 245, 229, 0) 100%) 1;
}
.cast-spacing {
  padding: 2em;
}
.cast-box {
  border-style: solid;
  border-width: 1px;
  padding: 1.3em;
  margin-bottom: 2em;
  width: 100%;
  transition: all .2s ease;
  cursor: pointer;
}
.cast-box:hover {
  scale: 1.03;
}
.cast-box h2 {
  font-size: 18px;
  margin: 1em 0;
}
.team-bio, .team-pronouns {
  display: none;
}
.team-photo {
  border: 0px solid white;
}
.team-title {
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
}
.creative-list .team-photo {
  display: none;
}
#modal-title {
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
}
.social-icon, #modal-links {
  font-size: 1.5em;
}
.border-gradient {
  padding-bottom: 12px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-image: linear-gradient(to right, #FFF5E5 0%, rgba(255, 245, 229, 0) 100%) 1;
}
#modal-bg {
  background: #0A0A0A;
  width: 100vw;
  max-width: none;
  height: 100%;
  z-index: 2000;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  padding-top: 85px;
  overflow: auto;
  display: none;
}
.close-modal {
  z-index: 300;
  width: 34px;
  height: 34px;
  max-width: none;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 10px;
  display: block;
  position: fixed;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 4%;
}
.close-modal svg {
  fill: currentColor;
  display: block;
  height: 100%;
  width: 100%;
}
#modal-photo {
  justify-content: flex-end;
}
.cast-text {
  text-align: left;
}
@media (max-width: 768px) {
  #modal-photo {
    justify-content: center;
  }
  .cast-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .font-smaller h2 {
    font-size: 1em;
  }
}
#modal-photo img {
  padding: 0px;
  border: 1px solid #FFF5E5;
}
.border-photo {
  padding: 12px;
  border: 1px solid #FFF5E5;
}
#modal-bio {
  padding-top: 15px;
  font-size: 16px;
}
#modal-name {
  padding-bottom: 0;
  padding-top: 15px;
}
/*-----------------------------------------------------------------
   >>> Adventurers Style
----------------------------------------------------------------*/
.adventurers {
  background-image: url("../images/bg_home_art1.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/*
.adventurers h2 {
	text-align: center;
	display: inline-block;
  padding-bottom: 3px;
	margin-bottom: 2em;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(255, 245, 229, 0) 0%, #FFF5E5 50%, rgba(255, 245, 229, 0) 100%) 1;
}
*/
.video-thumb {
  transition: all .2s ease;
}
.video-thumb:hover {
  scale: 1.1;
}
.carousel {
  margin: 5em auto;
  height: 100px;
  max-width: 500px;
}
.carousel blockquote p {
  font-family: "Tiamat Expanded Light", sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  text-align: center;
}
.carousel blockquote .cite {
  font-family: "Open Sans", sans-serif;
  font-size: .7em;
  font-style: italic;
}
.description {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 18px;
}
.adventure-page {
  background-image: url("../images/bg_footer.jpg");
  background-size: cover;
}
.adventure-page h1 {
  text-align: center;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 1em;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(255, 245, 229, 0) 0%, #FFF5E5 50%, rgba(255, 245, 229, 0) 100%) 1;
}
.adventure-page p {
  font-size: 16px;
}
.adventure-tab-section {
  background-image: url("../images/bg_map_1600.jpg");
  background-size: cover;
  padding: 3em;
}
.adventure-tabs {
  background-image: url("../images/bg_parchment_grey.png");
  background-size: 100% 100% !important;
}
/*-----------------------------------------------------------------
   >>> NOW PLAYING section Style
----------------------------------------------------------------*/
.now-playing {
  background-image: url("../images/bg_fadedmap.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.red-box {
  background: linear-gradient(180deg, rgb(127, 0, 5) 0%, rgb(24, 11, 12) 100%);
  border: 1px solid white;
  padding: 2em;
  margin: 1em;
  width: 100%;
}
.black-box {
  background-color: black;
  border: 1px solid white;
  padding: 2em;
  margin: 1em;
  width: 100%;
}
.icon {
  max-width: 50%;
  margin-bottom: 2em;
}
/*-----------------------------------------------------------------
   >>> GROUPS section Style
----------------------------------------------------------------*/
.group-box {
  border-style: solid;
  border-width: 1px;
  padding: 2em;
  margin-bottom: 2em;
  width: 100%;
  transition: all .2s ease;
}
.group-box:hover {
  scale: 1.04;
}
.purple {
  background: linear-gradient(180deg, rgb(64, 34, 49) 1%, rgb(24, 15, 20) 100%)
}
.gold {
  background: linear-gradient(180deg, rgb(144, 86, 1) 0%, rgb(77, 39, 0) 100%);
}
.red {
  background: linear-gradient(180deg, rgb(127, 0, 5) 0%, rgb(66, 1, 3) 100%);
}
.green {
  background: linear-gradient(180deg, rgb(62, 61, 0) 0%, rgb(29, 28, 0) 100%);
}
.blue {
  background: linear-gradient(180deg, rgb(33, 60, 71) 0%, rgb(10, 18, 22) 100%);
}
.group-box a {
  display: block;
  padding: 2em 0;
}
/*-----------------------------------------------------------------
>>> FAQ Style
----------------------------------------------------------------*/
#tst-FAQ .accordion-item, #tst-FAQ .accordion-button {
  background-color: transparent;
}
#tst-FAQ .accordion-button:focus, #tst-FAQ .accordion-button:active {
  box-shadow: none;
}
#tst-FAQ .accordion-button {
  color: white;
}
#tst-FAQ h2 {
  border: none;
}
#tst-FAQ .accordion-button::before {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
}
.faq-form {
	background:linear-gradient(180deg, rgb(57, 57, 57) 0%, rgb(19, 18, 0) 100%);
	max-width: 1440px;
	padding: 3em;
}
.faq-input {
	background-color:#FFF5E5;
}

/*-----------------------------------------------------------------
>>> NEWS Style
----------------------------------------------------------------*/
.news-box {
  border-style: solid;
  border-width: 1px;
  padding: 2em;
  margin-bottom: 2em;
  width: 100%;
  transition: all .2s ease;
	min-height: 400px;
	display: flex;
}
.news-box:hover {
  scale: 1.04;
}
.post-text {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.item1 {
	background-image: url("../images/Tech-raptor-thumbnail.jpg");
	background-size: cover;
	background-position: center center;
}
.item2 {
	background-image: url("../images/Image-from-article.jpg");
	background-size: cover;
	background-position: center center;
}
.item3 {
	background-image: url("../images/Group-86.jpg");
	background-size: cover;
	background-position: center center;
}
.item4 {
	background-image: url("../images/Nerdist.com-article-image.jpg");
	background-size: cover;
	background-position: center center;
}
.item5 {
	background-image: url("../images/Forbes.com-article-image.jpg");
	background-size: cover;
	background-position: center center;
}
.item6 {
	background-image: url("../images/Templeofgeek.com-article-image.jpg");
	background-size: cover;
	background-position: center center;
}

/*-----------------------------------------------------------------
  PRIMER Style
----------------------------------------------------------------*/

.primer-box {
  border-style: solid;
  border-width: 1px;
  padding: 2em;
  margin-bottom: 2em;
  width: 100%;
  transition: all .2s ease;
	background: linear-gradient(180deg, #342B22 0%, #212121 100%);
}
.primer-box img {
	box-sizing: border-box;
    height: auto;
    max-width: 100%;
	width: 100px;
}
.primer-box h2 {
	font-size:1.2rem;
}


/*-----------------------------------------------------------------
  4. >>> About Style
----------------------------------------------------------------*/
.the-show {
  background-image: url("../images/bg_map_1600.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.old-box {
  background-image: url("../images/bg_parchment_grey_vertical.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3em;
  margin: 1em;
  width: 100%;
  /*    word-break: break-word;*/
}
.old-box-wide {
  background-image: url("../images/bg_parchment_grey.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3em;
  margin: 1em;
  width: 100%;
}
.old-box h3 {
  font-size: 2vw;
}
.old-box .icon {
  height: 100px;
  width: auto;
  max-width: 100%;
}
.hide-on-mobile {
  display: block;
}
.show-on-mobile, .show-on-mobile-social {
  display: none;
}
@media (max-width: 768px) {
  .old-box h3 {
    font-size: 1.7em;
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
}
.tst-about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tst-heading {
  font-size: 36px;
  line-height: 44px;
}
.tst-about-top-sec {
  padding-bottom: 116px;
}
.tst-about-top-sec span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.tst-about-top-sec p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.tst-about-top-sec p:last-child {
  margin-bottom: 0;
}
.tst-sub-heading {
  font-size: 24px;
  margin-bottom: 20px;
}
.tst-about-bot-sec ul {
  list-style: inside;
  padding: 0;
  margin: 0;
}
.tst-about-bot-sec ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.tst-about-bot-sec ul li:last-child {
  margin-bottom: 0;
}
/******------------------------------------
extra
---------------------*/
.lottery-bg {
  padding-top: 155px;
 background-color: #000;
}
.bg-parchment {
  background-image: url("../images/bg_parchment_grey.png");
  background-size: 100% 100% !important;
}
main.ticket-pages {
  padding: 175px 15px 50px;
}
/***** STUNT PAGE******/
.stunt-bg {
  padding-top: 155px;
  background-image: linear-gradient(180deg, rgba(59, 49, 42, 0.57), rgba(33, 33, 33, 1) 50%), url("../images/bg_map_1600.jpg");
  background-size: cover, auto 50%;
}
.stunt-bg h1 {
  text-align: center;
  padding-bottom: 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(255, 245, 229, 0) 0%, #FFF5E5 50%, rgba(255, 245, 229, 0) 100%) 1;
}
.v-parchment {
  background-image: url("../images/bg_parchment_grey_vertical.png");
  background-size: 100% 100%;
}
.stunt-spacing {
  padding: 2em 4em;
}
p.subtitle {
  font-size: 1.3rem;
  font-weight: 100;
  text-align: center;
}
.stunt-cast img {
  margin-bottom: 1em;
  width: 100%;
  max-width: 300px;
  border: 2px solid white;
  transition: all .2s ease;
}
.stunt-cast img:hover {
  scale: 1.1;
}

#terms, #privacy, #support{
	margin-top: -100px; padding-top: 100px; 
}
/*-----------------------------------------------------------------
  5. >>> Work Style
----------------------------------------------------------------*/
.tst-work-section {
  padding-bottom: 120px;
  padding-top: 120px;
  background-color: #EEF4F3;
}
.tst-work-slider-loop section {
  padding-right: 70px;
}
.tst-brands {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  display: block;
  margin-bottom: 39px;
}
.tst-work-slider-loop p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 30px;
}
.tst-more-button {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
.tst-more-button i {
  display: inline-block;
  vertical-align: middle;
}
.tst-more-button:hover, .tst-button:hover, .tst-blog-loop-sec h2 a:hover {
  color: #000;
}
.tst-more-button:after, .tst-button:after {
  content: "";
  border-bottom: 1px solid #000;
  width: 0;
  display: block;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}
.tst-more-button:hover:after, .tst-button:hover:after {
  width: 100%;
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 93px;
}
.slick-dots li {
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  width: 30px;
  height: 6px;
  border: none;
  outline: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background-color: #000;
}
.tst-logo-list-section {
  padding-top: 120px;
}
.tst-logo-list-slider {
  margin: 0 -15px;
}
.tst-logo-list-slider figure {
  text-align: center;
  padding: 0 15px;
}
.tst-logo-list-slider figure img {
  display: inline-block;
  max-width: 133px;
}
.tst-work-det-hed {
  padding-top: 42px;
  padding-bottom: 80px;
}
.tst-work-det-title {
  font-weight: 600;
  color: #000;
  font-size: 48px;
  margin-bottom: 20px;
}
.tst-work-det-dep {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.tst-work-content-sec {
  padding: 100px 0;
}
.tst-work-content-sec p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 30px;
}
.tst-work-content-sec h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.tst-work-content-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tst-work-content-sec li {
  font-size: 18px;
  line-height: 36px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
}
.tst-work-content-sec li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #373737;
}
/*-----------------------------------------------------------------
  6. >>> Blog Style
----------------------------------------------------------------*/
.tst-blog-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tst-blog-sec-hed {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
}
.tst-blog-sec-hed .tst-brands {
  margin-bottom: 0;
}
.tst-blog-loop {
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
}
.tst-blog-loop-sec {
  background-color: #FFF;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(0px);
}
.tst-blog-loop:hover .tst-blog-loop-sec {
  box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.20);
  transform: translateY(-10px);
}
.tst-blog-loop-sec section {
  padding: 30px;
}
.tst-blog-loop-sec h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.tst-blog-loop-sec h2 a {
  color: #000;
}
.tst-blog-section-listing .tst-blog-loop {
  margin-bottom: 60px;
}
.tst-blog-sec-hed .tst-brands.da-blog-details {
  margin-bottom: 13px;
  display: block;
}
.tst-blog-tags {
  font-size: 16px;
}
.tst-blog-tags strong {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.tst-blog-image img {
  display: inline-block;
}
.tst-blog-det-content-sec {
  padding: 80px 0;
}
.tst-blog-det-content-sec p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.tst-blog-det-content-sec p:last-child {
  margin-bottom: 0;
}
.tst-blog-det-content-sec h2 {
  font-size: 30px;
  margin-bottom: 18px;
}
.tst-blog-det-content-sec ol {
  list-style: inside;
  padding: 0;
  margin: 0;
}
.tst-blog-det-content-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tst-blog-det-content-sec ul li, .tst-blog-det-content-sec ol li {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.tst-blog-det-content-sec ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
  top: 12px;
}
.tst-blog-det-content-sec ol li {
  padding-left: 0;
}
.tst-sub-hed {
  font-size: 24px;
  font-weight: 600;
}
.tst-comments-lists {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
.tst-comments-lists li {
  border-bottom: 1px solid #DDDCDC;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.tst-comments-image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
.tst-comments-cont-section {
  width: 89%;
}
.tst-com-hed-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.tst-com-name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
}
.tst-com-date {
  font-size: 14px;
  font-weight: 500;
}
.tst-comments-cont-section p {
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
.tst-reply:hover {
  color: #000;
}
.tst-comments-lists li ul {
  margin-top: 30px;
}
.tst-comments-lists li ul li {
  padding-top: 40px;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #DDDCDC;
  padding-bottom: 0;
  padding-left: 70px;
}
.form-control {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #000;
  color: #000;
  font-size: 16px;
  padding-left: 10px;
  padding: 13px;
  padding-right: 13px;
  margin-bottom: 30px;
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
textarea.form-control {
  height: 110px;
}
.tst-comment-button {
  display: inline-block;
  border-radius: 0;
  border: none;
  outline: none;
  background-color: #000;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  padding: 8px 23px;
}
.tst-comment-button:hover {
  background-color: #000;
  color: #FFF;
}
/*-----------------------------------------------------------------
  6. >>> Footer Style
----------------------------------------------------------------*/
.tst-footer {
  background-image: url("../images/bg_footer.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
.tst-footer hr {
  background: linear-gradient(90deg, rgba(128, 0, 4, 0) 0%, rgb(127, 0, 5) 51%, rgba(128, 0, 4, 0) 100%);
  height: 4px;
  border: 0;
  opacity: 1;
  margin: 3em;
}
.podcast-footer {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.podcast-footer p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.podcast-img {
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: bottom;
  height: 150px;
}
.tst-footer section h4 {
  letter-spacing: -0.92px;
  font-size: 70px;
  margin-bottom: 4px;
}
.tst-footer section p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 43px;
}
.tst-footer section a {
  font-weight: 300;
  font-size: 36px;
  color: #000;
  display: inline-block;
}
.has-accent-color {
  color: #D10919;
}
.footer-links a {
  color: #fff5e5;
}
.footer-images {
  margin-top: 2em;
}
.tst-social {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tst-social li {
  margin-left: 40px;
}
.tst-social li:hover {
  scale: 1.1;
}
.tst-social li:first-child {
  margin-left: 0;
}
.tst-social li a {
  color: #797979;
  font-size: 40px;
}
.tst-social li a:hover {
  color: #000;
}
.tst-copyright {
  color: #fff5e5;
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 40px;
}
#where-to-put-tst {
  margin-top: 95px;
}
/*-------------------------------------------------------------------------------
 Responsive XS Style @media (max-width: 767px) 
-------------------------------------------------------------------------------*/
@media (max-width: 991px) {
	.show-on-mobile-social {
		display: block;
	}
	.ticket-button {
    width:180px;
	  padding: 0.5em 1em;
  }
  #where-to-put-tst {
    margin-top: 75px;
  }
  .tst-main-section, .tst-main-section-inner {
    overflow-x: hidden;
  }
  .tst-navbar {
    padding: 10px 0;
  }
  .tst-nav-wrapper {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2b2b2b;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    -webkit-border-bottom-left-radius: 500px;
    -moz-border-radius-bottomleft: 500px;
    border-bottom-left-radius: 500px;
  }
  .tst-nav-wrapper.tst-menu-open {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100vh;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  .tst-nav-wrapper.tst-menu-open .collapse:not(.show) {
    display: block;
    text-align: center;
  }
  .tst-navbar.navbar-dark .nav-item {
    margin-left: 0;
  }
  .tst-navbar.navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
  }
  .tst-navbar.navbar-dark .navbar-nav .nav-link.tst-contact-buton-nav {
    background-color: transparent;
  }
  .navbar-toggler {
    padding: 2px 6px;
  }
  .tst-menu-icon {
    display: inline-block;
    width: 25px;
	z-index: 2000;  
  }
  .tst-menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff5e5;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
  }
  .tst-menu-icon span:nth-child(2) {
    width: 75%;
  }
  .tst-menu-icon span:last-child {
    margin-bottom: 0;
    width: 80%;
  }
  .tst-menu-open.tst-menu-icon span:nth-child(1) {
    transform: rotate(45deg);
  }
  .tst-menu-open.tst-menu-icon span:nth-child(2) {
    opacity: 1;
    transform: rotate(-45deg);
    top: -6px;
    position: relative;
    left: -1px;
    width: 100%;
  }
  .tst-menu-open.tst-menu-icon span:last-child {
    opacity: 0;
  }
  .navbar-dark .navbar-toggler {
    border-color: #000;
    background-color: #000;
  }
  .tst-main-section {}
  .tst-header, .tst-about-section {
    padding: 40px 15px;
  }
  .tst-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .tst-header h3 {
    font-size: 1em;
    padding: 2em 0.5em;
  }
  .tst-heading {
    font-size: 24px;
    line-height: 27px;
  }
  .tst-about-top-sec span {
    margin-bottom: 20px;
    display: block;
  }
  .tst-about-top-sec p, .tst-work-slider-loop p, .tst-work-content-sec p, .tst-work-content-sec li, .tst-blog-det-content-sec p, .tst-blog-det-content-sec ul li, .tst-blog-det-content-sec ol li, .tst-comments-cont-section p {
    font-size: 15px;
  }
  .tst-about-top-sec {
    padding-bottom: 40px;
  }
  .tst-sub-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tst-about-bot-sec {
    margin-bottom: 40px;
  }
  .tst-about-bot-sec:last-child {
    margin-bottom: 0;
  }
  .tst-work-section, .tst-footer {
    margin: 0 -10px;
    padding: 40px 20px;
  }
  .tst-work-slider-loop section {
    padding-right: 0;
  }
  .tst-brands {
    margin-bottom: 10px;
  }
  .tst-more-button {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .tst-logo-list-section {
    padding-top: 40px;
  }
  .tst-blog-section {
    padding: 40px 0;
  }
  .tst-blog-sec-hed {
    padding-bottom: 30px;
  }
  .tst-blog-loop {
    margin-bottom: 30px;
  }
  .tst-blog-loop:last-child {
    margin-bottom: 0;
  }
  .tst-footer {
    text-align: center;
  }
  .tst-footer section h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .tst-footer section p {
    margin-bottom: 10px;
  }
  .tst-footer section a {
    font-size: 24px;
  }
  .tst-social {
    justify-content: center;
    margin-top: 30px;
  }
  .tst-social li a {
    font-size: 26px;
  }
  .tst-social li {
    margin-left: 20px;
  }
  .tst-copyright {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
  .slick-dots {
    position: static;
    justify-content: center;
  }
  .tst-main-section-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tst-work-det-hed {
    padding-bottom: 30px;
  }
  .tst-work-content-sec, .tst-blog-det-content-sec {
    padding: 40px 0;
  }
  .tst-work-content-sec h2, .tst-blog-det-content-sec h2 {
    font-size: 24px;
  }
  .tst-comments-image {
    margin-bottom: 20px;
  }
  .tst-comments-lists li ul li {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {
  .tst-main-section {
    overflow-x: hidden;
  }
  .tst-comments-cont-section {
    width: 79%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/******* SLICK SLIDER***********/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}