@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
@font-face {
  font-family: "BrandonGrotesque-Regular";
  src: url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonGrotesque-RegularItalic";
  src: url("../fonts/BrandonGrotesque-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonGrotesque-Medium";
  src: url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonGrotesque-Bold";
  src: url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonGrotesque-Black";
  src: url("../fonts/BrandonGrotesque-Black.ttf") format("truetype");
}
* {
  position: relative;
}

footer .footer__social-list a, header .navbar-light .header-nav-social a {
  color: #eee;
  transition: 0.3s;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
footer .footer__social-list a:hover, header .navbar-light .header-nav-social a:hover {
  text-decoration: none;
}

/**
 * Fix to remove horizontal scroll
 */
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "BrandonGrotesque-Regular", "BrandonGrotesque-RegularItalic", "Font Awesome", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
  background: #1C1C1C;
}

ul, li, ol, p {
  margin: 0;
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
}

h2.title {
  font-family: "BrandonGrotesque-Black", sans-serif;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
h2.title span {
  color: #C1272D;
}

h3.sub-title {
  letter-spacing: 0.02em;
  font-size: 26px;
  font-family: "BrandonGrotesque-Black", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
}

.btn {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0 30px;
  border-radius: 0;
  transition: 0.3s;
  min-width: 180px;
  min-height: 48px;
  text-transform: uppercase;
}
.btn .icon {
  margin-right: 15px;
  display: inline-block;
}

.btn-normal {
  background: rgba(193, 39, 45, 0.8);
  border: 1px solid #C1272D;
}
.btn-normal:hover {
  background: #C1272D;
  color: #fff;
}

.btn-outline {
  border: 1px solid #fff;
  background: transparent;
}
.btn-outline:hover {
  background: #C1272D;
  border-color: #C1272D;
  color: #fff;
}

.anchor-link {
  position: absolute;
  height: 0;
}

header {
  background: #000;
}
header #navbarSupportedContent {
  justify-content: space-between;
}
header .navbar-light .navbar-toggler-icon {
  background: url("../img/burger.svg") 0 0 no-repeat;
  width: 22px;
  height: 17px;
}
header .navbar-light .navbar-toggler {
  padding: 0;
}
header .navbar-light .navbar-brand {
  color: #F82539;
  line-height: 1.3;
  height: 49px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
header .navbar-light .navbar-brand:hover {
  color: #fff;
  border-color: #fff;
}
header .navbar-light .navbar-nav .nav-item {
  margin: 0 12px;
}
header .navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  padding: 0;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: #F82539;
}
header .navbar-light .header-nav-social__item-tw a:hover {
  background-color: #1faee9;
}
header .navbar-light .header-nav-social__item-fb a:hover {
  background-color: #3b5998;
}
header .navbar-light .header-nav-social__item-inst a:hover {
  background-color: #c13584;
}
header .navbar-light .header-nav-social__item-yout a:hover {
  background-color: #c4302b;
}
header .navbar {
  padding: 15px 0;
  align-items: center;
  min-height: 100px;
}

.screen1 {
  background: #000 url("../img/rubinreportcover.png") 50% -20px no-repeat;
  background-size: cover;
}
.screen1 .btn-wrapper {
  justify-content: space-between;
  max-width: 510px;
  margin: 400px auto 0;
}

.dave {
  background: url("../img/dave-bg.jpg") 50% 25% no-repeat;
  min-height: 100vh;
}
.dave .info-block {
  min-height: 50vh;
}
.dave .name {
  font-weight: bold;
  font-size: 95px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonGrotesque-Regular", sans-serif;
}
.dave .who-is {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.02em;
  margin: -21px 0 0 0;
}
.dave .btn-wrapper {
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 61px auto 0;
  max-width: 510px;
}
.dave .btn-wrapper .btn {
  min-width: 215px;
}

.donate {
  padding: 50px 0;
}
.donate .note {
  letter-spacing: 0.05em;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 25px 0;
}
.donate .support {
  padding: 50px 0;
  max-width: 460px;
  margin: 0 auto;
}
.donate .support .note {
  text-align: center;
}
.donate .support .btn-wrapper {
  justify-content: center;
}
.donate .join {
  max-width: 610px;
  margin: 50px auto 0;
  border: 1px solid #F82539;
  padding: 25px;
}
.donate .join .title {
  text-align: left;
}
.donate .join .btn-wrapper {
  justify-content: space-between;
}

.events {
  background: url("../img/events-bg.jpg") no-repeat 50% 0;
  padding: 50px 0;
}
.events .title {
  margin-bottom: 50px;
}
.events__item {
  max-width: 688px;
  margin: 0 auto 50px;
}
.events__item .event {
  line-height: 1.3;
}
.events__item .event__date {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #828282;
  border-radius: 4px;
  min-width: 70px;
  padding: 14px;
  margin-right: 25px;
}
.events__item .event__day {
  font-size: 24px;
}
.events__item .event__description {
  font-size: 24px;
  width: 100%;
}
.events__item .event__name {
  padding: 2px 0 5px;
}
.events__item .event__info {
  margin-top: 1.5rem !important;
  font-family: "BrandonGrotesque-Medium", sans-serif;
  justify-content: space-between;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.events__item .event__place {
  background: url("../img/local.svg") 0 50% no-repeat;
  padding-left: 31px;
}
.events__item .event__time {
  background: url("../img/clock.svg") 0 50% no-repeat;
  padding-left: 32px;
}
.events__item .btn-wrapper {
  padding-top: 12px;
}

.about {
  margin: 50px auto 0;
  background: url("../img/report-bg.jpg") -10% 156px no-repeat;
  padding-bottom: 20px;
}
.about .title {
  margin-bottom: 99px;
}
.about .sub-title {
  margin-bottom: 25px;
}
.about .title-lg {
  text-align: center;
  font-size: 42px;
  line-height: 1.4;
  font-family: "BrandonGrotesque-Black", sans-serif;
  margin: 5rem 0 0 0;
}
.about__text {
  font-size: 20px;
  line-height: 1.2;
}
.about__text p {
  margin-bottom: 15px;
}
.about__text1 {
  max-width: 610px;
  margin: 50px auto 0;
}

.podcast {
  background: url("../img/podcast-bg.jpg") 50% 52px no-repeat;
  margin: 50px 0 0 0;
  padding-bottom: 75px;
}
.podcast__image {
  margin: 25px 0;
  text-align: center;
}
.podcast__sponsors {
  margin: 107px 0 0 0;
}
.podcast__sponsors p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}
.podcast__sponsors-list {
  font-size: 20px;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.podcast__sponsors-list li {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 10px;
  white-space: nowrap;
}
.podcast__sponsors-list a {
  color: #fff;
  transition: 0.3s;
}
.podcast__sponsors-list a:hover {
  color: #C1272D;
  text-decoration: none !important;
}
.podcast__sign-up-form {
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 107px;
}
.podcast__sign-up-form .sub-title {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.podcast__sign-up-form .input-text {
  width: 100%;
  display: inline-block;
  max-width: 360px;
  border: none;
  border-bottom: 1px solid #828282;
  height: 48px;
  font-size: 20px;
  line-height: 1.3;
  background: transparent;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}
.podcast__sign-up-form .input-text:hover, .podcast__sign-up-form .input-text:focus, .podcast__sign-up-form .input-text:active {
  border-color: #fff;
}

.contact {
  padding: 40px 0 100px 0;
}
.contact .title {
  margin-bottom: 61px;
}
.contact__list-item {
  margin-bottom: 34px;
}
.contact__list-item a.link-phone {
  color: #fff;
  transition: 0.3s;
}
.contact__list-item a.link-phone:hover {
  color: #C1272D;
  text-decoration: none !important;
}
.contact__list-item .txt1 {
  font-family: "BrandonGrotesque-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact__list-item .txt2 {
  font-size: 20px;
  line-height: 1.2;
}
.contact__list-item .txt2 .arrow {
  background: url("../img/Arrow1.svg") no-repeat;
  width: 114px;
  height: 16px;
  position: absolute;
  left: 266px;
  top: 0;
}
.contact__list-item .txt2 p {
  margin-bottom: 8px;
}
.contact__list-item .txt2 p:last-child {
  margin-bottom: 0;
}
.contact__list-item .txt2 .mail {
  background: url("../img/mail.png") 0 50% no-repeat;
  padding-left: 23px;
  display: inline-block;
  margin-right: 5px;
}
.contact__list-item .txt2 .mail a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #4F4F4F;
}
.contact__form {
  max-width: 444px;
}
.contact__form .screen-reader-response {
  display: none;
}
.contact__form .wpcf7-response-output {
  margin: 20px 0;
  font-size: 20px;
  opacity: 0.7;
}
.contact__form .form-group {
  margin-bottom: 15px;
}
.contact__form .form-group .custom-select, .contact__form .form-group .form-control {
  width: 100%;
  border-radius: 0;
  height: 48px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #828282;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  transition: 0.3s;
}
.contact__form .form-group .custom-select:hover, .contact__form .form-group .custom-select:focus, .contact__form .form-group .custom-select:active, .contact__form .form-group .form-control:hover, .contact__form .form-group .form-control:focus, .contact__form .form-group .form-control:active {
  border-color: #fff;
  outline: none;
  box-shadow: none;
}
.contact__form .form-group .form-control {
  background: transparent;
}
.contact__form .form-group textarea.form-control {
  resize: none;
  height: 100px;
}
.contact__form .form-group .custom-select {
  background: url("../img/Polygon1.svg") calc(100% - 14px) 50% no-repeat transparent;
}
.contact__form .form-group.mc4wp-checkbox-wrapper input[type=checkbox] {
  height: 20px !important;
  width: 20px !important;
  display: inline-block;
  margin-right: 10px;
}
.contact__form .form-group.mc4wp-checkbox-wrapper label {
  padding: 11px 0 11px 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
.contact__form .form-group.form-check {
  padding: 11px 0 11px 65px;
}
.contact__form .form-group.form-check label, .contact__form .form-group.form-check .custom-control-label {
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0.065em;
  color: #BDBDBD;
}
.contact__form .form-group.form-check label::before, .contact__form .form-group.form-check label::after, .contact__form .form-group.form-check .custom-control-label::before, .contact__form .form-group.form-check .custom-control-label::after {
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  top: 13px;
  left: -47px;
}
.contact__form .form-group.form-check label::before:hover, .contact__form .form-group.form-check label::before:focus, .contact__form .form-group.form-check label::before:active, .contact__form .form-group.form-check label::after:hover, .contact__form .form-group.form-check label::after:focus, .contact__form .form-group.form-check label::after:active, .contact__form .form-group.form-check .custom-control-label::before:hover, .contact__form .form-group.form-check .custom-control-label::before:focus, .contact__form .form-group.form-check .custom-control-label::before:active, .contact__form .form-group.form-check .custom-control-label::after:hover, .contact__form .form-group.form-check .custom-control-label::after:focus, .contact__form .form-group.form-check .custom-control-label::after:active {
  box-shadow: none;
}
.contact__form .form-group.form-check label::before, .contact__form .form-group.form-check .custom-control-label::before {
  background: transparent;
}

footer {
  padding: 36px 0 14px 0;
}
footer .footer__copyright {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}
footer .footer__social-list li {
  margin: 0 12px;
}
footer .footer__social-list__item-tw a:hover {
  background-color: #1faee9;
}
footer .footer__social-list__item-fb a:hover {
  background-color: #3b5998;
}
footer .footer__social-list__item-inst a:hover {
  background-color: #c13584;
}
footer .footer__social-list__item-yout a:hover {
  background-color: #c4302b;
}

input:focus {
  border: none;
  outline: none;
}

@media (max-width: 1024px) {
  header .navbar-light {
    padding: 26px 0;
  }
  header .navbar-light .navbar-nav .nav-item {
    margin: 0 6px;
  }
  header .navbar-light .navbar-toggler {
    justify-self: right;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .events {
    background: none;
  }

  .about {
    background: url("../img/avatar.png") 50% 0 no-repeat;
    padding-top: 24vh;
    background-size: auto 20vh;
  }
  .about .title {
    margin-bottom: 13px;
  }
  .about .sub-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .about .title-lg {
    letter-spacing: 0.02em;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 13px;
  }
  .about .about__text1 {
    max-width: none;
    margin-top: 0;
  }

  .contact__list {
    max-width: 444px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact__list-item .txt2 .arrow {
    display: none;
  }

  .contact__form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .screen1 {
    background-size: auto 60vh !important;
  }
  .screen1 .btn-wrapper.d-flex {
    height: calc(100vh - 100px) !important;
    padding-bottom: 20vh !important;
    justify-content: flex-end;
  }
  .screen1 .dave#dave-rubin {
    min-height: 100vh;
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .screen1 .dave#dave-rubin .name {
    margin: 0 auto;
  }
  .screen1 .dave#dave-rubin {
    background-position: 50% 100vh;
  }
}
@media (max-width: 736px) {
  /*719*/
  h2.title {
    font-size: 38px;
  }

  .dave .name {
    font-size: 68px;
  }

  .donate .join .btn-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }
  .donate .join .btn-wrapper a {
    margin-bottom: 25px;
    max-width: 162px;
  }
  .donate .join .btn-wrapper a:last-child {
    margin-bottom: 0;
  }

  .podcast {
    min-height: 100vh;
    background: none;
  }
  .podcast__sponsors-list {
    flex-flow: row wrap;
  }
  .podcast__sign-up-form .input-text {
    margin-bottom: 25px;
  }

  .contact__form button {
    margin: 0 auto;
  }
}
@media (max-width: 667px) {
  /*650*/
}
@media (max-width: 600px) {
  /*583*/
}
@media (max-width: 568px) {
  /*551*/
  h2.title {
    font-size: 32px;
    line-height: 1.03;
  }

  h3.sub-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .screen1 .btn-wrapper {
    margin-top: 275px;
    flex-flow: column wrap;
    align-items: center;
  }
  .screen1 .btn-wrapper .btn-normal {
    margin-bottom: 25px;
  }

  .dave {
    padding-bottom: 27px;
    min-height: 100vh;
    background-size: auto 100vh;
    background-position: 50% 50%;
  }
  .dave .name {
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .dave .who-is {
    font-size: 18px;
    line-height: 1.6;
    margin-top: -9px;
  }
  .dave .btn-wrapper {
    margin-top: 23px;
    flex-flow: column wrap;
    align-items: center;
  }
  .dave .btn-wrapper .btn {
    margin: 0 20px 20px;
  }

  .donate .note {
    line-height: 1.3;
  }
  .donate .join {
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .events__item .event__date {
    padding: 4px 1px;
    min-width: 42px;
    margin-right: 14px;
    height: 72px;
  }
  .events__item .event__info {
    flex-wrap: wrap;
  }
  .events__item .btn-wrapper {
    justify-content: center;
  }

  .about .title-lg {
    font-size: 18px;
    line-height: 1.3;
  }

  .podcast__sponsors {
    margin-top: 75px;
  }
  .podcast__sponsors p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 11px;
  }
  .podcast__sponsors-list {
    font-size: 18px;
    line-height: 1.6;
  }
}
section {
  outline: none;
}

/**
 * Extra styles
 */
.screen1 {
  background: #000 url("../img/rubinreportcover.png") 50% 0 no-repeat;
  background-size: cover;
}
.screen1 .btn-wrapper {
  justify-content: space-between;
  max-width: 510px;
}
.screen1 .btn-wrapper.d-flex {
  height: calc(100vh - 100px) !important;
  align-items: center;
  margin: 0 auto;
}

.events__item.customized-mobile .active-wrapper, .events__item.customized-mobile .event-service-info-block {
  position: initial;
}
.events__item.customized-mobile .event__info {
  margin-top: 1.5rem !important;
  font-family: "BrandonGrotesque-Regular", sans-serif;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-weight: 100;
}
.events__item.customized-mobile .event-link {
  height: auto;
  width: auto;
  min-width: 160px;
}
.events__item.customized-mobile .event__date {
  height: auto;
}
.events__item.customized-mobile .event__name {
  font-size: 24px;
}
@media (max-width: 991px) {
  .events__item.customized-mobile .event-link {
    height: 48px;
    width: 120px;
    min-width: 0;
  }
  .events__item.customized-mobile .event__info {
    margin: 0 !important;
    font-size: 14px;
    background-size: contain;
    line-height: 24px;
  }
  .events__item.customized-mobile .event__info .event__time, .events__item.customized-mobile .event__info .event__place {
    background-size: 15px;
    padding-left: 22px;
  }
  .events__item.customized-mobile .event-service-info-block {
    padding: 20px 0;
  }
  .events__item.customized-mobile .event__name {
    padding: 0;
    line-height: 26px;
  }
  .events__item.customized-mobile .event__date {
    background-size: contain;
    height: 80px;
    font-size: 12px;
    min-width: 65px;
  }
  .events__item.customized-mobile .event__description {
    font-size: 20px;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
  }
}

/**
 * Extra styles for extra pages
 */
.common-page header {
  background: #1c1c1c;
}
.common-page footer {
  margin-top: 153px;
}

.guest-audio-logo__item {
  display: block;
  margin: 10px auto 0;
}

.guest-audio-thx {
  max-width: 702px;
  padding: 30px 15px;
  margin: 206px auto 0 auto;
  border: 1px dashed #4F4F4F;
  text-align: center;
}
.guest-audio-thx::before {
  position: absolute;
  top: -140px;
  left: 50%;
  width: 156px;
  height: 156px;
  background: url("../img/guestprep/guest-audio-thx-bg.png") 50% 50% no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  content: "";
}
.guest-audio-thx .sub-title {
  margin-bottom: 17px;
}
.guest-audio-thx__txt {
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
}
.guest-audio-thx__txt p {
  margin-bottom: 30px;
}
.guest-audio-thx__txt p:last-child {
  margin-bottom: 0;
}
.guest-audio-thx__txt a {
  color: #C1272D;
}

#guest-audio-dropzone, .guest-audio-dropzone {
  max-width: 649px;
  margin: 66px auto 0;
  display: none;
}
#guest-audio-dropzone.active, .guest-audio-dropzone.active {
  display: block;
}
#guest-audio-dropzone__txt, .guest-audio-dropzone__txt {
  margin: 0 26px 66px 26px;
  font-size: 20px;
  line-height: 1.2;
}
#guest-audio-dropzone .custom-file, .guest-audio-dropzone .custom-file {
  height: 250px;
  background: rgba(229, 229, 229, 0.1);
  border: 1px dashed #F82539;
  border-radius: 0;
}
#guest-audio-dropzone .custom-file .custom-file-label, .guest-audio-dropzone .custom-file .custom-file-label {
  height: 248px;
  padding-top: 67px;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #C1272D;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonGrotesque-Black", sans-serif;
  font-size: 40px;
  line-height: 56px;
}
#guest-audio-dropzone .custom-file .custom-file-label::after, .guest-audio-dropzone .custom-file .custom-file-label::after {
  display: none;
}

