@charset "UTF-8";
/* ****************************************************************************
Theme Name: Protector Pro Theme                  		
Fonts:												
font-family: font-family: "Inter", sans-serif;	        				
/* ****************************************************************************/
/* ****************************************************************************/
/* General HTML                                                               */
/* ****************************************************************************/
body {
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  height: 100%;
  margin-bottom: 1070px !important;
  overflow-x: hidden;
  font-size: .9rem;
}
html {
  position: relative;
  min-height: 100%;
}
h1 {
  font-family: "Inter", sans-serif;
	font-weight: 900;
}
/* ****************************************************************************/
/* Bootstrap Utilities                                                        */
/* ****************************************************************************/
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.font-sm {
  font-size: .65em
}
.font-md {
  font-size: 1.25em;
}
.align-items-center {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}
.larger-preview label {
  width: 33%;
}
.larger-preview .forminator-radio-image {
  width: 100%;
  height: 250px !important;
}
.larger-preview .forminator-radio-image span {
  min-width: 100% !important;
  height: 100% !important;
}
.larger-preview {
  height: 330px;
}
.larger-preview .forminator-radio {
  height: 470px !important;
}
/* ****************************************************************************/
/* Main Site Menu                                                             */
/* ****************************************************************************/
#menu-main-menu {
  display: none;
}
a.navbar-brand {
  padding-right: 15px;
  font-weight: 300;
  margin-right: 0px;
}
a.navbar-brand {
  display: block;
  max-width: 225px;
}
.navbar-brand strong {
  font-weight: 500;
  color: #89d400;
}
a.navbar-brand-overlay {}
.navbar-brand-overlay img {
  max-width: 200px;
}
#header {
  width: 100%;
}
#header .bg-light {
  box-shadow: 1px 1px 20px -12px #000;
}
#header .nav-link.active {
  color: #89d400;
}
#header .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
#header .nav-link:hover {
  color: #89d400;
  transition: .5s ease-in-out;
}
#menu-r {
  position: relative;
  top: 13px;
}
.top-shadow {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: 1;
}
.menu-text {
  position: relative;
  font-weight: 800;
  font-size: 10px;
  top: -4px;
  opacity: 0;
  right: 0;
  transition: .5s ease-in-out;
  color: #89d400;
}
#nav-icon:hover .menu-text {
  opacity: 1;
  right: -45px;
  color: #000;
}
#header li.menu-item {
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}

#header .dropdown li.menu-item {
  padding: 0;
}

#header .dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: #89d400;
	font-weight: 900;
}

#header a.dropdown-toggle {
	font-size: 1rem;
}

