/**
 * Theme Name: Icelander Child
 * Template: icelander
 * Version: 1.0.0
 * Description: This is a child theme of Icelander
 */

/* Put your custom CSS styles below... */

/* cislm-casestudy & reports */
body.single-cislm_casestudy .content-area,
body.single-cislm_reports .content-area {
  width: 100%;
}

body.single-cislm_casestudy .file-download {
  margin-top: 2em;
}

/* cislm-events list page */
.fl-post-grid-text .cislm-event-name {
  font-weight: bold;
}

.fl-post-grid-text .cislm-event-location {
  font-weight: bold;
  margin-bottom: 1em;
}

/* Footer */
.site-footer .footer-secondary-widgets-inner,
.site-footer .footer-secondary-widgets .widget,
.site-footer .footer-area-footer-widgets #footer-widgets {
  padding: 0;
}

.site-footer .footer-area-footer-menu .footer-menu-inner {
  padding-bottom: 1rem;
}

.site-footer .footer-area-footer-widgets #footer-widgets > section {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.site-footer .footer-area-site-info {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site-footer #menu-footer-menu .twitter .fab,
.site-footer #menu-footer-menu .youtube .fab {
  font-size: 21px;
}
.site-footer #menu-footer-menu .twitter a:hover {
  color: #38a1f3;
}
.site-footer #menu-footer-menu .youtube a:hover {
  color: #ff0000;
}

/* Intro block */
#intro-container #intro .page-summary .social-media-icons {
  font-size: 24px;
  text-align: right;
}
#intro-container #intro .page-summary .social-media-icons a {
  margin: 0 14px;
}
.intro-special .intro {
  max-width: inherit;
}

/* home */
.home #main .entry-content .fl-callout-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home #main .entry-content .fl-callout-content .fl-callout-text-wrap a {
  color: #777;
  text-decoration: none;
}

.home #main .entry-content .fl-callout-content .fl-callout-title a:hover,
.home #main .entry-content .fl-callout-content .fl-callout-text-wrap a:hover {
  text-decoration: underline;
}

.home footer .breadcrumbs-container {
  display: none;
}

.home h1.fl-slide-title {
  font-size: 3.375em;
  line-height: 1.2;
  font-weight: 200;
}

.home div.bg-green {
  background-color: #c9e5c5;
}

/* post */
.post-navigation {
  display: none;
}

/* mediaqueries */
@media only screen and (max-width: 768px) {

  /* columns */
  .text-columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 1280px) {

  .home h1.fl-slide-title {
    font-size: 2.625em;
  }
}
