/*
Theme Name: Politicon Block
Theme URI: 
Author: Outerspace
Author URI: 
Description: Politicon Block Child of Twenty Twenty Four
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: Politiconblock
Tags: one-column, two-columns, three-columns, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready, 
*/
@supports (font-variation-settings: "wght" 500) {
  * {
    font-family: "Montserrat";
    font-weight: 500;
  }
}
@supports (font-variation-settings: "wght" 800) {
  * {
    font-family: "Montserrat";
    font-weight: 800;
  }
}
body, html, .wp-site-blocks, p, .p, div, a, time {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--blue-dark);
}

p {
  line-height: 1.6;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

p a {
  text-decoration: underline !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, b, strong, a strong, a b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  margin: 0;
}

.header-va {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 6px;
}

.section-header:not(.header-va > .section-header) {
  margin-bottom: 6px;
}

.section-header {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-header svg {
  height: 23px;
  width: auto;
  padding-top: 0px;
}
.section-header.h1 {
  font-size: 40px;
}
.section-header.h1 svg {
  height: 40px;
}
@media (max-width: 400px) {
  .section-header {
    font-size: 18px;
  }
  .section-header svg {
    height: 17px;
    width: auto;
    padding-top: 1px;
  }
}

.view-all {
  display: inline-block;
}
.view-all a {
  font-size: 12px;
  font-weight: 800;
}

.wp-block-navigation-item {
  text-transform: uppercase;
}

.card .card-title {
  font-size: 48px;
}
.card .category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card {
    font-size: 14px;
  }
  .card h3 {
    font-size: 15px;
  }
  .card .card-title {
    font-size: 32px;
  }
}

.card.small {
  font-size: 14px;
  line-height: 1.4em;
}
.card.small .card-title {
  font-size: 24px;
}
.card.small .category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
.card.small h3 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.card.small .body {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 1.2em;
}
.card.small .body p {
  margin: 0;
}
.card.small .card-meta {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .card.small .card-title {
    font-size: 18px;
  }
  .card.small h3 {
    font-size: 15px;
  }
}

.button {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: black;
  border: 2px solid var(--blue-dark);
}
.button a {
  text-decoration: none;
  border: none;
}

.card-link {
  text-decoration: none;
}

.links-row {
  display: flex;
  gap: 10px;
}
.links-row svg {
  fill: var(--nav-color);
  height: 24px;
  width: auto;
}
.links-row svg path {
  fill: var(--nav-color);
}
@media (max-width: 768px) {
  .links-row {
    gap: 6px;
  }
  .links-row svg {
    height: 18px;
  }
}

/* fix admin type */
body.wp-admin p, .p, div {
  color: unset;
}

#video figure {
  max-height: 90vh;
}
#video iframe {
  max-height: 90vh;
}

:root {
  --blue:#10489C;
  --blue-dark:#293174;
  --blue-lightest:#ECF3F7;
  --blue-light:#CFE1EB;
  --blue-medium:#B4DCF1;
  --blue-medium-dark:#4B59B3;
  --red: #C72227;
  --white: #FFFFFF;
  --nav-color:#293174;
  --nav-background: #ffffff;
  --section-border-radius: 10px;
}
body {
  background-color: white;
}

footer {
  background-color: white;
}

body.nav-open {
  overflow: hidden;
}

.entry-content > .hero {
  background: none;
}

.panel {
  border-radius: 25px;
  padding: 2vw;
  box-sizing: border-box;
  background: var(--blue-lightest);
}
@media (max-width: 768px) {
  .panel {
    border-radius: 15px;
    padding: 4vw;
  }
}

.panel.single {
  width: 94%;
  padding: 4vw 4vw;
  margin: auto;
}
.panel.single .content-holder {
  display: flex;
  gap: 4vw;
}
.panel.single .content-holder .content, .panel.single .content-holder .media {
  width: 50%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .panel.single {
    padding: 4vw 4vw;
  }
  .panel.single .content-holder {
    flex-flow: column-reverse;
    gap: 20px;
  }
  .panel.single .content-holder .content, .panel.single .content-holder .media {
    width: 100%;
    position: static;
    top: unset;
  }
}

.panel.single-nav {
  width: 94%;
  gap: 20px;
  margin: auto;
  padding: 2vw 2vw;
}

.section-width, .wp-block-columns {
  padding: 4vw;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

p {
  margin: 1em 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

iframe, img, video {
  max-width: 100%;
}

p iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
  height: auto !important;
}

.hero {
  padding-top: 120px !important;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 100px !important;
  }
}

main:not(:has(.hero)) {
  padding-top: 120px !important;
}
@media (max-width: 768px) {
  main:not(:has(.hero)) {
    padding-top: 80px !important;
  }
}

.slide {
  position: relative;
  height: auto;
  border-radius: 20px;
  padding: 2em 2em;
  display: inline-grid;
  align-items: center;
  grid-template-columns: 56.25% 43.75%;
  box-sizing: border-box;
}
.slide .info {
  padding-right: 2em;
  box-sizing: border-box;
}
.slide .info h2 {
  margin: 0;
}
.slide .info .buttons {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  gap: 10px;
}
.slide .info .buttons .button:not(:first-child) {
  background-color: black;
}
.slide .info .buttons .button:not(:first-child) a {
  color: white;
}
.slide img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .slide {
    grid-template-columns: 100%;
    width: 100%;
    height: auto;
  }
  .slide img {
    order: -1;
  }
}

.wp-block-columns {
  background: none;
}

footer {
  margin-block-start: 0;
}

.pagination {
  margin-top: 20px;
}
.pagination ul.page-numbers {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
.wp-admin, .wp-admin p, .wp-admin a, .wp-admin h1, .wp-admin h2, .wp-admin h3, .wp-admin h4, .wp-admin h5, .wp-admin input, .wp-admin label, .wp-admin td, .wp-admin td a, .wp-admin th, .wp-admin th a span, .wp-admin a span {
  font-family: arial, sans-serif !important;
}

.slick-track {
  display: flex !important;
}

.slick-list {
  width: calc(100% + 16px);
}

.slick-slide {
  height: inherit !important;
  margin-right: 16px;
}

.slick-list {
  overflow: visible;
}

button.slick-next.slick-arrow {
  position: absolute;
  top: -36px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: transparent;
  display: block;
  border: none;
}
button.slick-next.slick-arrow svg {
  width: 100%;
  height: auto;
}
@media (max-width: 400px) {
  button.slick-next.slick-arrow {
    top: -31px;
    width: 20px;
    height: 20px;
  }
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: -36px;
  right: 34px;
  left: unset;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: transparent;
  display: block;
  border: none;
}
button.slick-prev.slick-arrow svg {
  width: 100%;
  height: auto;
}
@media (max-width: 400px) {
  button.slick-prev.slick-arrow {
    top: -31px;
    width: 20px;
    height: 20px;
  }
}

.hosts.panel .host, .guests.panel .guest {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}
.hosts.panel .host img, .guests.panel .guest img {
  width: 20%;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 2vw;
}
@media (max-width: 1000px) {
  .hosts.panel .host, .guests.panel .guest {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */