body {
  font-family: FuturaBT-Bold, "Century Gothic", CenturyGothic, sans-serif;
  color: #ffffff;
  background-color: #385ee7;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6,
.fieldset-legend {
  text-transform: capitalize;
  font-family: FuturaBT-Bold, Arial, sans-serif;
}

.breadcrumbs {
  display: none;
}

a,
 .breadcrumbs a {
  color: #ee3800;
  transition: color 0.3s;
}

a:hover,
a:focus {
  color: #fff;
}

.user-form a,
.user-form .breadcrumbs a {
  color: #fdde18;
}

.user-form a:hover,
.user-form .breadcrumbs a:hover {
  color: #fff;
}

.off-canvas {
  background-color: rgba(56, 94, 231, 0.85);
}

.meta-header-wrapper {
  height: 60px;
}

@media print, screen and (min-width: 64em) {
  .meta-header-wrapper {
    height: 100px;
  }
}

.meta-header {
  position: fixed;
  width: 100%;
  z-index: 500;
  background: #385ee7;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.meta-header a,
.off-canvas a {
  color: #ffffff;
}

.meta-header a:hover,
.meta-header a:focus,
.off-canvas a:hover,
.off-canvas a:focus {
  color: #ffffff;
}

.meta-header-inner .block-sitebranding {
  overflow: hidden;
  max-width: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

.menu-icon::after,
.menu-button-wrapper .menu-icon:hover::after {
  color: #ffffff;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.menu-icon::after:hover,
.menu-icon::after:focus,
.menu-button-wrapper .menu-icon:hover::after:hover,
.menu-button-wrapper .menu-icon:hover::after:focus {
  background: #ee3800;
  box-shadow: 0 7px 0 #ee3800, 0 14px 0 #ee3800;
}

.meta-header-inner .block-sitebranding img {
  max-height: 48px;
  max-width: 320px;
}

.region-header {
  padding-top: 3em;
}

.region-header .menu li a {
  color: #fdde18;
}

.region-header .menu li a:hover,
.region-header .menu li a:focus {
  color: white;
}

label {
  color: #ffffff;
}

nav.tabs {

}

.button {
  background-color: #ee3800;
  background-image: linear-gradient(#ee3800, #ee3800);
  -webkit-transition: background-image 0.3s, background-color 0.3s;
  -moz-transition: background-image 0.3s, background-color 0.3s;
  -ms-transition: background-image 0.3s, background-color 0.3s;
  -o-transition: background-image 0.3s, background-color 0.3s;
  transition: background-image 0.3s, background-color 0.3s;
  border: 1px solid #ffffff;
}


.button:hover {
  background-color: #999999;
  background-image: linear-gradient(#a52800, #a52800);
}

.pager__item.is-active {
  background-color: #ee3800;
}

table thead,
table tbody,
table tfoot {
  background-color: #ee3800;
  color: #ffffff;
}

/* prevents striping for dark themes */
table tbody tr {
  background-color: #ee3800;
}

table a {
  color: #ffffff;
  text-decoration: underline;
}

table a:hover {
  color: #ffffff;
}

#block-kartoon-channel-primary-local-tasks {
  margin: 1rem 0;
}

#block-kartoon-channel-local-actions li {
  list-style-type: none;
}

footer {
  background: #385ee7;
  color: #ffffff;
  border-bottom-color: #ee3800;
}

footer a:hover,
footer a:focus {
  color: #ffffff;
}

#gdpr-footer {
  background: #385ee7;
  color: #ffffff;
}

#gdpr-footer a {
  color: #ffffff;
}

.ottera--epg {
  background: #385ee7;
  color: #ffffff;
}

.ottera--epg--title {
  font-family: Futura, "Century Gothic", CenturyGothic, sans-serif;
  font-size: 70%;
}

/* Maybe CHANGE ME */
.install-android--icon a {
  background-image: url("/themes/custom/gnb/kartoon_channel/icon-192.png");
}

/* Maybe CHANGE ME if the number doesn't make sense */
.ottera-row-format--widescreen .ottera--row--item img {
  border-radius: 5%;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
}

body {
  background: url("/themes/custom/gnb/kartoon_channel/img/bg-mobile-2022.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body.is-front #page-wrapper::before,
body.is-front .content-wrapper::before {
  display: none;
}

@media screen and (min-width: 1024px) {
  body {
    background-image: url("/themes/custom/gnb/kartoon_channel/img/bg-2022.jpg");
  }

  .content-wrapper {
    min-height: 60vh;
  }
}

.node--show .show--season--episode--title {
  color: #fff;
}

.node--show .field--name-field-short-description {
  display: none;
}

.node--show .episode-count {
  font-size: 85%;
}

.node--show .field--name-field-long-description {
  margin-top: 1em;
}

.social-links .facebook-icon a i.fab {
  color: white;
}

.ottera--row--objects::before {
  display: none;
}

.ottera--row--objects::after {
  display: none;
}

/*.ottera-row-style--slider .ottera--row--item {*/
/*  min-width: 280px;*/
/*}*/

.ottera-row-format--widescreen .ottera--row--item img {
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.ottera-content > .ottera-row-format--widescreen .ottera--row--item img {
  border-radius: 13.5px;
  -moz-border-radius: 13.5px;
  -webkit-border-radius: 13.5px;
}

.ottera-row-format--widescreen .ottera--row--item img:hover {
  border: solid 3px #f0039f;
}

.show--header .field--name-field-thumb-widescreen .field__item {
  text-align: center;
}

@media all and (min-width: 1024px) {
  .reveal-overlay,
  .meta-header--search.open {
    top: 80px !important;
  }

  .meta-header-inner .block-sitebranding img {
    max-height: 80px !important;
  }

  .ottera-row-format--widescreen .ottera--row--item img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }

  .ottera-content > .ottera-row-format--widescreen .ottera--row--item img {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
}

.upgrade-body .product--note {
  color: rgba(255,255,255,0.7);
}

.node--has-extended-desc,
.node-page--kartoon-classroom {
  background-image: url(img/classroom/K-Class_BG_1920x1080.jpg);
}

.node-page--kartoon-classroom h3 {
  color: white;
}

.node--has-extended-desc .show--season-title {
  color: #FEE402;
}

.extended-description .field {
  background: #ffffff;
  color: #000000;
  font-family: CenturyGothic, sans-serif;

  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
}

.extended-description strong {
  font-family: CenturyGothic-Bold, sans-serif;
}

.extended-description h3 {
  padding-left: 30px;
  background: url(img/classroom/icon_apple.png) no-repeat left top;
  background-size: 20px;
}

.extended-description ul li {
  padding-left: 30px;
  background: url(img/classroom/icon_checkmark.png) no-repeat left top;
  background-size: 20px;
  margin-bottom: 0.5em;
  min-height: 20px;
}

@media all and (min-width: 640px) {
  .extended-description h3 {
    padding-left: 40px;
    background-size: 30px;
  }

  .extended-description ul li {
    padding-left: 40px;
    background-size: 30px;
    min-height: 30px;
  }
}

.big-block--kc {
  background: white;
  padding: 1.5em;
  border: 1px solid white;
  border-radius: 1em;

  font-size: 1rem;
  color: black;
  margin: 0 0 1rem;
}

.big-block--kc .kc-main {
  float: left;
  width: 33%;
  max-width: 270px;
  margin: 0 1em 1em 0;
}

.big-block--kc .kc-steam {
  float: right;
  max-width: 110px;
  display: inline;
  margin-bottom: 1em;
}

.big-block--kc .kc-header {
  font-size: 1.5em;
  color: #4B9D3C;
}

.big-block--kc .kc-cta {
  padding: 1rem 1rem 1rem 50px;
  background: #F9E54D;
  border: 1px solid #F9E54D;
  border-radius: 1rem;
  width: 85%;
  margin: 1em auto;
  font-size: 1.3rem;
  text-align: center;
}

.big-block--kc .kc-cta--icon {
  width: 80px;
  height: auto;
  vertical-align: middle;
}

/* Superhero Kindergarten */
.node-type-video--4718,
.node-type-video--4719 {
  background: url(img/bg/SHK_VideoPage_Web_v4.1.png) center top no-repeat;
  background-size: cover;
}

.node-type-video--4718 .video--title,
.node-type-video--4719 .video--title {
  color: #385EE7;
}

.node-type-video--4718 .video--meta,
.node-type-video--4719 .video--meta {
  background: rgba(255,255,255,0.6);
  color: #385ee7;
  padding: 1em;
}

.overlay--install {
  background: #2684F7 url(/themes/custom/gnb/kartoon_channel/img/ima/KC_Mobile-FTUE_v3.jpg) center top no-repeat;
  color: white;
  background-size: 100%;
  overflow-y: auto;
  min-height: 560px;
}

.overlay--install--inner {
  top: auto;
  bottom: 0;
  padding-bottom: 0.5em;
  width: 100%;
}

.overlay--install--image {
  margin: 0.5em auto;
  max-width: 280px;
}

.overlay--install--logo {
  max-width: 180px;
  margin: 0 auto 0.5em;
}

.overlay--install--cta {
  max-width: 220px;
  margin: 0.5em auto;
  display: none;
}

.overlay--install--btn {
  margin-bottom: 0;
}

.overlay--install--btn .button {
  background: #EE3800;
  color: white;
  border: 2px solid #fff;
  border-radius: 1em;
  padding: 0.2em 1em;
  margin-bottom: 0.25em;
  max-width: 300px;
}

.overlay--install--copy {
  font-family: Futura, "Century Gothic", CenturyGothic, sans-serif;
  font-weight: normal;
  text-align: center;
}

.overlay--install--stay {
  margin: 0;
}

.overlay--install--stay a {
  text-decoration: underline;
  color: #d3d3d3;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1824px) and (orientation : landscape){
  .overlay--install {
    background: #2684F7;
  }

  .overlay--install--inner {
    bottom: 30%;
  }
}

.node-type-show .field--type-image {
  display: none;
}

.footer--copyright {
  padding-top: 0;
}

body.is-front #block-disclaimer .field--name-body {
  padding-bottom: 0;
  padding-top: 0.5em;
  font-weight: normal;
  font-size: 0.9rem;
  width: 100%;
  opacity: 0.7;
}

.commerce-checkout-flow .js-form-type-textfield[class*=address-organization] {
  display: none;
}

.checkout-pane-codes-payment-information .fieldset-wrapper p:last-child {
  display: none;
}

#edit-sidebar-order-summary-summary {
  margin-bottom: 0.5rem;
}

#edit-sidebar-order-summary-summary tbody,
#edit-sidebar-order-summary-summary tbody tr {
  background: #385ee7;
}

/*Set the header height on Shows and videos to avoid detail page being cut from the top*/
@media print, screen and (min-width: 640px){
  #page-wrapper header.row {
    height: 48px;
  }
  #main {
    margin-top: 96px;
  }
}
