/* *********************************************
[Master Stylesheet]

Template Name: Poca - Podcast & Music Template
Template Author: Colorlib
Version: 1.0.0
Last Update: Dec 14, 2018

*********************************************

[Tables of CSS Content]

+ body
 - 01.0 Reboot CSS
 - 02.0 Spacing CSS
 - 03.0 Preloader CSS
 - 04.0 Heading CSS
 - 05.0 Backtotop CSS
 - 06.0 Buttons CSS
 - 07.0 Header CSS
 - 08.0 Hero CSS
 - 09.0 Music CSS
 - 10.0 Guest CSS
 - 11.0 About CSS
 - 12.0 Newsletter CSS
 - 13.0 Breadcrumb CSS
 - 14.0 Blog CSS
 - 15.0 Widget CSS
 - 16.0 Footer CSS
 - 17.0 Contact CSS

  ---------------------------------------------
  [Color Codes]

  $heading: #232323; [Heading Color]
  $text: #666666; [Text Color]
  $bg-gray: #f4f4f4; [Gray Background]
  $primary: #f55656; [Primary Color]
  $white: #ffffff; [White Color]
  $dark: #000000; [Dark Color]
  $border: #ebebeb; [Border Color]
  $hover: #f55656; [Hover Color]
  $secondary: #a6a6a6; [Secondary Color]

  ---------------------------------------------
  [Font Family: 'HK Grotesk']
--------------------------------------------- */
/* Import Fonts & All CSS */
@import url(css/default-assets/hkgrotesk-fonts.css);
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/default-assets/audioplayer.css);
@import url(css/font-awesome.min.css);
/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "HK Grotesk";
  font-weight: 400;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HK Grotesk";
  color: #232323;
  line-height: 0.9;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  color: #232323;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none; }

li {
  list-style: none; }

p {
  line-height: 1.9;
  color: #666666;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5); }
.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('img/bg-img/banner.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
.box-shadow {
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; 
  background: url('img/bg-img/banner.jpg') center center / cover no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

#success_fail_info {
  margin-bottom: 30px;
  color: #000000;
  text-align: center; }

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #f55656;
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px; }

.bg-transparent {
  background-color: transparent !important; }

/* ::2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-56-0 {
  padding-top: 56px;
  padding-bottom: 80px; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #preloader .preloader-thumbnail {
    max-width: 50px;
    -webkit-animation: pocarotate linear 1s infinite;
    animation: pocarotate linear 1s infinite; }

@-webkit-keyframes pocarotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pocarotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }




/* :: 7.0 Header CSS */
.header-area {
  position: fixed;
  z-index: 599;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2); }
  .header-area .main-header-area.sticky {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: transparent;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0);
    border-bottom: none;
    left: 0;
    z-index: 650;
    border-bottom-color: transparent; }

.classy-nav-container {
  background-color: transparent;
  padding: 0 2%; }
  @media only screen and (max-width: 767px) {
    .classy-nav-container {
      padding: 0 15px; } }
  .classy-nav-container .classy-navbar {
    height: 80px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      position: relative;
      z-index: 1;
      font-weight: 700;
      font-size: 18px;
      text-transform: capitalize;
      color: #ffffff; }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #f55656; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          border-bottom: none;
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          border-bottom: none;
          font-size: 18px; } }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
      font-size: 14px;
      text-transform: capitalize; }
    .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
      content: '';
      position: absolute;
      width: 80%;
      height: 3px;
      background-color: #f55656;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }

.classynav ul li.has-down > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #ffffff; }

.breakpoint-off .classynav ul li .dropdown {
  background-color: #000000; }

.classynav ul li .dropdown li a {
  border-bottom: none;
  height: 40px; }

.classynav ul li .dropdown li .dropdown li .dropdown li a,
.classynav ul li .dropdown li .dropdown li a {
  border-bottom: none; }


/* :: 8.0 Hero CSS */
.welcome-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 950px; }
  @media only screen and (max-width: 767px) {
    .welcome-welcome-slide {
      height: 350px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .welcome-welcome-slide {
      height: 500px; } }

.welcome-text {
  position: relative;
  z-index: 1; }
  .welcome-text h2 {
    font-size: 72px;
    color: #ffffff;
    display: block;
    text-transform: capitalize; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .welcome-text h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-text h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .welcome-text h2 {
        font-size: 36px; } }
  .welcome-text h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px; }




/* :: 16.0 Footer CSS */
.footer-area {
  position: relative;
  z-index: 1; }

.single-footer-widget {
  position: relative;
  z-index: 1; }
  .single-footer-widget .widget-title {
    color: #232323;
    margin-bottom: 30px;
    display: block; }
  .single-footer-widget h4 {
    margin-left: 13px; }
  .single-footer-widget p {
    color: #666666;
    font-size: 16px;
    margin-left: 13px;
    line-height: 1.8; }
  .single-footer-widget .footer-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 5px;
    background-color: #f55656;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px; }
    .single-footer-widget .footer-social-info a.facebook {
      background-color: #4c60ac; }
    .single-footer-widget .footer-social-info a.twitter {
      background-color: #00bae3; }
    .single-footer-widget .footer-social-info a.pinterest {
      background-color: #d91a18; }
    .single-footer-widget .footer-social-info a.instagram {
      background-color: #0085d7; }
    .single-footer-widget .footer-social-info a.youtube {
      background-color: #e20000; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-footer-widget .footer-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px; } }
  .single-footer-widget .catagories-nav {
    position: relative;
    z-index: 1; }
    .single-footer-widget .catagories-nav li a {
      font-size: 16px;
      color: #666666;
      margin-bottom: 15px;
      display: block;
      font-weight: 500; }
      .single-footer-widget .catagories-nav li a:focus, .single-footer-widget .catagories-nav li a:hover {
        color: #f55656; }
    .single-footer-widget .catagories-nav li:last-child a {
      margin-bottom: 0; }
  .single-footer-widget .single-latest-episodes {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px; }
    .single-footer-widget .single-latest-episodes:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .single-footer-widget .single-latest-episodes .episodes-date {
      font-size: 12px;
      text-transform: uppercase;
      color: #a6a6a6;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 5px; }
    .single-footer-widget .single-latest-episodes .episodes-title {
      font-size: 18px;
      margin-bottom: 8px;
      font-weight: 600;
      color: #232323;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget .single-latest-episodes .episodes-title {
          font-size: 14px; } }
      .single-footer-widget .single-latest-episodes .episodes-title:focus, .single-footer-widget .single-latest-episodes .episodes-title:hover {
        color: #f55656; }

.copywrite-content {
  position: relative;
  z-index: 1;
  margin-top: 20px; }
  .copywrite-content p {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 0; }
    .copywrite-content p a {
      color: #a6a6a6; }
      .copywrite-content p a:focus, .copywrite-content p a:hover {
        color: #f55656; }



/*# sourceMappingURL=style.css.map */
