

/* tab */

main {
  text-align: center;
    /* max-width: 1250px; */
    width: 100%;
    /* padding: 50px; */
    /* margin: 0 auto; */
    margin-top: 50px;
    /* background: #fff; */
}

section {
    display: none;
    padding: 20px 0 0;
    border-top: 2px solid #dbdbdb;
}
/* #47cf73 */
/* input {
  display: none;
} */

.tab-label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    /* font-weight: 600; */
    text-align: center;
    color: #bbb;
    /* border: 1px solid transparent; */
    /* transition: all 0.5s ease; */
    font-family: "Gotham Rounded Medium", sans-serif;
    font-size: 18px;
}

label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

/* label[for*='1']:before {
    content: '\f1cb';
}

label[for*='2']:before {
    content: '\f1cb';
}

label[for*='3']:before {
    content: '\f1cb';
}

label[for*='4']:before {
    content: '\f1cb';
}

label[for*='5']:before {
    content: '\f1cb';
}

label[for*='6']:before {
    content: '\f1cb';
} */

label:hover {
    color: #888;
    cursor: pointer;
  /* transition: all 0.5s ease; */
}

input:checked + label {
  color: #555;
  /* border: 1px solid #ddd;
  border-top: 2px solid orange; */
  border-bottom: 2px solid #ea4646;
  /* border-top-left-radius: 5px;
  border-top-right-radius: 5px; */
  font-family: "Gotham Rounded Medium", sans-serif;
  /* letter-spacing: 1px; */
  box-sizing: border-box;
  margin-bottom: -2px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
  display: block;
}

/* @media screen and (max-width: 1250px) {
  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
} */







/* TABS STYLE OVERRIDE FOR CASTING */

main.casting-tab {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 60px;
    box-sizing: border-box;
    border-radius: 3px;
}

/* .casting-tab label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #909090;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}


.casting-tab input:checked + label {
  color: #555;
  border: 1px solid #c7c7c7;
  border-top: 2px solid #181818;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Google Sans Bold";
  box-sizing: border-box;
}

.casting-tab section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #c7c7c7;
} */



.tab-content-wrapper {
    background-color: #fff;
    padding: 6px;
    border-radius: 2px;
}

.tab-content-action-wrapper {
    margin-top: 10px;
}

.tab-content-action {
    font-family: "CeraRoundProBold";
    text-transform: uppercase;
    color: #aa3232;
    font-size: 14px;
    transition: all 0.2s ease;
}

.tab-content-action:hover {
    color: #ef4722;
}


.tab-footer-action {
    display: flex;
    justify-content: center;
}

.tab-footer-action a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "CeraRoundProBold";
    color: #aa3232;
    transition: all 0.2s ease;
    margin-bottom: 5px;
}

.tab-footer-action a:hover {
    color: #ef4722;
}

.tab-footer-action img {
    display: block;
    width: 50px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(22%) saturate(4185%) hue-rotate(335deg) brightness(87%) contrast(87%);
    margin-top: 5px;
    transition: all 0.2s ease;
}


.tab-footer-action a:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(1377%) hue-rotate(346deg) brightness(100%) contrast(96%);
}