.guest-audio-text {
  max-width: 642px;
  margin: 66px auto 0;
}
.guest-audio-text .sub-title {
  margin-bottom: 17px;
  text-align: center;
}
.guest-audio-text__txt {
  font-size: 20px;
  line-height: 1.2;
}

.guest-audio-platform-select {
  max-width: 320px;
  margin: 66px auto 0;
}
.guest-audio-platform-select .sub-title {
  margin-bottom: 33px;
  text-align: center;
}
.guest-audio-platform-select__list li {
  margin-bottom: 30px;
}
.guest-audio-platform-select__list li:last-child {
  margin-bottom: 0;
}
.guest-audio-platform-select__list li .btn.btn-outline {
  padding: 0 10px;
}

.guest-audio-recording-guide {
  margin-top: 66px;
  font-size: 20px;
  line-height: 1.2;
}
.guest-audio-recording-guide .sub-title {
  margin-bottom: 17px;
  text-align: center;
}
.guest-audio-recording-guide__note {
  max-width: 612px;
  margin: 0 auto 28px;
}
.guest-audio-recording-guide__programm {
  text-align: center;
  font-family: "BrandonGrotesque-Black", sans-serif;
  line-height: 44px;
}
.guest-audio-recording-guide__programm .quicktime {
  background: url("../img/guestprep/quicktime-logo.png") 0 50% no-repeat;
  background-size: 37px 37px;
}
.guest-audio-recording-guide__programm .audacity {
  background: url("../img/guestprep/audacity-logo.png") 0 50% no-repeat;
  background-size: 37px 44px;
}
.guest-audio-recording-guide__programm a, .guest-audio-recording-guide__programm span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 55px;
  color: #fff;
}
.guest-audio-recording-guide__txt.red-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 337px;
  height: 3px;
  background: #F82539;
  content: "";
}
.guest-audio-recording-guide__img img {
  display: block;
}
.guest-audio-recording-guide.mac-guide {
  max-width: 958px;
  margin: 66px auto 0;
}
.guest-audio-recording-guide.mac-guide .step1 {
  margin-top: 42px;
}
.guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__txt {
  position: absolute;
  top: 106px;
  left: 110px;
}
.guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__img {
  margin-left: 222px;
}
.guest-audio-recording-guide.mac-guide .step2 {
  margin-top: 60px;
}
.guest-audio-recording-guide.mac-guide .step2 .guest-audio-recording-guide__txt {
  max-width: 612px;
  margin-left: 125px;
}
.guest-audio-recording-guide.mac-guide .step2 .guest-audio-recording-guide__img {
  margin-top: 6px;
  margin-left: 55px;
}
.guest-audio-recording-guide.mac-guide .step3 {
  margin-top: 11px;
}
.guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__txt {
  position: absolute;
  top: 116px;
  left: 0;
  max-width: 295px;
}
.guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__txt.red-line::after {
  bottom: 4px;
  left: 235px;
}
.guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__img {
  margin-left: 222px;
}
.guest-audio-recording-guide.mac-guide .step4 {
  margin-top: -78px;
}
.guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__txt {
  position: absolute;
  top: 116px;
  left: 50px;
  max-width: 220px;
}
.guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__txt.red-line::after {
  bottom: 30px;
  left: 185px;
}
.guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__img {
  margin-left: 222px;
}
.guest-audio-recording-guide.mac-guide .step5 {
  margin-top: 0;
}
.guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__txt {
  position: absolute;
  top: 104px;
  left: 110px;
  max-width: 285px;
}
.guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__img {
  margin-left: 254px;
}
.guest-audio-recording-guide.win-guide .guest-audio-recording-guide__txt {
  max-width: 288px;
}
.guest-audio-recording-guide.win-guide .step1 {
  margin-top: 88px;
}
.guest-audio-recording-guide.win-guide .step1 .guest-audio-recording-guide__txt {
  margin-top: 32px;
}
.guest-audio-recording-guide.win-guide .step1 .guest-audio-recording-guide__txt.red-line::after {
  top: 61px;
  left: 290px;
  max-width: 245px;
}
.guest-audio-recording-guide.win-guide .step2 {
  margin-top: 60px;
}
.guest-audio-recording-guide.win-guide .step2 .guest-audio-recording-guide__txt {
  margin-top: 14px;
}
.guest-audio-recording-guide.win-guide .step2 .guest-audio-recording-guide__txt.red-line::after {
  top: 21px;
  left: 295px;
  max-width: 260px;
}
.guest-audio-recording-guide.win-guide .step3 {
  margin-top: 60px;
}
.guest-audio-recording-guide.win-guide .step3 .guest-audio-recording-guide__txt {
  margin-top: 21px;
}
.guest-audio-recording-guide.win-guide .step3 .guest-audio-recording-guide__txt.red-line::after {
  top: 15px;
  left: 280px;
  max-width: 180px;
}
.guest-audio-recording-guide.win-guide .step4 {
  margin-top: 60px;
}
.guest-audio-recording-guide.win-guide .step4 .guest-audio-recording-guide__txt {
  margin-top: 53px;
}

