@font-face {
  font-family: "NanumGothic-Regular";
  src: local('NanumGothic-Regular'),
  local('NanumGothic Regular'),
  url("fonts/NanumGothic-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NanumGothic-Bold";
  src: local('NanumGothic-Bold'),
  local('NanumGothic Bold'),
  url("fonts/NanumGothic-Bold.ttf") format("truetype");
}


body {
  font-family: NanumGothic-Regular, "Century Gothic", CenturyGothic, sans-serif;
  color: #ffffff;
  background-color: #000000;
  min-height: 100vh;
}

body.node-type-page {
  font-family: NanumGothic-Regular, "Century Gothic", CenturyGothic, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.fieldset-legend {
  font-family: NanumGothic-Bold, "Century Gothic", CenturyGothic, sans-serif;
}

.breadcrumbs {
  display: none;
}

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

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

.meta-header {
  position: fixed;
  width: 100%;
  z-index: 500;
  background: #131313;
  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: #ac3b93;
  box-shadow: 0 7px 0 #ac3b93, 0 14px 0 #ac3b93;
}

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

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

label {
  color: #ffffff;
}

nav.tabs {

}

.button {
  background-color: #ac3b93;
  -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: #cf6ab9;
}

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

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

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

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

table a:hover {
  color: #ffffff;
}

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

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

footer {
  background: #131313;
  color: #ffffff;
  border-bottom-color: #ac3b93;
}

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

#gdpr-footer {
  background: #131313;
  color: #ffffff;
}

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

/* Maybe CHANGE ME */
.ottera--epg {
  background: #000000aa; /* default: #000000aa */
  color: #FFFFFF; /* default: #FFFFFF */
}

.ottera--row--objects.flickity-enabled.flickity--past-start::before,
.ottera--row--objects.ottera-row-style--slider.flickity-enabled::before,
.show--season-episodes.flickity-enabled.flickity--past-start::before {
  background: linear-gradient(to left, #00000000 0, #000000 100%);
}

.ottera--row--objects.flickity-enabled:not(.flickity--at-end)::after,
.ottera--row--objects.ottera-row-style--slider.flickity-enabled::after,
.show--season-episodes.flickity-enabled:not(.flickity--at-end)::after  {
  background: linear-gradient(to right, #00000000 0, #000000 100%);
}

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

/* Maybe CHANGE ME if the border settings doesn't make sense */
.ottera-row-format--widescreen .ottera--row--item img,
.ottera-row-format--poster .ottera--row--item img,
.ottera--epg, .ottera--epg img {
  border-radius: 0; /* default: 10px */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

body.is-front #page-wrapper::before,
body.is-front .content-wrapper::before,
body.upgrade #page-wrapper::before,
body.upgrade .content-wrapper::before {
  background-color: transparent;
}

.upgrade-body .product--name {
  display: block;
}

.upgrade-body,
.upgrade--product--title {
  text-transform: none;
}

.upgrade-body ul {
  line-height: 1.2;
  text-align: left;
  margin-bottom: 1em;
  margin-left: 1.25em;
}

.upgrade-body ul li {
  padding-left: 0.5em;
  list-style: disc;
  margin-bottom: 0.5em;
  font-size: 0.93em;
}

.upgrade--column--title {
  text-transform: uppercase;
}

.upgrade-body .gold .upgrade--column--title,
.upgrade-body .gold .upgrade--box--title,
.upgrade-body .gold ul li {
  color: #cf6ab9;
}

.upgrade-body .gold .button {
  background-color: #cf6ab9;
  color: #ffffff;
}

.upgrade-body .silver .upgrade--column--title,
.upgrade-body .silver .upgrade--box--title,
.upgrade-body .silver ul li {
  color: #00C2F1;
}

.upgrade-body .gold ul li span,
.upgrade-body .silver ul li span {
  color: black;
}

.upgrade-body .silver .button {
  background-color: #00C2F1;
  color: #ffffff;
}

.upgrade--box {
  background: #ddd;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.upgrade--column--box {
  background: #ddd;
  padding: 1rem 2.5rem;
}

.upgrade-body .upgrade--column--price {
  margin-bottom: 1.5rem;
}

.upgrade-body .note {
  font-size: 0.8rem;
  margin-top: 1.5rem;
  text-align: left;
}

.upgrade-body .upgrade--product--title {
  font-family: NanumGothic-Bold, CenturyGothic-Bold, sans-serif;
  font-size: 1.5em;
}

.upgrade--box--title {
  text-align: left;
  font-size: 2rem;
  line-height: 1.1;
}

.upgrade--box--title strong {
  font-family: NanumGothic-Bold, CenturyGothic-Bold, sans-serif;
}

.upgrade--box--price {
  text-align: right;
  font-size: 0.9rem;
}

.upgrade--box ul li {
  font-size: 0.9rem;
}

.page-app.section--home .ottera--row--wrap .ottera-row-format--widescreen .ottera--row--item {
  min-width: 335px;
}

.page-app.section--home .ottera--row--wrap .ottera-row-format--widescreen .ottera--row--item img {
   height: 190px;
 }

.page-app.section--home .ottera--row--wrap:first-child .ottera-row-format--widescreen .ottera--row--item {
  min-width: 215px;
}

.page-app.section--home .ottera--row--wrap:first-child .ottera-row-format--widescreen .ottera--row--item img {
  height: 120px;
}

.is-front header:first-of-type,
.node-type-page header:first-of-type,
.page-static header:first-of-type {
  display: none;
}

.section--page-top .field--name-body {
  width: 100%;
  padding-bottom: 0;
}

.node-type-page .section--page-top,
.page-static .section--page-top {
  padding-bottom: 1rem;
}

/* Mailchimp signup */
#mc_embed_signup {
  padding-top: 1em;
  padding-bottom: 1em;
}

#mc_embed_signup .clear {
  display: inline-block;
}

#mc_embed_signup input {
  display: inline;
  margin: 0;
}

#mce-EMAIL {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.5em;
  width: 30rem;
  max-width: 70%;
}

#mc-embedded-subscribe {
  display: inline-block;
  font-size: 0.8rem;
}

.devices-list .columns {
  padding: 0.5rem 0;
}

.devices-list .device-icon {
  max-width: 120px;
  height: 60px;
}

/* most are bg images, but not all */
.devices-list .device-icon img {
  vertical-align: middle;
}

.devices-list .device-icon.xfinity {
  background-image: url(/themes/contrib/codes_themes/codesbase/images/devices/logo-xfinity.png);
  background-size: 75%;
}

@media screen and (min-width: 1024px) {
  .devices-list .device-icon {
    max-width: 150px;
    height: 70px;
  }
}
