@charset "UTF-8";
/*
	@package cavutheme
*/
/*
	Variables
	------------------------------------------------
*/
/* 
	Mixins
	------------------------------------------------
*/
/* 
	Font Icon 
	------------------------------------------------
*/
@font-face {
  font-family: "cavu-icon";
  src: url("../fonts/cavu-icon.ttf?w1b31k") format("truetype"), url("../fonts/cavu-icon.woff?w1b31k") format("woff"), url("../fonts/cavu-icon.svg?w1b31k#cavu-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.cavu-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cavu-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cavu-instagram:before {
  content: "";
}

.cavu-music:before {
  content: "";
}

.cavu-spotify:before {
  content: "";
}

.cavu-soundcloud:before {
  content: "";
}

/* 
	Generic 
	------------------------------------------------
*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.mr-0 {
  margin-right: 0;
}

.background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .table-cell {
  margin-top: 200px;
}

/* 
	Header 
	------------------------------------------------
*/
.header-container {
  position: relative;
  display: block;
  width: 100%;
  height: 540px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.header-container .header-video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.header-container .header-video .header-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-container .header-video .audio_btn {
  position: absolute;
  bottom: 2%;
  right: 50%;
  transform: translate(50%, -50%);
  cursor: pointer;
}

.site-title {
  color: #fff;
  margin: 0;
  font-size: 36px;
  line-height: 54px;
}
.site-title .site-title-block {
  display: inline-block;
  border: 3px solid white;
  padding-top: 74px;
  padding-bottom: 74px;
  width: 540px;
}

.site-description {
  font-size: 14px;
  color: #fff;
  margin-top: 1em;
}

/* 
	Navigation 
	------------------------------------------------
*/
.header-nav-container {
  position: absolute;
  margin: 50px 0;
  z-index: 10;
  left: 0;
  right: 0;
}

.nav-container .navbar {
  margin-bottom: 0;
}
.nav-container .navbar-cavu {
  text-transform: uppercase;
  border: 0;
}
.nav-container .navbar-cavu ul {
  float: none;
}
.nav-container .navbar-cavu li {
  float: none;
  display: inline-block;
}
.nav-container .navbar-cavu li.active a {
  opacity: 1;
}
.nav-container .navbar-cavu li.active a:after {
  -webkit-transform: translateY(0px);
  -moz-transition: translateY(0px);
  -ms-transition: translateY(0px);
  -o-transition: translateY(0px);
  transition: translateY(0px);
  opacity: 1;
}
.nav-container .navbar-cavu li a {
  opacity: 0.7;
  color: black;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.nav-container .navbar-cavu li a:focus, .nav-container .navbar-cavu li a:hover, .nav-container .navbar-cavu li a:visited {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.nav-container .navbar-cavu li a:focus:after, .nav-container .navbar-cavu li a:hover:after, .nav-container .navbar-cavu li a:visited:after {
  -webkit-transform: translateY(0px);
  -moz-transition: translateY(0px);
  -ms-transition: translateY(0px);
  -o-transition: translateY(0px);
  transition: translateY(0px);
  opacity: 1;
}
.nav-container .navbar-cavu li a:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  left: 15px;
  bottom: 12px;
  right: 15px;
  height: 2px;
  background: black;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(10px);
  -moz-transition: translateY(10px);
  -ms-transition: translateY(10px);
  -o-transition: translateY(10px);
  transition: translateY(10px);
}

.home .nav-container .navbar {
  margin-bottom: 0;
}
.home .nav-container .navbar-cavu {
  text-transform: uppercase;
  border: 0;
}
.home .nav-container .navbar-cavu ul {
  float: none;
}
.home .nav-container .navbar-cavu li {
  float: none;
  display: inline-block;
}
.home .nav-container .navbar-cavu li.active a {
  opacity: 1;
}
.home .nav-container .navbar-cavu li.active a:after {
  -webkit-transform: translateY(0px);
  -moz-transition: translateY(0px);
  -ms-transition: translateY(0px);
  -o-transition: translateY(0px);
  transition: translateY(0px);
  opacity: 1;
}
.home .nav-container .navbar-cavu li a {
  opacity: 0.7;
  color: white;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.home .nav-container .navbar-cavu li a:focus, .home .nav-container .navbar-cavu li a:hover, .home .nav-container .navbar-cavu li a:visited {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.home .nav-container .navbar-cavu li a:focus:after, .home .nav-container .navbar-cavu li a:hover:after, .home .nav-container .navbar-cavu li a:visited:after {
  -webkit-transform: translateY(0px);
  -moz-transition: translateY(0px);
  -ms-transition: translateY(0px);
  -o-transition: translateY(0px);
  transition: translateY(0px);
  opacity: 1;
}
.home .nav-container .navbar-cavu li a:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  left: 15px;
  bottom: 12px;
  right: 15px;
  height: 2px;
  background: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(10px);
  -moz-transition: translateY(10px);
  -ms-transition: translateY(10px);
  -o-transition: translateY(10px);
  transition: translateY(10px);
}

.menu-button {
  display: none !important;
  z-index: 9999;
}
.menu-button a {
  color: #474747;
}
.menu-button a:link {
  color: #474747 !important;
}

.toggle-nav-active a:link {
  color: #ffffff !important;
}

.home.menu-button {
  display: none !important;
  z-index: 9999;
}
.home.menu-button a {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  body.lock {
    overflow: hidden;
  }

  .nav-container {
    display: none;
  }

  .visible {
    display: block !important;
  }

  .navbar.navbar-cavu.toggle {
    position: absolute;
    background-color: white;
    background-image: url(../img/hero-nav.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 150px 80px;
    z-index: 999;
  }

  .home .visible .toggle {
    top: -50px;
  }

  .navbar.navbar-cavu.toggle ul {
    display: flex;
    flex-direction: column;
  }

  .navbar.navbar-cavu.toggle ul a {
    text-align: center;
  }

  .navbar.navbar-cavu.toggle ul li {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .navbar.navbar-cavu.toggle li a {
    color: white;
  }

  .navbar.navbar-cavu.toggle li a:after {
    bottom: 0;
    background: white;
  }

  .menu-wrapper .menu-button {
    display: inline-block !important;
  }
  .menu-wrapper .menu-button .toggle-nav {
    display: inline-block !important;
    line-height: 5rem;
    font-size: 2em;
    transition: color linear 0.15s;
  }
  .menu-wrapper .menu-button a.toggle-nav:link,
.menu-wrapper .menu-button a.toggle-nav:visited,
.menu-wrapper .menu-button a.toggle-nav:hover,
.menu-wrapper .menu-button a.toggle-nav:active {
    text-decoration: none;
    color: white;
    line-height: 5rem;
  }
}
/* 
	Footer
	------------------------------------------------
*/
#footer {
  border-top: 1px solid #000000;
}

.footer-white {
  border-top: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #409CC3 !important;
}
.footer-white a {
  color: #ffffff !important;
}

.footer-wrapper {
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-wrapper .footer-social {
  margin-bottom: 20px;
  font-family: "cavu-icon";
  font-weight: 300;
  font-size: 1.5em;
}
.footer-wrapper .footer-social a {
  text-decoration: none;
  margin: 0 5px;
  color: #000000;
  cursor: pointer;
}
.footer-wrapper .footer-copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

/* 
	Contact Form 
	------------------------------------------------
*/
#main {
  color: #2b2b2b;
  font-size: 300;
}

.contact-body {
  background-color: #409CC3;
  color: white !important;
}

#cavuContactForm {
  margin-top: 69px;
  padding-bottom: 100px;
  border-radius: 0;
}
#cavuContactForm .sent-btn {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.45em;
  text-align: center;
  padding: 21px 72px 24px 72px;
  background-color: #409CC3;
  border: 2px solid white;
  color: #fff;
  border-radius: 0;
  margin-top: 14px;
}
#cavuContactForm .sent-btn:hover {
  background-color: #44a3cc;
}

.entry-header h1 {
  margin-top: 80px;
  margin-bottom: 13px;
  text-transform: capitalize;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: 0em;
}

.entry-content p {
  display: block;
  max-width: 530px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: justify;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 50px;
}
.form-group .form-control {
  color: white;
  height: 43px;
  background-color: #409CC3;
  border: 2px solid white;
  border-radius: 0;
}
.form-group label {
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.35em;
}
.form-group textarea.form-control {
  height: 280px;
  color: white;
}

.form-control-msg {
  display: none;
}

.has-error .form-control-msg {
  display: block;
}

.js-show-feedback {
  display: block;
}

@media screen and (max-width: 768px) {
  .contact-body.entry-content p {
    max-width: 100% !important;
  }

  .form-group textarea.form-control {
    height: 180px;
  }

  #cavuContactForm .sent-btn {
    font-size: 20px;
    padding: 10px 20px 10px 20px;
  }
}
/* 
	Instagram block
	------------------------------------------------
*/
.card_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 672px;
  margin-top: 150px;
  margin-bottom: 200px;
}