footer {
  padding: 36px 0 14px 0;
}
footer .footer__copyright {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.2;
}
footer .footer__social-list li {
  margin: 0 12px;
}
footer .footer__social-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #eee;
  transition: 0.3s;
}
footer .footer__social-list a:hover {
  text-decoration: none;
}
footer .footer__social-list__item-tw a:hover {
  background-color: #1faee9;
}
footer .footer__social-list__item-fb a:hover {
  background-color: #3b5998;
}
footer .footer__social-list__item-inst a:hover {
  background-color: #c13584;
}
footer .footer__social-list__item-yout a:hover {
  background-color: #c4302b;
}

@media (max-width: 1024px) {
  header .navbar-light {
    padding: 26px 0;
  }
  header .navbar-light .navbar-nav .nav-item {
    margin: 0 6px;
  }

  .guest-audio-recording-guide.win-guide .step1 .guest-audio-recording-guide__txt.red-line::after {
    top: 45px;
    max-width: 160px;
  }
  .guest-audio-recording-guide.win-guide .step2 .guest-audio-recording-guide__txt.red-line::after {
    top: 16px;
    max-width: 170px;
  }
  .guest-audio-recording-guide.win-guide .step3 .guest-audio-recording-guide__txt.red-line::after {
    top: 9px;
    max-width: 105px;
  }
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .events {
    background: none;
  }

  .about {
    padding-top: 86px;
    background: url("../img/guestprep/avatar.png") 50% 0 no-repeat;
    background-size: 66px 66px;
  }

  .contact__list {
    max-width: 444px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact__list-item .txt2 .arrow {
    display: none;
  }

  .contact__form {
    margin-right: auto;
    margin-left: auto;
  }

  .guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__txt, .guest-audio-recording-guide.mac-guide .step2 .guest-audio-recording-guide__txt, .guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__txt, .guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__txt, .guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__txt {
    position: relative;
    top: 0;
    left: 0;
    max-width: none;
    margin-left: 0;
  }
  .guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__txt br, .guest-audio-recording-guide.mac-guide .step2 .guest-audio-recording-guide__txt br, .guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__txt br, .guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__txt br, .guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__txt br {
    display: none;
  }
  .guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__txt.red-line::after, .guest-audio-recording-guide.mac-guide .step2 .guest-audio-recording-guide__txt.red-line::after, .guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__txt.red-line::after, .guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__txt.red-line::after, .guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__txt.red-line::after {
    display: none;
  }
  .guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__img, .guest-audio-recording-guide.mac-guide .step2 .guest-audio-recording-guide__img, .guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__img, .guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__img, .guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__img {
    margin-left: 0;
  }
  .guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__img img, .guest-audio-recording-guide.mac-guide .step2 .guest-audio-recording-guide__img img, .guest-audio-recording-guide.mac-guide .step3 .guest-audio-recording-guide__img img, .guest-audio-recording-guide.mac-guide .step4 .guest-audio-recording-guide__img img, .guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__img img {
    margin-right: auto;
    margin-left: auto;
  }
  .guest-audio-recording-guide.mac-guide .step1 .guest-audio-recording-guide__txt, .guest-audio-recording-guide.mac-guide .step5 .guest-audio-recording-guide__txt {
    margin-bottom: 25px;
  }
  .guest-audio-recording-guide.mac-guide .step4 {
    margin-top: 0;
  }
  .guest-audio-recording-guide.win-guide .guest-audio-recording-guide__txt {
    max-width: none;
    margin-bottom: 25px;
  }
  .guest-audio-recording-guide.win-guide .guest-audio-recording-guide__txt.red-line::after {
    display: none;
  }
  .guest-audio-recording-guide.win-guide .step2, .guest-audio-recording-guide.win-guide .step3, .guest-audio-recording-guide.win-guide .step4 {
    margin-top: 10px;
  }
}
@media (max-width: 736px) {
  /*719*/
  h2.title {
    font-size: 38px;
  }

  .dave .name {
    font-size: 68px;
  }

  .donate .join .btn-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }
  .donate .join .btn-wrapper a {
    max-width: 162px;
    margin-bottom: 25px;
  }
  .donate .join .btn-wrapper a:last-child {
    margin-bottom: 0;
  }

  .podcast {
    background: none;
  }
  .podcast__sponsors-list {
    flex-flow: row wrap;
  }
  .podcast__sign-up-form .input-text {
    margin-bottom: 25px;
  }

  .contact__form button {
    margin: 0 auto;
  }

  .guest-audio-thx {
    padding: 30px 0;
  }

  #guest-audio-dropzone {
    margin-right: -15px;
    margin-left: -15px;
  }
  #guest-audio-dropzone__txt {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 667px) {
  /*650*/
}
@media (max-width: 600px) {
  /*583*/
}
@media (max-width: 568px) {
  /*551*/
  h2.title {
    font-size: 32px;
    line-height: 1.03;
  }

  h3.sub-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .screen1 {
    min-height: 510px;
    background-position: 50% -50px;
    background-size: auto 600px;
  }
  .screen1 .btn-wrapper {
    align-items: center;
    margin-top: 400px;
    flex-flow: column wrap;
  }
  .screen1 .btn-wrapper .btn-normal {
    margin-bottom: 25px;
  }

  .dave {
    min-height: 0;
    padding-bottom: 27px;
    background-size: auto 500px;
  }
  .dave .name {
    margin-top: 245px;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .dave .who-is {
    margin-top: -9px;
    font-size: 18px;
    line-height: 1.6;
  }
  .dave .btn-wrapper {
    align-items: center;
    margin-top: 23px;
    flex-flow: column wrap;
  }
  .dave .btn-wrapper .btn {
    margin-bottom: 20px;
  }

  .about .title-lg {
    font-size: 18px;
    line-height: 1.3;
  }
  .about__txt-btn {
    opacity: 0.8;
    transition: 0.3s;
  }
  .about__txt-btn span {
    border-bottom: 1px dashed #F2F2F2;
  }
  .about__txt-btn.active {
    opacity: 1;
  }
  .about__txt-btn.active span {
    border-bottom: none;
  }
  .about__text {
    display: none;
  }
  .about__text.active {
    display: block;
  }

  .podcast__sponsors {
    margin-top: 75px;
  }
  .podcast__sponsors p {
    margin-bottom: 11px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }
  .podcast__sponsors-list {
    font-size: 18px;
    line-height: 1.6;
  }

  .win-guide .guest-audio-recording-guide__img {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 414px) {
  /*397*/
}
@media (max-width: 384px) {
  /*367*/
}
@media (max-width: 375px) {
  /*358*/
}
@media (max-width: 320px) {
  /*303*/
}
#guide-mac, #guide-win, #container-go-back {
  display: none;
}

#guest-audio-dropzone .sent .custom-file, #guest-audio-dropzone .screen-reader-response, #guest-audio-dropzone .success-dave-message {
  display: none;
}
#guest-audio-dropzone .success-dave-message,
#guest-audio-dropzone .wpcf7-response-output {
  position: relative;
  display: block;
  height: 100px;
  padding: 50px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font: normal normal 500 normal 26px/33px BrandonGrotesque-Black;
  letter-spacing: 0.5199999809px;
}
#guest-audio-dropzone .success-dave-message.wpcf7-validation-errors,
#guest-audio-dropzone .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
#guest-audio-dropzone .wpcf7-form.invalid label.custom-file-label {
  opacity: 50%;
}
#guest-audio-dropzone .wpcf7-form.loading .custom-file-label {
  padding-top: 97px;
  color: transparent !important;
  background: url("../img/guestprep/loading.svg") 50% 50% no-repeat;
}
#guest-audio-dropzone .wpcf7-form input[type=submit] {
  display: none;
}
#guest-audio-dropzone .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 10px;
  left: calc(50% - 175px);
  width: 350px;
  padding: 10px;
  background: #B13634;
  text-align: center;
  font-size: 18px;
}

