/*
Theme Name:   Institut for Cyber Risk
Theme URI:    http://supertusch.dk/theme/ifcr/
Description:  Basically Bootstrap 4 Child Theme created for Institut for Cyber Risk 2021
Author:       Supertusch
Author URI:   http://supertusch.dk
Template:     basically-bootstrap-4
Version:      1.0.0
Domain Path: /languages/
Text Domain:  ifcr
*/

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}

/* Headings */
h1 {
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
h2.h2-margin {
  margin-bottom: 45px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
h4 {
  font-size: 1rem;
  font-weight: 700;
}
article h1 {
  text-transform: none;
}
article h2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-transform: none;
}
h2.read-more-heading {
  margin-bottom: 30px;
}
h2.block-header, .image-text-block-container h2 {
  margin-bottom: 45px;
}
h2.features-3-heading {
  margin-bottom: 30px;
}
h3.sign-up-header {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: none;
}



/* Header */
.header-background {
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.page-header {
  padding: 20px 0;
}
.custom-logo {
  max-height: 75px;
  width: auto;
}

/* Main menu */
.navbar-toggleable-md .navbar-nav .nav-link {
  padding: 0.5rem 2.5rem;
  text-transform: uppercase;
}
.menu-item.button a {
  font-weight: 700;
  text-transform: none !important;
}
.menu-sep {
  display: none;
}
.anchor {
  position: relative;
  top: -150px;
}
.mega-sub-menu {
  z-index: 100;
}

/* Hero */
#main-column,
.site-main,
.page-block-background-image {
  background-position: right -60px;
  background-repeat: no-repeat;
}
.default-page,
.page-block-hero {
  padding: 80px 0;
}
.page-block-background-image {
  position: absolute;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  z-index: 5;
}
.hero-background {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  position: relative;
  min-height: 0;
}
.hero-background h1 {
  margin-bottom: 30px;
}

.page-template-page-front .hero-background h1 {
  max-width: 600px;
}
.teaser {
  display: flex;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: normal;
}
.teaser-indicator {
  padding-right: 20px;
}
.teaser-text {
  max-width: 600px;
}
.teaser-indicator hr {
  border-width: 3px;
  width: 40px;
}
.hero-illustration {
  bottom: 0;
  position: absolute;
  right: 0;
  max-width: 390px;
}
.hero-button-2 {
  margin-left: 20px;
}
.hero-button-2 span {
  position: relative;
  z-index: 1;
}
.container {
  position: relative;
  z-index: 7;
}

/* Lists */
li:marker {
  font-size: 1.5rem;
}

/* Separators */
.article-title-sep,
.fact-box-sep,
.sign-up-title-sep,
.feature-sep {
  border: 3px solid;
  display: inline-block;
  width: 70px;
}

/* Main content */
.hidden {
  display: none;
}
#reading-position-indicator {
  margin-top: 100px;
  z-index: 8;
}
.main-content-area {
  margin-top: 100px;
}
.page-template-page-blocks .content-block:first-of-type:not(.article-background-2),
.background-1 + .background-1,
.background-2 + .background-2 {
  padding-top: 0;
}

/* Article overview */
/* Filter */
.searchandfilter ul {
  padding-left: 0;
}
#search-filter-form-125 ul li,
#search-filter-form-177 ul li,
#search-filter-form-236 ul li,
#search-filter-form-3683 ul li,
#search-filter-form-3695 ul li,
#search-filter-form-3681 ul li,
#search-filter-form-5043 ul li {
  display: inline-block;
  margin-right: 15px;
}
.sf-field-reset {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 5px 15px !important;
  cursor: pointer;
}
.sf-input-checkbox {
  display: none;
}
.searchandfilter li[data-sf-field-input-type="checkbox"] label {
  border: 1px solid;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 5px 15px;
}

/* Result */
#result {
  margin-bottom: 90px;
  margin-top: 90px;
}