#nav-icon {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 30px;
}
#nav-icon {
  display: block;
}
#nav-icon .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #89d400;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon #span1 {
  top: 0px;
  width: 100%;
}
#nav-icon #span2 {
  top: 8px;
  width: 100%;
  right: 0;
}
#nav-icon #span3 {
  top: 16px;
  width: 100%;
  right: 0;
}
#nav-icon2 {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 30px;
}
#nav-icon2 .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #89d400;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon2 #span1 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  width: 100%;
}
#nav-icon2 #span2 {
  width: 100%;
  opacity: 0;
}
#nav-icon2 #span3 {
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}
#social-icons {
  position: relative;
  bottom: -7px;
}
#social-icons {
  display: none;
}
#social-icons a {
  color: #89d400;
  text-decoration: none;
  font-size: 22px;
  transition: .5s ease-in-out;
}
#social-icons a:hover {
  transition: .5s ease-in-out;
  color: #000;
}
#header .nav-link {
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
}
#menu-img {
  display: none;
}
#overlay-form {
  max-width: 100%;
  margin-top: 10px;
}
#overlay-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .95);
  transition: all 1s ease;
  z-index: 1031;
  padding: 0 2%;
  overflow-y: auto;
  visibility: hidden;
}
#overlay-nav-icon {
  padding-top: 25px;
}
#overlay-menu-items {
  /*  padding-left: 80px;*/
}
#overlay-menu-items li a {
  color: #FFF;
  font-size: 2rem;
  text-decoration: none;
  font-weight: 800;
  transition: all .5s ease;
  padding-left: 0px;
  display: inline-block;
  width: 100%;
}
#overlay-menu-items li a:hover {
  color: #89d400;
  transition: all .5s ease;
}
#menu-sm {
  text-transform: uppercase;
  font-weight: 800;
  color: #7c7c7c;
  position: relative;
  bottom: -8px;
  font-size: 12px;
}
#sm-list li a {
  color: #89d400;
  text-decoration: none;
}
#menu-border-top {
  border-bottom: solid 1px #1e202c;
  padding-bottom: 10px;
}
#overlay-border-v {
  border-right: solid 1px #1e202c;
}
#overlayimg-pad {
  padding: 15px 0px 0px 0px;
}
#overlay-border-bottom {
  border-top: solid 1px #1e202c;
  width: 100%;
  height: 20px;
}
li#media-kit {
  color: #FFF;
  font-size: 25px;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 15px;
}
#overlay-address #a-title {
  color: #7c7c7c;
  text-transform: uppercase;
  font-weight: 800;
}
#overlay-address {
  font-size: 12px;
  color: #fff;
}
#overlay-address a {
  color: #fff;
  text-decoration: none;
}
#overlay-address .h4 {
  font-size: 16px;
  color: #89d400;
}
#overlay-address .h5 {
  font-weight: 800;
}
#overlay-address a {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
}
#overlay-address a:hover {
  color: #f95a3a;
  transition: all .3s ease;
}
#overlay-address a:hover .bracket {
  transition: all .3s ease;
  rotate: -90deg;
}
.highlightbar {
  background-color: #89d400;
  width: 100%;
  position: absolute;
  top: 0px;
  margin-bottom: -53px;
  z-index: -1;
  transition: all .3s ease;
  height: 0px;
}
#overlay-menu-items li:hover .highlightbar {
  height: 75px;
  transition: all .3s ease;
}
#overlay-menu-items li {
  position: relative;
}
.overlay-bracket {
  width: 15px;
  height: 15px;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  position: relative;
  transition: all .3s ease;
  display: inline-block;
  rotate: 0deg;
}
#overlay-menu-items li:hover .overlay-bracket {
  display: inline-block;
  transition: all .3s ease;
  rotate: -90deg;
  position: relative;
  right: -10px;
  top: -10px;
}
.menu-l-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
#overlay-address p {
  font-size: 14px;
}
#center-logo-pos {
  margin-left: 30px;
}
#center-logo-pos a {
  text-decoration: none;
}
#center-logo {
  max-width: 300px;
  transition: all .3s ease;
}
#header.scrolled-header #center-logo {
  font-size: 30px;
  transition: all .3s ease;
  line-height: 27px;
  max-width: 170px;
}
#overlay-address .h3 {
  font-weight: 800;
}
#overlay-address p {
  font-size: 16px;
}
#header.scrolled-header .fixed-top {
  background-color: rgba(0, 0, 0, .9);
  transition: all .3s ease;
}
#overlay-lg-logo {
  font-family: "Major Mono Display", monospace;
  font-size: 6rem;
  padding: 2px 15px 10px 15px;
  background-color: rgba(26, 26, 26, .9);
  color: #FFF;
  line-height: 44px;
  transition: all .3s ease;
}
#phoneicon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #89d400;
  padding: 10px;
  display: inline-block;
}
#phoneicon .fa-phone-alt {
  font-size: 18px;
  color: #FFF;
}
#call {
  display: inline-block;
  top: 3px;
  position: relative;
}
#callus {
  position: relative;
  top: -20px;
}
/* ****************************************************************************/
/* Main Site Content                                                          */
/* ****************************************************************************/

a.archive-title {
    text-decoration: none;
    font-weight: 900;
    color: #000;
}
#sidebar {
    padding: 20px 0px;
border-radius: 20px;
  background-color: #f8f8f8;
  border: solid 1px #e2dfd5;
}
#sidebar h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.75rem;
}

.single-thumb {
    padding: 10px;
    border-left: solid 6px #89d400;
    border-bottom: solid 6px #89d400;
}

#sidebar a {
    color: rgb(137, 212, 0);
    font-weight: 900;
    text-decoration: none;
}
#sidebar ul {
    list-style-type: none;
    padding-right: 1rem;
}

#sidebar li {
    margin-bottom: 20px;
}

ul.wp-block-categories-list {
    padding-left: 0px;
}
.slick-header-img {
	width: 100%;
	padding-top: 100vh;
	display: inline-block;
	background-size: cover;
	background-position: center top;
}
#areyouready h2 {
	font-weight: 900;
}
.header-cart-count {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}
.cart-link {
    color: #89d400;
    text-decoration: none;
    font-weight: bold;
}
.cart-count {
background: #89d400;
  color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 0.9em;
}
.page-content-contact h2 {
	font-weight: 900;
}
#accordion-faq .accordion-button {
	font-size: 1.25rem;
	font-weight: 900;
	background-color: #f8f8f8;
}

#accordion-faq .accordion-button:not(.collapsed) {
  color: #89d400;
}

#extraquestions.container-fluid {
	max-width: 800px;
}

#extraquestions h2 {
	font-weight: 900;
}

.contact-box {
	border-radius: 20px;
  background-color: #f8f8f8;
  padding: 20px;
	border: solid 1px #e2dfd5;
}

