/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-podcast-showcase {
  display: flex;
  color: #f5f5f5;
  min-height: 335px;
  align-content: stretch;
  font-family: "Gotham A", "Gotham B"; }
  .wp-block-create-block-podcast-showcase .bold {
    font-weight: bold; }
  .wp-block-create-block-podcast-showcase a,
  .wp-block-create-block-podcast-showcase a:visited,
  .wp-block-create-block-podcast-showcase a:hover,
  .wp-block-create-block-podcast-showcase a:focus {
    color: #f5f5f5; }
  .wp-block-create-block-podcast-showcase div,
  .wp-block-create-block-podcast-showcase a {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: nowrap;
    font-family: "Gotham A", "Gotham B";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    width: 50%;
    padding: 10px 10px 0px 10px; }
    .wp-block-create-block-podcast-showcase div div,
    .wp-block-create-block-podcast-showcase a div {
      width: 100%;
      height: 100%; }
    .wp-block-create-block-podcast-showcase div:first-child,
    .wp-block-create-block-podcast-showcase a:first-child {
      margin-right: 8px;
      margin-bottom: 0px; }
    .wp-block-create-block-podcast-showcase div h1,
    .wp-block-create-block-podcast-showcase a h1 {
      line-height: 1;
      margin-top: 0;
      font-weight: 700;
      font-size: 55px;
      font-style: normal;
      font-weight: bold;
      font-size: 35px;
      line-height: 65px;
      text-align: center;
      letter-spacing: -0.03em;
      word-wrap: break-word;
      padding: 5px; }
    .wp-block-create-block-podcast-showcase div p,
    .wp-block-create-block-podcast-showcase a p {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Gotham A", "Gotham B"; }
      .wp-block-create-block-podcast-showcase div p:first-child,
      .wp-block-create-block-podcast-showcase a p:first-child {
        margin-top: auto;
        margin-bottom: 0; }
      .wp-block-create-block-podcast-showcase div p:last-child,
      .wp-block-create-block-podcast-showcase a p:last-child {
        margin-top: auto;
        margin-bottom: 1rem;
        font-size: 16px; }

@media only screen and (max-width: 768px) {
  .wp-block-create-block-podcast-showcase {
    flex-direction: column;
    height: 500px; }
    .wp-block-create-block-podcast-showcase a,
    .wp-block-create-block-podcast-showcase div {
      height: 50%;
      width: 100%; }
      .wp-block-create-block-podcast-showcase a h1,
      .wp-block-create-block-podcast-showcase div h1 {
        font-size: 35px;
        line-height: 1.2; }
    .wp-block-create-block-podcast-showcase a {
      margin-right: 0; }
      .wp-block-create-block-podcast-showcase a:first-child {
        margin-bottom: 8px; }
    .wp-block-create-block-podcast-showcase .components-flex__block {
      margin-right: 0; }
      .wp-block-create-block-podcast-showcase .components-flex__block:first-child {
        margin-bottom: 8px; } }

@media only screen and (min-width: 1200px) {
  .wp-block-create-block-podcast-showcase a h1,
  .wp-block-create-block-podcast-showcase div h1 {
    font-size: 55px; } }

@media only screen and (min-width: 992px) {
  .wp-block-create-block-podcast-showcase a h1,
  .wp-block-create-block-podcast-showcase div h1 {
    line-height: 1.2; } }

@media only screen and (min-width: 768px) {
  .wp-block-create-block-podcast-showcase a h1,
  .wp-block-create-block-podcast-showcase div h1 {
    line-height: 1.2; } }


/*# sourceMappingURL=style-index.css.map*/