/*
author: Thrive Creative Labs
date modified: November 15, 2018
type: reset css
*/
/* ----- Utility Classes ----- */
.redNote {
  padding: 5px;
  background-color: #cc0000;
  color: #FFFFFF;
  font-weight: bold; }

/* ----- Reset all CSS ----- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit; }

/* ----- floats ----- */
.flt-right {
  float: right;
  margin: 0 0 0 15px; }

@media (max-width: 650px) {
  .flt-right {
    float: none;
    margin: 0; } }
.flt-left {
  float: left;
  margin: 0 15px 0 0; }

@media (max-width: 650px) {
  .flt-left {
    float: none;
    margin: 0; } }
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px; }

/* ----- form styles ----- */
.grippie {
  display: none !important; }

.btn, input[type="submit"],
input[type="button"],
button,
.button,
[type="button"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fa0f0b !important;
  border-radius: 1000px;
  border: 3px solid;
  padding: 0.5em 2em;
  display: inline-block;
  font-size: 1em; }
  .btn:hover, input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover,
  [type="button"]:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: #ce0804 !important;
    color: #fff !important;
    border-color: #ce0804 !important; }
  .btn.btn-alt, input.btn-alt[type="submit"],
  input.btn-alt[type="button"],
  button.btn-alt,
  .button.btn-alt,
  [type="button"].btn-alt,
  .woocommerce #respond input#submit.alt.btn-alt,
  .woocommerce a.button.alt.btn-alt,
  .woocommerce button.button.alt.btn-alt,
  .woocommerce input.button.alt.btn-alt {
    color: #fff !important; }

h1, h2, h3 {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1em; }

* ~ h1, * ~ h2, * ~ h3 {
  margin-top: 1em; }

h1 {
  font-size: 2.5em; }
  @media (max-width: 600px) {
    h1 {
      font-size: 2.25em; } }

h2 {
  font-size: 1.75em; }
  @media (max-width: 600px) {
    h2 {
      font-size: 1.5em; } }

h3 {
  font-size: 1.35em; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.15em; } }

* + p,
* + li {
  margin-top: 1em; }

small {
  font-size: 0.75em; }

label {
  margin-bottom: 0.5em; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
select {
  width: 100%;
  padding: 0.5rem;
  font-size: 1em;
  border: 1px solid #ccc; }

textarea {
  font-family: sans-serif;
  padding: 1rem;
  resize: none; }

input[type="submit"],
input[type="button"],
button {
  border: 0;
  font-size: 1em; }

.top-nav {
  margin: 0 0 1.5rem; }
  @media (max-width: 880px) {
    .top-nav {
      display: none; } }
  .top-nav ul,
  .top-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .top-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .top-nav ul li a {
    display: block;
    padding: 0.5em 0.75em;
    font-size: 0.765em; }
  .top-nav ul li.menu-item-has-children {
    position: relative; }
    .top-nav ul li.menu-item-has-children ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0; }
      .top-nav ul li.menu-item-has-children ul li {
        display: block;
        width: 15em; }
        .top-nav ul li.menu-item-has-children ul li a {
          display: block; }
    .top-nav ul li.menu-item-has-children:hover ul {
      display: block; }

.mobile-nav {
  display: none; }

/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif; }

a, a:visited {
  color: #fa0f0b;
  text-decoration: none; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #ce0804; }

img {
  max-width: 100% !important;
  height: auto !important; }

.modal-video-close-btn {
  overflow: inherit !important;
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.header-wrap-outer {
  position: relative;
  background: #fff;
  z-index: 1; }
  .header-wrap-outer .header-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .header-wrap-outer .header-wrap .site-logo {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, -1.5em);
              transform: translate(-50%, -1.5em); }

.feature-wrap-outer {
  background: #fff url(/wp-content/themes/exptv/images/bkd-hp-feature-orchestra.jpg) no-repeat 50% -3.5em;
  background-size: cover;
  position: relative; }
  .feature-wrap-outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(90%, #ffffff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #ffffff 90%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #ffffff 90%); }
  .feature-wrap-outer .feature-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 240px 1.5em 90px;
    text-align: center;
    position: relative;
    z-index: 1; }
    .feature-wrap-outer .feature-wrap .hp-tagline {
      font-size: 1.765em;
      line-height: 1.3; }
      .feature-wrap-outer .feature-wrap .hp-tagline span {
        display: block; }
    .feature-wrap-outer .feature-wrap .hp-feature-youtube-video-link {
      margin: 4em 0 3em; }
      .feature-wrap-outer .feature-wrap .hp-feature-youtube-video-link .btn i, .feature-wrap-outer .feature-wrap .hp-feature-youtube-video-link input[type="submit"] i,
      .feature-wrap-outer .feature-wrap .hp-feature-youtube-video-link input[type="button"] i,
      .feature-wrap-outer .feature-wrap .hp-feature-youtube-video-link button i {
        margin-left: 0.25em; }

.footer-wrap-outer {
  background: #fff url(/wp-content/themes/exptv/images/bkd-footer.jpg) no-repeat 50% bottom; }
  .footer-wrap-outer .footer-wrap {
    padding: 5em 2em; }
    @media (max-width: 600px) {
      .footer-wrap-outer .footer-wrap {
        padding: 3em 2em; } }
    .footer-wrap-outer .footer-wrap .footer-leadin {
      font-size: 1.765em;
      text-align: center;
      margin-bottom: 4em; }
      @media (max-width: 600px) {
        .footer-wrap-outer .footer-wrap .footer-leadin {
          margin-bottom: 2em; } }
      .footer-wrap-outer .footer-wrap .footer-leadin span {
        display: block; }
    .footer-wrap-outer .footer-wrap .footer-contact {
      max-width: 800px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start; }
      @media (max-width: 600px) {
        .footer-wrap-outer .footer-wrap .footer-contact .footer-contact-section {
          width: 95%;
          margin: 0 auto; }
          .footer-wrap-outer .footer-wrap .footer-contact .footer-contact-section + .footer-contact-section {
            margin-top: 2em; } }
      .footer-wrap-outer .footer-wrap .footer-contact .footer-contact-section.footer-contact-address {
        font-size: 1.51em;
        line-height: 1.3; }
        .footer-wrap-outer .footer-wrap .footer-contact .footer-contact-section.footer-contact-address .footer-contact-name {
          font-weight: 700; }
      .footer-wrap-outer .footer-wrap .footer-contact .footer-contact-section.footer-contact-options {
        font-size: 1.133em; }
        .footer-wrap-outer .footer-wrap .footer-contact .footer-contact-section.footer-contact-options span {
          font-size: 1.51rem;
          font-weight: 700;
          display: block; }

/*# sourceMappingURL=all.css.map */