.contact-box .fa-phone-alt {
	color: #89d400;
	font-size: 2rem;
}

.contact-box .fa-envelope-open-text {
	color: #89d400;
	font-size: 2rem;
}

.contact-box .fa-map-marked-alt {
	color: #89d400;
	font-size: 2rem;
}

.contact-box .fa-phone-alt {
	color: #89d400;
	font-size: 2rem;
}

.contact-box .fa-heart {
	color: #89d400;
	font-size: 2rem;
}


.contact-box {
	position: relative;
	min-height: 250px;
}

.contact-box p {
	font-weight: 600;
	color: #3d3d3d;
}

.cont-box-bottom {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 20px;
}

.cont-box-bottom a {
font-size: 1rem;
	color: #89d400;
}

.cont-box-bottom p {
	margin: 0;
	padding: 0;
	color: #89d400;
}

.cont-box-bottom .fab {
	font-size: 1.5rem;
}

#img-anim-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 100vh;
  padding-top: 0;
  background-position: center center;
}
.header-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 2;
}
#home-header {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 0;
}
#home-header-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  z-index: 1;
}
.video-background {
  background: url('imgs/video-header-bg.jpg') 0px 0px / cover no-repeat;
}
.videowrap {
  padding-bottom: 56.25%;
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.videowrap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.fullsize-video-bg {
  overflow: hidden;
  /* margin-top: -32px; */
/*  border-radius: 0 0 120px 0;*/
  background-color: #000;
  /* height: 100vh; */
  height: 100vh;
/*  padding-top: 100vh;*/
  position: relative;
}

.video-background {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Full viewport height */
    overflow: hidden; /* Hide overflow to prevent scrollbars */
}

.background-video {
    width: 100%;
    min-height: 100vh; /* Ensure video height matches container */
    object-fit: cover; /* Cover the container, cropping if necessary */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Place behind content */
}

/* Optional: Center content over video */
.video-background h1 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
}
.image-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
img#img-anim {
  position: absolute;
  top: 0;
  left: 0;
}
#header-text {
  position: absolute;
  top: 50%;
  z-index: 3;
  visibility: hidden;
  width: 100%;
  max-width: 320px;
  left: 50%;
  margin-left: -160px;
  margin-top: -190px;
  background-color: rgba(0, 0, 0, .5);
  padding: 40px;
}
#header-text p {
  color: #FFF;
  display: inline-block;
  max-width: 320px;
}
#left-caret {
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 2;
  padding: 50px;
}
#left-caret-top {
  background-color: #89d400;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 15px;
}
#left-caret-left {
  background-color: #89d400;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 0;
}
#right-caret {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 2;
  padding: 50px;
}
#right-caret-bottom {
  background-color: #89d400;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 15px;
}
#right-caret-right {
  background-color: #89d400;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 0;
}
#header-text h1 {
  font-weight: 600;
  font-size: 1.9rem;
  color: #FFF;
}
#header-text h1 strong {
  color: #89d400;
}
#header-pad {
  padding-right: 0rem;
}
.green-btn .btn-primary {
  color: #fff;
  background-color: #89d400;
  border-color: #89d400;
}

#mc_embed_signup form {
    margin: 0 !important;
}
#mc_embed_signup .button {
      border-radius: 30px !important;
  position: relative !important;
  right: 0px !important;
  top: 0px !important;
  transition: all .3s ease;
      color: #fff !important;
  background-color: #89d400 !important;
  border-color: #89d400 !important;
}

#mc_embed_signup div#mce-responses {
  float: none !important;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: auto !important;
  margin: 0px !important;
  clear: both;
}
.green-btn .btn {
  border-radius: 30px;
  padding: 15px 18px 15px 10px;
  width: 250px;
  position: relative;
  right: 0px;
  top: 0px;
  transition: all .3s ease;
}
.green-btn:hover .fa-angle-double-right {
  position: relative;
  right: -10px;
  transition: all .3s ease;
}
.green-btn .fa-angle-double-right {
  position: relative;
  right: 0;
  top: -0;
  transition: all .3s ease;
}
.green-btn-class .btn-primary {
  color: #fff;
  background-color: #89d400;
  border-color: #89d400;
}
.green-btn-class .btn {
  border-radius: 30px;
  padding: 15px 18px 15px 10px;
  position: relative;
  right: 0px;
  top: 0px;
  transition: all .3s ease;
	width: 100%;
	font-weight: 700;
}

.green-btn-class:hover .fa-angle-double-right {
  position: relative;
  right: -10px;
  transition: all .3s ease;
}
.green-btn-class .fa-angle-double-right {
  position: relative;
  right: 0;
  top: -0;
  transition: all .3s ease;
}