/* Articles & Events */
article {
  margin: 60px 0;
}
.categories {
  display: flex;
  align-items: center;
}
.categories a {
  font-size: 1.25rem;
  font-weight: 700;
}
.cat-sep {
  margin: 0 15px;
}
.featured-image {
  text-align: center;
}
.byline {
  margin: 30px 0;
}
.posted-date,
.rt-reading-time {
  font-size: 1.25rem;
}
.rt-reading-time {
  margin-left: 60px;
}
.default-paragraph {
  margin-bottom: 60px;
}
.subcontent.paragraph {
  margin-top: 50px;
}
.introductory-paragraph {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.quote-paragraph {
  display: flex;
  margin-bottom: 60px;
}
.quote-paragraph .quote > div {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
  padding: 40px;
}
.quote-paragraph .default-content.left {
  padding: 0 15px 0 40px;
}
.quote-paragraph .default-content.right {
  padding: 0 40px 0 15px;
}
.quote.right {
  order: 1;
}
.quotation-mark {
  font-size: 12.5rem;
  font-weight: 400;
  height: 130px;
  margin-top: -30px;
}
.quote-author {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 15px;
}
.fact-box {
  padding: 50px;
  margin-bottom: 60px;
}
.fact-box-container.double {
  display: flex;
}
.fact-box-container.double .fact-box-content {
  width: 60%;
}
.fact-box-container.double .fact-box-image {
  width: 40%;
}
.fact-box-image {
  display: flex;
  justify-content: center;
}
.download-file a {
  font-weight: 700;
  text-decoration: underline;
}
.cta-container {
  text-align: right;
  text-transform: uppercase;
}
.cta-container a {
  padding: 10px 20px;
}
.byline {
  font-size: 1.25rem;
  max-width: 600px;
}
.length {
  font-size: 1.25rem;
  margin-left: 60px;
}
.events .introductory-paragraph {
  margin-bottom: 60px;
}
.container-sign-up {
  padding: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sign-up-byline {
  max-width: 600px;
}
.container-sign-up div {
  font-size: 1.25rem;
}
.sign-up-time {
  margin-top: 15px;
}
.sign-up-button {
  margin-top: 30px;
}
.sign-up-button .button {
  display: inline-block;
  font-weight: 700;
  padding: 10px 50px;
}
.container-sign-up strong {
  font-weight: 600;
}
/* Read more */
.read-more-categories {
  margin-bottom: 60px;
}
.read-more-categories ul {
  list-style: none;
  padding-left: 0;
}
.read-more-categories ul li {
  display: inline-block;
  font-size: 1.25rem;
}
.read-more-categories ul li:after {
  content: ", ";
}
.read-more-categories ul li:last-child:after {
  content: "";
}
.read-more-categories ul li:nth-last-child(2):after {
  content: " og ";
}
.read-more-categories ul li a {
  text-decoration: underline;
}
/* Two images */
.images-paragraph {
  display: flex;
  margin-bottom: 30px;
}
.images-paragraph .image-1 {
  margin-right: 15px;
}
.images-paragraph .image-2 {
  margin-left: 15px;
}
.image-1-caption,
.image-2-caption {
  margin-top: 5px;
  font-style: italic;
}

/* Blocks */
.content-block {
  position: relative;
  padding: 115px 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.background-icon {
  position: absolute;
  margin-left: -100px;
  margin-top: -40px;
}
.background-icon img {
  max-width: 140px;
}
/* Contact */
.contact-container {
  margin-bottom: 60px;
}
.contact-row img {
  padding: 15px 15px 15px 0px;
}
.contact-form-container {
  padding-right: 90px;
}
.contact-form > div {
  padding: 15px 0;
}
.contact-form p {
  margin-top: 30px;
}
.contact-form .person {
  display: flex;
  padding-top: 0;
}
.contact-form .name {
  padding-right: 30px;
}
.contact-form .message {
  padding-bottom: 0;
}
.contact-form .message textarea {
  margin-bottom: 0;
}
.wpcf7-response-output {
  /* margin-top: 100px !important; */
  /* position: absolute; */
  width: fit-content;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}


.contact-information {
  padding: 90px;
  margin-bottom: 7px;
}
.contact-information-row {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.contact-information-row:last-child {
  margin-bottom: 0;
}
.contact-icon {
  width: 55px;
  height: 55px;
  margin-right: 60px;
}
.contact-content {
  font-size: 1.25rem;
  font-weight: 600;
}
.contact-content p {
  margin-bottom: 0;
}
.contact-row img {
  padding: 15px;
}
/* Features 1-4 */
.features-2-container,
.features-3-container {
  display: flex;
  justify-content: space-around;
}
.features-1-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.features-2-container .col-12 {
  justify-content: unset;
}
.features-2-feature h3 {
  min-height: 1px;
}
.features-3-container {
  flex-wrap: wrap;
}
.feature-icon {
  align-self: center;
  margin-bottom: 40px;
  width: 125px;
}
.feature-text {
  margin-bottom: 20px;
}
.features-1-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
.features-1-feature p {
  text-align: center;
}
.features-2-feature {
  padding: 30px;
  width: 40%;
}
.features-3-feature {
  width: 50%;
}
.features-3-feature img {
  width: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.features-4-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  margin-bottom: 2rem;
  padding-top: 56.25%;
}
.features-4-link {
  display: block;
  text-decoration: none;
}
.features-4-link:hover {
  text-decoration: none;
}
.features-4-button {
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 15px 30px;
  margin-right: 0 !important;
}

/* Articles & Events overview */
.articles-overview,
.events-overview {
  padding-top: 60px;
}
.articles-overview .teaser,
.events-overview .teaser {
  margin-bottom: 30px;
}
.articles-overview .teaser-text,
.events-overview .teaser-text {
  font-size: 1.375rem;
}
.archive-link {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 45px;
}
.article-item {
  margin-bottom: 30px;
}
.article-item-title {
  font-size: 1rem;
  min-height: 60px;
  line-height: normal;
  text-transform: none;
}
.article-item-featured-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 56.25%;
}
.article-item-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.article-item .article-item-teaser,
.event-item .article-item-teaser {
  height: 130px;
  overflow: hidden;
  font-size: 0.875rem;
}
.event-item {
  margin-bottom: 30px;
}
.article-item-date {
  margin-bottom: 5px;
}
.article-tags {
  list-style: none;
  padding-left: 0;
  height: 48px;
}
.article-tag {
  display: inline;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 10px 0 10px;
  border-right: 1px solid;
}
.article-tag a {
  word-break: break-word;
}
.article-tag:first-child {
  padding-left: 0;
}
.article-tag:last-child {
  border: none;
}
.event-featured-image {
  position: relative;
}
.event-sign-up {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.event-sign-up .button {
  padding: 10px 15px;
  text-transform: uppercase;
}
.event-info {
  margin-bottom: 10px;
}
.dot {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.dot svg {
  margin-right: 10px;
}
/* CTA and references */
.cta-button,
.reference-button,
.hero-button {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 700;
  min-width: 180px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
}
.cta-button {
  float: right;
  margin-right: 15px;
}
.shortcode-button {
  margin-top: 30px;
  float: left;
}
.reference-button,
.hero-button {
  margin-top: 30px;
}
.cta-block-2-row {
  display: flex;
}
.cta-2-description {
  padding: 30px;
}
.cta-image-container {
  padding: 30px;
}
.cta-2-description.left {
  order: 2;
}
.cta-2-description.right .button {
  float: left;
}
.cta-2-description p {
  font-size: 1.625rem;
  line-height: normal;
}
/* Video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Video and Text */
.video-container h2 {
  margin-bottom: 45px;
}
.video-text-container .button {
  display: inline-block;
  font-size: 1.25rem;
  margin-top: 20px;
  padding: 15px 30px;
  /* text-transform: uppercase; */
}
/* Prices */
.prices-container .row .col-md-3 {
  margin-bottom: 30px;
}
.price-header {
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
  text-transform: none;
}
.price-container {
  padding: 15px;
}
.price {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.price-description {
  text-align: center;
}
.price-short-description {
  min-height: 250px;
  margin-top: 15px;
  text-align: center;
}
.price-read-more {
  text-align: center;
}
.read-more-link {
  font-weight: 700;
  text-transform: uppercase;
}
.price-long-description {
  display: none;
  margin-top: 10px;
}
.price-action {
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.prices-top-container {
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.prices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}
.price-specifics {
  text-align: center;
  padding: 20px;
  margin-left: 5px;
}
.prices-2-header {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
}
.price-2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.price-2-description {
  font-size: 0.8125rem;
  font-weight: 300;
  margin-bottom: 5px;
  height: 38px;
}
.price-2-short-description {
  font-size: 0.8125rem;
  min-height: 260px;
  text-align: left;
}
.price-2-short-description p {
  margin-bottom: 5px;
}
.prices-2-action {
  margin-top: 20px;
  padding: 5px 20px;
}
.prices-header {
  font-size: 30px;
  text-transform: none;
}
.prices-functions-container {
  margin-top: 30px;
}
.functions-header-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}
.functions-header-container.sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  background-color: #ffffff;
}
.functions-header-container .prices-header {
  display: flex;
  align-items: flex-end;
}
.functions-header {
  font-size: 0.9375rem;
  margin: 15px 0 10px 0;
  max-width: 20%;
}
.functions-header-extended {
  height: 66px;
  position: sticky;
  top: 210px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.functions-overview {
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 10px;
  position: relative;
  z-index: -1;
}
.functions-sub-header {
  font-size: 0.75rem;
  padding: 10px;
}
.functions-overview .row {
  margin: 0;
  padding: 10px;
}
.function-field p {
  font-size: 1.5625rem;
  font-weight: 700;
}
/* Image and text */
.image-text-block-container .image-content.right,
.article-image-text-block-container .image-content.right {
  order: 1;
}
/* Employees */
.employee-item {
  margin-bottom: 115px;
}
.employee-item:last-of-type {
  margin-bottom: 0;
}
.contact-row img {
  padding: 8px 15px 15px 0;
}
.employee-item-featured-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 100%;
}
.employee-top {
  min-height: 100px;
}
.employee-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 15px;
}
.employee-job-title {
  font-weight: 400;
}
.employee-phone,
.employee-email,
.employee-linkedin {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.employee-phone svg,
.employee-email svg,
.employee-linkedin svg {
  margin-right: 10px;
}

/* Error 404 */
.text-404 {
  margin: 50px 0;
  color: #ffffff;
}
.button-404 {
  float: left;
}

/* Input fields */
input,
textarea {
  font-size: 1.25rem !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
  font-family: "Arial" !important;
  height: auto !important;
}
input[type="submit"] {
  width: 170px !important;
  transition: 0.3s;
}

/* Footer */
#footer-row {
  padding-bottom: 60px;
}
#footer-row p {
  font-size: 1.25rem;
  font-weight: 600;
}
h2.widget-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.site-footer {
  padding-bottom: 0;
}
.site-footer .menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.site-footer .menu li {
  display: inline;
  padding: 0 15px 0 10px;
}
#footer-row-bottom .menu li {
  border-right: 1px solid;
}
#footer-row-bottom .menu li:first-child {
  padding-left: 0;
}
#footer-row-bottom .menu li:last-child {
  border: 0;
}
.site-footer .menu li a {
  font-weight: 400;
}
.site-footer .menu li.no-link a {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.menu-social-container img {
  margin-left: 0;
}

/* h2.h2-margin {
  margin-bottom: 120px;
} */

@media screen and (max-width: 992px) {
  #mega-menu-header-menu {
    margin-top: 33px !important;
  }

  .wpcf7-response-output {
    margin-bottom: 2em !important;
  }
}

