/*!
Theme Name: Gyant
Theme URI: http://vonnda.com
Author: Vonnda
Author URI: http://vonnda.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gyant
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.

Gyant 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/
*/
/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Vars & mixins
--------------------------------------------------------------*/
@font-face {
  font-family: "DM Serif Text Regular";
  src: url("./fonts/DMSerifText-Regular.woff2") format("woff2"), url("./fonts/DMSerifText-Regular.woff") format("woff"), url("./fonts/DMSerifText-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "DM Serif Text Regular";
  src: url("./fonts/DMSerifText-Italic.woff2") format("woff2"), url("./fonts/DMSerifText-Italic.woff") format("woff"), url("./fonts/DMSerifText-Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "Livvic Regular";
  src: url("./fonts/Livvic-Regular.woff2") format("woff2"), url("./fonts/Livvic-Regular.woff") format("woff"), url("./fonts/Livvic-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Livvic Regular";
  src: url("./fonts/Livvic-Bold.woff2") format("woff2"), url("./fonts/Livvic-Bold.woff") format("woff"), url("./fonts/Livvic-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html {
  width: 100%;
  min-height: 100%; }

body {
  width: 100%;
  min-height: 100%;
  background-color: #FFFFFF;
  background-image: linear-gradient(0deg, #FEF5D7 0%, #FFFFFF 40%, #FFFFFF 60%, #FEF5D7 100%);
  font-family: "Livvic Regular", sans-serif;
  color: #282828;
  line-height: 1.4;
  font-size: 16px;
  padding-top: 90px; }
  body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #FFFFFF;
    background-image: linear-gradient(0deg, #FEF5D7 0%, #FFFFFF 40%, #FFFFFF 60%, #FEF5D7 100%); }
  body * {
    box-sizing: border-box; }
  body img {
    max-width: 100%; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.site-footer {
  display: block;
  width: 100%;
  clear: both; }
  .site-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-footer__menu {
    display: flex;
    background: #218CCE;
    color: #FFFFFF;
    padding: 20px;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .site-footer__menu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .site-footer__menu ul li {
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .site-footer__menu ul li {
          width: 50%; } }
      .site-footer__menu ul li a {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none; }
  .site-footer__secondary-menu {
    display: flex;
    background: #5198D1;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .site-footer__secondary-menu {
        font-size: 10px; } }
    .site-footer__secondary-menu ul li {
      display: block;
      padding-left: 10px;
      padding-right: 10px;
      border-left: 1px solid #FFFFFF;
      line-height: 13px; }
      .site-footer__secondary-menu ul li:first-child {
        border-left: 0; }
      .site-footer__secondary-menu ul li a {
        color: #FFFFFF;
        text-decoration: none; }
    .site-footer__secondary-menu p {
      margin: 0; }

#demo-request {
  position: fixed;
  z-index: 99999;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #C9E6F4 0%, #E5F1F6 100%);
  overflow: hidden;
  width: 0;
  opacity: 0;
  left: 100%;
  transition: all 0.4s ease-in-out; }
  #demo-request.active {
    left: 0;
    width: 100%;
    opacity: 1; }
  #demo-request .close-modal {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 35px;
    top: 35px;
    background: url(./images/close.svg) center center no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      #demo-request .close-modal {
        top: 10px;
        right: 10px; } }
  #demo-request h3 {
    font-size: 46px;
    line-height: 63px;
    text-align: center;
    font-family: "DM Serif Text Regular", serif;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      #demo-request h3 {
        font-size: 36px;
        line-height: 44px; } }
  #demo-request form {
    width: 100%;
    max-width: 620px; }
    @media only screen and (max-width: 768px) {
      #demo-request form {
        padding: 20px; } }
    #demo-request form .flex-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap; }
      #demo-request form .flex-row .wpcf7-form-control-wrap {
        width: 100%;
        display: block;
        margin-bottom: 20px; }
      #demo-request form .flex-row.two .wpcf7-form-control-wrap {
        width: calc(50% - 5px); }
        @media only screen and (max-width: 768px) {
          #demo-request form .flex-row.two .wpcf7-form-control-wrap {
            width: 100%; } }
    #demo-request form input[type="text"], #demo-request form input[type="email"] {
      border: 1px solid #D2F3FF;
      border-radius: 4px;
      background-color: #FFFFFF;
      height: 50px;
      width: 100%;
      padding: 0px 14px; }
    #demo-request form textarea {
      border: 1px solid #D2F3FF;
      border-radius: 4px;
      background-color: #FFFFFF;
      width: 100%;
      height: 120px;
      padding: 14px; }
    #demo-request form input[type="submit"] {
      padding: 20px 44px;
      background: #218CCE;
      color: #FFFFFF;
      border: 0;
      font-size: 16px;
      border-radius: 27px;
      transition: all 0.2s;
      cursor: pointer; }
      #demo-request form input[type="submit"]:hover {
        background: #FCC30A;
        color: #282828; }

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: background 0.2s;
  background: linear-gradient(#fef5d7, rgba(254, 247, 224, 0.8)); }
  @media only screen and (max-width: 768px) {
    .site-header {
      background: linear-gradient(#fef5d7, rgba(254, 247, 224, 0.8)); } }
  .admin-bar .site-header {
    top: 32px; }
  .page-template-template-about .site-header, .blog .site-header, .single-post .site-header {
    background: linear-gradient(#fef5d7, rgba(254, 247, 224, 0.8)); }
  .site-header__wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 1300px;
    justify-content: space-between;
    align-items: center; }
    .site-header__wrapper .logo {
      width: 200px;
      max-width: 50%; }
      .site-header__wrapper .logo img {
        display: block;
        width: 100%; }
      @media only screen and (max-width: 768px) {
        .site-header__wrapper .logo {
          width: 130px; } }

.main-navigation .menu-toggle {
  display: none; }
  @media only screen and (max-width: 768px) {
    .main-navigation .menu-toggle {
      display: block;
      width: 28px;
      height: 20px;
      background: url(./images/hamburger.svg) center center no-repeat;
      background-size: cover;
      box-shadow: none;
      text-transform: uppercase;
      text-indent: -99999px;
      border: 0;
      padding: 0; }
      .main-navigation .menu-toggle:focus, .main-navigation .menu-toggle:active {
        box-shadow: none;
        outline: none; } }

.main-navigation .menu-main-menu-container, .main-navigation .menu-mobile-menu-container {
  display: block;
  width: auto; }
  .main-navigation .menu-main-menu-container ul.menu, .main-navigation .menu-mobile-menu-container ul.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center; }
    .main-navigation .menu-main-menu-container ul.menu li, .main-navigation .menu-mobile-menu-container ul.menu li {
      margin-left: 35px; }
      .main-navigation .menu-main-menu-container ul.menu li:first-child, .main-navigation .menu-mobile-menu-container ul.menu li:first-child {
        margin-left: 0; }
      .main-navigation .menu-main-menu-container ul.menu li a, .main-navigation .menu-mobile-menu-container ul.menu li a {
        font-size: 15px;
        line-height: 19px;
        font-weight: bold;
        color: #4B4A4A;
        text-decoration: none;
        transition: all 0.2s;
        display: block; }
        .main-navigation .menu-main-menu-container ul.menu li a:hover, .main-navigation .menu-mobile-menu-container ul.menu li a:hover {
          text-decoration: none;
          color: #218CCE; }
      .main-navigation .menu-main-menu-container ul.menu li.call-to-action a, .main-navigation .menu-mobile-menu-container ul.menu li.call-to-action a {
        font-weight: 400;
        color: #218CCE;
        border: 1px solid #218CCE;
        padding: 15px 26px;
        border-radius: 26px;
        background: transparent; }
        .main-navigation .menu-main-menu-container ul.menu li.call-to-action a:hover, .main-navigation .menu-mobile-menu-container ul.menu li.call-to-action a:hover {
          background: #218CCE;
          color: #FFFFFF; }

.main-navigation .menu-mobile-menu-container {
  display: none; }

@media only screen and (max-width: 768px) {
  .main-navigation .menu-main-menu-container, .main-navigation .menu-mobile-menu-container {
    display: block;
    position: fixed;
    z-index: 99998;
    left: 0;
    bottom: 100%;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    background-color: #FFFFFF;
    background-image: linear-gradient(0deg, #FEF5D7 0%, #FFFFFF 40%, #FFFFFF 60%, #FEF5D7 100%); }
    .main-navigation .menu-main-menu-container ul#primary-menu, .main-navigation .menu-main-menu-container ul#mobile-menu, .main-navigation .menu-mobile-menu-container ul#primary-menu, .main-navigation .menu-mobile-menu-container ul#mobile-menu {
      position: absolute;
      width: 100%;
      height: calc(100% - 100px);
      left: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .main-navigation .menu-main-menu-container ul#primary-menu li, .main-navigation .menu-main-menu-container ul#mobile-menu li, .main-navigation .menu-mobile-menu-container ul#primary-menu li, .main-navigation .menu-mobile-menu-container ul#mobile-menu li {
        margin-left: 0;
        margin-bottom: 30px; }
        .main-navigation .menu-main-menu-container ul#primary-menu li.call-to-action > a, .main-navigation .menu-main-menu-container ul#mobile-menu li.call-to-action > a, .main-navigation .menu-mobile-menu-container ul#primary-menu li.call-to-action > a, .main-navigation .menu-mobile-menu-container ul#mobile-menu li.call-to-action > a {
          background: #218CCE;
          color: #FFFFFF; }
  .main-navigation .menu-main-menu-container {
    display: none; }
  .main-navigation.toggled .menu-toggle {
    width: 26px;
    height: 26px;
    background: url(./images/close.svg) center center no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 99999;
    left: 50%;
    margin-left: -13px; }
  .main-navigation.toggled .menu-main-menu-container, .main-navigation.toggled .menu-mobile-menu-container {
    bottom: 0;
    opacity: 1; } }

/*--------------------------------------------------------------
# pages
--------------------------------------------------------------*/
.page-template-default #content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 75vh; }

.page-template-template-about .about-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 100px 10px 80px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  .page-template-template-about .about-top .fp-tableCell {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1280px; }
  @media only screen and (max-width: 768px) {
    .page-template-template-about .about-top {
      flex-direction: column;
      text-align: center;
      height: auto !important; }
      .page-template-template-about .about-top .fp-tableCell {
        flex-direction: column;
        text-align: center;
        height: auto !important; } }
  .page-template-template-about .about-top .about-blobs {
    position: absolute;
    left: -40px;
    top: 64px;
    width: 380px;
    height: 380px; }
    .page-template-template-about .about-top .about-blobs .blob {
      max-height: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      z-index: 11;
      animation: bloby 60s ease-in-out infinite; }
    .page-template-template-about .about-top .about-blobs .blob2 {
      max-height: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      z-index: 11;
      transform: rotate(0deg);
      animation: bloby-reverse 70s ease-in-out infinite; }
  .page-template-template-about .about-top__text {
    flex-basis: 55%;
    position: relative;
    z-index: 15;
    padding-right: 100px; }
    @media only screen and (max-width: 768px) {
      .page-template-template-about .about-top__text {
        width: 100%;
        padding-right: 0;
        flex-basis: 100%; } }
    .page-template-template-about .about-top__text h1 {
      font-size: 46px;
      line-height: 63px;
      color: #282828;
      font-weight: 400;
      font-family: "DM Serif Text Regular", serif;
      margin-bottom: 20px;
      font-family: "DM Serif Text Regular", serif;
      line-height: 63px;
      font-size: 46px;
      margin-bottom: 30px;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        .page-template-template-about .about-top__text h1 {
          font-size: 38px;
          line-height: 50px; } }
    .page-template-template-about .about-top__text h4 {
      font-size: 19px;
      line-height: 38px;
      font-weight: 400;
      margin-bottom: 30px; }
    .page-template-template-about .about-top__text p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 400; }
  .page-template-template-about .about-top__image {
    flex-basis: 45%;
    position: relative; }
    .page-template-template-about .about-top__image .about-blobs2 {
      position: absolute;
      right: -15%;
      top: -24%;
      z-index: 1;
      width: 130%;
      height: 130%; }
      .page-template-template-about .about-top__image .about-blobs2 .blob {
        animation: bloby-reverse 50s ease-in-out infinite;
        width: 100%;
        height: 100%; }
    .page-template-template-about .about-top__image img {
      position: relative;
      z-index: 8;
      margin-top: 36px; }
    @media only screen and (max-width: 768px) {
      .page-template-template-about .about-top__image {
        flex-basis: 100%; } }

.page-template-template-about .about-title {
  font-size: 46px;
  line-height: 63px;
  color: #282828;
  font-weight: 400;
  font-family: "DM Serif Text Regular", serif;
  margin-bottom: 20px;
  font-family: "DM Serif Text Regular", serif;
  line-height: 63px;
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 400;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .page-template-template-about .about-title {
      font-size: 38px;
      line-height: 50px; } }

.page-template-template-about .about-values__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 100px 10px 80px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.page-template-template-about .about-values__hold {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }

.page-template-template-about .about-values__value {
  display: block;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .page-template-template-about .about-values__value {
      width: 50%; } }
  @media only screen and (max-width: 640px) {
    .page-template-template-about .about-values__value {
      width: 100%;
      text-align: center; } }
  .page-template-template-about .about-values__value img {
    height: 46px;
    width: auto; }
  .page-template-template-about .about-values__value h5 {
    font-family: "DM Serif Text Regular", serif;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    margin: 16px 0px 10px; }
  .page-template-template-about .about-values__value p {
    font-size: 16px;
    line-height: 26px;
    margin: 0; }

.page-template-template-about .section {
  background: transparent; }

.page-template-template-about .about-team__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 100px 10px 80px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.page-template-template-about .about-team__hold {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }
  .page-template-template-about .about-team__hold.second {
    width: 50%; }
    .page-template-template-about .about-team__hold.second .about-team__person {
      width: 50%; }

.page-template-template-about .about-team__person {
  display: block;
  width: 20%;
  text-align: center;
  padding: 50px 10px; }
  @media only screen and (max-width: 768px) {
    .page-template-template-about .about-team__person {
      width: 50%; } }
  @media only screen and (max-width: 640px) {
    .page-template-template-about .about-team__person {
      width: 100%; } }
  .page-template-template-about .about-team__person img {
    display: block;
    margin: 0 auto; }
  .page-template-template-about .about-team__person h5 {
    font-family: "DM Serif Text Regular", serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 4px;
    white-space: nowrap; }
  .page-template-template-about .about-team__person p {
    font-family: "DM Serif Text Regular", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    text-align: center; }

.page-template-template-about .section.has-laptop {
  overflow: hidden;
  background: transparent; }
  .page-template-template-about .section.has-laptop .call-to-action {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 40px;
    text-decoration: none;
    background: #218CCE;
    border: 1px solid #218CCE;
    border-radius: 30px;
    transition: all 0.3s; }
    .page-template-template-about .section.has-laptop .call-to-action:hover {
      text-decoration: none;
      background: #FCC30A;
      color: #282828;
      border-color: #FCC30A; }
  .page-template-template-about .section.has-laptop .section__wrapper {
    display: flex;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1180px) {
      .page-template-template-about .section.has-laptop .section__wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 768px) {
      .page-template-template-about .section.has-laptop .section__wrapper {
        flex-direction: column;
        flex-wrap: nowrap; } }
    @media only screen and (max-width: 640px) {
      .page-template-template-about .section.has-laptop .section__wrapper {
        overflow: hidden; } }
    @media only screen and (max-width: 640px) {
      .page-template-template-about .section.has-laptop .section__wrapper {
        overflow: hidden;
        padding-bottom: 140px; } }
  .page-template-template-about .section.has-laptop .fp-scroller {
    overflow: visible; }
  .page-template-template-about .section.has-laptop .section__image {
    width: 60%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page-template-template-about .section.has-laptop .section__image {
        width: 100%;
        order: 2; } }
    .page-template-template-about .section.has-laptop .section__image .section__text {
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .page-template-template-about .section.has-laptop .section__image .section__text {
          width: 100%;
          order: 1;
          text-align: center; } }
    .page-template-template-about .section.has-laptop .section__image .img-laptop {
      position: relative;
      right: 0;
      float: right;
      max-width: initial;
      z-index: 11; }
      @media only screen and (max-width: 768px) {
        .page-template-template-about .section.has-laptop .section__image .img-laptop {
          transform: translateY(0px);
          bottom: 0;
          max-width: 100%; } }
    .page-template-template-about .section.has-laptop .section__image .blobs {
      width: 130%;
      right: 0; }
      @media only screen and (max-width: 640px) {
        .page-template-template-about .section.has-laptop .section__image .blobs {
          width: 100%; } }
  .page-template-template-about .section.has-laptop .section__text {
    width: 40%; }
    .page-template-template-about .section.has-laptop .section__text h2 {
      font-size: 46px;
      line-height: 63px;
      color: #282828;
      font-weight: 400;
      font-family: "DM Serif Text Regular", serif;
      margin-bottom: 20px;
      font-size: 46px;
      line-height: 63px; }
      @media only screen and (max-width: 768px) {
        .page-template-template-about .section.has-laptop .section__text h2 {
          font-size: 38px;
          line-height: 50px; } }
    @media only screen and (max-width: 768px) {
      .page-template-template-about .section.has-laptop .section__text {
        width: 100%;
        order: 1;
        text-align: center; } }

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.blobs {
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center; }
  .blobs.first {
    position: fixed;
    right: 5px;
    top: 60px; }
  @media only screen and (max-width: 768px) {
    .blobs {
      overflow: hidden; } }
  .blobs .blob {
    max-height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 11; }
  .blobs .blob {
    animation: bloby 60s ease-in-out infinite; }

@keyframes bloby {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bloby-reverse {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg); } }
  .blobs .blob2 {
    max-height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 11;
    transform: rotate(0deg); }
  .blobs .blob2 {
    animation: bloby-reverse 70s ease-in-out infinite; }

#main.site-main {
  overflow: hidden; }

.blobs.first {
  opacity: 1;
  transition: opacity 0.5s; }

.hideelements .blobs.first {
  opacity: 0; }

#fullpage {
  z-index: 12; }
  #fullpage .fp-scrollable {
    width: 100%; }
  #fullpage .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center; }
  #fullpage .call-to-action {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 40px;
    text-decoration: none;
    background: #218CCE;
    border: 1px solid #218CCE;
    border-radius: 30px;
    transition: all 0.3s; }
    #fullpage .call-to-action:hover {
      text-decoration: none;
      background: #FCC30A;
      color: #282828;
      border-color: #FCC30A; }
  #fullpage .section {
    position: relative;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FEF5D7 10%, #FEF5D7 30%, #FFFFFF 45%, #FFFFFF 100%); }
    @media only screen and (max-width: 768px) {
      #fullpage .section {
        height: auto !important; }
        #fullpage .section .fp-tableCell {
          height: auto !important; } }
    #fullpage .section.no-bg {
      background: transparent; }
    #fullpage .section__wrapper {
      display: flex;
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      position: relative;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1180px) {
        #fullpage .section__wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      @media only screen and (max-width: 768px) {
        #fullpage .section__wrapper {
          flex-direction: column;
          flex-wrap: nowrap; } }
      @media only screen and (max-width: 640px) {
        #fullpage .section__wrapper {
          overflow: hidden; } }
    #fullpage .section__text {
      width: 50%;
      position: relative;
      z-index: 15; }
      @media only screen and (max-width: 768px) {
        #fullpage .section__text {
          width: 100%;
          padding-top: 60px;
          padding-bottom: 60px;
          text-align: center; } }
      #fullpage .section__text .logos {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: center;
        align-items: center; }
        #fullpage .section__text .logos li {
          text-align: center;
          margin-bottom: 20px; 
		  padding: 0px 10px 0px 10px;}
          #fullpage .section__text .logos li img {
            height: 24px;}
          #fullpage .section__text .logos li.osf {
            text-align: left; }
            #fullpage .section__text .logos li.osf img {
              margin-left: -20px; }
              @media only screen and (max-width: 640px) {
                #fullpage .section__text .logos li.osf img {
                  margin-left: 0;
                  max-height: 35px; } }
          #fullpage .section__text .logos li.mass {
            text-align: left; }
            #fullpage .section__text .logos li.mass img {
              margin-left: 13px; }
              @media only screen and (max-width: 640px) {
                #fullpage .section__text .logos li.mass img {
                  max-height: 35px; } }
      #fullpage .section__text h2 {
        font-size: 46px;
        line-height: 63px;
        color: #282828;
        font-weight: 400;
        font-family: "DM Serif Text Regular", serif;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          #fullpage .section__text h2 {
            font-size: 38px;
            line-height: 50px; } }
      #fullpage .section__text p {
        font-size: 19px;
        line-height: 38px;
        color: #282828;
        margin-bottom: 25px; }
    #fullpage .section__image {
      width: 50%;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      position: relative;
      z-index: 15; }
      @media only screen and (max-width: 768px) {
        #fullpage .section__image {
          width: 100%;
          align-items: center;
          justify-content: center;
          padding-left: 30px;
          padding-right: 30px; } }
      #fullpage .section__image img {
        display: block; }
      #fullpage .section__image .phone-wrapper {
        display: block;
        width: 400px;
        height: 760px;
        background: url(./images/phone-base4.svg) top center no-repeat;
        background-size: 100% auto;
        padding: 80px 36px 80px;
        margin-left: 0px;
        position: fixed;
        transition: all 0.5s;
        opacity: 1;
        bottom: -64px; }
        @media (min-height: 900px) {
          #fullpage .section__image .phone-wrapper {
            bottom: -40px; } }
        @media (max-height: 860px) {
          #fullpage .section__image .phone-wrapper {
            top: 110px; } }
        #fullpage .section__image .phone-wrapper.hide {
          display: none; }
          @media only screen and (max-width: 768px) {
            #fullpage .section__image .phone-wrapper.hide {
              display: block; } }
        @media only screen and (max-width: 768px) {
          #fullpage .section__image .phone-wrapper {
            top: 0; } }
        @media only screen and (max-width: 640px) {
          #fullpage .section__image .phone-wrapper {
            height: 600px; } }
        .hideelements #fullpage .section__image .phone-wrapper {
          opacity: 0; }
        #fullpage .section__image .phone-wrapper img {
          margin-bottom: 0px; }
        #fullpage .section__image .phone-wrapper .text-ani {
          display: block;
          opacity: 0;
          transform: translateY(30px);
          transition: all 0.5s;
          max-width: 90%; }
          #fullpage .section__image .phone-wrapper .text-ani.active {
            opacity: 1;
            transform: translateY(0); }
        #fullpage .section__image .phone-wrapper .text-1 {
          width: 70%;
          float: left; }
        #fullpage .section__image .phone-wrapper .size-88 {
          width: 88%; }
        #fullpage .section__image .phone-wrapper .text-2 {
          width: 64%;
          float: right;
          clear: both; }
          #fullpage .section__image .phone-wrapper .text-2.smaller {
            width: 45%; }
          #fullpage .section__image .phone-wrapper .text-2.small {
            width: 55%; }
          #fullpage .section__image .phone-wrapper .text-2.bigger {
            width: 70%; }
        #fullpage .section__image .phone-wrapper .text-3 {
          width: 70%;
          float: left;
          clear: both; }
        #fullpage .section__image .phone-wrapper .text-4 {
          width: 90%; }
        #fullpage .section__image .phone-wrapper .text-5 {
          margin-bottom: 12px;
          width: 100%;
          max-width: 100%; }
        #fullpage .section__image .phone-wrapper .text-6 {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          float: none;
          clear: both;
          margin-top: 10px; }
          #fullpage .section__image .phone-wrapper .text-6.smaller {
            width: 75%; }
        @media only screen and (max-width: 768px) {
          #fullpage .section__image .phone-wrapper {
            position: relative;
            margin-left: 0; } }
    #fullpage .section.has-laptop {
      z-index: 100; }
      @media only screen and (max-width: 640px) {
        #fullpage .section.has-laptop {
          overflow: hidden;
          padding-bottom: 0px; }
          #fullpage .section.has-laptop .section__image {
            padding-left: 10px;
            padding-right: 10px; } }
      #fullpage .section.has-laptop .fp-scroller {
        overflow: visible; }
      #fullpage .section.has-laptop .fp-tableCell {
        flex-direction: column; }
      #fullpage .section.has-laptop .section__image {
        width: 60%;
        position: relative; }
        @media only screen and (max-width: 768px) {
          #fullpage .section.has-laptop .section__image {
            width: 100%;
            order: 2; } }
        #fullpage .section.has-laptop .section__image .img-laptop {
          position: relative;
          bottom: 0;
          right: 0;
          max-width: initial;
          z-index: 11; }
          @media only screen and (max-width: 768px) {
            #fullpage .section.has-laptop .section__image .img-laptop {
              transform: translateY(0px);
              bottom: 0;
              max-width: calc(100% + 40px); } }
        #fullpage .section.has-laptop .section__image .blobs {
          width: 130%;
          right: 0; }
          @media only screen and (max-width: 640px) {
            #fullpage .section.has-laptop .section__image .blobs {
              width: 100%; } }
      #fullpage .section.has-laptop .section__text {
        width: 40%; }
        @media only screen and (max-width: 768px) {
          #fullpage .section.has-laptop .section__text {
            width: 100%;
            order: 1; } }
    #fullpage .section__box {
      width: 45%;
      text-align: center;
      padding: 20px 20px 20px; }
      @media only screen and (max-width: 640px) {
        #fullpage .section__box {
          width: 100%; } }
      #fullpage .section__box h3 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 30px;
        color: #218CCE;
        margin-bottom: 20px;
        margin-top: 0; }
      #fullpage .section__box h4 {
        font-size: 22px;
        line-height: 33px;
        font-weight: 400;
        font-family: "DM Serif Text Regular", serif;
        margin-bottom: 12px;
        margin-top: 0; }
      #fullpage .section__box p {
        font-size: 16px;
        line-height: 26px; }
      #fullpage .section__box .smaller-blobs {
        position: relative;
        width: 100%;
        height: 220px; }
        #fullpage .section__box .smaller-blobs .blob {
          max-height: 140%;
          width: 140%;
          position: absolute;
          right: -20%;
          top: -20%;
          z-index: 11; }
        #fullpage .section__box .smaller-blobs .blob {
          animation: bloby 30s ease-in-out  infinite; }
        #fullpage .section__box .smaller-blobs .blob2 {
          max-height: 140%;
          width: 140%;
          position: absolute;
          right: -20%;
          top: -20%;
          z-index: 11; }
        #fullpage .section__box .smaller-blobs .blob2 path {
          animation: bloby-reverse 40s ease-in-out  infinite; }
        #fullpage .section__box .smaller-blobs .blue-circle {
          position: absolute;
          width: 160px;
          height: 160px;
          padding: 27px;
          left: 50%;
          top: 50%;
          margin-left: -80px;
          margin-top: -80px;
          z-index: 20;
          background: #218CCE;
          border-radius: 50%;
          color: #FFFFFF;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-evenly; }
          #fullpage .section__box .smaller-blobs .blue-circle .percent {
            font-size: 46px;
            line-height: 26px;
            font-family: "DM Serif Text Regular", serif; }
          #fullpage .section__box .smaller-blobs .blue-circle .desc {
            font-size: 12px;
            font-weight: 500;
            line-height: 18px; }
    #fullpage .section.boxes {
      padding-top: 0px;
      padding-bottom: 0px;
      z-index: 100;
      opacity: 0;
      transform: translateY(400px);
      transition: all 0.6s; }
      .hideelements #fullpage .section.boxes {
        transform: translateY(0);
        opacity: 1; }