.green-btn-sm .btn-primary {
  color: #fff;
  background-color: #89d400;
  border-color: #89d400;
}
.green-btn-sm .btn {
  border-radius: 30px;
  padding: 5px 12px 5px 10px;
  width: 180px;
  transition: all .3s ease;
  position: relative;
  right: 0px;
  top: 0px;
}
.green-btn-sm:hover .btn {
  font-weight: bold;
  transition: all .3s ease;
}
.green-btn-sm:hover .fa-angle-double-right {
  position: relative;
  right: -10px;
  transition: all .3s ease;
}
.green-btn-sm .fa-angle-double-right {
  position: relative;
  right: 0;
  top: 0;
  transition: all .3s ease;
}


section#about-us {
  background-color: #262a22;
  overflow-y: hidden;
}
section#about-us .h3 {
  color: #262a22;
  font-weight: 800;
  font-size: 1.5rem;
}
section#about-us h2 {
  font-weight: 900;
  font-size: 2rem;
}
section#about-us hr {
  max-width: 350px;
  border: solid 1px #89d400;
  opacity: 1;
  text-align: center;
  margin: 20px auto;
}
#vetownedanim {
  position: relative;
  opacity: 0;
}
.exp-box {
  border-radius: 20px;
  border: solid 1px #e2dfd5;
  margin-right: 20px;
  margin-bottom: 20px;
}
.exp-box h3 {
  font-weight: 800;
  color: #89d400;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.exp-box p strong {
  text-transform: uppercase;
}
.section-header h2 {
  font-weight: 900;
}
.section-header h2 strong {
  color: #89d400;
}
#exp-bg-img {
  width: 100%;
  height: auto;
  padding-top: 55%;
  position: relative;
  background-size: cover;
}
#exp-blockline {
  width: 150px;
  background-color: #89d400;
  transform: skew(-20deg);
  position: absolute;
  display: inline-block;
  height: 35px;
  left: 3px;
  top: -35px;
}
#exp-lineexp {
  width: 0;
  background-color: #89d400;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0px;
}
#exp-vertline {
  width: 8px;
  height: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #89d400;
}
#exp-vertline2 {
  width: 8px;
  height: 0;
  position: absolute;
  left: -7px;
  top: 0px;
  background-color: #89d400;
}
#exp-longline {
  width: 0;
  background-color: #89d400;
  height: 8px;
  position: relative;
  bottom: 0px;
  left: 0px;
}
.inline-line {
  background-color: #89d400;
  width: 14%;
  height: 2px;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-right: 0px;
  margin-left: 0px;
}

.inline-line-marg {
  background-color: #89d400;
  width: 8%;
  height: 2px;
  display: block;
  position: relative;
  top: -10px;
  margin-right: 20px;
}

section#getstarted .under-title {
  width: 100%;
  height: 10px;
  border-bottom: solid 4px #89d400;
}
section#getstarted .fa-caret-down {
  color: #89d400;
  font-size: 2rem;
  position: relative;
  top: -30px;
}
#about-outer {
  height: 100%;
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-top: 30px;
}
#about-bottom {
  position: relative;
  bottom: 0px;
  padding-right: 50px;
}
#about-bottom p {
  color: #ababab;
}
#about-bottom h6 {
  font-weight: 800;
}
#about-left {
  height: 100%;
  width: 100%;
  position: relative;
}
#about-left .green-btn-sm {
  position: absolute;
  bottom: 40%;
}
section#choose-course .course-box {
  width: 100%;
  background-size: cover;
  padding-top: 75.5%;
  position: relative;
  border: solid 4px #89d400;
}

#all-events #prev-arrow {
position: absolute;
  top: -8%;
  left: 11px;
  cursor: pointer;
  margin-top: -15px;
  background-color: #89d400;
  padding: 5px 8px 2px 5px;
  border: solid 1px #111;
}
#all-events #prev-arrow .fa-chevron-left {
  color: #FFF;
  font-size: 20px;
}
#all-events #next-arrow {
position: absolute;
  top: -8%;
  left: 39px;
  cursor: pointer;
  margin-top: -15px;
  background-color: #89d400;
  padding: 5px 5px 2px 8px;
  border: solid 1px #111;
}
#all-events #next-arrow .fa-chevron-right {
  color: #FFF;

  font-size: 20px;
}



.event-item {
	margin: 15px;
	border: solid 4px #89d400;
	min-height: 350px;
}

.event-item h4 {
	font-weight: 900;
}

.event-item .title-thumb {
  padding: 20px 50px 0px 10px;
}

.inside-event-item {
	padding: 15px;
	text-align: center;
}

