
#breadcrumb {
  display: none;
}

p.lead {display: none;}

p:nth-child(3) {
    color: #030708 !important;
}

body  {
  font-weight: 400;
  font-style: normal;
}

p  {
  font-size: 1.1rem;
  color: #030708;
  text-decoration: none;
  line-height: 1.5;
}

li  {
  font-size: 1.1rem;
  color: #030708;
  text-decoration: none;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; 
  color: #d1b000;
  text-shadow: 1px 1px 3px rgba(255, 215, 0, .5);
letter-spacing: 2px;
}

h1 {font-size: 2.5rem!important; text-transform: uppercase;}

h2 {font-size: 2.25rem!important; }

h3 {font-size: 2.0rem!important; }

h4 {font-size: 1.75rem!important; }

h5 {font-size: 1.50rem!important; }

h6 {font-size: 1.25rem!important; }

.gray {
    background: #7E7E7E;
}

/* Outline Yellow*/

.outline-yellow {
 background-color: transparent;
  border: 2px solid #ffd700;
  color: #030708!important; 
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease; 
  border-radius: 15px;
font-weight: bold;
}

.outline-yellow:hover {
background-color: #d1b000;
border: 2px solid #d1b000;
  color: #ffffff!important;
 text-decoration: none;
}

.button-yellow {
font-size: 1rem;
}

/* Outline Yellow Shadow*/
.btn-outline-primary {
  border: 2px solid #ffd700;
  color: #030708;
  background: #ffffff;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 0 10px #ffd700;
  -webkit-box-shadow: inset 0 0 10px #ffd700;
  box-shadow: inset 0 0 10px #ffd700;
}

a.btn-outline-primary {
  border: 2px solid #ffd700;
  color: #030708;
  border-radius: 10px;
  padding: 10px 20px;
  background: #ffffff;
  text-decoration: none;
  margin: 15px 2px;
  cursor: pointer;
  line-height: 22px;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 0 10px #ffd700;
  -webkit-box-shadow: inset 0 0 10px #ffd700;
  box-shadow: inset 0 0 10px #ffd700;
}
a.btn-outline-primary:link {
  border: 2px solid #ffd700;
  color: #030708;
  border-radius: 10px;
  padding: 10px 20px;
  background: #ffffff;
  text-decoration: none;
  margin: 15px 2px;
  cursor: pointer;
  line-height: 22px;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 0 10px #ffd700;
  -webkit-box-shadow: inset 0 0 10px #ffd700;
  box-shadow: inset 0 0 10px #ffd700;
}
a.btn-outline-primary:visited {
  border: 2px solid #ffd700;
  color: #030708;
  border-radius: 10px;
  padding: 10px 20px;
  background: #ffffff;
  text-decoration: none;
  margin: 15px 2px;
  cursor: pointer;
  line-height: 22px;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 0 10px #ffd700;
  -webkit-box-shadow: inset 0 0 10px #ffd700;
  box-shadow: inset 0 0 10px #ffd700;
}
a.btn-outline-primary:hover {
   color: #030708 !important;
  background: #ffd700;
}


/* Section 1*/

.headerImgBg,
.headerImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.headerImgBg,
.headerImg {
  max-height: 0;
  min-height: 500px;
}

.section-1 {
  background: rgba(3, 7, 8);
}


.section-1 h2 {
  font-size: 1.8rem;
  color: rgba(255, 255, 255);
  text-decoration: none;
}

.section-1 .flexslider ul li div.slide_text {
  background: none;
  height: 100%;
  display: contents;
  justify-content: center;
  align-items: center;
  z-index: 99;
  text-transform: unset;
}

.section-1 .flexslider ul li div.slide_text div.slide_title {
  justify-content: center;
  align-items: center;
  z-index: 99;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: unset;
}

/* Section 2*/

.box {
  background: #030708;
  letter-spacing: 0.1rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.box:hover {
  box-shadow: 0 0 20px -5px rgba(3, 7, 8, 0.5);
  border-radius: 10px;
}

.box:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}

.box:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

.box img {
  width: 100%;
  height: auto;
  opacity: 0.95;
  transition: all 0.5s;
}
.box:hover img {
  opacity: 0.6;
  transform: rotate(10deg) scale(1.5);
}
.box .box-content {
  color: #fff;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  text-align: right;
  border-right: 3px solid #fff;
  padding: 5px 10px;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 15px;
  opacity: 1;
  transform: scaleX(1);
}

/*
.box:hover .box-content{
    opacity: 1;
    transform: scaleX(1);
}
*/

.box .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}
.box .post {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}

.section-2 {
}

.section-2 h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 4.5rem;
  color: #030708;
  text-decoration: none;
  letter-spacing: 0.1rem;
}

/* 
.live_events{
  background-image: url('/public/images/catch_wrestling_is_not_a_crime_700.jpg');
  background-position: center left;
  background-repeat: no-repeat;
}
*/