.page-template-template-homepage .site-footer, .page-template-template-about .site-footer {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 5000;
  transition: all 0.5s; }

.page-template-template-homepage.fp-viewing-3 .site-footer, .page-template-template-about.fp-viewing-3 .site-footer {
  bottom: 0; }

.page-template-template-about .site-footer {
  position: absolute; }

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.blog h1.page-title {
  font-size: 46px;
  line-height: 63px;
  color: #282828;
  font-weight: 400;
  font-family: "DM Serif Text Regular", serif;
  margin-bottom: 20px;
  font-family: "DM Serif Text Regular", serif;
  font-size: 46px;
  line-height: 63px;
  font-weight: 400;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .blog h1.page-title {
      font-size: 38px;
      line-height: 50px; } }

.blog .posts-wrapper {
  width: 100%;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
  .blog .posts-wrapper article.post {
    width: calc(33.33% - 26px);
    background: #FFFFFF;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .blog .posts-wrapper article.post {
        width: calc(50% - 10px); } }
    @media only screen and (max-width: 640px) {
      .blog .posts-wrapper article.post {
        width: 100%; } }
    .blog .posts-wrapper article.post .post-img {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-bottom: 80%; }
      @media only screen and (max-width: 768px) {
        .blog .posts-wrapper article.post .post-img {
          padding-bottom: 60%; } }
    .blog .posts-wrapper article.post a.post-thumbnail {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      transition: all 0.6s ease-in-out; }
      .blog .posts-wrapper article.post a.post-thumbnail:hover {
        transform: scale(1.1); }
    .blog .posts-wrapper article.post .article-wrap {
      display: block;
      padding: 24px;
      min-height: 280px; }
      @media only screen and (max-width: 768px) {
        .blog .posts-wrapper article.post .article-wrap {
          min-height: 218px; } }
      .blog .posts-wrapper article.post .article-wrap h2 {
        font-family: "DM Serif Text Regular", serif;
        font-size: 22px;
        line-height: 33px;
        font-weight: 400;
        color: #282828;
        margin-top: 0;
        margin-bottom: 14px; }
        .blog .posts-wrapper article.post .article-wrap h2 a {
          color: #282828;
          text-decoration: none;
          transition: all 0.2s; }
          .blog .posts-wrapper article.post .article-wrap h2 a:hover {
            color: #218CCE; }
      .blog .posts-wrapper article.post .article-wrap p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 16px;
        color: #282828; }
      .blog .posts-wrapper article.post .article-wrap .posted-on a {
        color: #777777;
        text-decoration: none;
        font-size: 14px; }
        .blog .posts-wrapper article.post .article-wrap .posted-on a .updated {
          display: none; }
        .blog .posts-wrapper article.post .article-wrap .posted-on a .published {
          display: block; }
    .blog .posts-wrapper article.post:nth-child(1), .blog .posts-wrapper article.post:nth-child(2) {
      width: calc(50% - 20px); }
      .blog .posts-wrapper article.post:nth-child(1) .post-img, .blog .posts-wrapper article.post:nth-child(2) .post-img {
        padding-bottom: 60%; }
      .blog .posts-wrapper article.post:nth-child(1) .article-wrap, .blog .posts-wrapper article.post:nth-child(2) .article-wrap {
        min-height: 218px; }
      @media only screen and (max-width: 768px) {
        .blog .posts-wrapper article.post:nth-child(1), .blog .posts-wrapper article.post:nth-child(2) {
          width: calc(50% - 10px); } }
      @media only screen and (max-width: 640px) {
        .blog .posts-wrapper article.post:nth-child(1), .blog .posts-wrapper article.post:nth-child(2) {
          width: 100%; } }

.blog .wp-pagenavi {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .blog .wp-pagenavi .current {
    display: none; }
  .blog .wp-pagenavi .pages {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    order: 2; }
  .blog .wp-pagenavi .nextpostslink, .blog .wp-pagenavi .previouspostslink {
    display: inline-block;
    font-size: 0px;
    border: 0;
    text-transform: uppercase;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background: url(./images/next.svg) center center no-repeat;
    background-size: cover;
    margin: 0;
    vertical-align: middle;
    order: 3; }
  .blog .wp-pagenavi .previouspostslink {
    background-image: url(./images/prev.svg);
    order: 1; }

.section.has-laptop {
  overflow: hidden;
  background-color: #FFFFFF;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #FEF5D7 10%, #FEF5D7 30%, #FFFFFF 45%, #FFFFFF 100%); }
  .section.has-laptop .call-to-action {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 40px;
    text-decoration: none;
    background: #218CCE;
    border: 1px solid #218CCE;
    border-radius: 30px;
    transition: all 0.3s; }
    .section.has-laptop .call-to-action:hover {
      text-decoration: none;
      background: #FCC30A;
      color: #282828;
      border-color: #FCC30A; }
  .section.has-laptop .section__wrapper {
    display: flex;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1180px) {
      .section.has-laptop .section__wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 768px) {
      .section.has-laptop .section__wrapper {
        flex-direction: column;
        flex-wrap: nowrap; } }
    @media only screen and (max-width: 640px) {
      .section.has-laptop .section__wrapper {
        overflow: hidden; } }
    @media only screen and (max-width: 640px) {
      .section.has-laptop .section__wrapper {
        overflow: hidden;
        padding-bottom: 80px; } }
  .section.has-laptop .fp-scroller {
    overflow: visible; }
  .section.has-laptop .section__image {
    width: 60%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section.has-laptop .section__image {
        width: 100%;
        order: 2; } }
    .section.has-laptop .section__image .section__text {
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .section.has-laptop .section__image .section__text {
          width: 100%;
          order: 1;
          text-align: center; } }
    .section.has-laptop .section__image .img-laptop {
      position: relative;
      right: 0;
      float: right;
      max-width: initial;
      z-index: 11; }
      @media only screen and (max-width: 768px) {
        .section.has-laptop .section__image .img-laptop {
          transform: translateY(0px);
          bottom: 0;
          max-width: 100%; } }
    .section.has-laptop .section__image .blobs {
      width: 130%;
      right: 0; }
      @media only screen and (max-width: 640px) {
        .section.has-laptop .section__image .blobs {
          width: 100%; } }
  .section.has-laptop .section__text {
    width: 40%; }
    .section.has-laptop .section__text h2 {
      font-size: 46px;
      line-height: 63px;
      color: #282828;
      font-weight: 400;
      font-family: "DM Serif Text Regular", serif;
      margin-bottom: 20px;
      font-size: 46px;
      line-height: 63px; }
      @media only screen and (max-width: 768px) {
        .section.has-laptop .section__text h2 {
          font-size: 38px;
          line-height: 50px; } }
    @media only screen and (max-width: 768px) {
      .section.has-laptop .section__text {
        width: 100%;
        order: 1;
        text-align: center; } }

.single-post #main .post {
  max-width: 700px;
  margin: 40px auto 50px;
  background: #FFFFFF;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 640px) {
    .single-post #main .post {
      margin: 10px auto 50px; } }
  .single-post #main .post .post-thumbnail img {
    width: 100%;
    height: auto !important; }
  .single-post #main .post .article-wrap {
    display: block;
    padding: 24px;
    min-height: 280px; }
    @media only screen and (max-width: 768px) {
      .single-post #main .post .article-wrap {
        min-height: 218px; } }
    .single-post #main .post .article-wrap h1 {
      font-family: "DM Serif Text Regular", serif;
      font-size: 26px;
      line-height: 36px;
      font-weight: 400;
      color: #282828;
      margin-top: 0;
      margin-bottom: 14px; }
      .single-post #main .post .article-wrap h1 a {
        color: #282828;
        text-decoration: none;
        transition: all 0.2s; }
        .single-post #main .post .article-wrap h1 a:hover {
          color: #218CCE; }
    .single-post #main .post .article-wrap p {
      font-size: 16px;
      line-height: 26px;
      margin-top: 0;
      margin-bottom: 16px;
      color: #282828; }
    .single-post #main .post .article-wrap .posted-on a {
      color: #777777;
      text-decoration: none;
      font-size: 14px; }
      .single-post #main .post .article-wrap .posted-on a .updated {
        display: none; }
      .single-post #main .post .article-wrap .posted-on a .published {
        display: block; }

/*# sourceMappingURL=maps/style.css.map */