.coursebox-text {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 2;
  width: 100%;
}
.coursebox-text h4 {
  color: #89d400;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.coursebox-text h5 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.coursebox-text p {
  line-height: 18px;
}
.coursebox-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
}
a#class-schedule-choose {
  padding: 15px 20px;
  font-size: .95rem;
  font-weight: 800;
  color: #89d400;
  background-color: #f8f8f8;
  border: solid 2px #e2dfd5;
  border-radius: 35px;
  text-decoration: none;
}
section#parallax1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-top: 155.5%;
}
#parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 1200px;
  background-position: center center;
}
h2#faqhome {
  font-size: 5rem !important;
}
h4#faqq {
  font-size: 1.8rem !important;
}
section#parallax2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-top: 135.5%;
}
#parallax-img2 {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 980px;
  background-position: bottom center;
}
#parallax-title {
  position: absolute;
  width: 100%;
  left: 20px;
  top: 27%;
  z-index: 2;
  max-width: 800px;
  margin-left: 0px;
}
#parallax-title h2 {
  font-size: 2.25rem;
  color: #89d400;
  font-weight: 900;
  text-transform: uppercase;
}
#parallax-title h2 strong {
  color: #89d400;
}
#parallax-title h4 {
  font-size: 1.25rem;
  text-shadow: 0px 0px 5px #000;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
}
#parallax-shadow {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
}
#parallax-title2 {
  position: absolute;
  width: 100%;
  left: 20px;
  top: 27%;
  z-index: 2;
  max-width: 800px;
  margin-left: -26px;
}
#parallax-title2 h2 {
  text-shadow: 0px 0px 5px #000;
  color: #89d400;
  font-weight: 900;
}
#parallax-title2 h4 {
  text-shadow: 0px 0px 5px #000;
  font-weight: 900;
}
section#meet-randall h4 {
  text-transform: uppercase;
  color: #555555;
  font-size: 1rem;
}
section#meet-randall h4 strong {
  font-weight: 900;
}
section#meet-randall h3 {
  font-weight: 900;
  font-size: 3rem;
}
section#meet-randall h3 strong {
  color: #89d400;
}
#experience-box {
background-color: #f8f8f8;
  border: solid 1px #ececec;
  border-radius: 20px;
  padding: 10px 20px;
}
.expe-box span {
  font-weight: 900;
  font-size: 2rem;
  color: #89d400;
}
.expe-box p {
  margin-top: -8px;
}
section#home-nl {
  background-color: #262a22;
}
section#home-nl .fa-envelope {
  color: #89d400;
  font-size: 9rem;
}
section#home-nl .container-fluid {
  max-width: 600px;
}
section#home-nl h4 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 600;
}
section#home-nl h4 strong {
  color: #89d400;
  font-weight: 900;
}
section#home-nl input {
  padding: 1rem .75rem;
}

section#blog-section {
  min-height: 450px;
}
#footer-crosshair {
  margin-top: -68px;
}
#footer-crosshair img {
  max-width: 140px;
}
#logo-footer img {
  width: 240px;
}
#footer {
  min-height: 1100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
}
#footer .h5 {
  font-weight: 900;
  font-size: 1.7rem;
  color: #89d400;
}
#footer h6 {
  font-weight: 700;
  font-size: 1.45rem;
}
#footer .fa-caret-right {
  color: #89d400;
}
#footer-social .fa {
  font-size: 2rem;
}
.b-r {
  border-right: solid 2px #000;
}
.b-l {
  border-left: solid 2px #000;
}
#footer-address .fa-map-marker {
  font-size: 1.7rem;
  color: #89d400;
  display: inline-block;
  position: relative;
  top: -20px;
}
#footer-address .fa-phone {
  font-size: 1.5rem;
  color: #89d400;
}
#footer-address .fa-envelope {
  font-size: 1.5rem;
  color: #89d400;
}
#foot-address {
  display: inline-block;
  max-width: 80%;
  margin-left: 10px;
  color: #FFF;
}
#footer-address a {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
}
#footer-address a:hover {
  color: #89d400;
  transition: all .3s ease;
}
#footer-nav a {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
}
#footer-nav a:hover {
  color: #89d400;
  transition: all .3s ease;
}
#footer-classes a {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
}
#footer-classes a:hover {
  color: #89d400;
  transition: all .3s ease;
}
#footer-social a {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
}
#footer-social a:hover {
  color: #89d400;
  transition: all .3s ease;
}
#footer .h5 {
  font-weight: 800;
}
.footer-copy {
  position: absolute;
  color: #f4f4f4;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
#created-by {
  font-weight: 800;
  font-size: 11px;
}
#created-by a {
  color: #f4f4f4;
  text-decoration: none;
}
#page-header {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.page-title {
  width: 100%;
  color: #FFF;
  font-size: 3rem;
  z-index: 3;
  top: 50%;
  left: 6%;
  margin-top: -20px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 0 25px #000, 0 0 35px #000;
  position: absolute;
}
.page-title strong {
  color: #89d400;
}

