@charset "UTF-8";
/*!
 Theme Name: researchsecuritum
 Theme URI: http://underscores.me/
 Author: onfocus
 Author URI: http://onfocus.pl
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: researchsecuritum
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 researchsecuritum is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
@media (min-width: 600px) {
  .contact-block .contact-persons .person-frame {
    display: inline-block;
    margin-right: -0.25em;
    vertical-align: top;
  }
}
@media (min-width: 900px) {
  .footer-widgets > * {
    display: inline-block;
    margin-right: -0.25em;
    vertical-align: top;
  }
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #000;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
}
.widget-area h1, .widget-area h2, .widget-area h3, .widget-area h4, .widget-area h5, .widget-area h6 {
  margin-top: 4px;
}
.h1, .h2, .h3, .comment-navigation .screen-reader-text, .posts-navigation .screen-reader-text, .post-navigation .screen-reader-text, .h4, .h5, .h6 {
  font-weight: 500;
}
.p1, .p2, .p3, .p4, .p5, .p6 {
  font-weight: 500;
}
h1.page-title {
  text-align: center;
}
h1, .h1, .p1 {
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 599px) {
  h1, .h1, .p1 {
    font-size: 34px;
  }
}
h2, .h2, .p2 {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 599px) {
  h2, .h2, .p2 {
    font-size: 30px;
  }
}
h3, .h3, .comment-navigation .screen-reader-text, .posts-navigation .screen-reader-text, .post-navigation .screen-reader-text, .p3 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h3, .h3, .comment-navigation .screen-reader-text, .posts-navigation .screen-reader-text, .post-navigation .screen-reader-text, .p3 {
    font-size: 26px;
  }
}
h4, .h4, .p4 {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 22px;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #c40018;
  border: 0;
  height: 6px;
  width: 20px;
  margin: 6% auto;
}
.navigation + hr {
  margin-top: 8%;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul li, ol li {
  margin-bottom: 0.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
blockquote {
  font-size: 24px;
  border-left: 6px solid #c40018;
  padding-left: 20px;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.btn, .wp-block-button__link, .mailpoet_submit {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 22px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  text-align: center;
}
.btn:hover, .wp-block-button__link:hover, .mailpoet_submit:hover, .btn:focus, .wp-block-button__link:focus, .mailpoet_submit:focus {
  text-decoration: none;
  text-shadow: none;
}
.btn i {
  margin: 0 3px;
}
@media (max-width: 599px) {
  .btn {
    margin: 2px;
  }
}
@media (max-width: 599px) {
  .btn + .btn {
    margin-top: 10px;
  }
}
.btn-block {
  width: 100%;
}
.btn-default {
  border-color: #e2e2e2;
  background-color: #e2e2e2;
  color: #000;
}
.btn-default:hover, .btn-default:focus {
  background-color: #000;
  border-color: #383838;
  color: #fff;
}
.btn-primary, .wp-block-button__link, .mailpoet_submit {
  background-color: #c40018;
  color: #fff;
  border-color: #c40018;
}
.btn-primary:hover, .wp-block-button__link:hover, .mailpoet_submit:hover, .btn-primary:focus, .wp-block-button__link:focus, .mailpoet_submit:focus {
  background-color: #000;
  border-color: #383838;
  color: #fff;
}
.btn-default, .btn-primary, .wp-block-button__link, .mailpoet_submit, .btn-secondary {
  min-height: 40px;
  line-height: 18px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 500;
  min-width: 150px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-primary, .wp-block-button__link, .mailpoet_submit, .btn-secondary, .btn-default {
  border-width: 1px;
  border-style: solid;
}
.btn-round {
  min-width: 0;
  width: 50px;
  height: 50px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
}
.btn-round svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.btn-round-sm {
  min-width: 0;
  width: 26px;
  height: 26px;
  min-height: 0;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  box-shadow: none;
}
.btn-round-sm svg {
  width: 16px;
  height: 17px;
  fill: #fff;
}
.btn-sm {
  font-size: 14px;
  min-width: 40px;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border: none;
  border-bottom: 2px solid #e2e2e2;
  padding: 5px 10px 5px 2px;
  max-width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  outline: 0;
  background-color: #f1f1f1;
}
select {
  border: 1px solid #e2e2e2;
}
textarea {
  width: 100%;
  max-width: 100%;
}
textarea:focus {
  outline: 0;
  background-color: #f1f1f1;
}
/*--------------------------------------------------------------
 # Hamburgers
 --------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  display: none;
  font-size: 17px;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .main-navigation {
    font-size: 20px;
    padding-left: 60px;
  }
}
@media (min-width: 900px) {
  .main-navigation .main-navigation-wrapper {
    display: table;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .main-navigation .main-navigation-wrapper > * {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 900px) {
  .main-navigation .menu-top-menu-primary-container {
    text-align: left;
  }
}
@media (max-width: 899px) {
  .main-navigation .menu-top-menu-primary-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 900px) {
  .main-navigation .menu-top-menu-secondary-container {
    text-align: right;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 900px) {
  .main-navigation ul li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul li {
    margin-left: 30px;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* Small menu. */