.box {
  position: relative;
  height: 250px;
  background: rgba(229, 229, 229, 0.1);
  border: 1px dashed #F82539;
  border-radius: 0;
}
.box.has-advanced-upload {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.box.is-dragover {
  background-color: #fff;
  outline-offset: -20px;
  outline-color: #c8dadf;
}
.box has-advanced-upload .box__uploading,
.box .box__success {
  display: none;
}
.box .box.is-uploading .box__uploading,
.box .box.is-success .box__success {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box .box__uploading {
  font-style: italic;
}
.box .box__success {
  -webkit-animation: appear-from-inside 0.25s ease-in-out;
  animation: appear-from-inside 0.25s ease-in-out;
}
@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}
.box .box__restart {
  font-weight: 700;
}
.box .box__restart:focus, .box .box__restart:hover {
  color: #39bfd3;
}
.box .js .box__file {
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
}
.box .js .box__file + label {
  display: inline-block;
  height: 248px;
  max-width: 80%;
  padding-top: 67px;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #C1272D;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: "BrandonGrotesque-Black", sans-serif;
  font-size: 40px;
  font-weight: normal !important;
  line-height: 56px;
  white-space: nowrap;
  overflow: hidden;
}
.box .js .box__file + label:hover strong,
.box .box__file:focus + label strong,
.box .box__file.has-focus + label strong {
  color: #39bfd3;
}
.box .js .box__file:focus + label,
.box .js .box__file.has-focus + label {
  outline: 1px dotted #000;
}
.box .js .box__file + label * {
  pointer-events: none;
}
.box .no-js .box__file + label {
  display: none;
}
.box .no-js .box__button {
  display: block;
}
.box .box__button {
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0;
  background-color: #39bfd3;
  color: #e5edf1;
  font-weight: 700;
}
.box .box__button:hover,
.box .box__button:focus {
  background-color: #0f3c4b;
}
.box label[for=file] strong {
  font-width: 300 !important;
}
.box label {
  display: block;
  z-index: 11;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.box .animated {
  animation-delay: 1s;
  animation-duration: 5s;
  animation-name: snackbar-show;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes snackbar-show {
  0% {
    bottom: -70px;
  }
  90%, 95% {
    bottom: 15px;
  }
  92.5%, 100% {
    bottom: 10px;
  }
}
@keyframes snackbar-hide {
  0%, 7.5% {
    bottom: 10px;
  }
  5%, 10% {
    bottom: 15px;
  }
  100% {
    bottom: -70px;
  }
}

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