.breadcrumb {
  font-size: .75rem !important;
  font-weight: normal !important;
}
.breadcrumb a {
  color: #a5a5a5;
  text-decoration: none;
}
.breadcrumb .fa-caret-right {
  color: #89d400;
}
#shadow-overlay-header {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0px;
  left: 0;
  min-height: 660px;
  z-index: 1;
}
.show-mobile {
  display: flex;
}
.hide-mobile {
  display: none;
}

#about-page h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4rem;
    color: #000;
}
#about-page h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #000;
}
#about-line-horiz {
    width: 101%;
    height: 5px;
    background-color: #89d400;
}
#about-img {
    position: relative;
}
#about-vert-line {
    position: absolute;
    left: -20px;
    height: 93%;
    width: 5px;
    background-color: #89d400;
    bottom: 43px;
}
#about-own-title {
    padding-left: 100px;
}
#about-own-title .h2 {
    font-weight: 900;
}
#about-own-title p {
    font-weight: 600;
    color: #717171;
}
#own-line {
    width: 26%;
    height: 5px;
    background-color: #89d400;
    position: absolute;
    left: -20px;
    bottom: 38px;
}
#our-story {
    background-color: #262a22;
}
#story {
    font-size: 1.1rem;
    color: #c7c7c7;
    line-height: 28px;
}
.section-header-about h4 {
    font-weight: 900;
    color: #FFF;
    font-size: 3rem;
}
.section-header-about h4 strong {
    color: #89d400;
}
#largenum span {
	font-size: 3rem;
}
.exp-box2 {
border-radius: 30px;
  background-color: #f8f8f8;
  padding: 20px;
  min-height: 160px;
}
.exp-box2 span {
font-weight: 900;
  font-size: 2rem;
  color: #89d400;
}
.exp-box2 p {
    position: relative;
    top: -10px;
}

#donate-page h2 {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 900;
}

.wdgk_donation_content {
  margin: 10px auto;
}

/***Custom Classes Grid Page ***/

.mep-default-sidrbar-events-schedule ul li i, .mep-ev-start-date, h3.mep_list_date i, .df-ico i, .mep-default-sidrbar-address ul li i, .mep-default-sidrbar-social ul li a, button.mep-cat-control, .pagination-sec a, .mep-tem3-title-sec.mep_single_date_btn {

	background-color: #89d400 !important;
}

.mep-default-feature-cart-sec h3, .mep-event-theme-1 h3.ex-sec-title, .mep-tem3-mid-sec h3.ex-sec-title, .mep-tem3-title-sec, .royal_theme h3.ex-sec-title, .mep-events-wrapper .royal_theme table.mep_event_add_cart_table, .vanilla_theme.mep-default-theme div.mep-default-feature-date, .vanilla_theme.mep-default-theme div.mep-default-feature-time, .vanilla_theme.mep-default-theme div.mep-default-feature-location, .vanilla_theme h3.ex-sec-title, .vanilla_theme div.df-dtl h3, .vanilla_theme div.df-dtl p, .ex-sec-title, .mep_everyday_date_secs {
	background-color: #89d400 !important;
}

#mep_add_calender_button, ul#mep_add_calender_links li a {
	background-color: #89d400 !important;
}

.button.button-default.woocommerce.button.alt.button.alt.btn-mep-event-cart {
	background-color: #89d400 !important;
	border-color:  #89d400 !important;
}

h4.mep-cart-table-title {
	display: none !important;
}

.page-title-classes {
  max-width: 800px;
  color: #FFF;
  font-size: 3rem;
  z-index: 3;
  top: 50%;
  left: 16%;
  margin-top: -50px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 0 25px #000, 0 0 35px #000;
  position: absolute;
}
.page-title-classes strong {
  color: #89d400;
}
.mep_bg_thumb-custom {
  background-color: #000;
  position: relative;
  width: 100%;
  		min-height: 150px;
  padding: 20px 0px 20px 10px;
  overflow: hidden;
}
.class-title h1 {
	font-weight: 900;
	text-transform: uppercase;
}
.learnmore-class h3 {
	font-weight: 900;
}
.learnmore-class h3 strong {
	  color: #89d400;
	font-size: 1.75rem !important;
	font-weight: 900;
}

