/* use */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,500&display=swap");
/* variables */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

a {
  color: #00002f;
}

.condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.upper {
  text-transform: uppercase;
}

h1, h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 4em;
  color: #f53048;
}
h1 .secondary {
  display: block;
  color: #333333;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
}
.breadcrumb ul li {
  font-weight: bold;
  display: inline;
  color: #585858;
}
.breadcrumb ul li:not(:last-child):after {
  content: " /";
}
.breadcrumb ul li a {
  color: #585858;
  text-decoration: none;
}
.breadcrumb ul li.active {
  color: #ee0979;
}
.breadcrumb ul li.active a {
  color: #ee0979;
}

header .social {
  position: absolute;
  right: 0;
  max-height: 2em;
  padding: 1.5em;
}
header .social img {
  max-height: 1.5em;
}
header .social a.search {
  margin-left: 1em;
}
header .menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
header .menu ul li {
  display: inline;
  margin-right: 2em;
  position: relative;
}
header .menu ul li a {
  color: #00002f;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}
header .menu ul li:last-child {
  margin: 0;
}
header .menu ul li:last-child a {
  color: #f53048;
}
header .menu ul li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/dropdown.png");
  transition-duration: 350ms;
  position: absolute;
  top: 0.5em;
  right: -1em;
}
header .menu ul li.menu-item-has-children > a:hover:after, header .menu ul li.menu-item-has-children > a.hover:after {
  transform: rotate(60deg);
}
header .menu ul li.menu-item-has-children:hover .sub-menu, header .menu ul li.menu-item-has-children.hover .sub-menu {
  display: block;
}
header .menu ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background: #000;
  width: 200px;
  left: -1em;
  padding-top: 1em;
}
header .menu ul.sub-menu li {
  display: block;
  text-align: left;
  padding-bottom: 1em;
  padding-left: 1em;
}
header .menu ul.sub-menu li:last-child {
  margin: 0;
}
header .menu ul.sub-menu li:last-child a {
  color: #fff;
}
header .menu .col.logo {
  padding: 1em 0;
  margin: 0;
}
header .menu .col.content {
  padding: 1em 0;
  text-align: center;
}
header .menu .col.content strong {
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.5em;
}
header .menu .col.menu-holder {
  margin: 0 auto;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  header .menu .col.menu-holder {
    max-width: 100%;
    margin: 0;
    margin-bottom: 1em;
    margin-right: 150px;
  }
}
@media (min-width: 992px) {
  header .menu .col.menu-holder {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
header .header {
  color: #00002f;
  margin-top: 3.8em;
  margin-bottom: 3em;
}
header .header.row .inner {
  align-items: center;
}
header .header .col {
  text-align: center;
}
header .header .logo {
  text-align: center;
}
header .header .logo img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
header .header .logo div {
  margin-bottom: 1em;
}
header .header .logo span {
  font-size: 1.5em;
}
header .header .date {
  display: none;
}
header .header .newsletter {
  display: none;
}
@media (min-width: 768px) {
  header .header .date {
    display: block;
  }
  header .header .newsletter {
    display: block;
  }
}

.home header .menu .logo img {
  display: none;
}
.home header .menu .col.content strong {
  display: none;
}

footer {
  display: flex;
  align-items: center;
  padding: 3em;
}
footer .content {
  padding: 0 3em;
}
footer p {
  font-size: 0.8em;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline;
  margin-right: 2em;
}
footer ul li a {
  color: #00002f;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}

.gradient-op {
  background-image: linear-gradient(90deg, #ff6a00, #ee0979);
}
.gradient-op-text {
  background: -webkit-linear-gradient(0deg, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-po {
  background-image: linear-gradient(90deg, #ee0979, #ff6a00);
}
.gradient-po-text {
  background: -webkit-linear-gradient(0deg, #ee0979, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.row.dark {
  background-color: #000;
  color: #fff;
}
.row.dark a {
  color: #fff;
  text-decoration: none;
}
.row .inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.row .inner .col {
  flex: 1;
}
.row .inner.narrow {
  max-width: 1300px;
  flex-direction: column;
}
.row.banner {
  margin-bottom: 1em;
}

.article-list {
  padding: 2em 1em;
  display: flex;
  flex-direction: row;
}
@media (min-width: 576px) {
  .article-list {
    flex-direction: column;
  }
}
.article-list .category-vertical h3 {
  text-transform: uppercase;
  font-size: 152px;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  line-height: 170px;
  color: #000;
}
.article-list .category-vertical h3 img {
  transform: rotate(180deg);
  position: absolute;
  left: 0.2em;
  bottom: 0em;
}
.article-list .category-vertical img {
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}
.article-list.narrow .col {
  max-width: 63%;
}
.article-list.narrow .col.sidebar {
  max-width: 37%;
}
@media (max-width: 768px) {
  .article-list.narrow .col.sidebar {
    max-width: 100%;
  }
}
.article-list article {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
.article-list article.separator {
  border-top: 1px solid #b2c0d1;
  margin-top: 1.5em;
  padding-top: 1.8em;
}
.article-list article .thumb {
  flex: 1;
}
.article-list article .thumb img {
  width: 100%;
}
.article-list article .text {
  flex: 1;
  padding: 0 1em;
}
.article-list article .text h2 {
  margin-top: 0;
  line-height: 1.2em;
  font-weight: bold;
}
.article-list article .text h2 a .secondary {
  display: block;
  color: #333333;
  font-weight: bold;
  margin-top: 0.3em;
}
@media (min-width: 768px) {
  .article-list article .text h2 {
    margin-top: 0.8em;
  }
}
.article-list article .text a {
  text-decoration: none;
  color: #ee0979;
}
.article-list article .text .author {
  font-size: 0.8em;
  color: #585858;
}
.article-list article .text .author span, .article-list article .text .author span a {
  color: #ee0979;
}
.article-list nav {
  border-top: 1px solid #b2c0d1;
  margin-top: 1.5em;
  padding-top: 1.8em;
  font-weight: bold;
  text-align: right;
}
.article-list.duo article {
  flex-direction: row;
}
.article-list.duo article .text {
  flex: 1;
  padding: 0 2em;
}
.article-list.duo article .text h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  margin-left: 0;
  margin-top: 0;
}
.article-list.duo article .text h2 a .secondary {
  display: block;
  color: #000;
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: 500;
  font-style: italic;
  margin-top: 0;
}
@media (min-width: 768px) {
  .article-list.duo article .text h2 {
    font-size: 2.9em;
  }
}
.article-list.duo article .text a {
  color: #fff;
}
.article-list.duo article .text .author {
  font-size: 0.8em;
}
.article-list.duo article .text .author span {
  color: #fff;
}
.article-list.duo article .text .author {
  color: #000;
}
.article-list.duo article .text .author span, .article-list.duo article .text .author span a {
  color: #fff;
}
.article-list.duo article:nth-child(1) {
  flex: 3;
}
.article-list.duo article:nth-child(1) .thumb {
  /*width: 600px;*/
}
.article-list.duo article:nth-child(1) .text h2 a .secondary {
  max-width: 70%;
}
.article-list.duo article:nth-child(2) {
  flex: 1;
  flex-direction: column;
}
.article-list.duo article:nth-child(2) .text {
  padding: 0;
}
.article-list.duo article:nth-child(2) .text h2 {
  text-align: right;
  font-size: 1.8em;
}
.article-list.duo article:nth-child(2) .text h2 a .secondary {
  text-align: right;
}
.article-list.duo article:nth-child(2) .text .author {
  text-align: right;
}
.article-list.trio article {
  max-width: calc((min(100%, 1600px) - 16em) / 3);
  flex-direction: column;
}
.article-list.trio article .text {
  padding: 0;
}
.article-list.trio article .text h2 {
  margin-top: 0.8em;
  margin-left: 0;
  line-height: 1.2em;
  font-weight: bold;
}
.article-list.trio article .text a {
  color: #585858;
}
.article-list.trio article .text a .secondary {
  color: #585858;
  display: inline;
}
.article-list.trio article .text a .highlight {
  color: #fff;
}
.article-list.trio article .text .author {
  color: #585858;
}
.article-list.trio article .text .author span, .article-list.trio article .text .author span a {
  color: #fff;
}
.article-list.trio.zoom3rd article:nth-child(1) {
  max-width: 30%;
  margin-right: 2em;
}
.article-list.trio.zoom3rd article:nth-child(2) {
  max-width: 30%;
  margin-right: 2em;
}
.article-list.trio.zoom3rd article:nth-child(3) {
  max-width: 40%;
}
@media (min-width: 992px) {
  .article-list.trio.long article {
    max-width: calc((min(100%, 1600px) - 24em) / 3);
  }
}

body.single .row .inner, body.page .row .inner {
  max-width: 1400px;
}
body.single .row .inner .newsletter, body.page .row .inner .newsletter {
  padding: 1em;
  text-align: right;
}
body.single .row.post-thumbnail img, body.page .row.post-thumbnail img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
body.single .row.post-body .post-content, body.page .row.post-body .post-content {
  width: 52%;
  padding-left: 9%;
  padding-right: 2%;
  padding-top: 3em;
  color: #00002f;
}
body.single .row.post-body .post-content a, body.page .row.post-body .post-content a {
  color: #f53048;
}
body.single .row.post-body .post-content p, body.page .row.post-body .post-content p {
  margin-bottom: 2em;
}
body.single .row.post-body .post-content h3, body.page .row.post-body .post-content h3 {
  font-size: 1.4em;
}
body.single .row.post-body .post-content h4, body.page .row.post-body .post-content h4 {
  font-size: 1.2em;
}
body.single .row.post-body .post-content h2, body.single .row.post-body .post-content h3, body.single .row.post-body .post-content h4, body.single .row.post-body .post-content h5, body.single .row.post-body .post-content h6, body.page .row.post-body .post-content h2, body.page .row.post-body .post-content h3, body.page .row.post-body .post-content h4, body.page .row.post-body .post-content h5, body.page .row.post-body .post-content h6 {
  color: #000;
  position: relative;
  margin-top: 2em;
  margin-bottom: 3em;
}
body.single .row.post-body .post-content h2:before, body.single .row.post-body .post-content h3:before, body.single .row.post-body .post-content h4:before, body.single .row.post-body .post-content h5:before, body.single .row.post-body .post-content h6:before, body.page .row.post-body .post-content h2:before, body.page .row.post-body .post-content h3:before, body.page .row.post-body .post-content h4:before, body.page .row.post-body .post-content h5:before, body.page .row.post-body .post-content h6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -1em;
  background-image: linear-gradient(90deg, #ff6a00, #ee0979);
}
body.single .row.post-body .post-content div.wp-caption, body.page .row.post-body .post-content div.wp-caption {
  width: 100% !important;
  height: auto;
}
body.single .row.post-body .post-content img.size-full, body.page .row.post-body .post-content img.size-full {
  width: 100%;
  height: auto;
}
body.single .row.post-body .post-content .wp-caption .wp-caption-text, body.page .row.post-body .post-content .wp-caption .wp-caption-text {
  text-align: center;
  color: #000;
  font-style: italic;
}
body.single .row.post-body .post-content .gallery-item .gallery-caption, body.page .row.post-body .post-content .gallery-item .gallery-caption {
  text-align: center;
  color: #000;
  font-style: italic;
}
body.single .row.post-body .sidebar, body.page .row.post-body .sidebar {
  width: 37%;
  position: relative;
}
body.single .row.post-body .sidebar .category-top, body.page .row.post-body .sidebar .category-top {
  position: absolute;
  height: 10rem;
  width: 100%;
  top: -10rem;
  background-image: linear-gradient(90deg, #ff6a0080, #ee097980);
  backdrop-filter: contrast(3);
  background-blend-mode: multiply;
}
body.single .row.post-body .sidebar .category, body.page .row.post-body .sidebar .category {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  padding: 1em 3em;
  padding-top: 9em;
  margin-bottom: 2em;
}
body.single .row.post-body .sidebar .category img, body.page .row.post-body .sidebar .category img {
  margin-right: 1em;
  height: 4em;
}
body.single .row.post-body .sidebar .category h3, body.page .row.post-body .sidebar .category h3 {
  margin: 0;
  font-size: 5.1em;
  text-align: justify;
  margin-bottom: -1.24em;
}
body.single .row.post-body .sidebar .category h3:after, body.page .row.post-body .sidebar .category h3:after {
  content: "";
  display: inline-block;
  width: 100%;
}
@media (max-width: 992px) {
  body.single .row.post-body .sidebar, body.page .row.post-body .sidebar {
    display: none;
  }
  body.single .row.post-body .post-content, body.page .row.post-body .post-content {
    width: 100%;
    padding: 1em 0;
  }
}
body.single .row.post-meta .inner, body.page .row.post-meta .inner {
  padding-bottom: 1em;
  border-bottom: 1px solid #b2c0d1;
  margin-bottom: 3em;
  color: #585858;
}
body.single .row.post-meta .inner .author a, body.single .row.post-meta .inner .author span, body.page .row.post-meta .inner .author a, body.page .row.post-meta .inner .author span {
  text-decoration: none;
  color: #ee0979;
}
body.single .row.post-meta .inner .comments a, body.page .row.post-meta .inner .comments a {
  color: #ee0979;
  text-decoration: none;
}
body.single .row.post-meta .inner .comments a span, body.page .row.post-meta .inner .comments a span {
  color: #585858;
}
body.single .row.comments, body.page .row.comments {
  background: #f2f2f2;
}
body.single .row.comments ol.commentlist, body.page .row.comments ol.commentlist {
  padding-left: 9%;
}
body.single .row.comments a, body.page .row.comments a {
  color: #00002f;
}
body.single .row.comments .article-comments, body.page .row.comments .article-comments {
  width: 100%;
}
body.single .row.comments .comment-respond, body.page .row.comments .comment-respond {
  border-top: 1px solid #b2c0d1;
  padding-left: 9%;
  margin: 0 auto;
}
body.single .row.comments .comment-meta, body.page .row.comments .comment-meta {
  font-size: 0.8em;
}
body.single .row.comments .comment-meta a, body.page .row.comments .comment-meta a {
  text-decoration: none;
  color: #585858;
}
body.single .row.comments .comment-reply-link, body.page .row.comments .comment-reply-link {
  color: #f53048;
}
body.single .row.comments .comment-body, body.page .row.comments .comment-body {
  margin-bottom: 1em;
}
body.single .row.comments .comment-form-comment label, body.page .row.comments .comment-form-comment label {
  display: block;
}

@media (min-width: 768px) {
  .row .inner.narrow.article-list {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  body.single {
    font-size: 14px;
  }

  .row .inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  h1 {
    font-size: 2.5em;
  }

  .article-list article .thumb {
    max-width: 33%;
  }
  .article-list article .text h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
  }
  .article-list article .text h2 a .secondary {
    padding-top: 0.5em;
    font-size: 0.7em;
    line-height: 1em;
  }
  .article-list article .author {
    display: none;
  }
  .article-list.duo {
    flex-direction: column;
  }
  .article-list.duo .category-vertical {
    display: none;
  }
  .article-list.duo article .thumb {
    min-width: 50%;
    width: 50%;
  }
  .article-list.duo article .text {
    max-width: 50%;
    width: 50%;
    padding: 0 0 0 1em;
  }
  .article-list.duo article:nth-child(1) {
    margin-bottom: 1em;
  }
  .article-list.duo article:nth-child(1) .thumb {
    width: 50%;
  }
  .article-list.duo article:nth-child(2) {
    flex-direction: row;
  }
  .article-list.duo article:nth-child(2) .thumb {
    width: 50%;
  }
  .article-list.duo article:nth-child(2) .text {
    margin-left: 1em;
  }
  .article-list.duo article:nth-child(2) .text h2 {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .article-list.duo article:nth-child(2) .text h2 a .secondary {
    padding-top: 0.5em;
    text-align: left;
  }
  .article-list.duo article:nth-child(2) .text .author {
    text-align: left;
  }
  .article-list.trio {
    flex-direction: column;
    padding: 1em;
  }
  .article-list.trio article {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
  }
  .article-list.trio article .thumb {
    max-width: 33%;
  }
  .article-list.trio article .text {
    padding: 0 1em;
  }
  .article-list.trio article .text h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
    margin-top: 0;
  }
  .article-list.trio article .text h2 a .secondary {
    padding-top: 0.5em;
    font-size: 0.7em;
    line-height: 1em;
  }
  .article-list.trio article .text h2 .primary {
    color: white;
  }
  .article-list.trio article .author {
    display: none;
  }
  .article-list.trio article:nth-child(1):after {
    content: "";
    width: calc(100% + 2em);
    height: 2px;
    background-image: linear-gradient(90deg, #ff6a00, #ee0979);
    position: absolute;
    bottom: 0;
    left: -1em;
  }
  .article-list.trio article:nth-child(2):after {
    content: "";
    width: calc(100% + 2em);
    height: 2px;
    background-image: linear-gradient(90deg, #ff6a00, #ee0979);
    position: absolute;
    bottom: 0;
    left: -1em;
  }
  .article-list.trio.zoom3rd article:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
  .article-list.trio.zoom3rd article:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
  .article-list.trio.zoom3rd article:nth-child(3) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .article-list.trio .category-vertical {
    display: none;
  }
  .article-list.narrow .col {
    max-width: 100%;
  }
  .article-list.narrow .col.sidebar {
    /*display: none;*/
  }

  footer {
    flex-direction: column-reverse;
  }
  footer > div {
    margin: 1em;
  }
  footer .content {
    order: 2;
  }
  footer .tvweb {
    order: 1;
  }
}
.widget_search {
  width: 100%;
  background-image: linear-gradient(90deg, #ff6a00, #ee0979);
  padding: 2em;
}
.widget_search label {
  display: block;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.widget_search .wp-block-search .wp-block-search__input {
  border: 1px solid red;
  padding: 0.5em;
}
.widget_search button {
  background-color: #ff6a00;
}

.gallery-item img {
  max-width: 100% !important;
}

.single-separator {
  width: 100%;
  height: 1px;
  background-color: #b2c0d1;
  margin-bottom: 3em;
}

@media (min-width: 576px) {
  .mobile-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .tablet-hide {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-hide {
    display: none;
  }

  .tablet-hide {
    display: none;
  }

  .pc-hide {
    display: none;
  }
}
ins.adsbygoogle {
  z-index: 0;
}

@media (max-width: 768px) {
  .home header .menu .logo img {
    display: block;
  }
  .home header .menu .col.content strong {
    display: block;
  }

  .row.menu .col.logo {
    max-width: 30%;
  }
  .row.menu .col.logo img {
    max-width: 100%;
  }
  .row.menu .col.content {
    font-size: 0.7em;
    text-align: left;
    padding-top: 1.75em;
    padding-left: 1em;
    margin-right: 140px;
  }
  .row.menu .col.search {
    display: none;
  }
  .row.header {
    display: none;
  }

  .article-list {
    padding: 1em 1em;
  }
  .article-list.duo article .text {
    padding: 0 0 0 1em;
  }
}

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