@media screen and (max-width: 768px) {



  .container-sign-up {
    padding: 30px;
  }

  .type-post .post-author.byline {
    margin: 10px 0;
  }
  .rt-reading-time {
    margin-left: 30px;
  }
  .quote-paragraph  .default-content.left, .default-content.right {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }

  .quote-paragraph .default-content.left {
    margin-top: 40px;
  }

  .quote-paragraph .default-content.right {
    margin-bottom: 40px;
  }

  .type-events .entry-meta {
    display: flex;
    flex-direction: column;
  }

  .entry-meta .length {
    margin-left: 0;
  }
  .categories {
    margin-bottom: 10px;
  }
  .categories a, .cat-sep {
    font-size: 12px;
  }
  .cat-sep {
    margin: 0 8px;
  }

  .embed-container {
    margin: 10px 0px;
  }

  .hero-button {
    font-size: 18px;
  }

  img.alignright, img.alignleft, .alignright, .alignleft {
    float: none;
    margin-left: 0;
  }

  img.alignright, img.alignleft {
    margin: 10px 0px;
  }

  .content-block .image-content.left {
    margin-bottom: 20px;
  }

  .content-block .image-content.right {
    margin-top: 20px;
  }

  .button.cta-button, .button.cta-button span, .button, .button span {
    font-size: 18px !important;
  }
  .cta-block-container .cta-button {
    float: none;
  }

  .text-content.left, .text-content.right {
    text-align: left;
  }

  h2.h2-margin {
    margin-bottom: 30px;
  }
}