.learnmore-class .fa-angle-double-down {
	display: inline-block;
}
.mep-default-sidrbar-meta-custom {
	font-size: 1.5rem;
	font-weight: 900;
}
.mep-default-sidrbar-meta-custom .fa-lightbulb {
	font-size: 2rem;
	color: #89d400;
}
.mep_bg_thumb-custom .row {
  flex: 0 0 auto !important;
  display: flex !important;
}
.aimicon {
  max-width: 125px;
  display: inline-block;
}
.title-thumb {
font-size: 1.3rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 900;
  line-height: 25px;
	position: relative;
  z-index: 3;
	  padding: 20px 100px 0px 20px;
}
.event-price{
  font-size: 1.5rem;
  font-weight: 900;
  color: #3d3d3d;
}
.corner-date {
background-color: #89d400;
  width: 200px;
  height: 240px;
  position: absolute;
  bottom: -160px;
  right: -70px;
  transform: rotate(60deg);
  z-index: 1;
}

.corner-date-t {
  position: absolute;
  bottom: 7px;
  right: 15px;
  z-index: 2;
  color: #FFF;
  font-weight: 800;
}
.d-tag {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, .5);
  position: relative;
  bottom: -6px;
  font-size: .75rem;
}

.inside-class {
padding: 15px;
  border: solid 1px #e2dfd5;
  min-height: 550px;
}

.inside-class .woocommerce-Price-amount {
  font-weight: 900;
}

.woocommerce-message {
max-width: 1320px !important;
  margin: 20px auto !important;
  border: solid 1px #000;
  color: #000;
  font-weight: bold;
}

a.wc-block-components-button {
		background-color: #89d400;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
}

button.wc-block-components-checkout-place-order-button {
			background-color: #89d400 !important;
	font-weight: 900 !important;
	color: #FFF !important;
	text-decoration: none !important;
	border: 0 !important;
}

h2.mep_list_title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px 0;
}

.inside-class .row {
	  flex: 0 0 auto !important;
  display: flex !important;
}

.info-box {
background-color: #f3f5f4;
	padding: 10px 15px 10px 15px;
}

.info-box .fa-calendar-check-o {
font-size: 3rem;
  color: #6a6a6a;
}

.info-box .fa-clock-o {
font-size: 3rem;
  color: #6a6a6a;
}

.info-box .fa-angle-double-up {
font-size: 3rem;
  color: #6a6a6a;
}

.info-box .boxdate {
	color: #4e4f4f;
	font-weight: 900;
	font-size: 1rem;
}

.info-box .coursedate {
  display: inline-block;
  margin-left: 5px;
}

.info-box-nodate {
background-color: #f3f5f4;
	padding: 10px 15px 10px 15px;
}

.info-box-nodate  .fa-calendar-check-o {
font-size: 3rem;
  color: #6a6a6a;
}

.info-box-nodate  .fa-clock-o {
font-size: 3rem;
  color: #6a6a6a;
}

.info-box-nodate  .fa-angle-double-up {
font-size: 3rem;
  color: #6a6a6a;
}

.info-box-nodate  .boxdate {
	color: #4e4f4f;
/*	font-weight: 900;*/
	font-size: 1rem;
}

.info-box-nodate  .coursedate {
/*
  display: inline-block;
  margin-left: 5px;
*/
}
.learnmore a {
	color: #89d400;
	font-weight: 900;
}
.aimicon {
position: absolute;
  top: 8px;
  right: 10px;
  max-width: 100px;
  opacity: .5;
}

.coursedate span {
	font-weight: 700;
	color: #8c8c8c;
}

.info-box-nodate  .ininfo {
	position: relative;
	bottom: 0px;
}

.info-box  .ininfo {
	position: relative;
	bottom: -6px;
}


.info-box-nodate .fa-tags {
	color: #89d400;

}
.instructor-title {
	font-weight: 700;
	color: #3d3d3d;
	font-size: 1rem;
}
.instructor-title span {
	color: #89d400;
}

h3.event-price {
	font-size: 1.25rem;
}
.event-price .fa-tags {
	color: #89d400;
}

h3.event-price-group {
	font-size: 1rem;
	font-weight: 900;
}
.event-price-group .fa-tags {
	color: #89d400;
}

.event-price-group a {
	text-decoration: none;
	color: #3d3d3d;
}
.event-expire-btn {
	display: none !important;
}
.mep-default-feature-date-location {
	display: none !important;
}

#group-price-single strong {
	font-size: 1.25rem !important;
}

#group-price-single strong a {
	color: #89d400;

}

#single-product.table > thead {
  background-color: #89d400;
  color: #FFF;
	
}

#wps_etmwf_event_date {
	display: none !important;
}

#wps_etmwf_event_time {
	display: none !important;
}

.class-sidebar {
	background: #F7F7F7;
}

#share-class .fa-brands {
	font-size: 2rem;
}

#share-class .fa-envelope {
	font-size: 2rem;
}

