/*
Colors Gutenberg
*/

/*
Colors Gutenberg
*/

/* line 3, resources/assets/styles/common/_newsletter-plugin.scss */

.wp-block-tnp-minimal {
  background-color: #e8b923 !important;
  border-radius: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 9, resources/assets/styles/common/_newsletter-plugin.scss */

.wp-block-tnp-minimal > p {
  font-size: 2em;
  margin: 1rem 0;
  font-weight: bold;
  text-align: center;
}

/* line 16, resources/assets/styles/common/_newsletter-plugin.scss */

.wp-block-tnp-minimal .tnp-email {
  max-width: none !important;
  border-radius: 1rem 0 0 1rem !important;
  background: #fff !important;
}

/* line 22, resources/assets/styles/common/_newsletter-plugin.scss */

.wp-block-tnp-minimal .tnp-submit {
  border-radius: 0 1rem 1rem 0 !important;
}

/* line 3, resources/assets/styles/common/_global.scss */

html {
  font-size: 10px;
}

/* line 7, resources/assets/styles/common/_global.scss */

.opensans-normal {
  font-style: normal;
  font-weight: normal;
}

/* line 12, resources/assets/styles/common/_global.scss */

.desktop-min-width {
  min-width: 768px;
}

/* line 22, resources/assets/styles/common/_global.scss */

#main-wrapper,
#main-menu-container,
#display-end,
#nav-secondary-container,
#sub-menu-container {
  max-width: 1366px !important;
}

/* line 30, resources/assets/styles/common/_global.scss */

.addtoany_share_save_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bababa;
  border-radius: 0.4rem;
  padding: 1rem 0.6rem 0 0.6rem;
  margin: 3rem auto 3rem auto;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}

/* line 42, resources/assets/styles/common/_global.scss */

.main {
  padding: 10px 0 6rem;
  font-weight: 500;
  color: #000;
}

@media (min-width: 768px) {
  /* line 42, resources/assets/styles/common/_global.scss */

  .main {
    padding: 40px 0 0;
    min-height: calc(100vh - 27.2rem);
  }
}

/* line 53, resources/assets/styles/common/_global.scss */

.addtoany_header {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #8f8f8f;
  padding-top: 0.3rem;
}

@media (min-width: 768px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  .social-networks-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 65, resources/assets/styles/common/_global.scss */

  #main-wrapper {
    padding: 0;
  }

  /* line 69, resources/assets/styles/common/_global.scss */

  .addtoany_share_save_container {
    margin: 3rem 0 2rem auto;
    float: right;
  }
}

/* line 75, resources/assets/styles/common/_global.scss */

.hide-overflow {
  overflow: hidden;
}

/* line 155, resources/assets/styles/common/_mixins.scss */

.gray-background {
  background: #f1f1f3;
}

/* line 159, resources/assets/styles/common/_mixins.scss */

.gray-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f1f3), to(#fff));
  background: -webkit-linear-gradient(top, #f1f1f3 50%, #fff 100%);
  background: -o-linear-gradient(top, #f1f1f3 50%, #fff 100%);
  background: linear-gradient(180deg, #f1f1f3 50%, #fff 100%);
}

/* line 163, resources/assets/styles/common/_mixins.scss */

.icon:not([class*="fa-"]):not([class*="material-"]) {
  font-family: icons, sans-serif;
}

/* line 167, resources/assets/styles/common/_mixins.scss */

.red-separator {
  height: 0.3rem;
  background-color: #d62638;
  margin: 1rem 4rem;
}

@media (min-width: 768px) {
  /* line 167, resources/assets/styles/common/_mixins.scss */

  .red-separator {
    margin: 2rem 4.6rem;
  }
}

/* line 178, resources/assets/styles/common/_mixins.scss */

.collapsable-group-a.collapsable-group-inverted {
  display: none;
  visibility: hidden;
}

/* line 184, resources/assets/styles/common/_mixins.scss */

.collapsable-group-b {
  display: none;
  visibility: hidden;
}

/* line 188, resources/assets/styles/common/_mixins.scss */

.collapsable-group-b.collapsable-group-inverted {
  display: block;
  visibility: visible;
}

/* line 194, resources/assets/styles/common/_mixins.scss */

.lgSwitcherDesktop {
  display: none;
  visibility: hidden;
}

@media (min-width: 1024px) {
  /* line 194, resources/assets/styles/common/_mixins.scss */

  .lgSwitcherDesktop {
    display: block;
    visibility: visible;
  }
}

@media (min-width: 1024px) {
  /* line 204, resources/assets/styles/common/_mixins.scss */

  .lgSwitcherMobile {
    display: none !important;
    visibility: hidden;
  }
}

/* line 5, stdin */

.video-gradient {
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(110%, #000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000 110%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000 110%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 110%);
  height: 100%;
}

/* line 12, stdin */

.live-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 5.6rem;
  left: 1.4rem;
  width: 14.1rem;
  height: 3.5rem;
  background: #f00;
  border-radius: 0.6rem;
}

/* line 24, stdin */

.live-video .youtube-icon {
  width: 2rem;
  margin-right: 0.4rem;
}

/* line 29, stdin */

.live-video span {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}

/* line 36, stdin */

.video-hero-section-wrapper {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 36, stdin */

  .video-hero-section-wrapper {
    padding: 1rem 3rem 0 3rem;
  }
}

@media (min-width: 1366px) {
  /* line 36, stdin */

  .video-hero-section-wrapper {
    padding: 1rem 2rem 0 2rem;
  }
}

/* line 47, stdin */

.video-hero-section-wrapper .daily-motion-video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}

/* line 52, stdin */

.video-hero-section-wrapper .daily-motion-video-container iframe {
  max-width: 80rem;
  height: 45rem;
  max-height: 45rem;
}

/* line 59, stdin */

.video-hero-section-wrapper .jw-player-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

@media (min-width: 1024px) {
  /* line 59, stdin */

  .video-hero-section-wrapper .jw-player-container {
    padding: 0;
  }
}

/* line 71, stdin */

.video-hero-section-wrapper .jw-player-container iframe {
  max-width: 80rem;
  height: 45rem;
  max-height: 45rem;
  position: absolute;
}

@media (min-width: 1024px) {
  /* line 71, stdin */

  .video-hero-section-wrapper .jw-player-container iframe {
    position: initial;
  }
}

@media (min-width: 1366px) {
  /* line 83, stdin */

  .video-hero-section-wrapper .thumbnail-content {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 90, stdin */

.video-hero-section-wrapper .thumbnail-content a {
  color: #fff;
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
}

/* line 96, stdin */

.video-hero-section-wrapper .thumbnail-content a span {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 96, stdin */

  .video-hero-section-wrapper .thumbnail-content a span {
    font-size: 2.035rem;
  }
}

/* line 106, stdin */

.video-hero-section-wrapper .thumbnail-content .video-thumbnail-wrapper {
  position: relative;
}

@media (min-width: 1366px) {
  /* line 106, stdin */

  .video-hero-section-wrapper .thumbnail-content .video-thumbnail-wrapper {
    width: 87rem;
  }
}

/* line 113, stdin */

.video-hero-section-wrapper .thumbnail-content .video-thumbnail-wrapper > img {
  width: 100%;
}


/*# sourceMappingURL=new_video-post-hero-section.css.map*/