.section-2 .box a {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.section-2 .box a:link {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.section-2 .box a:visited {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.section-2 .box a:hover {
  border-bottom: 2px solid rgba(187, 10, 30);
}

.section-2 h5 {
  margin: 0;
}

.spray {
  background-image: url("/public/images/Scientific_wrestling_spray_700.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 250px;
}

.section-2a {
background: #f2f2f2;
}

.section-2a .card-body {
    box-shadow: inset 0px 7px 3px -3px rgba(3, 7, 8, 0.75);
    background-color: #fdfdfd;
}

/* Section 4*/

.section-4 {
}

.section-4 .card {
  box-shadow: 0 0 7px 7px rgba(3, 7, 8, 0.6);
}

.section-4 .card-body {
  box-shadow: inset 0px 7px 3px -3px rgba(3, 7, 8, 0.75);
}


.section-4 .card-text {
}

.section-4 .card-footer {
  background-color: #ffffff;
  border-top: 0px;
}

.section-4a {
  background: #7E7E7E;
  min-height: 440px;
}

.section-4 h4 {
    color: #030708;
}

.inner_clump {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.section-5 {
  background: #f2f2f2;
 }
.section-5 .card-footer {
  background-color: #ffffff;
  border-top: 0px;
}

/* Section 6*/

.section-6 {
  font-family: "Montserrat", sans-serif;
  min-height: 620px;
  padding-bottom: 50px;
}

.section-6 h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 4rem;
  color: #030708;
  text-decoration: none;
  letter-spacing: 0.1rem;
  position: relative;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  display: inline-block;
}
/*.section-6 h2::after {
	content: "";
	width: 40%;
	position: absolute;
	height: 6px;
	border-radius: 1px;
	background: rgba(209, 176, 0);
	left: 0;
	bottom: -20px;
}*/
.section-6 .carousel {
  margin: 50px auto;
}

.section-6 .carousel .item {
  color: #333;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}
.section-6 .carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.section-6 .carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
.section-6 .carousel .testimonial {
  color: #fff !important;
  position: relative;
  background: #7E7E7E;
  padding: 15px;
  margin: 0 0 20px 20px;
}
.section-6 .carousel .testimonial::before,
.carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.section-6 .carousel .testimonial::before {
  width: 20px;
  height: 20px;
  background: #7E7E7E;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}
.section-6 .carousel .testimonial::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.section-6 .carousel .item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.section-6 .carousel .item .row > div:first-child .media {
  margin-left: 0;
}
.section-6 .carousel .testimonial p {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.section-6 .carousel .testimonial p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  color: rgba(209, 176, 0, 0.5);
  font-size: 50px;
  line-height: 70px;
  position: absolute;
  left: -25px;
  top: 0;
}
.section-6 .carousel .overview {
  padding: 3px 0 0 75px;
}
.section-6 .carousel .overview .details {
  padding: 5px 0 8px;
}
.section-6 .carousel .overview b {
  text-transform: uppercase;
  color: rgba(209, 176, 0);
}

.section-6 .carousel .carousel-control {
  width: 30px;
  height: 30px;
  background: unset;
  text-shadow: none;
  top: 4px;
}
.section-6 .carousel-control i {
  font-size: 16px;
}
.section-6 .carousel-control.left {
  left: auto;
  right: 40px;
}
.section-6 .carousel-control.right {
  left: auto;
}

.section-6 .carousel-indicators {
  bottom: -80px;
}
.section-6 .carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin: 1px 4px;
}
.section-6 .carousel-indicators li {
  background: #030708;
  border: 4px solid #fff;
}
.section-6 .carousel-indicators li.active {
  color: #fff;
  background: rgba(209, 176, 0);
  border: 5px double;
}

.section-7 {
  color: #ffffff;
  background: radial-gradient(
    circle at top,
    rgba(242, 242, 242) 0%,
    rgba(126, 126, 126) 23%
  );
  padding: 100px 0 50px;
}

.section-7 h2 {color: #030708;}

.product-grid {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border: 1px solid #030708;
}
.product-grid .product-image {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.product-grid:hover .product-image {
  box-shadow: 0 5px 21px rgba(0, 0, 0, 0.3);
}
.product-grid .product-image a.image {
  display: block;
}
.product-grid .product-image .pic-1 {
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}
.product-grid .product-image:hover .pic-1 {
  opacity: 0;
  transform: translateX(-50%);
}
.product-grid .product-image .pic-2 {
  width: 100%;
  height: 100%;
  transform: translateY(50%);
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s;
}
.product-grid .product-image:hover .pic-2 {
  opacity: 1;
  transform: translateY(0);
}
.product-grid .product-image img {
  width: 100%;
  height: auto;
}
.product-grid .product-links {
  background: rgba(209, 176, 0, 0.5);
  width: 100%;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links {
  opacity: 1;
}
.product-grid .product-links li {
  margin: 0 2px;
  display: inline-block;
  opacity: 0;
  transition: all 0.4s ease-out 0s;
}
.product-grid .product-links li:nth-child(1) {
  transform: translateX(-90px) rotate(360deg);
}
.product-grid .product-links li:nth-child(2) {
  transform: translateX(90px) rotate(360deg);
}
.product-grid:hover .product-links li {
  opacity: 1;
  transform: translateX(0) rotate(0);
}
.product-grid .product-links li a {
  color: rgba(209, 176, 0);
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  display: block;
  transition: all 0.5s ease-out 0s;
}
.product-grid .product-links li a:hover {
  color: #030708;
  background: #FFF669;
}
.product-grid .product-content {
  padding: 20px 12px 0;
  background: rgba(242, 242, 242);
}
.product-grid .category {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 7px;
  text-decoration: none;
}
.product-grid .category a {
  color: rgba(209, 176, 0);
  opacity: 0.6;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}
.product-grid .category a:hover {
  opacity: 1;
  text-decoration: none;
}
.product-grid .title {
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: rgba(0, 0, 0);
  text-decoration: none;
  margin: 0 0;
line-height: 1rem;
}

.product-grid .title a {
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #030708;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 0;
}
.product-grid .title a:hover {
  color: rgba(209, 176, 0);
}
.product-grid .price {
  color: rgba(209, 176, 0);
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.product-grid .price span {
  color: #333;
  font-size: 15px;
  text-decoration: line-through;
  margin-right: 3px;
}
@media screen and (max-width: 990px) {
  .product-grid {
    margin: 0 0 30px;
  }
}