#share-class a {
	color: #89d400;
}

#class-location {
	border-bottom: solid 1px #CCC;
}

.wps_etmfw_event_info_section {
	margin: 0 !important;
}

#share-class {
	border-bottom: solid 1px #CCC;
}

.woocommerce-breadcrumb {
	display: none;
}

#class-card .card-header {
	background-color: #89d400;
	color: #FFF;
	font-size: 1rem;
}

#class-card .card-header strong {
	font-weight: 900;
}

/* ****************************************************************************/
/* Media Queries                                                              */
/* ****************************************************************************/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
	  a.navbar-brand {
    display: block;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
/*
		  a.navbar-brand {
    display: none;
  }
*/
/*
	#center-logo-pos {
  margin-left: 0;
}
*/
	
	.slick-header-img {
	background-position: center center;
}
	
	.breadcrumb {
  font-size: .95rem !important;
}
	.page-title {
  width: 100%;
  color: #FFF;
  font-size: 4rem;
  z-index: 3;
  top: 50%;
  left: 16%;
  margin-top: -50px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 0 25px #000, 0 0 35px #000;
  position: absolute;
}

	#parallax-title {
  margin-left: -26px;
}
	#vetownedanim {
  position: relative;
/*  bottom: -1020px;*/
  opacity: 0;
}
	.inline-line-marg {
  display: inline-block;
}


  .b-r {
    border-right: solid 2px #89d400;
  }
  .b-l {
    border-left: solid 2px #89d400;
  }
  #footer {
    min-height: 1030px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
  }
  section#parallax2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0px;
    padding-top: 25.5%;
  }
  h4#faqq {
    font-size: 3rem !important;
  }
  section#parallax1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0px;
    padding-top: 55.5%;
  }
  .inline-line {
    width: 8%;
    margin-right: 20px;
    margin-left: -145px;
  }
  a#class-schedule-choose {
    padding: 15px 75px;
    font-size: 1.5rem;
  }
  #vetownedanim {
/*    bottom: -400px;*/
  }
  #header-text {
    padding: 60px;
    max-width: 720px;
    margin-left: -390px;
  }
  #header-text h1 {
    font-size: 3rem;
  }
/*
  #nav-icon {
    display: none;
  }
*/
  #overlay-menu {
    padding: 0 10%;
  }
  #overlayimg-pad {
    padding: 50px 100px 50px 0px;
  }
  #serv-pad {
    padding-left: 70px;
  }
/*
  .show-mobile {
    display: none;
  }
  .hide-mobile {
    display: flex;
  }
*/
  #header-text h1 {
    font-weight: 900;
    font-size: 3rem;
    text-shadow: 0 0 25px #000, 0 0 35px #000;
  }
  #header-text h1 span {
    color: #89d400;
  }
  #header-text-btn {
    display: inline-block;
    top: -27px;
    position: relative;
  }
  #header-pad {
    padding-right: 10rem;
  }
  #footer-splash-text .h1 {
    font-family: "Splash", cursive;
    font-size: 5rem;
    margin-bottom: -27px;
  }

  #center-logo-pos a {
    text-decoration: none;
    display: block;
    padding: 0px;
    margin: 0;
  }
  .proj-overlay {
    bottom: -70px;
  }
  #about-outer {
    height: 100%;
    width: 100%;
    position: relative;
    padding-left: 90px;
    padding-top: 0px;
  }
  #footer {
    min-height: 450px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body {
    margin-bottom: 450px !important;
  }
  .service-box {
    min-height: 240px;
  }
  #overlay-menu {
    padding: 0;
  }
  #overlay-menu-items li a.lg-item {
    font-size: 2.2rem;
    text-decoration: none;
    padding-left: 135px;
  }
  section#parallax1 {
    padding-top: 25.5%;
  }
  #parallax-title .h1 {
    font-size: 47px;
  }
  #parallax-title {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    z-index: 2;
    max-width: 800px;
    margin-left: -400px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #overlay-menu-items li a.lg-item {
    font-size: 3rem;
  }
}
/**iPad media queries**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .show-mobile {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
  #nav-icon {
    display: block;
  }
  #vetownedanim {
/*    bottom: -1190px;*/
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/** X-Large devices (large desktops, 1200px and up))**/
@media (min-width: 1200px) {
  .hide-mobile {
    display: none;
  }
		.show-mobile {
  display: flex;
}
		  a.navbar-brand {
    display: block;
  }
	  #nav-icon {
    display: block;
  }
}
/** XX-Large devices (larger desktops, 1400px and up))**/
@media (min-width: 1400px) {
	.show-mobile {
  display: none;
}
.hide-mobile {
  display: flex;
}
	  a.navbar-brand {
    display: none;
  }
	
}