.card {
  position: relative;
  margin-bottom: 72px;
  padding: 12px;
}

.card img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  opacity: 1;
}

.card_info {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 12px;
  left: 12px;
  opacity: 0;
}

.card_info:hover {
  opacity: 1;
  background-color: rgba(34, 34, 34, 0.603);
}

.song_title {
  position: relative;
  height: 160px;
  border-bottom: 2px solid #ffffff;
}

.play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play_button img {
  width: 38px;
  height: 38px;
}

.play_button img:hover {
  cursor: pointer;
}

.card_title {
  position: absolute;
  bottom: 4px;
  left: 8px;
  padding-right: 5px;
}

.card_title h2 {
  margin: 0;
  bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.where_to_listen {
  padding: 0 8px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.where_to_listen p {
  display: inline-block;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
}

.where_to_listen ul {
  font-family: cavu-icon;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

.where_to_listen li {
  display: inline;
  padding-left: 6px;
}

.where_to_listen i {
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
}

.where_to_listen .cavu-icon {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .header-video video {
    width: inherit;
  }
}
@media screen and (max-width: 702px) {
  .navbar.navbar-cavu.toggle ul li {
    padding-bottom: 20px;
    font-size: 25px;
  }

  .header-container {
    height: 50vh;
    min-height: 500px;
  }

  .table .table-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 30px;
  }
  .table .table-cell .site-title .site-title-block {
    display: inline-block;
    border: 3px solid white;
    padding: 1em 2em;
    width: auto;
  }

  .card_container {
    width: 448px;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .card_container .card {
    position: relative;
    margin-bottom: 32px;
    flex: 50%;
  }
}
@media screen and (max-width: 502px) {
  .table .table-cell .site-title-block {
    font-size: 28px;
    border: 2px solid white;
  }

  .card_container {
    width: 350px;
    flex-direction: row;
    justify-content: center;
  }
  .card_container .card {
    flex: 100%;
    height: 350px;
  }
  .card_container .card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .card_container .card .song_title {
    height: 257px;
  }
  .card_container .card .where_to_listen {
    height: 70px;
    font-size: 22px;
  }
  .card_container .card_info {
    position: absolute;
    width: 93%;
    height: 93%;
    top: 12px;
    left: 12px;
  }
}
@media screen and (max-width: 400px) {
  .table .table-cell .site-title-block {
    font-size: 23px;
    border: 2px solid white;
  }

  .card_container {
    width: 290px;
    flex-direction: row;
    justify-content: center;
  }
  .card_container .card {
    flex: 100%;
    height: 290px;
  }
  .card_container .card img {
    width: 100%;
    height: 100%;
  }
  .card_container .card .song_title {
    height: 206px;
  }
  .card_container .card .where_to_listen {
    height: 58px;
    font-size: 20px;
  }
  .card_container .card_info {
    position: absolute;
    width: 92%;
    height: 92%;
    top: 12px;
    left: 12px;
  }
}
.countdown {
  height: 300px;
  padding-top: 100px;
  padding-bottom: 40px;
}
.countdown .countdown-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 450px;
}
.countdown .countdown-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.countdown .countdown-wrapper .item .count-value {
  font-size: 45px;
  font-weight: 400;
}
.countdown .countdown-wrapper .item .count-label {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 400;
}
@media screen and (max-width: 424px) {
  .countdown .countdown-wrapper .item {
    margin: 0 10px;
  }
  .countdown .countdown-wrapper .item .count-value {
    font-size: 35px;
  }
}
.countdown .count-info {
  display: flex;
  justify-content: center;
  line-height: 27px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 50px;
}

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