.menu-toggle {
  outline: 0;
}
.menu-open .menu-toggle {
  position: fixed;
  right: 20px;
  top: 30px;
}
.menu-open .menu-toggle .hamburger-inner, .menu-open .menu-toggle .hamburger-inner::before, .menu-open .menu-toggle .hamburger-inner::after {
  background-color: #fff;
}
.menu-open.admin-bar .menu-toggle {
  top: 70px;
}
@media (max-width: 899px) {
  .main-navigation {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #383838;
    padding: 15vh 20vw;
    transform: translateY(-100%);
    display: block;
    opacity: 0;
    visibility: hidden;
    font-size: 30px;
  }
  .main-navigation a {
    color: #fff;
  }
}
.main-navigation.toggled {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: translateY(0);
  transition: all 0.3s ease;
  z-index: 98;
}
@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 2em 0 1.5em;
  overflow: hidden;
}
@media (min-width: 900px) {
}
@media (min-width: 900px) {
}
.comment-navigation .screen-reader-text, .posts-navigation .screen-reader-text, .post-navigation .screen-reader-text {
  position: static !important;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0 0 10px;
}
@media (min-width: 900px) {
  .nav-links {
    display: flex;
    flex-flow: row nowrap;
  }
}
.nav-links > * {
  color: #fff;
  padding: 30px 40px;
  background-color: #383838;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: 600;
  flex: 1;
}
.nav-links > * a {
  color: inherit;
  text-decoration: none;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.edit-inline, .edit-link {
  font-size: 14px;
  margin-left: 20px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.widget ul li .count {
  float: right;
}
#secondary {
  margin-top: 40px;
  top: 10px;
}
.admin-bar #secondary {
  top: 40px;
}
#secondary .widget {
  background-color: #f7f7f7;
  padding: 10px 20px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}
#secondary .widget.widget_categories, #secondary .widget.widget_tag_cloud, #secondary .widget.widget_archive {
  margin: 0;
}
#secondary .widget.widget_categories ul, #secondary .widget.widget_tag_cloud ul, #secondary .widget.widget_archive ul {
  margin-bottom: 0;
}
#secondary .widget.widget_categories + .widget_tag_cloud + .widget_archive, #secondary .widget.widget_tag_cloud + .widget_categories + .widget_archive, #secondary .widget.widget_tag_cloud + .widget_archive + .widget_categories, #secondary .widget.widget_archive + .widget_tag_cloud + .widget_categories, #secondary .widget.widget_archive + .widget_categories + .widget_tag_cloud {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
#secondary .widget.widget_categories {
  font-size: 18px;
}
#secondary .widget.widget_categories a {
  color: coral;
}
#secondary .widget.widget_categories + .widget_tag_cloud {
  margin-top: -20px;
}
#secondary .widget.widget_categories + .widget_archive {
  margin-top: -20px;
}
#secondary .widget.widget_categories li {
  margin-bottom: 0.25em;
}
#secondary .widget.widget_tag_cloud + .widget_categories {
  margin-top: -20px;
}
#secondary .widget.widget_tag_cloud + .widget_archive {
  margin-top: -20px;
}
#secondary .widget.widget_archive + .widget_categories {
  margin-top: -20px;
}
#secondary .widget.widget_archive + .widget_tag_cloud {
  margin-top: -20px;
}
#secondary .widget a {
  color: #666;
  text-decoration: none;
}
#secondary .widget a:hover {
  color: #000;
}
#secondary .widget-title {
  font-size: 24px;
  color: #a59e91;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#secondary .widget-title span {
  background-color: #f7f7f7;
  bottom: -3px;
  position: relative;
  padding-right: 8px;
}
#secondary .current-cat {
  color: #000;
  font-weight: 600;
}
#secondary .current-cat a {
  color: #000;
}
#secondary .widget + .widget_author {
  margin-top: 1.5em;
}
#secondary .widget_author, #secondary .widget_potm, #secondary .widget_mailpoet_form {
  font-weight: normal;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
#secondary .widget_author .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 8px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
#secondary .widget_author .email, #secondary .widget_author .linkedin {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
}
#secondary .widget_author .bio {
  padding: 0 4px;
}
#secondary .widget_author .bio p {
  margin: 0 0 10px;
}
#secondary .widget_author .author-posts {
  margin: 15px 0 0;
}
#secondary .widget_author .author-posts a:hover svg {
  fill: #c40018;
}
#secondary .widget_potm .date {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
}
#secondary .widget_potm .date + .potm {
  margin-top: 5px;
}
#secondary .widget_potm .potm {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
#secondary .widget_potm .potm a {
  color: #000;
}
#secondary .widget_potm .potm a:hover {
  text-decoration: underline;
}
#secondary .widget_potm .site-manager {
  padding: 15px 0 0;
  position: relative;
}
#secondary .widget_potm .site-manager:before {
  content: '';
  border-top: 1px solid #e2e2e2;
  position: absolute;
  left: 5px;
  right: 50%;
  top: 0;
}
#secondary .widget_potm .name {
  font-weight: 600;
  color: #000;
  margin: 5px 0 1px;
}
#secondary .widget_potm .position {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 8px;
}
#secondary .widget_potm .recommendation {
  padding: 0 4px;
  font-style: italic;
  margin: 20px 0 5px;
}
#secondary .widget_potm .read-more {
  margin-top: 15px;
  margin-left: 4px;
}
#secondary .widget_potm .read-more a {
  color: coral;
}
#secondary .tagcloud {
  color: coral;
}
.photo-round {
  float: left;
  margin: 0 10px 0 0;
}
.photo-round img {
  width: 42px;
  height: 42px;
  background-clip: content-box;
  border-radius: 50%;
}
svg.icon-link {
  width: 14px;
  height: 14px;
  fill: #383838;
  margin: 0 10px -1px;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
@media (min-width: 900px) {
  .content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 75%;
  }
}
@media (min-width: 900px) {
  .site-main {
    margin: 0 25% 0 0;
  }
}
@media (min-width: 900px) {
  .site-content .widget-area {
    float: right;
    width: 25%;
  }
}
.site-footer {
  clear: both;
}
.no-sidebar.content-area {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.no-sidebar .site-main article {
  margin-top: 5%;
  margin-bottom: 5%;
}
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  line-height: 1.6;
}
.single .page-content, .single .entry-content, .single .entry-summary {
  margin: 1.5em 0 0;
}
.single-authors .page-content, .single-authors .entry-content, .single-authors .entry-summary {
  margin: 0;
}
.entry-footer {
  font-size: 15px;
}
.entry-footer > * {
  margin-right: 20px;
}
.single .entry-footer, .page .entry-footer {
  text-align: center;
}
.single-authors .entry-footer {
  text-align: inherit;
}
.entry-footer .read-more {
  top: -15px;
  position: relative;
}
.site-main > .entry-header {
  margin: 5% 0 10%;
}
.single .entry-header, .page .entry-header {
  text-align: center;
}
.single-authors .post .entry-header {
  text-align: inherit;
}
.entry-header h2.entry-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.entry-header h2.entry-title a {
  text-decoration: none;
}
.entry-meta {
  font-size: 15px;
}
.entry-meta > * {
  margin-bottom: 5px;
}
.entry-meta a {
  text-decoration: none;
}
.entry-meta .post-author a {
  text-transform: uppercase;
  color: #444;
}
.entry-meta .cat-links a {
  text-decoration: none;
}
.entry-meta .cat-links a:hover {
  text-decoration: underline;
}
.entry-meta .meta-separator {
  margin: 0 10px 1px;
  display: inline-block;
}
.single .post-author {
  font-weight: bold;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.tags-links {
  margin: 20px 0 40px;
  position: relative;
  background-color: #f7f5f1;
  padding: 10px 20px;
  border-radius: 10px;
}
.tags-links a {
  text-decoration: none;
  margin-left: 2px;
}
.tags-links a:hover {
  text-decoration: underline;
}
.footer-post-author {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.footer-post-author a {
  text-decoration: none;
}
.footer-post-author a:hover {
  text-decoration: underline;
}
.read-more {
  text-decoration: none;
  text-transform: uppercase;
  color: coral;
  font-weight: bold;
}
.read-more .icon-link {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -5px;
  transition: transform 0.1s ease;
}
.read-more:hover .icon-link {
  fill: coral;
  transform: translateX(6px);
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 ## Header
 --------------------------------------------------------------*/
.site-header {
  height: 135px;
  width: 100%;
  display: table;
}
@media (min-width: 900px) {
  .site-header > .main-navigation {
    display: table-cell;
    vertical-align: middle;
  }
}
.site-header > .site-branding, .site-header > .hamburger-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.site-header .hamburger-wrapper {
  text-align: right;
  position: relative;
  z-index: 99;
}
.menu-open .hamburger-wrapper {
  padding-left: 64px;
}
/*--------------------------------------------------------------
 ## Branding
 --------------------------------------------------------------*/
.site-branding {
  width: 220px;
}
@media (min-width: 1200px) {
  .site-branding {
    width: 250px;
  }
}
@media (max-width: 800px) {
  .site-branding {
    width: 100%;
    text-align: center;
    padding-left: 60px;
  }
}
@media (max-width: 400px) {
  .site-branding {
    width: 180px;
    padding-left: 0;
  }
}
.site-title {
  margin: 0;
  line-height: 0;
}
.site-title a {
  outline: 0;
  line-height: 0;
  display: inline-block;
}
.site-title svg {
  width: 220px;
}
@media (min-width: 1200px) {
  .site-title svg {
    width: 250px;
  }
}
@media (max-width: 340px) {
  .site-title svg {
    width: 180px;
  }
}
.site-description {
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  margin: 2px 0 0;
  text-align: center;
}
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
.site-footer {
  background-color: #1c1c1d;
  color: #eee;
  padding: 50px 0;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 599px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer .menu-social-links-menu-container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.site-footer .menu-social-links-menu-container li {
  display: inline-block;
}
.site-footer a {
  text-decoration: none;
  color: inherit;
}
.site-footer .sep {
  margin: 0 10px;
}
@media (max-width: 599px) {
  .site-footer .sep {
    display: none;
  }
}
@media (min-width: 900px) {
  .footer-widgets {
    margin-left: -40px;
  }
}
.footer-widgets > * {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .footer-widgets > * {
    width: 33.3333%;
    padding-left: 40px;
    text-align: left;
  }
}
.footer-widgets ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.footer-widgets .post-date {
  font-size: 12px;
  color: coral;
  display: block;
}
.footer-widgets .widget {
  text-align: center;
}
.menu-footer-links-container {
  display: inline-block;
}
@media (max-width: 599px) {
  .menu-footer-links-container {
    display: block;
    margin: 12px 0 20px;
  }
}
.site-info {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
#menu-social-links-menu {
  margin-top: 15px;
}
@media (max-width: 599px) {
  #menu-social-links-menu {
    margin: 12px 0 28px;
  }
}
#menu-social-links-menu a {
  font-size: 0px;
  display: block;
  margin-right: 10px;
}
@media (max-width: 599px) {
  #menu-social-links-menu a {
    height: 26px;
  }
}
#menu-social-links-menu a svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 ## Images
 --------------------------------------------------------------*/
.full-width {
  padding-bottom: 66.67%;
}
.full-width img {
  position: absolute;
  left: 0;
  right: 0;
}
/*--------------------------------------------------------------
 # Main site layout
 --------------------------------------------------------------*/
main, header, footer {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
.site-content, .footer-wrapper, .header-wrapper, .layout-max, .site-main .loop.loop-casestudies, .site-main .loop.loop-services {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
}
@media (max-width: 599px) {
}
.nav-links, .no-sidebar .site-main > article > .entry-header, .no-sidebar .site-main > article > .entry-content > *, .layout, article.post > .entry-content > *, .page-contact .contact-block {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
}
@media (max-width: 599px) {
}
.layout-min {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
}
@media (min-width: 900px) {
  .site-main {
    margin-right: 50px;
  }
}
.site-content {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-wrapper, .header-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 900px) {
}
.entry-content .layout-max {
  max-width: 1200px !important;
}
.entry-content .layout-min {
  max-width: 680px !important;
}
article.post {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.lead {
  font-size: 22px;
  line-height: 30px;
}
.icon-content {
  width: 40px;
  height: 40px;
}
@media (max-width: 899px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) {
  .wp-block-columns .wp-block-column {
    flex-wrap: nowrap;
    flex-basis: 50%;
    flex-grow: 0;
  }
}
@media (max-width: 899px) {
  .wp-block-columns .wp-block-column {
    flex-wrap: wrap !important;
    flex-basis: 100%;
  }
}
@media (max-width: 899px) {
  .wp-block-columns .wp-block-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-columns .wp-block-column p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .wp-block-spacer {
    display: none;
  }
}
@media (min-width: 900px) {
  .linebox {
    border-bottom: 1px solid #e2e2e2;
  }
}
.linebox:last-of-type {
  border-bottom: none;
}
.linebox > * {
  position: relative;
  margin: 0 !important;
  padding: 32px;
}
@media (max-width: 899px) {
  .linebox > * {
    border: 1px solid #e2e2e2;
  }
}
@media (min-width: 900px) {
  .linebox > * + *:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e2e2e2;
  }
}
/*--------------------------------------------------------------
 # Services
 --------------------------------------------------------------*/
.services-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 900px) {
  .services-list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1px;
  }
}
@media (min-width: 1200px) {
  .services-list {
    display: table;
    table-layout: fixed;
  }
}
@media (max-width: 599px) {
  .services-list {
    margin-left: -13px;
    margin-right: -12px;
  }
}
.services-list > li {
  border-bottom: 1px solid #fff;
  margin: 0;
  background-color: #383838;
  color: #fff;
  text-align: center;
}
@media (min-width: 900px) {
  .services-list > li {
    width: 50%;
    border-left: 1px solid #fff;
  }
}
@media (min-width: 1200px) {
  .services-list > li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
}
.services-list > li > div {
  padding: 30px 20px 40px;
  line-height: 1.25;
}
.services-list > li .title {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
}
.services-list > li .title a {
  color: inherit;
  text-decoration: none;
}
.services-list > li .symbol {
  font-size: 28px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  margin: 0 0 10px;
  display: block;
}
.services-list > li.last-offer {
  background-color: #c40018;
}
.services-list > li.last-offer > div {
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}
.services-list > li.last-offer > div .title {
  margin-top: 68px;
}
@media (max-width: 599px) {
}
/*--------------------------------------------------------------
 # Contact
 --------------------------------------------------------------*/
.page-contact .full-width.map {
  margin-top: -10%;
  z-index: -1;
  padding-bottom: 60%;
}
.page-contact .contact-form {
  position: relative;
  z-index: 1;
}
.contact-block {
  margin: 50px 0;
}
@media (min-width: 1200px) {
  .contact-block {
    display: table;
    width: 100%;
  }
}
.no-sidebar .contact-block {
  max-width: 1200px !important;
  width: auto;
  margin-top: 15%;
}
@media (min-width: 900px) {
  .no-sidebar .contact-block {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
}
@media (min-width: 1200px) {
  .contact-block .contact-form, .contact-block .contact-persons {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}
.contact-block .contact-form {
  padding-right: 6%;
  padding-left: 8%;
}
.contact-block .contact-form label {
  font-weight: 600;
  font-size: 22px;
  margin-top: 40px;
  display: block;
}
.contact-block .contact-form input[type="text"], .contact-block .contact-form input[type="email"], .contact-block .contact-form textarea {
  margin-top: 5px;
}
.contact-block .contact-persons {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .contact-block .contact-persons {
    margin-top: 80px;
  }
}
.contact-block .contact-persons .person-frame {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.contact-block .contact-persons .person-frame:before {
  content: '';
  border-top: 2px solid #e2e2e2;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
}
@media (min-width: 600px) {
  .contact-block .contact-persons .person-frame {
    width: 50%;
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 599px) {
}
@media (min-width: 600px) {
  .contact-block .contact-persons .person-frame + .person-frame {
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 599px) {
  .contact-block .contact-persons .person-frame:last-child {
    margin-bottom: 0;
  }
}
.contact-block .contact-persons .person-frame .photo img {
  width: 100px;
}
.contact-block .contact-persons .person-frame .name {
  font-size: 34px;
  line-height: 1;
  margin: 20px 0 10px;
}
.contact-block .contact-persons .person-frame .position {
  font-size: 15px;
  font-weight: bold;
  margin: 2px 0 4px;
}
.contact-block .contact-persons .person-frame .description {
  margin: 0;
}
.linkedin {
  margin: 15px 0;
}
.linkedin svg {
  fill: #0077b5;
  width: 26px;
  height: 26px;
  top: 2px;
  position: relative;
}
.contact-form-icon {
  margin: 20px 0;
}
.contact-form-icon svg {
  fill: #c40018;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  font-size: 14px;
  border: 0;
  padding: 0;
  top: auto;
  left: auto;
  background-color: transparent;
}
input + span.wpcf7-not-valid-tip {
  margin-top: 4px;
}
.wpcf7-not-valid {
  border-bottom-color: #f40 !important;
}
div.wpcf7-response-output {
  margin-left: 0;
}
div.wpcf7-validation-errors {
  border-color: #f40;
}
.wpcf7-submit {
  margin-top: 20px;
}
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  font-size: 13px;
  color: #666;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"], .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  margin-right: 10px;
}
.acceptance-terms .wpcf7-list-item label {
  margin-left: 0;
  font-size: 13px;
  color: #666;
  margin-top: 0;
}
.wpcf7 + .contact-block {
  margin-top: 15%;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
/*--------------------------------------------------------------
 # Loops styling
 --------------------------------------------------------------*/
.site-main .loop {
  margin-top: 5%;
  margin-bottom: 5%;
}
.site-main .loop .loop-wrapper article {
  margin-bottom: 10%;
}
.site-main .loop .loop-wrapper article > div {
  margin: 0;
}
.site-main .loop .loop-wrapper article .entry-content {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .site-main .loop.loop-casestudies .loop-wrapper, .site-main .loop.loop-services .loop-wrapper {
    display: flex;
    flex-flow: row wrap;
  }
}
.site-main .loop.loop-casestudies .loop-wrapper > article, .site-main .loop.loop-services .loop-wrapper > article {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.site-main .loop.loop-casestudies .loop-wrapper > article > div, .site-main .loop.loop-services .loop-wrapper > article > div {
  height: 100%;
  padding: 30px 40px;
  background-color: #383838;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.site-main .loop.loop-casestudies .entry-title, .site-main .loop.loop-services .entry-title {
  font-size: 38px;
  margin-top: 0;
}
.site-main .loop.loop-casestudies .entry-title a, .site-main .loop.loop-services .entry-title a {
  color: inherit;
  text-decoration: none;
}
.site-main .loop.loop-casestudies .meta-title, .site-main .loop.loop-services .meta-title {
  margin: 0 0 5px;
  font-weight: 600;
}
.site-main .loop.loop-casestudies .meta-title + .entry-title, .site-main .loop.loop-services .meta-title + .entry-title {
  margin-top: 5px;
}
.site-main .loop.loop-casestudies .cta, .site-main .loop.loop-services .cta {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .site-main .loop.loop-casestudies {
    margin-left: -12px;
    margin-right: -13px;
  }
}
@media (min-width: 900px) {
  .site-main .loop.loop-casestudies .loop-wrapper > article {
    width: 50%;
  }
}
.site-main .loop.loop-services {
  text-align: center;
  max-width: 1200px !important;
}
@media (min-width: 900px) {
  .site-main .loop.loop-services {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
}
@media (max-width: 599px) {
  .site-main .loop.loop-services {
    margin-left: -12px;
    margin-right: -13px;
  }
}
@media (min-width: 900px) {
  .site-main .loop.loop-services .loop-wrapper > article {
    width: 33.333%;
  }
}
.site-main .loop.loop-services .symbol {
  font-size: 28px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  margin: 0 0 10px;
  display: block;
}
.site-main .loop.loop-services .entry-title {
  margin-bottom: 10px;
}
.site-main .loop.loop-post .entry-content p:first-child {
  margin-top: 5px;
}
.site-main .loop.loop-post .entry-content p:last-child {
  margin-bottom: 10px;
}
