@charset "UTF-8";
/*
Theme Name: Hive
Theme URI: https://demos.pixelgrade.com/hive/
Author: Pixelgrade
Author URI: https://pixelgrade.com/
Description: An effortless tool for publishers of all kind, cherished for its clean masonry-style layout, modern typography and flexibility. Whether you’re looking to share your own thoughts, write about your latest findings or just have a scrapbook of photos, videos, quotes or other stuff, HIVE is designed to fulfill these and a lot more.
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hive
Domain Path: /languages/
Tags: blog, bright, clean, custom-menu, editor-style, elegant, fashion, featured-images, fixed-menu, geometric, glamorous, industrial, infinite-scroll, journal, lifestream, light, light, magazine, microformats, minimal, modern, multiple-menus, news, one-column, post-formats, responsive-layout, right-sidebar, rtl-language-support, scrapbooking, site-logo, sophisticated, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, video, white, yellow
Requires at least: 4.9.9
Tested up to: 5.7.0

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.

Hive is based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/**
 *
 * Table of Contents
 * --------------------------------------------------
 *  1.0 - Normalize
 *  2.0 - Reset
 *  3.0 - Base Styles
 *    3.1 - Typography
 *    3.2 - Images
 *    3.3 - Forms
 *  4.0 - Helpers
 *    4.1 - WordPress Core Elements
 *  5.0 - Patterns
 *  6.0 - Basic Structure
 *    6.1 - Page
 *  7.0 - Header
 *  8.0 - Navigation
 *  9.0 - Content
 *    9.1 - Archives
 *    9.2 - Pagination
 *    9.3 - Singular
 *    9.4 - Post Formats
 *    9.5 - Comments
 *    9.6 - Search Form
 *  10.0 - Sidebar
 *    10.1 - Widgets
 *  11.0 - Footer
 *  12.0 - Toolbar
 *  13.0 - Jetpack's plugins styling
 *  14.0 - Overwrites
 *
 */
/**
 * 1.0 - Normalize
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: 'Work Sans', sans-serif!important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; 
  font-family: 'Work Sans', sans-serif!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; 
  font-family: 'Work Sans', sans-serif!important;
}
h1, h2, a ,p{
  font-family: 'Work Sans', sans-serif!important;
}

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * 2.0 - Reset
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif!important;
}

*, *:before, *:after {
  box-sizing: border-box; }

abbr[title],
dfn[title] {
  cursor: help; }

u,
ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

/**
 * 3.0 - Base Styles
 *   3.1 - Typography
 */
body {
  line-height: 1.6;
  color: #3d3e40; }

h1, h2, h3, blockquote, .dropcap, .has-drop-cap[class]::first-letter, .single .entry-content:before, .page .entry-content:before {
  font-family: "Work Sans", serif!important;
  font-weight: normal;
  color: #171617; }

body, blockquote cite, .widget, div.sharedaddy .sd-social h3.sd-title {
  font-family: "Work Sans", serif!important; }

/* Headings */
h1 {
  font-size: 3.375em;
  line-height: 1.11111;
  -webkit-transform: translateY(0.22006em);
          transform: translateY(0.22006em);
  margin-top: 0.88889em;
  margin-bottom: 0.44444em; }

h2 {
  font-size: 2.25em;
  line-height: 1.33333;
  -webkit-transform: translateY(0.33117em);
          transform: translateY(0.33117em);
  margin-top: 1.33333em;
  margin-bottom: 0.66667em; }

h3 {
  font-size: 1.5em;
  line-height: 1.3;
  -webkit-transform: translateY(0.4145em);
          transform: translateY(0.4145em);
  margin-top: 2em;
  margin-bottom: 1em; }

  h2.widget-title{
    font-weight: 900;
  }
  

  .tagcloud a{
    text-overflow: ellipsis;
    overflow: hidden;
    width: unset;
    border: 1px solid #e57e21;
    margin: 2px;
    padding: 2px 5px;
    font-size: 16px!important;
    display: inline-block;
    transition: ease .3s all;
  }

  .tagcloud a:hover {
    background-color: #e57e21;
    color: #fff !important;
  }

  .bluecat-section{
    background-color: #081F41;
    display: flex;
  }

  .bluecat-section .image{
    max-width: 300px;
    width: 100%;
  }

  .bluecat-section .image img{
    max-width: inherit;
    height: 100%;
  }

  .bluecat-text .taxonomy-description{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  .bluecat-text{
    padding: 20px;
  }
  body.category .page-title{
    text-align: inherit;
    color: #fff;
    font-size: 40px;
    margin-top: 0;
  }

@media not screen and (min-width: 899px) {
  body h1 {
    font-size: 1.875em;
    line-height: 1.3;
    -webkit-transform: translateY(0.2645em);
            transform: translateY(0.2645em); }
  body h2 {
    font-size: 1.5em;
    line-height: 1.3;
    -webkit-transform: translateY(0.4145em);
            transform: translateY(0.4145em); }
  body h3 {
    font-size: 1.3125em;
    line-height: 1.14286;
    -webkit-transform: translateY(0.23593em);
            transform: translateY(0.23593em); } }

/* Paragraphs */
p {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.3;
  -webkit-transform: translateY(0.4145em);
          transform: translateY(0.4145em);
  margin-bottom: 1.5em; }

.entry-content {
  -webkit-font-smoothing: antialiased; }

/* Links */
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3); }
  a:hover {
    color: #000; }

.u-underlined-links .entry-content a {
  text-decoration: underline; }
  .u-underlined-links .entry-content a:hover {
    text-decoration: none; }

/* Lists */
acronym {
  border-bottom: 1px dotted #3d3e40; }

/* Blockquotes */
blockquote {
  position: relative;
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.44;
  margin: 0; }
  blockquote, blockquote.wp-block-quote[class] {
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em; }
  blockquote blockquote {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0; }
    blockquote blockquote:after {
      border-bottom: 0; }
  @media not screen and (min-width: 899px) {
    blockquote {
      font-size: 1.125em;
      line-height: 1.33333;
      margin-top: 2.66667em;
      margin-bottom: 2em;
      padding: 0.66667em;
      padding-top: 1.33333em;
      padding-bottom: 1.33333em; } }
  blockquote:before {
    content: '\201C';
    position: absolute;
    top: -0.5em;
    left: 50%;
    z-index: 2;
    padding: 0 0.857em;
    background: white;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  blockquote:after {
    content: '';
    display: block;
    width: 9em;
    margin-left: -4.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    border: 1px solid #c3c3c3;
    border-left: 0;
    border-right: 0; }
    .is--ancient-android .archive__grid blockquote:after {
      border-bottom: 0;
      bottom: calc(100% - 4px);
      bottom: 99%; }
  blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 0.57143em;
    line-height: 1.3;
    font-style: normal; }
  blockquote a:hover {
    color: #ffeb00; }

/* Tables */
table {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
  width: 100%;
  border-top: 0;
  table-layout: fixed; }
  table th {
    text-align: left; }
  table tr {
    border-bottom: 1px solid #d7d7d7; }
  table th, table td {
    padding: 12px;
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit; }

/* Code */
pre {
  position: relative;
  padding-left: 2.25em;
  padding-right: 2.25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #d7d7d7; }
  pre:before {
    content: "\f121";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 3px;
    font-family: FontAwesome;
    font-size: 14px;
    color: white;
    background: #d7d7d7; }

.wp-block-separator.is-style-dots:before {
  color: inherit; }

.wp-block-separator {
  border-bottom-color: currentColor;
  margin: 0 auto 1.5em; }
  .wp-block-separator:not([class*="is-style"]) {
    max-width: 100px; }

.wp-block-audio[class] {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-audio[class] audio {
    width: 100%; }

.wp-block-cover[class][class] {
  display: flex;
  margin-top: 1.125em;
  margin-bottom: 1.125em; }
  .wp-block-cover[class][class] p {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0; }

p.wp-block-subhead {
  color: inherit; }

.wp-block-code,
.wp-block-preformatted pre,
.wp-block-verse pre,
pre.wp-block-verse {
  color: inherit; }

.editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit,
.editor-block-list__layout .block-editor-block-list__block[data-align=left] .editor-block-list__block-edit {
  margin-right: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 899px) {
  .wp-block-image .alignleft,
  .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > *,
  .editor-block-list__layout .block-editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
    margin-right: 3em;
    width: auto; } }

@media only screen and (min-width: 1359px) {
  .wp-block-image .alignleft,
  .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > *,
  .editor-block-list__layout .block-editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
    margin-left: -3.75em; } }

.editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit,
.editor-block-list__layout .block-editor-block-list__block[data-align=right] .editor-block-list__block-edit {
  margin-left: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 899px) {
  .wp-block-image .alignright,
  .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > *,
  .editor-block-list__layout .block-editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
    margin-left: 3em;
    width: auto; } }

@media only screen and (min-width: 1359px) {
  .wp-block-image .alignright,
  .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > *,
  .editor-block-list__layout .block-editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
    margin-right: -3.75em; } }

.wp-block-image .aligncenter > figcaption {
  display: block; }

figure.wp-block-pullquote {
  margin: 0;
  border: 0;
  padding: 0; }

.wp-block-pullquote[class] p {
  font: inherit; }

.wp-block-pullquote.alignleft {
  margin-left: -3.75em;
  margin-right: 3em; }

.wp-block-pullquote.alignright {
  margin-right: -3.75em;
  margin-left: 3em; }

figcaption {
  font-size: 1.125em;
  line-height: 1.33333;
  text-align: inherit;
  color: currentColor; }

/**
 *   3.2 - Images
 */
img {
  max-width: 100%;
  height: auto; }

/* Figures and Captions */
.wp-caption {
  width: auto; }
  .wp-caption img {
    display: block; }

.gallery-caption {
  color: inherit; }

.wp-caption-text, .single .entry-featured__caption, .page .entry-featured__caption {
  font-size: 0.72222em;
  margin-top: 0.92308em;
  color: #8c888c; }

/* Galleries */
.gallery {
  margin-left: -0.75em; }
  @media only screen and (min-width: 1359px) {
    .gallery {
      margin-left: -4.5em;
      margin-right: -3.75em; }
      .entry-featured .gallery {
        margin-left: -0.75em;
        margin-right: 0; } }
  .gallery .gallery-item {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 0 solid transparent;
    border-top-width: 0.75em;
    border-left-width: 0.75em; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11111%; }

/**
 *   3.3 - Forms
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 12px;
  outline: 0 !important;
  -webkit-appearance: none; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .form-control:focus {
    outline: 1px solid #ffeb00; }

.radio,
.checkbox {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 12px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: 12px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -6px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 6px; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

input, textarea {
  font-weight: 300;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  font-size: 16px;
  padding: 12px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 300; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-style: normal;
    font-weight: 300; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-style: normal;
    font-weight: 300; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-style: normal;
    font-weight: 300; }

.contact-form label {
  margin-top: 1.125em; }

label.checkbox {
  padding-left: 0; }
  label.checkbox input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-top: -3px;
    margin-bottom: 0; }

label.radio {
  padding-left: 0; }
  label.radio input[type=radio] {
    display: inline-block;
    margin-left: 0;
    margin-top: -3px;
    margin-bottom: 0; }

form.contact-form label.checkbox,
form.contact-form label.radio {
  margin-top: 5px;
  margin-bottom: 5px; }

.grunion-field-label.select + select {
  margin-top: 8px; }

/**
 * 4.0 - Helpers
 */
/* Clearfix */
.clearfix:after,
.grid:after,
.comment-form:after,
.widget_categories > ul:after,
.widget_pages > ul:after,
.widget_meta > ul:after,
.widget_archive > ul:after,
.nav:after,
.nav--main ul:after,
.media:after,
.main-navigation:after,
.single .entry-content:after,
.page .entry-content:after,
.comments-area-title:after,
.comment-reply-title:after,
.comment-navigation:after,
.has_sidebar .site-content .container:after,
form.contact-form .contact-submit:after {
  content: "";
  display: table;
  clear: both; }

.pa, .stretch, .cover, .quote-wrapper, .center, .site-description:after {
  position: absolute; }

.pr, .site-branding, .site-description, .site-description-text, .entry-meta {
  position: relative; }

.stretch {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fill, .cover, .quote-wrapper {
  width: 100%;
  height: 100%; }

.cover, .quote-wrapper {
  top: 0;
  left: 0; }

.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.center--vertical {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.center--horizontal {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

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

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

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

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

.list--unstyled, .widget ul {
  list-style: none; }

.flexbox {
  display: table;
  width: 100%; }
  .flexbox > .flexbox__item {
    display: table-cell;
    vertical-align: middle; }

/**
 *   4.1 - Theme specific classes
*/
.intro,
.is-style-lead {
  margin-bottom: 2.25em;
  font-size: 1.27778em;
  -webkit-font-smoothing: auto; }
  @media not screen and (min-width: 899px) {
    .intro,
    .is-style-lead {
      font-size: 1em; } }

@media only screen and (min-width: 1000px) {
  .twocolumn {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
            column-gap: 50px; } }

.dropcap, .has-drop-cap[class]::first-letter {
  float: left;
  font-size: 5.125em;
  line-height: 1.02439;
  font-weight: bold;
  line-height: 1;
  margin-top: -.1em;
  margin-bottom: -0.14634em;
  margin-right: 0.07317em; }

.highlight {
  background: #ffeb00; }

@media only screen and (min-width: 899px) {
  .is-style-two-columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
            column-gap: 1em; } }

/**
 *   4.2 - Alignments
*/
.alignleft,
.alignright {
  position: relative;
  z-index: 1;
  margin-top: 1.125em;
  margin-bottom: 1.125em;
  max-width: 50%; }
  @media not screen and (min-width: 640px) {
    .alignleft,
    .alignright {
      max-width: 100%;
      display: block; } }

.alignleft {
  float: left;
  margin-right: 1.5em; }
  @media only screen and (min-width: 899px) {
    .alignleft {
      margin-right: 3em; } }
  @media not screen and (min-width: 899px) {
    .alignleft.wp-caption {
      margin-left: 0; } }
  .blog .alignleft,
  .archive .alignleft {
    margin-left: 0; }

.alignright {
  float: right;
  margin-left: 1.5em; }
  @media only screen and (min-width: 899px) {
    .alignright {
      margin-left: 3em; } }
  @media not screen and (min-width: 899px) {
    .alignright.wp-caption {
      margin-right: 0; } }
  .blog .alignright, .archive .alignright {
    margin-right: 0; }

.aligncenter,
.alignnone {
  margin-top: 1.5em;
  margin-bottom: 1.125em; }
  @media only screen and (min-width: 899px) {
    .aligncenter,
    .alignnone {
      margin-top: 3em;
      margin-bottom: 2.25em; } }
  .aligncenter:not(.wp-block-gallery),
  .alignnone:not(.wp-block-gallery) {
    display: block;
    width: auto !important; }
  .aligncenter img,
  .alignnone img {
    max-width: 100%;
    height: auto; }

.aligncenter img,
.alignnone img {
  margin: 0 auto; }

.alignnone .wp-caption-text {
  text-align: center; }

@media not screen and (min-width: 899px) {
  figure.aligncenter,
  figure.alignnone {
    margin-left: 0;
    margin-right: 0; } }

.aligncenter {
  text-align: center; }
  .blog .aligncenter,
  .archive .aligncenter {
    margin-left: auto;
    margin-right: auto; }

@media only screen and (min-width: 1359px) {
  .alignnone,
  .aligncenter {
    margin-left: -3.75em;
    margin-right: -3.75em; }
  .alignleft {
    margin-left: -3.75em; }
  .alignright {
    margin-right: -3.75em; } }

.aligncenter,
.alignleft,
.alignright,
.alignnone {
  clear: both; }
  .widget .aligncenter, .widget
  .alignleft, .widget
  .alignright, .widget
  .alignnone {
    margin: 0; }

/**
 * 5.0 - Patterns
 */
.grid, .comment-form, .widget_categories > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul {
  list-style: none;
  margin-left: -36px; }

.comment-form p, .comment-form-comment,
.logged-in-as, .widget_categories > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_archive > ul > li {
  float: left;
  width: 100%;
  border-left: 0 solid transparent;
  border-left-width: 36px; }

@media not screen and (min-width: 899px) {
  .grid {
    margin-left: 0; } }

.grid > li,
.grid > .grid__item {
  border-left: solid transparent;
  border-left-width: 36px; }
  @media not screen and (min-width: 899px) {
    .grid > li,
    .grid > .grid__item {
      border-left-width: 0; } }

.grid > li,
.grid > .grid__item,
.rtl .grid--rev > li,
.rtl .grid--rev > .grid__item {
  float: left; }

.grid--rev > li,
.grid--rev > .grid__item,
.rtl .grid > li,
.rtl .grid > .grid__item {
  direction: rtl;
  float: right; }

.o-grid > * {
  width: 100%;
  border: 0 solid transparent; }

@media only screen and (min-width: 768px) {
  .o-grid--1col-\@pad > * {
    width: 100%; }
  .o-grid--2col-\@pad > * {
    width: 50%; }
  .o-grid--3col-\@pad > * {
    width: 33.33333%; }
  .o-grid--4col-\@pad > * {
    width: 25%; }
  .o-grid--5col-\@pad > * {
    width: 20%; }
  .o-grid--6col-\@pad > * {
    width: 16.66667%; } }

@media only screen and (min-width: 899px) {
  .o-grid--1col-\@lap > * {
    width: 100%; }
  .o-grid--2col-\@lap > * {
    width: 50%; }
  .o-grid--3col-\@lap > * {
    width: 33.33333%; }
  .o-grid--4col-\@lap > * {
    width: 25%; }
  .o-grid--5col-\@lap > * {
    width: 20%; }
  .o-grid--6col-\@lap > * {
    width: 16.66667%; } }

@media only screen and (min-width: 1359px) {
  .o-grid--1col-\@desk > * {
    width: 100%; }
  .o-grid--2col-\@desk > * {
    width: 50%; }
  .o-grid--3col-\@desk > * {
    width: 33.33333%; }
  .o-grid--4col-\@desk > * {
    width: 25%; }
  .o-grid--5col-\@desk > * {
    width: 20%; }
  .o-grid--6col-\@desk > * {
    width: 16.66667%; } }

.nav, .nav--main ul {
  list-style: none;
  margin-left: 0; }
  .nav > li, .nav--main ul > li,
  .nav > li > a,
  .nav--main ul > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 24px; }
  .media__img > img {
    display: block; }

.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

.btn, input[type="submit"], div#infinite-handle button {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  border: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  padding: 12px 24px;
  background-color: #171617; }
  .btn, input[type="submit"], div#infinite-handle button, .btn:hover, input:hover[type="submit"], div#infinite-handle button:hover, .btn:active, input:active[type="submit"], div#infinite-handle button:active, .btn:focus, input:focus[type="submit"], div#infinite-handle button:focus {
    text-decoration: none;
    color: #fff; }

.btn::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, div#infinite-handle button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 6.0 - Basic Structure
 *   6.1 - Page
 */
html {
  background: white; }

html,
body {
  height: 100%; }

body {
  border: 0 solid #000;
  min-height: 100%; }
  @media only screen and (min-width: 1000px) {
    body {
      }
      body:before, body:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #171617; }
      body:before {
        width: 100%;
        height: 0.75em; }
      body.admin-bar:before {
        top: 32px;
        /*height: 3em;*/
        margin-top: -2.25em; } }
    @media only screen and (min-width: 1000px) and (max-width: 782px) {
      body.admin-bar:before {
        top: 46px; } }
  @media only screen and (min-width: 1000px) {
      body:after {
        } }

.site-content {
  padding-top: 2.25em;
  padding-bottom: 5.25em; }

.site-header,
.site-content,
.site-footer {
  padding-left: 1.125em;
  padding-right: 1.125em; }

#infinite-footer {
  padding-left: 2.25em;
  padding-right: 2.25em; }

@media only screen and (min-width: 1000px) {
  .site-header,
  .site-content,
  .site-footer {
    padding-left: 4.5em;
    padding-right: 4.5em; }
  #infinite-footer {
    padding-left: 7.5em;
    padding-right: 8.25em; }
  .site-footer {
    padding-right: 8.25em; } }

.container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto; }

.single .site-content .container, .post .site-content .container {
  max-width: 80em; }

#page {
  min-height: 100%;
  position: relative; }
  @media only screen and (min-width: 1000px) {
    #page {
      padding-right: 3.75em; } }

/**
 * 7.0 - Header
 */
.u-full-width-header .site-header .container {
  max-width: none; }

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

.site-logo-link {
  display: block; }

.site-branding {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  margin-top: 3.75em;
  margin-bottom: 5.25em; }
  .site-branding.logo-image-only:after {
    display: none; }
  @media not screen and (min-width: 899px) {
    .site-branding {
      margin-top: 5.25em;
      margin-bottom: 0; } }

.site-branding img {
  width: auto; }

.site-title {
  margin: 0;
  font-size: 2.5em;
  line-height: 1.3;
  -webkit-transform: translateY(0.2645em);
          transform: translateY(0.2645em);
  font-weight: 900;
  text-transform: uppercase;
  max-width: 100%; }
  @media only screen and (min-width: 899px) {
    .site-title {
      letter-spacing: -.055em;
      padding-right: .025em;
      font-size: 5em;
      line-height: 1.05;
      -webkit-transform: translateY(0.0395em);
              transform: translateY(0.0395em); } }
  @media only screen and (min-width: 1359px) {
    .site-title {
      font-size: 7.6875em;
      line-height: 1.07317;
      -webkit-transform: translateY(0.00596em);
              transform: translateY(0.00596em); } }
  .site-title a {
    text-decoration: none;
    color: #171617; }

@media only screen and (min-width: 899px) {
  .site-title--small {
    font-size: 3.375em;
    line-height: 1.11111;
    -webkit-transform: translateY(0.22006em);
            transform: translateY(0.22006em); } }

@media only screen and (min-width: 1359px) {
  .site-title--small {
    font-size: 5em;
    line-height: 1.05;
    -webkit-transform: translateY(0.0395em);
            transform: translateY(0.0395em); } }

.site-title--large {
  font-size: 3.375em;
  line-height: 1.11111;
  -webkit-transform: none;
          transform: none; }
  @media only screen and (min-width: 899px) {
    .site-title--large {
      font-size: 7.6875em;
      line-height: 1.07317;
      -webkit-transform: translateY(0.00596em);
              transform: translateY(0.00596em); } }
  @media only screen and (min-width: 1359px) {
    .site-title--large {
      font-size: 10.375em;
      line-height: 1.01205;
      -webkit-transform: translateY(0.02595em);
              transform: translateY(0.02595em); } }

.site-description {
  display: block;
  font-family: sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  word-wrap: break-word;
  -webkit-transform: translateY(0.7em);
          transform: translateY(0.7em);
  font-size: 1.1875em;
  line-height: 1.26316;
  letter-spacing: .5em;
  overflow: hidden; }
  @media not screen and (min-width: 899px) {
    .site-description {
      font-size: 1em;
      letter-spacing: .25em; } }
  .site-description:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #3d3e40;
    bottom: 50%;
    left: 0;
    z-index: -1; }

.site-description-text {
  z-index: 10;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  padding-left: 1.25em;
  padding-right: .75em;
  background: white; }
  @media not screen and (min-width: 899px) {
    .site-description-text {
      font-size: 1em;
      letter-spacing: .25em;
      padding-right: 1em; } }
  .site-description-text:empty {
    display: none; }

/**
 * 8.0 - Navigation
 */
.main-navigation {
  position: relative;
  z-index: 100; }
  .u-static-header .main-navigation {
    z-index: auto; }
  .main-navigation:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    background-color: #161616;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; }
    .nav--is-open .main-navigation:after {
      opacity: .3; }
  @media not screen and (min-width: 899px) {
    .main-navigation .sub-menu {
      display: none; } }

.navigation__trigger {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0.6em 0.8em;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.25em;
  line-height: 1.3;
  background: transparent;
  transition: background .3s linear; }
  @media only screen and (min-width: 1000px) {
    .navigation__trigger {
      display: none; } }

.nav--main {
  background: white;
  font-weight: bold;
  margin-top: -1px;
  position: relative;
  z-index: 20;
  text-align: center; }
  .nav--main:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.2; }
  .nav--main:before {
    background: white;
    display: block;
    width: 100%;
    content: '';
    position: fixed;
    left: 0;
    top: 0; }
  .nav--main ul {
    top: inherit;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none; }
    @media only screen and (min-width: 1000px) {
      .nav--main ul {
        position: absolute;
        background: #171617; }
        .nav--main ul a {
          color: white; } }
  .nav--main li {
    display: inline-block; }
    .nav--main li .menu-item-has-children:after {
      color: white;
      left: -1.5em; }
    .nav--main li:hover > ul {
      display: block; }
    .nav--main li:hover.menu-item-has-children > a:after {
      opacity: 1; }
  .nav--main .menu-item-has-children > a {
    position: relative; }
    .nav--main .menu-item-has-children > a:after {
      opacity: 0;
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -.5em;
      border: .5em solid transparent;
      border-bottom-color: #171617; }
    .nav--main .menu-item-has-children > a > span {
      padding-left: .3em; }
  .nav--main .menu-item--home {
    -webkit-transform: none;
            transform: none;
    text-transform: uppercase; }
    .fs-28px, .nav--main .menu-item--home {
      font-size: 1.75em;
      line-height: 1.28571; }
    .nav--main .menu-item--home > a {
      padding: 0;
      padding-left: 0.85714em;
      padding-right: 0.85714em; }
      .nav--main .menu-item--home > a:before {
        display: none !important; }
  .nav--main.hover-intent ul {
    display: block;
    opacity: 0;
    transition: opacity .1s ease-in-out;
    pointer-events: none; }
    .ie10 .nav--main.hover-intent ul, .ie9 .nav--main.hover-intent ul {
      display: none;
      opacity: 1;
      pointer-events: auto; }
    @media not screen and (min-width: 1000px) {
      .nav--main.hover-intent ul {
        pointer-events: auto;
        opacity: 1; } }
  .nav--main.hover-intent li.menu-item-has-children > a:after {
    opacity: 0;
    transition: opacity .1s ease-in-out;
    pointer-events: none; }
    .ie10 .nav--main.hover-intent li.menu-item-has-children > a:after, .ie9 .nav--main.hover-intent li.menu-item-has-children > a:after {
      opacity: 1;
      display: none;
      pointer-events: auto; }
  .nav--main.hover-intent li.menu-item-has-children.hover > a:after,
  .nav--main.hover-intent li.menu-item-has-children.hover > ul {
    opacity: 1; }
    .ie10 .nav--main.hover-intent li.menu-item-has-children.hover > a:after, .ie9 .nav--main.hover-intent li.menu-item-has-children.hover > a:after, .ie10
    .nav--main.hover-intent li.menu-item-has-children.hover > ul, .ie9
    .nav--main.hover-intent li.menu-item-has-children.hover > ul {
      display: block; }
  .nav--main.hover-intent li.menu-item-has-children.hover > ul {
    pointer-events: auto; }
  .nav--main a {
    display: block;
    padding: 17px;
    text-decoration: none;
    color: #171617;
    max-width: 30em;
    text-overflow: ellipsis; }
  .nav--main > li > a {
    padding-left: 2.25em;
    padding-right: 2.25em;
    position: relative; }
    .nav--main > li > a:before {
      content: "";
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 0;
      background: #171617;
      pointer-events: none;
      transition: height .2s ease-in-out; }
      .ie10 .nav--main > li > a:before, .ie9 .nav--main > li > a:before {
        pointer-events: auto; }
  .nav--main > li:hover > a {
    color: #171617; }
    .nav--main > li:hover > a:before {
      height: 6px; }
  .nav--main > li.current-menu-item {
    border-color: #171617; }
    .nav--main > li.current-menu-item:not(.menu-item-home) > a:before {
      height: 6px; }
  .u-static-header .nav--main {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important; }

@media not screen and (min-width: 1000px) {
  .main-navigation {
    text-align: left;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 110; }
    .admin-bar .main-navigation {
      top: 32px !important; }
    .is--ancient-android .nav--is-open .main-navigation {
      left: 70%; }
    .main-navigation:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      width: 70%;
      height: 100%;
      box-shadow: rgba(0, 0, 0, 0.19) 0 0 2em, rgba(0, 0, 0, 0.23) 0 0 0.6em;
      opacity: 0;
      pointer-events: none;
      transition: opacity .10s ease-in-out; }
    .main-navigation.shadow:before {
      opacity: 1; }
    .u-static-header .main-navigation {
      z-index: 110; }
  .nav--main {
    border-top: 0;
    position: fixed;
    top: auto !important;
    right: 100% !important;
    left: auto !important;
    width: 70% !important;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .nav--main .menu-item--home {
      display: none !important; }
    .is--ancient-android .nav--is-open .nav--main {
      left: 0 !important;
      right: auto !important; }
    .nav--main li, .nav--main ul > li {
      text-align: left;
      display: block;
      width: 100%;
      overflow: hidden; }
      .nav--main li > a, .nav--main ul > li > a {
        display: block;
        padding: 1em 2em; }
      .nav--main li:before, .nav--main li:after, .nav--main li > a:before, .nav--main li > a:after, .nav--main ul > li:before, .nav--main ul > li:after, .nav--main ul > li > a:before, .nav--main ul > li > a:after {
        display: none; }
      .nav--main li ul, .nav--main ul > li ul {
        background: white;
        display: block;
        padding-left: 2em; }
    .nav--main ul ul ul {
      padding-left: 0; }
    .u-static-header .nav--main {
      position: fixed !important;
      width: 70% !important;
      padding-left: 0; } }

@media screen and (max-width: 782px) {
  .admin-bar .main-navigation {
    top: 46px !important; } }

/**
 * 9.0 - Content
 */
/**
 *   9.1 - Archive
 */
.page-title {
  margin-bottom: 0.88889em;
  font-weight: bold;
  text-align: center; }

.page-title--search {
  color: #3d3e40;
  font-weight: normal; }
  .page-title--search span {
    display: block;
    color: #000;
    font-weight: bold; }

.archive__grid {
  /*  Hide posts loaded with jetpack on scroll
        So we can arrange them and then fade them in accordingly  */ }
  .archive__grid .post {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 2.25em; }
    .archive__grid .post > * {
      opacity: 0; }
    .archive__grid .post figure {
      max-width: 100%; }
    .archive__grid .post img {
      max-width: 100%;
      height: auto; }
  .archive__grid .entry-title {
    margin-top: 0em;
    margin-bottom: 0.66667em; }
    .fs-36px, .archive__grid .entry-title {
      font-size: 2.25em;
      line-height: 1.33333; }
    @media not screen and (min-width: 899px) {
      .archive__grid .entry-title.entry-title {
        font-size: 1.75em;
        line-height: 1.28571;
        -webkit-transform: translateY(0.30736em);
                transform: translateY(0.30736em); } }
    .archive__grid .entry-title a {
      color: #171617; }
      .archive__grid .entry-title a:hover {
        color: #3d3e40; }
  .archive__grid .entry-content {
    margin-bottom: 1.5em; }
  .archive__grid .alignleft {
    margin-top: 0;
    margin-right: 1.125em;
    margin-bottom: 0.375em; }
  .archive__grid .alignright {
    margin-top: 0;
    margin-left: 1.125em;
    margin-bottom: 0.375em; }
  .archive__grid .aligncenter {
    margin-top: 1.125em;
    margin-bottom: 0.75em; }
  .archive__grid .accent-box {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: #ffeb00; }
    .archive__grid .accent-box a {
      color: #3d3e40; }
  .archive__grid .entry-permalink {
    display: block; }
  .archive__grid .format-image {
    margin-top: 1.5em; }
    .archive__grid .format-image .hover__handler {
      background: #171617;
      padding: 0.66667em; }
    .archive__grid .format-image .entry-permalink, .archive__grid .format-image .entry-permalink:hover {
      color: white; }
    .archive__grid .format-image .entry-title {
      font-size: 1.125em;
      line-height: 1.33333;
      margin: 0.66667em;
      margin-bottom: 1.33333em;
      color: inherit; }
    .archive__grid .format-image .entry-thumbnail {
      margin: 0; }
    .archive__grid .format-image .edit-link {
      bottom: 0.75em;
      right: 0.75em;
      color: #3d3e40; }
  .archive__grid .format-quote {
    margin-top: 1.5em; }
    .archive__grid .format-quote.sticky {
      margin-top: 0; }
    @media not screen and (min-width: 768px) {
      .archive__grid .format-quote {
        width: auto;
        right: 0; }
        .archive__grid .format-quote blockquote {
          font-size: 1.125em;
          line-height: 1.33333;
          padding-left: 0;
          padding-right: 0; } }
    @media not screen and (min-width: 540px) {
      .archive__grid .format-quote {
        margin-right: -1.125em;
        margin-left: -1.125em; } }
    .archive__grid .format-quote .more-link {
      color: white; }
    .archive__grid .format-quote .entry-permalink {
      display: block;
      overflow: hidden;
      position: relative; }
    .archive__grid .format-quote .entry-thumbnail {
      position: absolute;
      width: 100%;
      height: 100%; }
      .archive__grid .format-quote .entry-thumbnail:first-child {
        margin: 0; }
    .archive__grid .format-quote .content-quote {
      padding-left: 1.5em;
      padding-right: 1.5em;
      color: white; }
    .archive__grid .format-quote .entry-content {
      margin: 0;
      -webkit-font-smoothing: auto; }
      .archive__grid .format-quote .entry-content blockquote {
        padding-top: 1.875em;
        margin-top: 2.25em;
        margin-bottom: 2.25em; }
        .archive__grid .format-quote .entry-content blockquote:before {
          font-size: 1.5em; }
        .archive__grid .format-quote .entry-content blockquote cite {
          margin-top: 2.25em; }
    .archive__grid .format-quote .entry-footer {
      margin-top: 0.75em; }
  .archive__grid .format-gallery .gallery {
    margin-left: -0.75em;
    margin-right: 0; }
  .archive__grid .format-gallery > .entry-gallery {
    margin-bottom: 1.5em; }
    @media not screen and (min-width: 899px) {
      .archive__grid .format-gallery > .entry-gallery {
        margin-bottom: 0.75em; } }
  .archive__grid .format-status {
    margin-top: 1.5em; }
    .archive__grid .format-status .entry-content, .archive__grid .format-status .entry-summary {
      font-size: 1.5em;
      line-height: 1.3;
      -webkit-transform: translateY(0.4145em);
              transform: translateY(0.4145em);
      margin-top: -1em; }
    .archive__grid .format-status .entry-footer {
      margin-top: 0.75em; }
  .archive__grid .entry-media {
    overflow: hidden; }
  .archive__grid .entry-thumbnail {
    margin-bottom: 1.5em;
    position: relative; }
    @media not screen and (min-width: 899px) {
      .archive__grid .entry-thumbnail {
        margin-bottom: 0.75em; } }
    .archive__grid .entry-thumbnail img {
      margin: 0;
      width: 100%;
      height: auto;
      display: block; }
    .archive__grid .entry-thumbnail .article__featured-image-meta {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      transition: background-color .3s ease-out;
      color: white; }
      .archive__grid .entry-thumbnail .article__featured-image-meta:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .archive__grid .entry-thumbnail .article__featured-image-meta .flexbox {
        height: 100%;
        text-align: center;
        font-size: 6em; }
    .archive__grid .entry-thumbnail .hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      color: white;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
      overflow: hidden; }
      .archive__grid .entry-thumbnail .hover .flexbox {
        height: 100%; }
    .archive__grid .entry-thumbnail .hover__more {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      white-space: nowrap; }
    .archive__grid .entry-thumbnail .hover__bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: 0.5; }
    .archive__grid .entry-thumbnail .hover__letter, .archive__grid .entry-thumbnail .hover__letter-mask {
      font-size: 12em;
      opacity: 0.2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: 500;
      text-transform: uppercase; }
    .archive__grid .entry-thumbnail .hover__letter-mask {
      opacity: 1;
      overflow: hidden;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      display: block; }
      .archive__grid .entry-thumbnail .hover__letter-mask > span {
        display: block;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
    .archive__grid .entry-thumbnail .hover__line {
      position: absolute;
      left: 50%;
      width: 1px;
      background: white;
      height: 25%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .archive__grid .entry-thumbnail .hover__line--top {
      bottom: 50%;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      margin-bottom: 2em;
      margin-left: -2em; }
    .archive__grid .entry-thumbnail .hover__line--bottom {
      top: 50%;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      margin-top: 2em;
      margin-left: 2em; }
  .archive__grid .entry-footer {
    display: flex;
    align-items: baseline;
    margin-top: 0; }
    .archive__grid .entry-footer:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: currentColor;
      opacity: 0.2;
      flex: 1 0 0; }
    .archive__grid .entry-footer .entry-meta {
      flex-basis: auto; }
  .archive__grid .more-link {
    display: block;
    margin-bottom: 1.5em; }
  @media only screen and (min-width: 1359px) {
    .archive__grid .post {
      margin-bottom: 3.75em; } }
  .archive__grid .posts--jetpack {
    display: none; }
  .archive__grid .jetpack-video-wrapper,
  .archive__grid .entry-media [class^="embed-"] {
    margin-bottom: 1.5em; }

.touch .entry-thumbnail .hover .hover__bg, .touch .entry-thumbnail .hover .flexbox {
  display: none; }

.entry-meta {
  display: inline-block;
  padding-right: .75em;
  background: white; }
  .fs-14px, .entry-meta, #recentcomments, .widget_blog_subscription.widget {
    font-size: 0.875em;
    line-height: 1.71429; }
  .entry-meta a {
    color: inherit; }

[class*="entry-meta__"]:empty {
  display: none; }

[class*="entry-meta__"] > * {
  color: inherit; }

.entry-meta__secondary:before {
  content: " / "; }

.entry-meta__primary:empty + .entry-meta__secondary:before {
  content: none; }

.entry-meta__primary,
.entry-meta__secondary:before,
.entry-meta__secondary:hover > * {
  color: #171617; }

.entry-meta__secondary,
.entry-meta__primary:hover > * {
  color: rgba(0, 0, 0, 0.3); }

.single .cat-links,
.page .cat-links {
  color: rgba(0, 0, 0, 0.3); }

.entry-format:before {
  content: " / "; }

.archive__grid {
  transition: height .3s ease-in-out; }
  @media not screen and (min-width: 899px) {
    .archive__grid {
      margin-top: 1.5em; } 
      .page-id-129 .contact-thingie-main-title p{
        margin-bottom: 32px!important;
      }}

@media not screen and (min-width: 1359px) {
  .home .site-content .container, .blog .site-content .container, .archive .site-content .container {
    max-width: 60em; } }

@media not screen and (min-width: 768px) {
  .home .site-content .container.container, .blog .site-content .container.container, .archive .site-content .container.container {
    max-width: 100%; 
  } 

  #content.site-content .container{
    padding: 0 15px!important;
  }

  #content.site-content #main#main{
    padding: 10px 0px 20px 0px!important;
  }}

.home.has_sidebar, .blog.has_sidebar, .archive.has_sidebar {
  /* overwrite previous restrains when we have a sidebar involved */ }
  .home.has_sidebar .container, .blog.has_sidebar .container, .archive.has_sidebar .container {
    max-width: 85em; }

@media only screen and (min-width: 1359px) {
  .home .gallery, .blog .gallery, .archive .gallery {
    margin-left: -0.75em;
    margin-right: 0; } }

.has_sidebar .archive__grid > .grid__item {
  width: 50%; }

body {
  word-wrap: break-word;
  text-overflow: ellipsis; }

/* Sticky Post */
.sticky .entry-meta a {
  color: inherit; }

.sticky:not(.format-quote) {
  padding-bottom: 1.875em; }
  .sticky:not(.format-quote) + .sticky:not(.format-quote) {
    margin-top: 0; }
  .sticky:not(.format-quote):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    right: -12px;
    z-index: -1;
    background-color: #ffeb00;
    opacity: 0;
    transition: opacity 1s ease-out; }
  .sticky:not(.format-quote).sticky--bg:after {
    opacity: 1; }
  .sticky:not(.format-quote) .entry-title {
    margin-top: 0.375em; }
  .sticky:not(.format-quote) .entry-meta {
    background: none; }
  .sticky:not(.format-quote) .entry-footer:after {
    content: none;
    color: inherit; }
  .sticky:not(.format-quote) a[rel*='category'],
  .sticky:not(.format-quote) a[rel*='tag'] {
    border-bottom: 1px solid; }

/* Edit Link */
.archive__grid .edit-link {
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 1;
  font-size: 0.875em;
  line-height: 1.71429;
  opacity: 0 !important;
  transition: opacity 0.2s; }

.touch .archive__grid .post--visible .edit-link, .post:hover .edit-link {
  opacity: 1 !important; }

.sticky .edit-link {
  bottom: 1.875em;
  right: 1.5em; }
  @media not screen and (min-width: 899px) {
    .sticky .edit-link {
      right: 0.75em; } }
  @media not screen and (min-width: 768px) {
    .sticky .edit-link {
      right: 0; } }

.format-quote .edit-link {
  bottom: 0.75em;
  right: 0.75em; }
  .format-quote .edit-link a:hover {
    color: #ffeb00; }

/**
 *   9.2 - Pagination
 */
.pagination {
  position: relative;
  margin: 48px 0;
  padding-left: 0;
  border: none;
  font-size: 0;
  text-align: center; }
  .pagination:after {
    content: none; }
  .pagination a, .pagination span {
    display: inline-block;
    zoom: 1;
    padding: 6px 16px;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #8c888c;
    background: white;
    transition: all .15s linear; }
  .pagination a:after {
    content: none; }
  .pagination a:hover {
    color: #171617; }
  .pagination span.current {
    color: white;
    background-color: #171617; }
  .neverending .pagination {
    display: none; }

.page-numbers.prev, .page-numbers.next {
  color: #171617; }
  @media only screen and (min-width: 899px) {
    .page-numbers.prev, .page-numbers.next {
      position: absolute;
      top: 0; } }
  .page-numbers.prev.disabled, .page-numbers.next.disabled {
    color: #F0F0F0 !important;
    pointer-events: none; }
  .page-numbers.prev i, .page-numbers.next i {
    margin: 0 12px; }

.page-numbers.prev {
  left: 0; }

.page-numbers.next {
  right: 0; }

/**
 *   9.3 - Singular
 */
.single .post, .page .post {
  margin-bottom: 2.25em; }

@media not screen and (min-width: 899px) {
  .single .entry-header, .page .entry-header {
    margin-top: 1.5em; } }

.single .entry-featured, .page .entry-featured {
  margin-top: 2.625em;
  margin-bottom: 1.5em; }
  @media not screen and (min-width: 899px) {
    .single .entry-featured, .page .entry-featured {
      margin-left: -1.125em;
      margin-right: -1.125em;
      margin-top: 1.5em; } }
  @media only screen and (min-width: 1359px) {
    .single .entry-featured, .page .entry-featured {
      margin-bottom: 3.75em;
      margin-left: -3.75em;
      margin-right: -3.75em; } }
  .single .entry-featured img, .page .entry-featured img {
    width: 100%;
    height: auto; }
  .single .entry-featured .slideshow-slide img, .page .entry-featured .slideshow-slide img {
    width: auto; }

.single .entry-featured__caption, .page .entry-featured__caption {
  font-size: 0.81em;
  -webkit-font-smoothing: antialiased; }
  @media not screen and (min-width: 899px) {
    .single .entry-featured__caption, .page .entry-featured__caption {
      padding-left: 1.125em;
      padding-right: 1.125em; } }

.single .entry-title, .page .entry-title {
  margin-top: 0;
  margin-bottom: 0.88889em; }
  @media not screen and (min-width: 899px) {
    .single .entry-title, .page .entry-title {
      margin-bottom: 0.8em; } }

.single .entry-meta, .page .entry-meta {
  font-size: 0.875em;
  line-height: 1.71429;
  -webkit-transform: translateY(0.52164em);
          transform: translateY(0.52164em); }
  .single .entry-meta > *:not(:first-child):before, .page .entry-meta > *:not(:first-child):before {
    content: "/"; }

.single .posted-on:before, .page .posted-on:before {
  margin-right: 5px; }

.single .posted-on,
.single .posted-by,
.single .cat-links:before, .page .posted-on,
.page .posted-by,
.page .cat-links:before {
  color: #171617; }

.single .posted-on:hover, .page .posted-on:hover {
  color: rgba(0, 0, 0, 0.3); }

.single .posted-by:hover, .page .posted-by:hover {
  color: rgba(0, 0, 0, 0.3); }

.single .cat-links,
.page .cat-links {
  color: rgba(0, 0, 0, 0.3); }
  .single .cat-links:hover, .page .cat-links:hover {
    color: #171617; }

@media only screen and (min-width: 1150px) {
  .single .featured-portrait .entry-header, .page .featured-portrait .entry-header {
    float: left;
    max-width: 65%;
    margin-right: -100%;
    margin-top: 1.5em;
    margin-bottom: 0.75em; }
    .single .featured-portrait .entry-header h1, .page .featured-portrait .entry-header h1 {
      font-size: 2.25em;
      line-height: 1.33333;
      -webkit-transform: translateY(0.33117em);
              transform: translateY(0.33117em); }
  .single .featured-portrait .entry-title, .page .featured-portrait .entry-title {
    position: relative;
    background: white;
    padding-right: 0.44444em;
    padding-top: 0.22222em;
    padding-bottom: 0.22222em; }
  .single .featured-portrait .entry-featured, .page .featured-portrait .entry-featured {
    float: right;
    max-width: 60%;
    margin-top: 0;
    margin-left: 1.5em;
    margin-bottom: 0.75em; }
  .single .featured-portrait .entry-content, .page .featured-portrait .entry-content {
    clear: left; } }

@media only screen and (min-width: 1359px) {
  .single .featured-portrait .entry-header, .page .featured-portrait .entry-header {
    max-width: 90%;
    margin-left: -7.5em;
    margin-bottom: 1.5em; }
    .single .featured-portrait .entry-header h1, .page .featured-portrait .entry-header h1 {
      font-size: 3.375em;
      line-height: 1.11111;
      -webkit-transform: translateY(0.22006em);
              transform: translateY(0.22006em); } }

.single .entry-content, .page .entry-content {
  position: relative; }
  @media only screen and (min-width: 899px) {
    .single .entry-content, .page .entry-content {
      font-size: 1.125em;
      line-height: 1.33333; }
      .single .entry-content p, .page .entry-content p {
        margin-bottom: 1.25em; } }
  .single .entry-content > :last-child, .page .entry-content > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1359px) {
    .single .entry-content:before, .page .entry-content:before {
      font-weight: bold;
      content: attr(data-first_letter);
      position: absolute;
      top: -0.21818em;
      left: -0.45818em;
      display: block;
      font-size: 15.27778em;
      line-height: 1;
      color: #171617;
      opacity: .1; } }
  .single .entry-content blockquote p, .page .entry-content blockquote p {
    margin-bottom: 0;
    -webkit-transform: none;
            transform: none; }
  .single .entry-content .wp-embedded-content, .page .entry-content .wp-embedded-content {
    max-width: 100%; }

.single .entry-footer, .page .entry-footer {
  margin-top: 2.25em; }
  .single .entry-footer a, .page .entry-footer a {
    color: #8c888c; }

.single .comments-area, .page .comments-area {
  margin-top: 2.25em;
  padding-bottom: 2.25em; }

.entry-content dt,
.comment dt {
  font-weight: bold; }

.entry-content dd,
.comment dd {
  padding-left: 3em; }

.entry-content dd + dt,
.comment dd + dt {
  margin-top: 1.5em; }

.entry-content li:not([class]) > ul:not([class]) > ol:not([class]),
.comment li:not([class]) > ul:not([class]) > ol:not([class]) {
  padding-left: 3em; }

.entry-content ul:not(.wp-block-gallery),
.entry-content ol:not(.wp-block-gallery),
.comment ul:not(.wp-block-gallery),
.comment ol:not(.wp-block-gallery) {
  margin-left: 1.5em; }
  .entry-content ul:not(.wp-block-gallery) ul,
  .entry-content ul:not(.wp-block-gallery) ol,
  .entry-content ol:not(.wp-block-gallery) ul,
  .entry-content ol:not(.wp-block-gallery) ol,
  .comment ul:not(.wp-block-gallery) ul,
  .comment ul:not(.wp-block-gallery) ol,
  .comment ol:not(.wp-block-gallery) ul,
  .comment ol:not(.wp-block-gallery) ol {
    margin-top: 0.75em; }
  .entry-content ul:not(.wp-block-gallery) li:not(.wp-block-gallery),
  .entry-content ol:not(.wp-block-gallery) li:not(.wp-block-gallery),
  .comment ul:not(.wp-block-gallery) li:not(.wp-block-gallery),
  .comment ol:not(.wp-block-gallery) li:not(.wp-block-gallery) {
    margin-bottom: 0.75em; }

@media only screen and (min-width: 1359px) {
  .has_sidebar .entry-featured {
    margin-left: -7.5em; } }

.entry-title a {
  color: #171617; }

.single .post-edit-link {
  margin: 0 12px;
  text-decoration: underline; }

.post-password-form input {
  margin-bottom: 1.5em; }

/**
* 10.4 POST FORMATS
*/
.format-quote .entry-featured {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  overflow: hidden; }

.format-quote .entry-content {
  position: relative; }

.single .format-quote .sharedaddy {
  margin-bottom: 3em; }
  .single .format-quote .sharedaddy .sd-title {
    color: white; }

.content-quote {
  background: rgba(0, 0, 0, 0.7); }

.quote-wrapper {
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.content-quote {
  position: relative;
  z-index: 2;
  padding-left: 7.5em;
  padding-right: 7.5em; }
  @media only screen and (min-width: 1359px) {
    .single .content-quote {
      margin-left: -7.5em;
      margin-right: -3.75em; } }
  .content-quote .flexbox {
    height: 100%; }
  .content-quote blockquote {
    margin: 0;
    color: white;
    padding-bottom: 0;
    padding-top: 2.25em;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 28px;
    text-align: center; }
    .content-quote blockquote:before {
      top: -22px;
      font-size: 54px;
      color: #ffeb00;
      background: transparent; }
    .content-quote blockquote:after {
      height: 1px;
      color: #ffeb00;
      background: currentColor;
      box-shadow: currentColor 5.5em 0 0;
      width: 3em;
      margin-left: -2.75em;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border: 0; }
      .is--ancient-android .content-quote blockquote:after {
        width: 9em;
        margin-left: -4.5em;
        -webkit-transform: none;
                transform: none;
        height: auto;
        background: none;
        box-shadow: none;
        border: 1px solid transparent;
        border-left: 0;
        border-right: 0;
        -o-border-image: linear-gradient(to right, #ffeb00 0%, #ffeb00 40%, transparent 40.1%, transparent 50%, transparent 59.9%, #ffeb00 60%, #ffeb00 100%) 20%;
           border-image: linear-gradient(to right, #ffeb00 0%, #ffeb00 40%, transparent 40.1%, transparent 50%, transparent 59.9%, #ffeb00 60%, #ffeb00 100%) 20%;
        border-bottom: 0; }
  .content-quote p {
    -webkit-transform: none;
            transform: none; }
  .content-quote cite {
    display: block;
    margin-top: 3em;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    -webkit-transform: none;
            transform: none; }

.error404 .page-content, .search-no-results .page-content {
  text-align: center; }

.error404 .site-content, .search-no-results .site-content {
  margin-bottom: 4.5em; }

@media only screen and (min-width: 1000px) {
  .error404 .site-footer, .search-no-results .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; } }

.entry-media iframe,
.entry-content [class^="embed-"] > iframe {
  display: block;
  max-width: 100%; }

.entry-media iframe:not[src*="videopress"] {
  height: auto; }

/**
 *   9.4 - Comments
 */
.comments-area {
  position: relative;
  margin-top: 1.5em;
  padding-top: 3em;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }
  .comments-area:before {
    content: "";
    position: absolute;
    left: 1.5em;
    top: 3em;
    bottom: 0;
    border-left: 1px solid currentColor;
    opacity: 0.7; }
  .comments-area:after {
    content: '\00b7';
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 1.75em;
    line-height: 1.8; }
  .comments-area.no-comments:after {
    display: none; }

.comment-number, .comments-area:after, .comment-number--dark, .comment-reply-title:before, .add-comment .add-comment__button {
  width: 3em;
  height: 3em;
  line-height: 3em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  background: white; }

.comment-number--dark, .comments-area:after, .comment-reply-title:before, .add-comment .add-comment__button {
  display: inline-block;
  width: 1.71429em;
  height: 1.71429em;
  line-height: 1.62857em;
  margin-right: 0.85714em;
  font-size: 28px;
  border: 0;
  background-color: #171617;
  color: white; }

.comment-number.no-comments {
  position: relative;
  z-index: 1; }

.comments-area-title .comments-title, .comments-area-title a, .comment-reply-title .comments-title, .comment-reply-title a {
  display: inline-block;
  vertical-align: middle; }

.comments-area-title .comments-title, .comment-reply-title .comments-title {
  margin: 0;
  margin-right: 6px;
  font-size: 1.75em;
  line-height: 1.28571;
  text-transform: none;
  -webkit-transform: none;
          transform: none; }
  @media not screen and (min-width: 899px) {
    .comments-area-title .comments-title, .comment-reply-title .comments-title {
      font-size: 21px; }
      .comments-area-title .comments-title .comment-number, .comment-reply-title .comments-title .comment-number {
        font-size: 28px; } }

.comments-area-title .total, .comment-reply-title .total {
  position: relative;
  z-index: 1; }

.comments-area-title {
  padding-left: 72px; }
  .comments-area-title .comment-number {
    position: relative;
    left: -72px;
    margin-right: -48px; }

.commentlist > .comment, .commentlist > .pingback, .commentlist > .trackback {
  padding-left: 3em; }

@media not screen and (min-width: 899px) {
  .depth-1 > .comment-article > .comment-number {
    left: 0; } }

.comments_add-comment {
  margin-top: 3px; }

.commentlist {
  list-style: none;
  margin: 0;
  border-left: 0;
  padding-left: 0; }

li.comment, li.pingback, li.trackback {
  position: relative;
  display: block;
  margin-bottom: 0;
  margin-top: 3em;
  margin-bottom: 3em; }
  li.comment .comment-number, li.pingback .comment-number, li.trackback .comment-number {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    @media not screen and (min-width: 899px) {
      li.comment .comment-number, li.pingback .comment-number, li.trackback .comment-number {
        left: -3em; } }
  li.comment:last-child, li.pingback:last-child, li.trackback:last-child {
    margin-bottom: 0; }
  li.comment .children, li.pingback .children, li.trackback .children {
    position: relative;
    margin-top: 24px; }
    @media not screen and (min-width: 899px) {
      li.comment .children, li.pingback .children, li.trackback .children {
        margin-left: 0; } }
    @media only screen and (min-width: 899px) {
      li.comment .children li, li.pingback .children li, li.trackback .children li {
        padding-left: 3em; }
        li.comment .children li:before, li.pingback .children li:before, li.trackback .children li:before {
          content: "";
          position: absolute;
          top: 24px;
          border-top: 1px solid currentColor;
          opacity: 0.7; } }
    li.comment .children li .comment-number, li.pingback .children li .comment-number, li.trackback .children li .comment-number {
      border: 0;
      background: rgba(0, 0, 0, 0.3);
      color: white; }

li.depth-2:before {
  left: -48px;
  width: 48px; }

@media only screen and (min-width: 899px) {
  li.depth-3:before {
    left: -120px;
    width: 120px; }
  li.depth-4:before {
    left: -192px;
    width: 192px; }
  li.depth-5:before {
    left: -264px;
    width: 264px; }
  li.depth-6:before {
    left: -336px;
    width: 336px; }
  li.depth-7:before {
    left: -408px;
    width: 408px; }
  li.depth-8:before {
    left: -480px;
    width: 480px; }
  li.depth-9:before {
    left: -552px;
    width: 552px; }
  li.depth-10:before {
    left: -624px;
    width: 624px; } }

.comment__author-name {
  font-size: 14px; }
  .comment__author-name a {
    font-size: 16px;
    color: black; }

.bypostauthor {
  color: inherit; }

.comment-article {
  margin-bottom: 0;
  margin-left: 1.5em; }
  .comment-article:hover .comment-edit-link, .comment-article:hover .comment-reply-link {
    opacity: 1; }

.comment__avatar {
  margin-right: 0.75em; }
  .comment__avatar img {
    width: 3.75em;
    height: auto; }
  .comment__avatar:empty {
    display: none; }

.comment__timestamp {
  color: #3d3e40; }

.comment__avatar {
  margin-bottom: 24px; }

.comment__content {
  position: relative;
  margin-bottom: 1.71429em;
  font-size: 0.875em;
  line-height: 1.71429;
  color: #8c888c; }

.comment__links {
  display: inline-block;
  margin-left: 1.71429em;
  font-size: 0.875em;
  line-height: 1.71429; }

.comment-edit-link, .comment-reply-link {
  color: #3d3e40;
  opacity: 0;
  margin-right: 0.85714em;
  transition: opacity .15s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media not screen and (min-width: 899px) {
    .comment-edit-link, .comment-reply-link {
      opacity: 1; } }

.comment-reply-link {
  color: #8c888c; }

p.comment-likes {
  position: absolute;
  right: 0;
  top: -28px;
  width: auto; }

.comment-form p.logged-in-as {
  margin-bottom: 0.75em; }

.comment-reply-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.75em;
  line-height: 1.28571;
  -webkit-transform: none;
          transform: none; }
  @media not screen and (min-width: 899px) {
    .comment-reply-title {
      font-size: 21px; } }
  .comment-reply-title:before {
    content: "+"; }
    @media not screen and (min-width: 899px) {
      .comment-reply-title:before {
        font-size: 1.33333em; } }
    .comment .comment-reply-title:before {
      display: none; }
  .comment-reply-title .comment-number {
    line-height: 44px; }
  .comment-reply-title a {
    margin-top: -7px; }

.comment-respond {
  position: relative;
  margin-bottom: 1.5em; }
  @media only screen and (min-width: 899px) {
    .comment .comment-respond {
      padding-left: 0;
      margin-right: 0; } }
  .comment .comment-respond {
    margin-left: 1.5em; }

#cancel-comment-reply-link {
  text-decoration: underline; }

/* Comments Form */
@media only screen and (min-width: 899px) {
  .comment-form {
    padding-left: 4.5em; } }

.comment .comment-form {
  padding-left: 0; }

.comment-form input, .comment-form textarea {
  font-weight: 300;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: none; }

.comment-form input[type="checkbox"] {
  margin-right: 1em; }

.comment-form iframe {
  padding-left: 36px; }

@media only screen and (min-width: 899px) {
  .comment-form > .comment-subscription-form {
    width: 70%; } }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 0; }
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input {
    width: 100%;
    margin-bottom: 1.5em; }
    @media not screen and (min-width: 899px) {
      .comment-form-author input,
      .comment-form-email input,
      .comment-form-url input {
        margin-bottom: 0.75em; } }

@media only screen and (min-width: 899px) {
  p.comment-form-author,
  p.comment-form-email {
    width: 50%; } }

.comment-form-comment,
.logged-in-as {
  width: 100%; }

.comment-form-comment textarea,
.comment-subscription-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1em;
  line-height: 1.3; }

.form-submit {
  margin-top: 0.75em;
  margin-bottom: 0;
  text-align: right; }
  @media only screen and (min-width: 899px) {
    .form-submit.form-submit {
      float: right; } }
  .form-submit #submit {
    border: 0; }
    @media not screen and (min-width: 899px) {
      .form-submit #submit {
        width: 100%; } }

.comment-subscription-form {
  float: left;
  clear: left;
  margin-top: 0.75em;
  margin-bottom: 0.375em; }
  .comment-subscription-form + .comment-subscription-form {
    margin-top: 0; }
  .comment-subscription-form input[type="checkbox"] {
    margin-right: 0.75em;
    position: relative;
    top: -0.05em; }

.add-comment {
  margin-top: 3em; }
  .add-comment .add-comment__button {
    position: relative;
    z-index: 1;
    margin-right: 0.5em;
    font-size: 1.5em;
    line-height: 1.3; }
  .add-comment .add-comment__text {
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: bold; }

/* Comments Navigation */
.comment-navigation {
  position: relative;
  padding-left: 3.75em;
  margin-top: 3em;
  margin-bottom: 3em; }
  .comment-navigation .comment-number {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px; }
  .comment-navigation .assistive-text {
    margin-top: 0;
    margin-left: 8px;
    font-size: 28px;
    -webkit-transform: none;
            transform: none; }
  .comment-navigation .nav-previous a, .comment-navigation .nav-next a {
    font-size: 18px; }
  .comment-navigation .nav-previous {
    float: left; }
    .comment-navigation .nav-previous a:before {
      content: "\2190 "; }
    .comment-navigation .nav-previous a:after {
      content: ""; }
  .comment-navigation .nav-next {
    float: right; }
    .comment-navigation .nav-next a:before {
      content: ""; }
    .comment-navigation .nav-next a:after {
      content: " \2192"; }

.nocomments {
  -webkit-transform: none;
          transform: none; }
  .nocomments span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.75em;
    line-height: 1.28571;
    line-height: 48px; }

.no-comments-box {
  position: relative;
  z-index: 1; }

div#respond {
  padding-top: 0; }
  div#respond #reply-title {
    margin-top: 0; }
  div#respond p.comment-subscription-form label {
    color: #999; }

/**
 *   9.5 - Search Form
 */
.search-form {
  position: relative;
  width: 100%;
  height: 44px; }
  .search-form > label, .search-form .search-field {
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 44px; }
  .search-form .search-field {
    padding: 8px 12px;
    padding-right: 60px;
    line-height: 44px;
    border-radius: 0; }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    height: 44px;
    font-size: 14px;
    text-align: center;
    border-radius: 0; }
  .error404 .content-area .search-form, .search-no-results .content-area .search-form {
    max-width: 500px;
    margin: 0 auto; }

/**
 * 10.0 - Sidebar
 */
.has_sidebar .site-content .container {
  position: relative; }

.single-post .has_sidebar .site-main, .page .has_sidebar .site-main {
  max-width: none; }

.has_sidebar .content-area {
  width: 100%; }

.has_sidebar .sidebar {
  padding-top: 1.5em; }
  @media not screen and (min-width: 899px) {
    .has_sidebar .sidebar {
      border-top: 1px solid #3d3e40;
      padding-top: 3em; } }
  @media only screen and (min-width: 899px) {
    .has_sidebar .sidebar {
      padding-bottom: 3em; } }

@media only screen and (min-width: 899px) {
  .has_sidebar .content-area {
    float: left;
    margin-right: -30%; }
  .has_sidebar .site-main {
    margin-right: 30%;
    padding-right: 1.875em; }
    .has_sidebar .site-main:before {
      content: "";
      width: 1px;
      height: 100%;
      background-color: currentColor;
      opacity: 0.2;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30%; }
  .has_sidebar .sidebar {
    z-index: 5;
    float: right;
    width: 30%;
    padding-left: 1.875em; } }

@media only screen and (min-width: 1359px) {
  .has_sidebar .content-area {
    margin-right: -22.5em; }
  .has_sidebar .site-main {
    margin-right: 22.5em;
    padding-right: 3.75em; }
    .has_sidebar .site-main:before {
      right: 24.5em; }
  .has_sidebar .sidebar {
    width: 22.5em;
    padding-left: 3.75em; } }

@media only screen and (min-width: 1359px) {
  .single .site-main, .page .site-main {
    padding-right: 7.5em;
    padding-left: 7.5em; } }

/**
 *   10.1 - Widgets
 */
.widget {
  padding-bottom: 0; }
  @media not screen and (min-width: 899px) {
    .widget {
      padding-bottom: 0; } }
  .widget img {
    max-width: 100%; }
  .widget + .widget {
    position: relative;
    padding-top: 1em; 
    padding-bottom: 30px;
  }
    .widget + .widget:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      height: 1px;
      background-color: currentColor;
      opacity: 0.2; }
    @media not screen and (min-width: 899px) {
      .widget + .widget {
        padding-top: 1.5em; } }
  .widget a {
    color: black; }
    .widget a:hover {
      color: #ffeb00; }
  .fs-16px, .widget ul, .widget_blog_subscription input {
    font-size: 1em;
    line-height: 1.3; }
  .widget li {
    margin-bottom: 1.5em; }
    .widget li:last-child {
      margin-bottom: 0; }
  .widget img {
    max-width: 100%;
    height: auto; }
  .widget select {
    max-width: 100%; }
  .widget .post-date {
    display: block;
    margin-top: 0.375em;
    font-style: italic;
    color: rgba(0, 0, 0, 0.3); }
    .fs-13px, .widget .post-date, .widget_recent_entries .post-date {
      font-size: 0.8125em;
      line-height: 1.84615; }

.widget .widget-title {
  font-size: 1.5em;
  line-height: 1.3;
  -webkit-transform: translateY(0.4145em);
          transform: translateY(0.4145em);
  margin-bottom: 1.25em;
  margin-top: 0; }

/* Widget - Calendar */
.widget_calendar table {
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  text-align: center; }

.widget_calendar th {
  text-align: center;
  padding-bottom: 0.75em; }

.widget_calendar tr {
  border: 0; }

.widget_calendar tfoot {
  padding: 0.75em; }

.widget_calendar caption {
  color: #3d3e40;
  padding-bottom: 0.75em;
  padding-top: 0.75em; }

.widget_calendar a {
  color: #000; }
  .widget_calendar a:hover {
    color: #000;
    text-decoration: underline; }

.widget_calendar thead {
  color: #000; }

.widget_calendar tfoot a {
  color: #3d3e40; }

.widget_calendar tfoot td {
  border-bottom: 0; }

/* Widget - Recent Comments */
.recentcomments {
  color: rgba(0, 0, 0, 0.3); }
  .recentcomments a {
    color: #000; }
  .recentcomments .comment-author-link {
    font-weight: bold; }

#recentcomments {
  font-weight: normal; }

.widget_recent_entries .post-date {
  display: block;
  margin-top: 0;
  font-style: italic; 
  display: none;
}

/* Widget - RSS */
.widget_rss li {
  margin-bottom: 24px; }

.widget_rss cite {
  display: block;
  margin-top: 6px; }

.rsswidget {
  text-decoration: underline;
  font-weight: bold; }

.rss-date:before {
  content: '-';
  display: inline-block;
  margin: 0 3px; }

.widget_rss_links a {
  display: inline-block;
  vertical-align: middle; }

.widget_categories > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul {
  margin-bottom: -0.75em; }
  .widget_categories > ul > li,
  .widget_pages > ul > li,
  .widget_meta > ul > li,
  .widget_archive > ul > li {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .widget_categories > ul > li a,
    .widget_pages > ul > li a,
    .widget_meta > ul > li a,
    .widget_archive > ul > li a {
      display: inline; }
  .widget_categories > ul ul,
  .widget_pages > ul ul,
  .widget_meta > ul ul,
  .widget_archive > ul ul {
    display: none; }

.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_archive li {
  margin-bottom: 0.75em; }

/* Widget - Subscription */
.widget_blog_subscription.widget {
  padding: 1.5em;
  background-color: #171617;
  color: white;
  margin-top: 0em;
  margin-bottom: 0em;
  border-top: 0; }

.widget_blog_subscription .widget-title {
  color: white; }

.widget_blog_subscription input {
  margin-top: 0em;
  margin-bottom: 0em;
  -webkit-transform: none;
          transform: none; }

.widget_blog_subscription #subscribe-email input {
  padding: 0.375em;
  padding-left: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  background: transparent;
  font-weight: 500;
  color: white; }
  .widget_blog_subscription #subscribe-email input::-webkit-input-placeholder {
    font-weight: 700; }
  .widget_blog_subscription #subscribe-email input:-moz-placeholder {
    font-weight: 700; }
  .widget_blog_subscription #subscribe-email input::-moz-placeholder {
    font-weight: 700; }
  .widget_blog_subscription #subscribe-email input:-ms-input-placeholder {
    font-weight: 700; }

.widget_blog_subscription input[type='submit'],
.widget_blog_subscription button[type='submit'] {
  border: 1px solid #ffeb00;
  background-color: #ffeb00;
  color: #171617;
  padding: 6px 12px;
  width: 100%; }

.widget_blog_subscription a {
  color: white; }
  .widget_blog_subscription a:hover {
    color: #ffeb00; }

/* Widget - Milestone */
.milestone-content.milestone-content {
  max-width: none; }

.milestone-content .milestone-header,
.milestone-content .milestone-countdown,
.milestone-content .milestone-message {
  color: white; }

.milestone-content .milestone-header,
.milestone-content .milestone-countdown {
  padding: 1.5em; }

.milestone-content .event {
  margin-bottom: 0.75em; }

.widget_top-posts .widget-grid-view-image {
  width: 50%; }

.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
  width: 20%; }

.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
  width: 80%; }

.widget_recent_comments td {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.wordpress-default-widgets ul ul, .widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul, .widget_text ul ul, .widget_tag_cloud ul ul, .widget_search ul ul, .widget_calendar ul ul {
  counter-reset: submenu; }
  .wordpress-default-widgets ul ul > li > a:before, .widget_archive ul ul > li > a:before, .widget_categories ul ul > li > a:before, .widget_meta ul ul > li > a:before, .widget_nav_menu ul ul > li > a:before, .widget_pages ul ul > li > a:before, .widget_recent_comments ul ul > li > a:before, .widget_recent_entries ul ul > li > a:before, .widget_rss ul ul > li > a:before, .widget_text ul ul > li > a:before, .widget_tag_cloud ul ul > li > a:before, .widget_search ul ul > li > a:before, .widget_calendar ul ul > li > a:before {
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu; }

.wordpress-default-widgets ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_text ul, .widget_tag_cloud ul, .widget_search ul, .widget_calendar ul, .wordpress-default-widgets ol, .widget_archive ol, .widget_categories ol, .widget_meta ol, .widget_nav_menu ol, .widget_pages ol, .widget_recent_comments ol, .widget_recent_entries ol, .widget_rss ol, .widget_text ol, .widget_tag_cloud ol, .widget_search ol, .widget_calendar ol {
  list-style: none;
  padding-left: 0; }

.widget_nav_menu ul,
.widget_pages ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .widget_nav_menu ul ul,
  .widget_pages ul ul {
    margin-top: 1.5em; }

.widget_nav_menu li:not(:last-child),
.widget_pages li:not(:last-child) {
  margin-bottom: 1.5em; }

/**
 * 11.0 - Footer
 */
.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background: #171617;
  color: #8c888c;
  overflow: hidden;
  -webkit-font-smoothing: auto;
  z-index: 100; }
  @media only screen and (min-width: 1000px) {
    .site-footer {
      margin-right: -3.75em; } }
  .site-footer a {
    color: white; }
  @media not screen and (min-width: 899px) {
    .site-footer .site-info {
      margin-bottom: 0.75em; } }
  .site-footer .footer-navigation {
    text-align: right; }
  .site-footer .site-info, .site-footer .footer-navigation {
    width: 50%;
    font-size: 0.875em;
    line-height: 1.71429; }
    @media not screen and (min-width: 899px) {
      .site-footer .site-info, .site-footer .footer-navigation {
        width: 100%;
        text-align: center; } }

/* Footer Navigation */
@media only screen and (min-width: 899px) {
  .nav--footer {
    margin-left: 2em; } }

.nav--footer li {
  padding-left: 1em; }
  .nav--footer li:before {
    content: "\2022";
    font-family: monospace;
    position: relative;
    top: -0.1em;
    margin-right: 1.2em;
    pointer-events: none; }
  .nav--footer li:first-child {
    padding-left: 0; }
    .nav--footer li:first-child:before {
      display: none; }

.nav--footer ul {
  display: none; }

/* Footer logged-out-follow-blog-widget-input color */
#loggedout-follow input#loggedout-follow-field {
  color: black; }

/**
 * 12.0 - Toolbar
 */
.toolbar {
  padding-left: 0.75em;
  padding-right: 0.75em;
  width: 3.75em;
  position: fixed;
  top: 0.75em;
  right: 0;
  bottom: 0;
  display: block;
  margin-top: -1px;
  z-index: 100; }
  .admin-bar .toolbar {
    margin-top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .toolbar {
        margin-top: 46px; } }
  .is--ancient-android .nav--is-open .toolbar {
    right: -100%; }
  .toolbar i[class] {
    display: table;
    width: 2.25em;
    height: 2.25em;
    text-align: center; }
    .toolbar i[class]:before {
      display: table-cell;
      vertical-align: middle; }
  @media not screen and (min-width: 1000px) {
    .toolbar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      height: auto;
      bottom: auto;
      padding-top: 0;
      z-index: 20; }
      .toolbar:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: currentColor;
        opacity: 0.2; } }
  @media only screen and (min-width: 1000px) {
    .toolbar:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background: currentColor;
      opacity: 0.2; } }

.toolbar__head {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  min-height: 21em; }
  @media not screen and (min-width: 1000px) {
    .toolbar__head {
      min-height: 0;
      background: none;
      border: 0;
      padding-top: 6px;
      padding-bottom: 0;
      padding-left: 3em;
      text-align: right; } }

.toolbar__body {
  position: relative;
  padding-top: 1.5em; }
  .toolbar__body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.2; }
  .toolbar__body a {
    color: inherit; }
  @media not screen and (min-width: 1000px) {
    .toolbar__body {
      display: none; } }

.nav--toolbar {
  word-wrap: normal; }
  .nav--toolbar a {
    display: block;
    font-size: 0.8125em;
    line-height: 2.57143em;
    margin-top: -1px;
    margin-right: 0.85714em;
    padding-left: 1.71429em;
    position: relative;
    right: 100%;
    white-space: nowrap;
    border: 1px solid transparent;
    border-right-width: 0;
    color: transparent;
    pointer-events: none; }
    .nav--toolbar a:before {
      content: "";
      font-size: 1.35714em;
      display: inline-block;
      width: 2.52632em;
      height: 1.89474em;
      line-height: 1.89474em;
      position: absolute;
      right: -2.52632em;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      text-align: center;
      pointer-events: auto;
      color: inherit; }
      @media only screen and (min-width: 899px) {
        .nav--toolbar a:before {
          padding-left: 0.63158em; } }
      .nav--toolbar a:before:hover {
        background: white;
        border-color: currentColor; }
    @media only screen and (min-width: 1000px) {
      .nav--toolbar a:hover {
        color: inherit;
        visibility: visible;
        pointer-events: auto; } }
    .nav--toolbar a:before {
      content: ""; }
    .nav--toolbar a[href*="mailto:"]:before, .nav--toolbar a[href*="mail"]:before {
      content: ""; }
    .nav--toolbar a[href*="feed"]:before, .nav--toolbar a[href*="rss"]:before {
      content: ""; }
    .nav--toolbar a[href*="behance"]:before {
      content: ""; }
    .nav--toolbar a[href*="delicious"]:before {
      content: ""; }
    .nav--toolbar a[href*="deviantart"]:before {
      content: ""; }
    .nav--toolbar a[href*="digg"]:before {
      content: ""; }
    .nav--toolbar a[href*="dribbble"]:before {
      content: ""; }
    .nav--toolbar a[href*="facebook"]:before {
      content: ""; }
    .nav--toolbar a[href*="flickr"]:before {
      content: ""; }
    .nav--toolbar a[href*="foursquare"]:before {
      content: ""; }
    .nav--toolbar a[href*="github"]:before {
      content: ""; }
    .nav--toolbar a[href*="plus.google"]:before {
      content: ""; }
    .nav--toolbar a[href*="instagram"]:before {
      content: ""; }
    .nav--toolbar a[href*="linkedin"]:before {
      content: ""; }
    .nav--toolbar a[href*="pinterest"]:before {
      content: ""; }
    .nav--toolbar a[href*="reddit"]:before {
      content: ""; }
    .nav--toolbar a[href*="skype"]:before {
      content: ""; }
    .nav--toolbar a[href*="soundcloud"]:before {
      content: ""; }
    .nav--toolbar a[href*="spotify"]:before {
      content: ""; }
    .nav--toolbar a[href*="stumbleupon"]:before {
      content: ""; }
    .nav--toolbar a[href*="tumblr"]:before {
      content: ""; }
    .nav--toolbar a[href*="twitter"]:before {
      content: ""; }
    .nav--toolbar a[href*="vimeo"]:before {
      content: ""; }
    .nav--toolbar a[href*="vine"]:before {
      content: ""; }
    .nav--toolbar a[href*="vk.com"]:before {
      content: ""; }
    .nav--toolbar a[href*="weibo"]:before {
      content: ""; }
    .nav--toolbar a[href*="xing"]:before {
      content: ""; }
    .nav--toolbar a[href*="yahoo"]:before {
      content: ""; }
    .nav--toolbar a[href*="youtube"]:before {
      content: ""; }
    .nav--toolbar a[href*="angel.co"]:before {
      content: ""; }
    .nav--toolbar a[href*="yelp"]:before {
      content: ""; }
    .nav--toolbar a[href*="last.fm"]:before {
      content: ""; }
    .nav--toolbar a[href*="slideshare"]:before {
      content: ""; }
    .nav--toolbar a[href*="twitch.tv"]:before {
      content: ""; }
  .nav--toolbar .nav__item--search a:before {
    content: ""; }
  @media not screen and (min-width: 1000px) {
    .nav--toolbar {
      display: inline-block; }
      .nav--toolbar a {
        right: 0;
        margin: 0;
        width: 3em;
        padding-left: 3em;
        overflow: hidden;
        pointer-events: auto; }
        .nav--toolbar a:before {
          visibility: visible;
          position: absolute;
          top: 0;
          left: 0;
          width: 3em; }
      .nav--toolbar[class] a:hover {
        background: none;
        border-color: transparent; } }

.overlay--search {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 111;
  display: table;
  padding-right: 15em;
  padding-left: 15em;
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  background: white; }
  @media not screen and (min-width: 1359px) {
    .overlay--search {
      padding-right: 6em;
      padding-left: 6em; } }
  @media not screen and (min-width: 899px) {
    .overlay--search.overlay--search {
      padding-right: 3em;
      padding-left: 3em; } }
  .overlay--search .search-form > label {
    position: static;
    height: auto; }
  .overlay--search .search-form, .overlay--search .search-field {
    display: block;
    height: auto; }
  .overlay--search .search-field, .overlay--search .search-submit {
    position: static; }
  .overlay--search .search-submit {
    display: none; }
  .overlay--search .search-field {
    height: auto;
    border: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: inherit;
    color: inherit; }
    .fs-100px, .overlay--search .search-field {
      font-size: 6.25em;
      line-height: 1.08; }
    .overlay--search .search-field::-webkit-input-placeholder {
      color: inherit; }
    .overlay--search .search-field:-moz-placeholder {
      color: inherit; }
    .overlay--search .search-field::-moz-placeholder {
      color: inherit; }
    .overlay--search .search-field:-ms-input-placeholder {
      color: inherit; }
    @media not screen and (min-width: 84.9375em) {
      .fs-60px-below-1359px, .overlay--search .search-field {
        font-size: 3.75em;
        line-height: 1.3; } }
    @media not screen and (min-width: 56.1875em) {
      .fs-24px-below-899px {
        font-size: 1.5em;
        line-height: 1.3; } }
    @media not screen and (min-width: 899px) {
      .fs-32px, .overlay--search .search-field {
        font-size: 2em;
        line-height: 1.125; } }
    @media not screen and (min-width: 899px) {
      .overlay--search .search-field {
        margin-bottom: 0.75em; } }

.overlay__wrapper {
  display: table-cell;
  vertical-align: middle; }

.overlay__close {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  top: 6em;
  right: 3.75em;
  cursor: pointer; }
  .overlay__close:before, .overlay__close:after {
    content: "";
    display: block;
    position: absolute;
    background: currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    pointer-events: none; }
  .overlay__close:before {
    top: 50%;
    width: 100%;
    height: .16em;
    margin-top: -.08em; }
  .overlay__close:after {
    left: 50%;
    height: 100%;
    width: .16em;
    margin-left: -.08em; }
  @media not screen and (min-width: 1359px) {
    .overlay__close {
      width: 2.25em;
      height: 2.25em;
      top: 3em;
      right: 2.25em; } }

/**
 * 13.0 - Jetpack's plugins styling
 */
/* Jetpack - ShareDaddy */
div.sd-content ul {
  margin-bottom: 0 !important; }

.sd-social {
  margin-bottom: -5px; }

div.sharedaddy .sd-social h3.sd-title {
  font-size: 1em;
  line-height: 1.3;
  -webkit-transform: translateY(0.4145em);
          transform: translateY(0.4145em); }

div.sharedaddy {
  margin-bottom: 30px; }

/* Jetpack - Comment Form */
form.contact-form {
  max-width: 30em; }
  form.contact-form input[type='text'],
  form.contact-form input[type='email'],
  form.contact-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.75em;
    border: 1px solid #d7d7d7; }
  form.contact-form .pushbutton-wide {
    float: right; }
  .comment-respond.js form.contact-form input[type='text'],
  .comment-respond.js form.contact-form input[type='email'],
  .comment-respond.js form.contact-form textarea {
    margin-bottom: 1.5em; }

/* Jetpack - Infinite Scroll */
div#infinite-footer {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #171617;
  -webkit-font-smoothing: auto;
  transition: bottom .3s ease-in; }
  @media only screen and (min-width: 899px) {
    div#infinite-footer {
      height: 50px;
      position: fixed;
      bottom: 0 !important; } }
  div#infinite-footer .container {
    width: 100% !important;
    min-height: 50px;
    padding: 0;
    border: 0;
    background: none;
    transition: all .3s ease-in;
    display: table; }
  div#infinite-footer .blog-info,
  div#infinite-footer .blog-credits {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    font-size: 0.875em;
    line-height: 1.71429;
    line-height: 50px;
    color: #8c888c; }
    div#infinite-footer .blog-info a,
    div#infinite-footer .blog-credits a {
      color: white; }
      div#infinite-footer .blog-info a:hover,
      div#infinite-footer .blog-credits a:hover {
        color: white;
        text-decoration: none; }
  @media not screen and (min-width: 899px) {
    div#infinite-footer .blog-credits {
      text-align: left; } }
  div#infinite-footer .blog-info {
    float: left; }

.infinite-loader {
  position: absolute;
  left: 50%;
  bottom: 0; }
  @media not screen and (min-width: 899px) {
    .infinite-loader {
      bottom: -50px;
      z-index: 50; } }

.infinite-scroll .pagination {
  display: none; }

@media only screen and (min-width: 1000px) {
  .infinite-scroll:not(.neverending) .site-content {
    padding-bottom: 7.5em; } }

.infinite-scroll.neverending .site-footer {
  display: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: .3s linear tansform; }

.infinite-scroll.neverending.infinity-end .site-footer {
  display: block;
  -webkit-transform: none;
          transform: none; }

.infinite-loader {
  position: absolute;
  left: 50%;
  left: calc(50% + 1.125em);
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block; }

#infinite-handle {
  position: absolute;
  top: 100%;
  left: 1.125em;
  width: 100%;
  text-align: center; }

.infinite-loader .spinner {
  left: 0 !important; }

div#infinite-handle span {
  cursor: pointer;
  font-size: 20px;
  background: transparent; }
  div#infinite-handle span:hover {
    background: transparent;
    color: white; }

div#infinite-handle button {
  position: relative;
  z-index: 5;
  border: none; }
  div#infinite-handle button:hover {
    padding: 11px 23px;
    background: #171617;
    color: white; }

/* Jetpack - Related Posts */
.jp-relatedposts {
  clear: both; }

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  display: block; }

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
  font-size: inherit;
  line-height: inherit; }

div#jp-relatedposts div.jp-relatedposts-items p.jp-relatedposts-post-context,
div#jp-relatedposts div.jp-relatedposts-items span.jp-relatedposts-post-context {
  font-size: 0.75em;
  line-height: 2; }

.jp-relatedposts-post-img {
  margin-bottom: 0.75em; }

div#jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 1.5em;
  line-height: 1.3; }

/* Jetpack - Slideshow Galleries */
.jetpack-slideshow.slideshow-window {
  border-radius: 0;
  border-width: 0.66667em; }

/* Jetpack - Sharedaddy */
.sd-content ul li {
  margin-bottom: 12px !important;
  display: inline-block !important; }

/**
 * 14.0 - Overwrites
 */
.screen-reader-text {
  display: none; }

.toolbar .navigation.post-navigation .nav-links span {
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 10.5em;
  -webkit-transform-origin: 1.875em 0 0;
          transform-origin: 1.875em 0 0;
  -webkit-transform: rotateZ(90deg) translateZ(0);
          transform: rotateZ(90deg) translateZ(0);
  opacity: 0;
  transition: opacity .2s ease-in-out; }
  .ie10 .toolbar .navigation.post-navigation .nav-links span, .ie9 .toolbar .navigation.post-navigation .nav-links span {
    display: none; }

.toolbar .navigation.post-navigation .nav-links a:hover span {
  opacity: 1;
  transition: opacity .2s .2s ease-in-out; }

#wpstats {
  position: fixed;
  left: -9999px;
  bottom: 0; }

.entry-footer .cat-links > * + *:before {
  content: ', '; }

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

#masthead.site-header {
  background-image: url(img/Header_backg2.jpg);
  padding: 75px 0px;
  background-position: center;
  background-size: cover;
}

body .nav--main > li > a:before {
  background-color: #e57e21;
}

.toolbar {
  display: none;
}

#content.site-content .container {
  margin-top: 0px;
  padding: 0 60px;
}

.widget_categories li.cat-item a{
  padding: 5px;
}

body .widget_categories > ul > li, .widget_pages > ul > li, .widget_meta > ul > li, .widget_archive > ul > li {
  text-overflow: ellipsis;
  overflow: hidden;
  width: unset; 
  border: 1px solid #e57e21;
  margin: 5px;
}

.grid, .comment-form, .widget_categories > ul, .widget_pages > ul, .widget_meta > ul, .widget_archive > ul {
  margin-left: -10px;
}

.widget.widget_recent_comments #recentcomments, .widget.widget_recent_comments .widget-title {
  display: none;
}

body .widget_categories > ul > li, .widget_pages > ul > li, .widget_meta > ul > li, .widget_archive > ul > li {
  text-overflow: ellipsis;
  overflow: hidden;
  width: unset; 
  border: 1px solid #e57e21;
  margin: 5px;
}

.uppercontent {
  background: #163053;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.uppercontent-wrap > .uppercontent-text {
  max-width: 380px;
  margin: 0 15px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.uppercontent-text .widgettitle {
  color: #e6ab0b;
  font-size: 21px;
}

.uppercontent-text p a {
  color: #8b989b;
}

body .site-footer {
  background-color: unset;
  padding: unset;
  position: relative;
}

.bottomcontent {
  background: #191a36;
  position: relative;
  justify-content: center;
  display: flex;
}

.uppercontent-wrap {
  background: #163053;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottomcontent-text #text-8 h2.widgettitle {
  display: none;
}

.bottomcontent-text #text-9 h2.widgettitle {
  display: none;
}

span.contactnum {
  font-size: 16px;
  display: flex;
  color: #fff;
}

span.contactnum::before {
  content: url(img/footer_phone.png);
  height: 10px;
  width: 35px;
}

span.contactmail {
  font-size: 16px;
  display: flex;
  color: #fff;
  padding-right: 20px;
}

span.contactmail::before {
  content: url(img/footer_phone.png);
  height: 10px;
  width: 35px;
  position: relative;
  bottom: 2px;
}

#text-9 span.contactmail::before {
  content: url(img/footer_mail.png);
}

.bottomcontent-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1650px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 38px 0px 26px;
}

span.contactreg {
  font-size: 16px;
  color: #fff;
}

span.contactstr {
  font-size: 16px;
  color: #fff;
}

.bottomcontent-wrap .bottomcontent-text div#text-8 {
  padding: 0;
}

.bottomcontent-wrap .bottomcontent-text div#text-9 {
  padding: 0;
}

div#media_image-2 {
  padding: 0;
}

.bottomcontent-socialmedia .menu-social-menu-container ul#menu-social-menu {
  display: flex;
}

.bottomcontent-socialmedia .menu-social-menu-container ul#menu-social-menu li.menu-item a{
  list-style-type: none;
  list-style: none;
}

.bottomcontent-socialmedia .menu-social-menu-container ul#menu-social-menu {
  list-style: none;
}

li#menu-item-47::after {
    content: url(img/facebook-f-brands.svg);
    /*background-image: url(img/facebook-f-brands.svg);*/
    width: 10px;
    height: 30px;
    position: absolute;
}

li#menu-item-48::after {
  content: url(img/twitter-brands.svg);
  /*background-image: url(img/twitter-brands.svg);*/
  width: 17px;
  height: 30px;
  position: absolute;
}

li#menu-item-46::after {
  content: url(img/instagram-brands.svg);
  /*background-image: url(img/instagram-brands.svg);*/
  width: 17px;
  height: 30px;
  position: absolute;
}

li#menu-item-66::after {
  content: url(img/linkedin.svg);
  /*background-image: url(img/pinterest-brands.svg);*/
  width: 17px;
  height: 30px;
  position: absolute;
}

ul#menu-social-menu li.menu-item a {
  display: none;
}

.bottomcontent-socialmedia .menu-social-menu-container ul.menu li.menu-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#media_image-2 {
  width: 225px;
}

img.image.wp-image-65.attachment-full.size-full {
  width: 100%;
}

.bottomcontent-img {
  padding-right: 50px;
}

#content .container #main #posts article p.intro {
  margin-bottom: unset;
  font-size: 1em;
}

#content .container #main #posts article .more-link-wrapper {
  padding-top:20px
}
.more-link strong{
  color: #2a2c29;
  transition: ease-in-out 0.2s;
}

.more-link strong:hover{
  color: #e57e21;
}

#primary #main.site-main aside #comments{
  display: none;
}

#primary #main.site-main aside #respond{
  display: none;
}

.sidebar-subsmethings {
  color: white;
  background: #e57e21;
  padding:20px;
  border-radius: 8px;
}

.sidebar-subsmethings #text-11 h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 1000;
}

.textwidget.custom-html-widget {
  display: flex;
  flex-direction: column;
}

button.mailbtn {
  color: black;
  padding: 15px 0px;
  border: 2px solid #FFF;
}

button.subtn {
  padding: 5px 0px;
  background: #e57e21;
  font-size: 28px;
  border: 2px solid white;
  margin-top: 15px;
}

.sidebar-subsmethings #text-11 {
  padding-bottom:0;
}

.sidebar-subsmethings #custom_html-3{
  padding-top:0;
}

aside#recent-comments-3 {
  padding: 0;
}

.socialmedia-sidebar #media_image-3 h2.widgettitle{
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-top: 20px;
}

.socialmedia-sidebar {
  border-bottom: 1px solid #80808045;
  margin-bottom: 40px;
}

.socialmedia-sidebar div#media_image-3 {
  padding-bottom: 30px;
}

#secondary #text-10 h2.widgettitle {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
}

#text-10 p{
  margin-bottom: 1em;
}

#secondary #text-10 {
  padding-bottom: 20px;
}

.page-id-129 #content .container #secondary #text-10, .page-id-129 #content .container #secondary #recent-posts-3, .page-id-129 #content .container #secondary #categories-3, .page-id-129 #content .container #secondary #recent-comments-3, .page-id-129 #content .container #secondary .socialmedia-sidebar, .page-id-129 #content .container #secondary #socialmedia-sidebar, .page-id-129 #content .container #secondary .sidebar-subsmethings{
  display: none;
}

.contanctformthingie {
  display: none;
}

.page-id-129 .contanctformthingie {
  display: unset;
}

.sidebar-contactform .phone {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif!important;
  padding-bottom: 8px;
}

.sidebar-contactform .mail {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif!important;
}

.sidebar-contactform .location {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif!important;
  padding-top: 15px;
}

.sidebar-contactform .location_reg {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif!important;
}

.page-id-129.has_sidebar .site-main:before {
  content: "";
  width: 0px !important;
  height: 100%;
  background-color: currentColor;
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30%;
}

.page-id-129 #primary #post-129 .entry-header {
  display: none;
}

.contact-thingie-main-title {
  display: none;
}

.page-id-129 .contact-thingie-main-title {
  display: unset;
  font-size: 40px;
  text-align: center;
}

.page-id-129.has_sidebar .sidebar {
  padding-top: 0.7em;
}

.page-id-129 #post-129 .entry-content p {
  
}

div.wpforms-container-full .wpforms-form button[type=submit]{
  background-color: #e57e21;
  color: white;
  width: 50%;
  font-size: 25px;
}

.contanctformthingie-container div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  display: flex;
  width: 70%;
}

div.wpforms-container-full .wpforms-form input[type=text] {
  height: 60px;
  font-size: 20px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  font-size: 20px;
}

.workplscontactformthingie form#wpforms-form-162 {
  display: flex;
  align-items: flex-start;
  background: #e57e21;
}

.page-id-129 .contanctformthingie-wrap {
  background: #e57e21;
}

.page-id-129 span.contactformthingie-title {
  font-size: 38px;
  color: white;
}

.contanctformthingie-wrap div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #e57e21;
  color: white;
  width: unset;
  padding-right: 10%;
  font-size: 25px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 25px 0 0 0;
  clear: both;
  justify-content: center;
  display: flex;
}

.contactformthingie-text p {
  background-color: #e57e21;
  padding: 30px 0px;
}

.contanctformthingie {
  background-color: #e57e21;
}

.page-id-129 .contanctformthingie-wrap {
  max-width: 1400px;
  margin: auto;
}

.contanctformthingie-container {
  background: #e57e21;
}

.page-id-129 div.wpforms-container-full {
  margin-bottom: unset; 
}

span.contactformthingie-text {
  color: white;
}

#form#wpforms-form-162 div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: 100%;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.page-id-129 .contanctformthingie-wrap {
  max-width: 1380px;
  margin: auto;
  padding: 50px 60px;
}
.page-id-129 #tag_cloud-2{
  display: none;
}

body .contanctformthingie-wrap div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #e57e21;
  color: white;
  width: unset;
  padding-right: unset;
  font-size: 25px;
  padding: 12px 150px;
}

.contanctformthingie-container div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  display: flex;
  width: 30%;
}

.page-id-129 .contanctformthingie-wrap div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
  max-width: 95%;
}

.page-id-129 .contanctformthingie-wrap div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;
  clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
  max-width: 100%;
}

.page-id-129 .contanctformthingie-wrap  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0px 0 0 0; 
  clear: both;
  position: relative;
}

.page-id-129 .contanctformthingie-wrap  div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 30px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

.sidebar-contactform .title {
  font-family: 'Work Sans', sans-serif!important;
  font-weight: 600;
  font-size: 20px;
  padding-top: 2px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e57e21;
  max-width: fit-content;
  padding-bottom: unset;
}

.contact-thingie-main-title h2 {
  margin: 40px 0 36px 0;
}

.page-id-129 .contact-thingie-main-title p {
  font-size: 20px;
  padding: 0 0 0 0;
  line-height: 28px;
  max-width: 90%;
  margin: 0px auto 24px;
  text-align: left;
}

.workplscontactformthingie {
  display: none;
}

.page-id-129 .workplscontactformthingie{
  display: unset;
  background: #e57e21;
}

.sidebar-contactform .phone span.phone-contactside::before {
  content: url(img/footer_phone.png);
  width: auto;
  height: auto;
  position: relative;
  padding-right: 15px;
  top: 5px;
}

.sidebar-contactform .mail span.mail-contactside::before {
  content: url(img/footer_mail.png);
  width: auto;
  height: auto;
  position: relative;
  padding-right: 15px;
  top: 5px;
}

.sidebar-contactform  span.phone-contactside {
  display: flex;
}

.sidebar-contactform  span.mail-contactside {
  display: flex;
}

.page-id-129 #post-129 .entry-content p {
  margin-bottom: 1.3em;
}

.teenused-section1 {
  display: flex;
	align-items: center;
}

.teenused-section2 {
  background: #fff;
  color: white;
  margin: 0px -25%;
}

.teenused-section1 p {
  font-size: 20px;
  -webkit-transform: translateY(0em);
  transform: translateY(0em);
  line-height: 30px;
}

.teenused.content-wrap {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  flex-wrap: wrap;
}

.teenused-section2-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 60px;
}

h2 span.teenused-section2 {
  background: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
  font-size: 40px;
  margin: 0;
	font-weight: 600;
	font-size: 48px;
	color: #E77E22;
}

h1.teenused-title {
  text-align: center;
  font-size: 45px;
  padding-bottom: 40px;
}

.teenused-section2-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}

.title-section-3-helper h2:before {
  content: "\201C";
  font-weight: 700;
  font-size: 80px;
  color: #f78620;
  position: absolute;
  top: -15px;
  left: -1px;
  font-family: 'Georgia';
  font-style: italic;
}

.title-section-3-helper h2:after {
  content: "\201D";
  font-weight: 700;
  font-size: 80px;
  color: #f78620;
  position: absolute;
  bottom: -54.6px;
  right: -9px;
  font-family: 'Georgia';
  font-style: italic;
}

.teenused-section3 h2 {
  padding: 0 0 0 0;
  max-width: 90%;
  margin: 0 auto;
  font-style: italic;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

.title-section-3-helper {
  margin: 30px 0 0 0;
  position: relative;
  text-align: center;
}

.teenused-section3 svg {
  float: left;
  margin: 0px 18px 0 0;
  position: relative;
  left: 89px;
}

.teenused-sect3_text {
  margin: 50px 0 0 0;
  display: block;
}

.teenused-sect3_text .sides {
  display: flex;
  justify-content: space-between;
}

.teenused-sect3_text .side {
  max-width: 47%;
}

.teenused-sect3_text .side p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 30px;
}

.teenused-section3 svg.svg2helper {
  position: absolute;
  right: 377px;
  bottom: -31px;
  left: auto;
}

span.teenused-content2-title {
  font-size: 40px;
  line-height: 44px;
  margin: 14px 0 24px 0;
  display: flex;
}

.teenused.content-wrap:nth-child(2) {
  padding: 0px 25px;
}

.teenused-content2-image{
  max-width: 450px;
  max-height: 250px;
  width: 100%;
  height: 100%;
}

.teenused-content2-image img {
  width: 100%;
  height: auto;
}

.teenused-content2-text p {
  color: darkgray;
}

.teenused-content2-text p img {
  margin: 25px 0 0 0;
}

span.teenused-sect3_text p {
  font-size: 20px;
  margin-bottom: 3em;
}

.teenused-section1_image-wrap {
  width: 47%;
}

.teenused-section1_text-wrap {
  width: 60%;
  padding-right: 30px;
}

.teenused-section1_image-wrap img {
  width: 100%;
}

.teenused-section4-upperone {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
  float: left;
}

.teenused-section4-form {
  max-width: 795px;
  width: 795px;
}

.teenused-section4_contact-prof {
  max-width: 520px;
  width: 520px;
  min-width: 520px;
}

.teenused-section4-text p {
  font-size: 20px;
  margin: 16px 0 48px 0;
  padding: 0 0 0 0;
  line-height: 28px;
}

span.teenused-section4-maintitle {
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 80px;
  font-weight: bold;
}

.teenused-section4_contact-prof .sidebar-contactform{
  display: flex;
  flex-direction: column;
  padding-left: 55px;
}

.teenused-section4-subs {
  background: #e57e21;
  margin: 0 -50%;
}

span.teenused-section4-subs_form .wpforms-container.wpforms-container-full form#wpforms-form-162 {
  display: flex;
}

span.teenused-section4-subs_form div.wpforms-container-full .wpforms-form * {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: 100%;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

span.teenused-section4-subs_form .wpforms-container.wpforms-container-full input#wpforms-162-field_1 {
  width: 100%;
  height: 50px;
}

span.teenused-section4-subs_form .wpforms-field-container .wpforms-field.wpforms-field-email{
  width: 95%;
}

span.teenused-section4-subs_form button#wpforms-submit-162 {
  font-size: 25px;
  color: white;
  border: 1px solid white;
  background: #e57e21;
  max-height: 53px;
}

body span.teenused-section4-subs_form .wpforms-submit-container {
  width: 40% !important;
}

.teenused-section4-subs-wrap {
  display: flex;
  max-width: 1380px;
  flex-direction: column;
  flex-wrap: wrap;
  margin: auto;
}

span.teenused-section4-subs_form .wpforms-container.wpforms-container-full input#wpforms-162-field_1 {
  width: 100%;
  font-size: 25px;
  height: 100%;
  padding: 14px;
}

span.teenused-section4-subs_title.contactformthingie-title {
  color: white;
  font-size: 40px;
  padding-top: 25px;
}

span.teenused-section4-subs_form {
  padding-bottom: 25px;
}

.teenused-section4-subs-wrap .contactformthingie-text p {
  background-color: #e57e21;
  padding: 0 0 0 0;
  font-size: 19px;
  margin: 0 0 40px 0;
  line-height: 28px;
}

.cotactform__block {
	float: inherit;
	display: flex;
	justify-content: center;
}

body .teenused-section4-form div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #e57e21 !important;
  border: 1px solid #ddd;
  color: white;
  padding: 10px 15px;
  font-size: 25px;
}

input#wpforms-117-field_8, input#wpforms-117-field_8-last, input#wpforms-117-field_6-last, input#wpforms-117-field_6  {
  height: 50px;
  background-color: #f8f7f3;
}

.teenused-section4-numb.phone::before {
  content: url(img/footer_phone.png);
  height: 100px;
  width: 100px;
  position: relative;
  padding-right: 10px;
  top: 7px;
}

.teenused-section4-mail.mail::before {
  content: url(img/footer_mail.png);
  height: 100px;
  width: 100px;
  position: relative;
  padding-right: 10px;
  top: 7px;
}

.teenused-section1_image-text-wrap p {
  font-size: 12px;
}

.wpforms-container.wpforms-container-full {
  padding-bottom: 75px;
}

.contanctformthingie-wrap .wpforms-container.wpforms-container-full {
  padding-bottom:25px;;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: 49.2%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  float: left;
  margin-left: 1.5%;
  clear: none;
}

.teenused-section4-form div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: 49%;
}

.teenused-section4-form div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  float: left;
  margin-left: 1.9%;
  clear: none;
}

#main.site-main nav.pagination .page-numbers.current {
  background-color: white;
  border: 1px solid gainsboro;
  color: black;
}

#main.site-main .pagination a, .pagination span {
  background: #FFF;
}

#page {
  background-color: #fff;
}

body .nav--main {
  background: #f8f7f3;
  font-weight: bold;
  position: relative;
  z-index: 20;
  text-align: center;
}

div.wpforms-container-full .wpforms-form textarea {
  background-color: #f8f7f3;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 220px;
  background-color: #f8f7f3;
}

body .sidebar-subsmethings .wpforms-submit-container {
  width: 100%;
}

.sidebar-subsmethings div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #e57e21;
  color: white;
  width: 100%; 
  font-size: 25px;
}

.sidebar-subsmethings input#wpforms-162-field_1 {
  height: 62px;
  text-align: center;
  font-size: 25px;
}

#primary.content-area .entry-meta {
  background-color: #f8f7f3;
}

#content .container #categories-3 h2.widget-title, #content .container #recent-posts-3 h2.widget-title {
  font-weight: 900;
}

.socialmedia-sidebar {
  border-bottom: 1px solid #80808045;
  margin-bottom: 40px;
  border-top: 1px solid #80808045;
}

#content.site-content #main#main {
  padding: 10px 60px 40px 60px;
}

body.single .featured-portrait .entry-title {
  background-color: #f8f7f3;
}

body blockquote:before, .nav--toolbar a:hover, .overlay--search, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control, .comment-number, .comments-area:after, .add-comment .add-comment__button, .archive__grid .entry-thumbnail .hover__line, .single .featured-portrait .entry-title, .page .featured-portrait .entry-title {
  background-color: #f8f7f3;
}

.fa-caret-right:before {
  content: "\2192";
}

.fa-caret-left:before {
  content: "\2190";
}

#page {
  background-color: #fff;
  overflow: hidden;
}

ul#menu-social-menu li.menu-item a {
  font-size: 0;
  height: 30px;
  width: 10px;
  position: relative;
  z-index: 10;
}

.recentposts-container {
  display: flex;
}

ul#menu-social-menu li.menu-item a {
  display: unset;
}

span.recentpostsinglepost-image img {
  width: auto;
}

.recentpostsinglepost li {
  list-style: none;
}

.recentpostsinglepost {
  display: flex;
  justify-content: space-around;
}

ul.relatedpost-ul {
  padding: 10px;
  width: 50%;
}

.entry-footer {
  display: none;
}

.recentposts.wrapper #text-12.widget {
  padding-bottom: unset;
} 

aside.recentposts.wrapper {
  border-top: 2px solid #b7b7b7;
}

.submethingiefront{
  background: #e57e21;
  color: white;
}

.submethingiefront h2 {
  color: white;
  font-size: 28px;
  font-weight: bolder;
  margin: 10px 30px;
  padding-top: 20px;
}

.submethingiefront p {
  color: white;
  font-size: 17px;
  margin: 10px 30px;
  font-weight: lighter;
}

.submethingiefront div#wpforms-162 {
  width: 90%;
}

.submethingiefront div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #e57e21;
  color: white;
  width: 100%;
  font-size: 25px;
  margin-bottom:60px;
}

.submethingiefront input#wpforms-162-field_1 {
  height: 62px;
  text-align: center;
  font-size: 25px;
}

.submethingiefront .widget {
  padding-bottom: 1em;
}

.submethingiefront .widget .textwidget p{
  padding-top: 1em;
}

.submethingiefront div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0px 0 0 0;
  clear: both;
  position: relative;
}

#site-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 1300px;
  height: 79px !important;
}

.main-navigation ul > li a{
  font-weight: 500;
  background: transparent;
  display: block;
  padding: 17px 36px;
  text-decoration: none;
  color: #171617;
  max-width: 30em;
  text-overflow: ellipsis;
  font-family: 'Work Sans', sans-serif!important;
  letter-spacing: 0;
  transition: ease .2s all;
}

.main-navigation ul > li.current-menu-item a {
  color: #e77e22;
}

.main-navigation ul > li a:hover {
  color: #e77e22;
}

.main-navigation ul > li{
  background: transparent;
}

body .nav--main{
  background: transparent;
}

.nav--main:after{
  height: 0!important;
}

body .nav--main > li > a:before{
  display: none;
}

.nav-wrapper{
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);

}

#masthead.site-header{
  margin-top: -70px;
}




@media only screen and (max-width: 1487px){
  .uppercontent-wrap {
    background: #163053;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .uppercontent-text{
    max-width: 350px;
  }
}

@media not screen and (min-width: 1359px){
  .uppercontent-wrap{
    max-width: 60em;
    padding: 0 60px;
    justify-content: space-between;
  }

  .bottomcontent-wrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 777px){
  .bottomcontent-wrap {
    justify-content: center;
    flex-direction: column;
  }
}

@media only screen and (max-width: 391px){
  .fa-caret-right:before {
    content: "\2192";
    display: none;
  }

  .fa-caret-left:before {
    content: "\2190";
    display: none;
  }

  .pagination a, .pagination span {
    display: inline-block;
    zoom: 1;
    padding: 6px 16px;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #8c888c;
    background: white;
    transition: all .15s linear;
  }
}

@media only screen and (max-width: 898px){
  .sidebar-contactform {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: left;
    padding-bottom:50px;
}

.sidebar-contactform .image {
  display: flex;
  justify-content: center;
}

.page-id-129 #content.site-content .container {
  margin-top: unset;
}

.has_sidebar .sidebar {
  border-top: 0px solid #3d3e40;
  padding-top: 3em;
}

.contanctformthingie-wrap .wpforms-container.wpforms-container-full  {
  display: flex;
  flex-direction: column;
}

.workplscontactformthingie form#wpforms-form-162 {
  display: flex;
  align-items: flex-start;
  background: #e57e21;
  flex-direction: column;
}

.contanctformthingie-container div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  display: flex;
  width: 100%;
}

body .contanctformthingie-wrap div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #e57e21;
  color: white;
  padding-right: unset;
  font-size: 25px;
  padding: 10px 0;
  width: 100%;
  margin-top: 25px;
}

.page-id-129 .contanctformthingie-wrap div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
  max-width: 100%;
}

.page-id-129 .contanctformthingie-wrap {
  max-width: 1400px;
  margin: auto;
  padding: 50px 15px;
}
}

@media only screen and (max-width: 356px){
  .fa-caret-right:before {
    content: "\2192";
    display: none;
  }

  .fa-caret-left:before {
    content: "\2190";
    display: none;
  }

  .pagination a, .pagination span {
    display: inline-block;
    zoom: 1;
    padding: 6px 16px;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #8c888c;
    background: white;
    transition: all .15s linear;
  }
}

@media only screen and (max-width: 1435px){
  .teenused-section4-subs-wrap {
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
  }
}

@media only screen and (max-width: 1358px){
  .teenused-section4-subs-wrap {
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
  }
  
  .site-content {
    padding-top: 2.25em;
    padding-bottom: 0px;
}


}
@media only screen and (max-width: 1049px){
  .teenused-section4-subs-wrap {
    display: flex;
    max-width: 800px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
}
}
@media only screen and (max-width: 355px){
  .pagination a, .pagination span {
    display: inline-block;
    zoom: 1;
    padding: 6px 16px;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #8c888c;
    background: white;
    transition: all .15s linear;
  }
}

@media only screen and (max-width: 900px){
  .teenused-section1 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .teenused.content-wrap:nth-child(2) {
    padding: 0px 0px 0 0px;
  }

  .teenused-section4-subs-wrap {
    display: flex;
    max-width: 850px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
  }

  .teenused-section1_text-wrap {
    width: 100%; 
    padding-right: unset; 
}
.teenused-section1_image-wrap {
  width: unset;
}

.teenused-section2-wrap {
  display: flex;
  justify-content: center;
  max-width: 1450px;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}
}

@media only screen and (max-width: 600px){
  .teenused-section4-upperone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
    flex-direction: column;
    align-items: center;
}

.teenused-section4_contact-prof .sidebar-contactform {
  display: flex;
  flex-direction: column;
  padding-left: 0px; 
}

span.teenused-section4-image.image {
  margin: auto;
}
}

@media only screen and (max-width: 500px){
  .pagination .nav-links .prev.page-numbers {
    display: none;
  }

  .pagination .nav-links .next.page-numbers {
    display: none;
  }

  .teenused-section1_image-wrap img {
    height: unset; 
    width: 100%;
}
ul.relatedpost-ul {
  padding: 10px;
  width: 100%;
}

.recentpostsinglepost {
  display: flex;
  flex-direction: column;
}
}

@media only screen and (max-width: 682px) {
  .teenused.content-wrap:nth-child(2) {
      padding: 0px 0px 0 0px;
  }
}
@media only screen and (max-width: 1008px){
  .uppercontent-wrap {
    padding: 0 60px;
  }
}


@media only screen and (min-width: 1000px){
  #page {
      padding-right: unset;
      overflow: hidden;
  }
}

@media only screen and (min-width: 1359px) {
  .single .entry-content:before, .page .entry-content:before {
      font-weight: bold;
      content: attr(data-first_letter);
      position: absolute;
      top: -0.21818em;
      left: -0.45818em;
      display: none;
      font-size: 15.27778em;
      line-height: 1;
      color: #171617;
      opacity: .1;
  }

  .page-id-181.single .site-content, .page .site-content, .post .site-content {
    padding-left: 0px;
    padding-bottom: unset;
  }

  .single .featured-portrait .entry-header, .page .featured-portrait .entry-header {
    margin-left: unset; 
    margin-bottom: unset; 
    float: unset;
    max-width: 100%;
    margin-right: -100%;
    margin-top: unset;
    margin-bottom: unset;
  }

  .single .entry-featured, .page .entry-featured {
    margin-bottom: unset; 
    margin-left: unset;
    margin-right: unset;
  }

  .has_sidebar .entry-featured {
    margin-left: unset; 
  }

  .single .featured-portrait .entry-featured, .page .featured-portrait .entry-featured {
    float: unset;
    max-width: 100%;
    margin-top: unset;
    margin-left: unset;
    margin-bottom: unset;
  }

  .page-id-129.has_sidebar .site-main:before {
    content: "";
    width: 0px;
    height: 100%;
    background-color: currentColor;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30%;
  }
  
  .page .site-main {
    padding-right: unset; 
    padding-left: 7.5em;
  }
}

@media only screen and (max-width: 853px){
  .teenused-section4-subs-wrap {  
    max-width: 650px;
    padding: 0px 10px;
  }

  span.teenused-section4-subs_form .wpforms-container.wpforms-container-full form#wpforms-form-162 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
span.teenused-section4-subs_form .wpforms-field-container .wpforms-field.wpforms-field-email {
  width: 100%;
}

body span.teenused-section4-subs_form .wpforms-submit-container {
  padding-top:25px !important;
  width: 100% !important;
}
}

@media only screen and (max-width: 625px) {
  .teenused-section4-subs-wrap {
      max-width: 400px;
      padding: 0px 10px;
  }
}

@media only screen and (max-width: 450px) {
  .teenused.content-wrap {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    flex-wrap: wrap;
    padding: 10px 0px;
  }

  .teenused.content-wrap:nth-child(2) {
    padding: 25px 0px 10px 0px;
  }
}

@media only screen and (max-width: 385px) {
  .teenused-section4-subs-wrap {
      max-width: 320px;
      padding: 0px 10px;
  }
}

@media only screen and (max-width: 350px) {
  .teenused.content-wrap {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  .teenused.content-wrap:nth-child(2) {
    padding: 50px 0px 25px 0px;
  }
}

.bottomcontent .container{
  max-width: 1360px;
  width: 100%;
  padding: 0 25px;
}

@media not screen and (min-width: 1359px){
  .bottomcontent .container{
    max-width: 60em;
    width: 100%;
    padding: 0 60px;
  }
}
@media not screen and (min-width: 820px){
  .uppercontent-wrap{
    justify-content: center;
  }
}

.widget_categories ul{
  margin-bottom: 0;
}

@media screen and (max-width: 1350px) {
  #site-navigation {
    max-width: 90%;
  }
  body .contanctformthingie-wrap div.wpforms-container-full .wpforms-form button[type=submit] {
    font-size: 20px;
    padding: 5px 40px;
  }
  html body .main-navigation ul > li a {
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media screen and (max-width: 1120px) {
  html body .main-navigation ul > li a {
    padding-right: 11px !important;
    padding-left: 11px !important;
  }
}

@media screen and (max-width: 1000px) {
  #site-navigation {
    max-width: 100%;
    margin: 0 auto;
    align-items: end;
    left: 0;
    right: 0;
  }
  #site-navigation .logo {
    right: 20px;
    left: 20px;
    margin: auto;
    top: 0;
  }
  #menu-main-menu {
    height: 100vh;
    top: 0 !important;
    position: absolute;
    background: #fff;
  }

  #masthead.site-header {
    margin-top: 0px;
  }
}

@media screen and (max-width: 800px) {
  .page-id-129 .contanctformthingie-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin: 0 0 0 0;
    left: 0;
    float: left;
    width: 100%;
  }

  header#masthead .site-branding img {
    max-width: 90%;
  }

  .uppercontent-text {
    max-width: 100%;
  }
  .uppercontent-wrap {
    padding: 0px 30px;
  }

}

@media screen and (max-width: 500px) {
  #site-navigation .logo img {
    max-width: 200px;
  }
  .uppercontent-text .widgettitle {
    color: #e6ab0b;
    font-size: 22px;
  }
  span.contactnum {
    font-size: 16px;
    display: flex;
    color: #fff;
    margin-bottom: 6px;
  }
  .wpforms-field-container .wpforms-field-row-block {
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }
  .wpforms-field-container .wpforms-field-row-block.wpforms-first.wpforms-one-half {
    margin-bottom: 20px !important;
  }

  div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    font-size: 16px;
    padding: 17px 10px;
  }
}

@media screen and (max-width: 720px) {
  span.teenused-content2-title {
    font-size: 22px;
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  span.teenused-sect3_text p {
    font-size: 13px;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 500px) {
  span.teenused-section4-maintitle {
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  span.teenused-section4-subs_title.contactformthingie-title {
    color: white;
    font-size: 28px;
    padding-top: 25px;
    line-height: 110%;
  }
  h1.teenused-title {
    text-align: center;
    font-size: 35px;
    padding-bottom: 40px;
    line-height: 130%;
  }
}

.contacts-in-view .contact-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contact-item {
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  max-width: 250px;
}

.contacts-in-view .contact-items h3 {
  font-family: 'Work Sans', sans-serif!important;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 5px;
}

.contacts-in-view .container {
  max-width: 1120px;
}

.contact-item p {
  margin: 1px 0 8px 0;
  color: #7e8073;
}

.contact-item a {
  color: #2a2c29;
  font-weight: 500;
  font-size: 15px;
}

.contact-item a:hover {
  text-decoration: underline;
}

.contact-item .some a:hover {
  text-decoration: none;
}

.contact-item .some {
  margin: 6px 0 0 0;
}

.contact-item .some svg {
  max-width: 26px;
}

.contact-item img {
  max-width: 250px;
}

.contacts-in-view {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0 20px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large#wpforms-117-field_7 {
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 13px 10px;
  resize: none;
}

.contacts-in-view .header p {
  line-height: 1.3;
  margin: 15px 0 60px;
  font-size: 31px;
  text-align: center;
}

.page-id-129 .workplscontactformthingie {
  float: left;
  width: 100%;
}

.nav-wrapper:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 90px;
  width: 100%;
  float: left;
  position: absolute;
}

.nav-wrapper #site-navigation {
  z-index: 20000;
}

body:before, body:after {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .navigation__trigger {
    top: 19px;
  }
}

@media screen and (max-width: 500px) {
  #site-navigation {
    height: 65px!important;
    background: #fff;
  }
  .navigation__trigger {
    top: 9px;
  }
  #site-navigation .logo img {
    margin-top: 0px;
  }
}

body.page-template-cryptotemp.page .site-content {
  padding: 0 0 0 0;
}

body {
  overflow-x: hidden;
}

.contacts-section-two {
  float: left;
  width: 100%;
  background-color: #fff;
  z-index: 12;
  position: relative;
  padding: 60px 0 88px;
}

.teenused-section4 {
  float: left;
  margin: 0 -50%;
  display: flex;
  flex-direction: column;
}


.teenused-section4-wrap {
	max-width: 1380px;
    width: 100%;
    margin: auto;
	padding: 0px 60px;
}
body.home .teenused-section4 {
	background-image: url(https://cryptoplan.vc/wp-content/uploads/2023/02/kontakt_taust.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-section-two .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 80px;
}

.contacts-section-two .inner .contact-item .top {
  display: flex;
  align-items: center;
}

.contacts-section-two .contact-item {
  text-align: center;
  flex-direction: column;
  display: flex;
  max-width: 47%;
  align-items: flex-start;
}

.contacts-section-two .inner .contact-item .top .side {
  margin-right: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.contacts-section-two .inner .contact-item .top .side h3 {
  font-family: 'Work Sans', sans-serif!important;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 5px
}

.contacts-section-two .inner .contact-item .bottom {
  margin: 30px 0 0 0;
}

.contacts-section-two .inner .contact-item .bottom span {
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
  float: left;
  width: 100%;
  font-size: 19px;
  line-height: 120%;
}

.contacts-section-two .inner .contact-item .top .side .some a {
  margin-right: 8px;
}

@media screen and (max-width: 1200px) {
  .contacts-section-two .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    gap: 70px;
  }
  .contacts-section-two .contact-item {
    text-align: center;
    flex-direction: column;
    display: flex;
    max-width: 560px;
  }
}

@media screen and (max-width: 550px) {
  .contacts-section-two .inner .contact-item .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts-section-two .inner .contact-item .top .side {
    margin-right: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .contacts-section-two .inner .contact-item .top .side {
    margin-right: 0px;
  }
}

@media screen and (max-width: 440px) {
  .teenused-content2-image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }

}

body.page-id-181 .teenused-section4-subs-wrap {
  max-width: 1240px;
}

body.page-id-181 .teenused-section4-form {
  max-width: 760px;
}

body.page-id-181 .teenused-section4_contact-prof {
  max-width: 430px;
  width: 430px;
}

@media screen and (max-width: 1200px) {
  body.page-id-181 .teenused-section4-upperone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
    flex-direction: column;
  }

  body.page-id-181 .teenused-section4-form {
    max-width: 100%;
  }

  body.page-id-181 .teenused-section4_contact-prof .sidebar-contactform {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
}

@media screen and (max-width: 1500px) {
  body.page-id-181 .teenused-section4-subs-wrap {
    max-width: 1150px;
}
}

@media screen and (max-width: 1358px) {
  body.page-id-181 .teenused-section4-subs-wrap {
    max-width: 770px;
  }
}

@media screen and (max-width: 850px) {
  body.page-id-181 .teenused-section4-subs-wrap {
    max-width: 90%;
  }

  body.page-id-181 .teenused-section4-subs {
    margin: 0 0 0 0;
  }
}



/*custom code */

.has_sidebar .site-main:before{
	display: none;
}


#container-full{
	width: 100%
}

#container-full .content h1{
	font-weight: 700;
	margin-bottom: 16px;
}

#container-full .content p{
	font-size: 20px;
}

#container-full .content a{
	margin-top: 24px;
	padding: 20px 40px;
	background-color: #E57E21;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}

#container-full .content{
	max-width: 500px;
	padding-left: 15px;
}

#container-full .hero-img{
	height: 637px;
	max-width: 60%;
	width: 100%;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.container{
	padding: 0 15px;
}



.teenused-section2-wrap{
	padding: 0 15px!important;
}

.teenused-section4{
	float: inherit!important;
}

.title-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 40px 0;
}

.title-area p {
  font-size: 20px;
}

.blog-posts__post .excerpt {
  margin: 8px 0 0 0;
}

.title-area h3 {
  font-weight: 700;
  margin: 0 0 28px 0;
  font-size: 40px;
  border-bottom: 4px solid #e77e22;
}

.blog-posts{
	display: flex;
    justify-content: space-between;
	margin-bottom: 100px;
}

.blog-posts__post{
	max-width: 400px;
	width: 100%;
	margin: 0 10px;
	border-bottom: 1px solid black;
	height: fit-content;
	margin: 0px 10px 40px 10px;
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-posts__post .post-img{
	height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-posts__post h4{
	font-size: 40px;
    font-weight: 400;
	line-height: initial;
	margin-bottom: 20px;
}

.blog-posts__post .more-btn{
	font-size: 18px;
    font-weight: 500;
	line-height: initial;
	margin-bottom: 20px;
	color: black;
	display: inline-block;
}

.page-template-default .teenused-section1_text-wrap{
	padding-left: 30px;
}

@media screen and (max-width: 1000px) {
	.blog-posts{
		justify-content: center;
		flex-wrap: wrap;
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
}

@media screen and (max-width: 900px) {
	#hero{
		
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	#container-full .hero-img{
		height: 400px;
		max-width: 100%;
	}
	#container-full .content{
		max-width: 100%;
		margin: 0;
	}
}

.nav-wrapper {
	position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
}

.nav-wrapper-pusher {
	height: 76px;
}

body.home .nav-wrapper-pusher {
	height: 40px;
}

#wpforms-117-field_9 {
	height: 50px;
    background-color: #f8f7f3;
}

.recentpostsinglepost-title{
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2a2c29;
  margin-bottom: 24px;
}

.hover__handler.entry-title{
  display: inline-block!important;
}

.recentpostsinglepost-excerpt .intro{
  margin-bottom: unset;
  font-size: 1em;
  color: #2a2c29;
}

.relatedpost-ul .more-link-wrapper{
  border-bottom: 1px solid #2a2c29;
  color: #2a2c29;
  padding-bottom: 16px
}
#about-us{
  position: absolute;
  top: 555px;
}

.contacts-section-two .inner-header p {
  margin: 0 0 60px 0;
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 0px;
  font-weight: bold;
}

body.single .recentpostsinglepost-title {
  font-size: 40px;
  font-weight: 400;
  line-height: initial;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .contacts-section-two .inner-header p {
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .teenused-section1 {
    flex-direction: column;
    align-items: center;
  }

  .teenused-section1_image-wrap {
    width: auto;
  }

  .page-template-default .teenused-section1_text-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 679px;
    margin: 20px 0 0 0;
  }

  .teenused-section1 p {
    font-size: 18px;
    -webkit-transform: translateY(0em);
    transform: translateY(0em);
    line-height: 26px;
    margin-bottom: 15px;
  }

  #container-full .content p {
    font-size: 18px;
    line-height: 26px;
  }

}

@media screen and (max-width: 1400px) {
  .teenused-section2-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1230px;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 60px;
  }

  span.teenused-content2-title {
    font-size: 30px;
    line-height: 34px;
    margin: 14px 0 10px 0;
    display: flex;
  }
}

@media screen and (max-width: 1240px) {
  .teenused-section2-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1230px;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 60px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .teenused.content-wrap:nth-child(2) {
    padding: 0 0 0 0;
  }

  .teenused.content-wrap {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  h2 span.teenused-section2 {
    font-size: 30px;
  }

  span.teenused-content2-title {
    font-size: 27px;
    line-height: 34px;
    margin: 14px 0 6px 0;
    display: flex;
  }

  .teenused-content2-text p {
    font-size: 14px;
  }

  .teenused-section2 {
    margin: 0 0 0 0;
  }

  .contentstuff {
    max-width: 100%;
  }

  .teenused-content2-image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1360px) {
  .teenused-section3 {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .teenused-section3 {
    max-width: 800px;
    margin: 0 auto;
  }

  .teenused-section3 svg.svg2helper {
    position: absolute;
    right: 38px;
    bottom: -27px;
    transform: scale(.7);
  }

  .teenused-section3 svg {
    float: left;
    margin: -6px 6px 0 0;
    transform: scale(.7);
    left: 69px;
  }

  .blog-posts__post h4 {
    font-size: 30px;
    line-height: 34px;
    margin: 14px 0 10px 0;
    display: flex;
  }

  span.teenused-section4-maintitle {
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 50px;
    font-weight: bold;
    line-height: 120%;
  }
  .teenused-section4-text p {
    font-size: 18px;
    margin: 16px 0 48px 0;
    padding: 0 0 0 0;
    line-height: 25px;
  }
  .teenused-section4-upperone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  }
  .teenused-section4-upperone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .teenused-section4 {
    float: inherit!important;
    max-width: 90%;
    align-items: center;
    margin: 0 auto;
  }
  .teenused-section4_contact-prof {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
.teenused-section4_contact-prof .sidebar-contactform {
  padding: 0 0 0 0;
  align-items: baseline;
  float: left;
}
}

@media screen and (max-width: 830px) {
  .teenused-section3 {
    max-width: 600px;
    margin: 0 auto;
  }
  /* .teenused-section3 h2 {
    font-size: 30px;
    max-width: 100%;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 40px;
  } */
  /* .teenused-section3 svg.svg2helper {
    position: absolute;
    right: -28px;
    bottom: -27px;
    transform: scale(.7);
  } */

  .teenused-sect3_text .sides {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .teenused-sect3_text .side {
    max-width: 100%;
  }

  .teenused-sect3_text .side p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .teenused-section4-form {
    max-width: 100%;
    width: 100%;
  }

  .teenused-section4-upperone {
    width: 100%;
  }
  body .teenused-section4-form div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #e57e21 !important;
    border: 1px solid #ddd;
    color: white;
    padding: 7px 0px;
    font-size: 22px;
  }

  .teenused-section3 svg {
      float: left;
      margin: -6px 6px 0 0;
      transform: scale(.7);
      left: 9px;
  }
}

@media screen and (max-width: 640px) {
  .teenused-section3 {
    max-width: 500px;
    margin: 0 auto;
  }

  .teenused-section3 h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .teenused-section3 svg {
    float: left;
    margin: -8px 0px 0 0;
    transform: scale(.6);
    left: 14px;
  }
  .teenused-section3 svg.svg2helper {
    position: absolute;
    right: -22px;
    bottom: -27px;
    transform: scale(.6);
  }

  .contacts-section-two .inner-header p {
    margin: 0 0 60px 0;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0px;
    font-weight: bold;
  }
  .contacts-section-two {
    float: left;
    width: 100%;
    background-color: #fff;
    z-index: 12;
    position: relative;
    padding: 40px 0 60px;
  }
  .teenused-section4-subs {
    background: #e57e21;
    margin: 0 0 0 0;
  }
  .teenused-section4-subs-wrap {
    max-width: 90%;
    padding: 0px 10px;
  }
  span.teenused-section4-subs_title.contactformthingie-title {
    color: white;
    font-size: 30px;
    padding-top: 25px;
    line-height: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 540px) {
  .teenused-section3 {
    max-width: 400px;
    margin: 0 auto;
  }
  .teenused-section3 svg.svg2helper {
    position: absolute;
    right: -31px;
    bottom: -27px;
    transform: scale(.6);
  }
  .title-section-3-helper h2:before {
    top: -15px;
    left: -31px;
  }
}

@media screen and (max-width: 440px) {
  .teenused-section3 svg {
    left: 55px;
  }
  .teenused-section3 {
    max-width: 300px;
    margin: 0 auto;
  }
  .teenused-section3 svg {
    float: left;
    margin: -9px -5px 0 -14px;
    transform: scale(.4);
    left: 8px;
  }
  .teenused-section3 h2 {
    font-size: 20px;
    line-height: 29px;
  }
  .teenused-section3 svg.svg2helper {
    position: absolute;
    right: 29px;
    bottom: -24px;
    transform: scale(.4);
  }

  .teenused-sect3_text .side p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1050px) {
  span.teenused-section4-subs_title.contactformthingie-title {
    color: white;
    font-size: 40px;
    padding-top: 25px;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  span.teenused-section4-subs_title.contactformthingie-title {
    color: white;
    font-size: 30px;
    padding-top: 25px;
    line-height: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .teenused-section4-subs-wrap .contactformthingie-text p {
    background-color: #e57e21;
    padding: 0 0 0 0;
    font-size: 16px;
    margin: 0 0 37px 0;
    line-height: 24px;
  }
  span.teenused-section4-subs_title.contactformthingie-title {
    color: white;
    font-size: 30px;
    padding-top: 25px;
    line-height: 100%;
    margin-bottom: 13px;
    margin-top: 7px;
}
span.teenused-section4-subs_form .wpforms-container.wpforms-container-full input#wpforms-162-field_1 {
  width: 100%;
  font-size: 20px;
  height: 100%;
  padding: 11px;
}
span.teenused-section4-subs_form button#wpforms-submit-162 {
  font-size: 19px;
  color: white;
  border: 1px solid white;
  background: #e57e21;
  max-height: 53px;
}
}

@media screen and (max-width: 900px) {
  .contact-thingie-main-title h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 500px) {
  .contact-thingie-main-title h2 {
    font-size: 35px;
    margin: 0 0 50px 0;
  }

  .sidebar-contactform {
    align-items: inherit;
    float: left;
  }
}

body .site-footer {
  float: left;
  width: 100%;
  position: relative;
}

h2.cet.entry-title {
  font-size: 40px;
  font-weight: 400;
  line-height: initial;
  margin-bottom: 20px;
  font-style: inherit;
}

h2.cet.entry-title * {
  font-size: 40px;
  font-weight: 400;
  line-height: initial;
  margin-bottom: 20px;
  font-style: inherit;
}

@media screen and (max-width: 1000px) {
  body.blog .archive__grid .entry-title.entry-title {
    font-size: 30px;
    line-height: 34px;
    margin: 14px 0 30px;
  }
  body.tag .archive__grid .entry-title.entry-title {
    font-size: 30px;
    line-height: 34px;
    margin: 14px 0 30px;
  }
  h2.cet.entry-title * {
    font-size: 30px;
    line-height: 34px;
    margin: 14px 0 30px;
  }
}

body.single-post.single h1.entry-title {
  font-size: 50px;
  font-weight: bold;
}

body.single-post.single .entry-content p {
  font-size: 20px;
  margin: 40px 0;
}

body.single-post.single .entry-content li {
  font-size: 20px;
}

body.single-post.single .entry-content h2 {
  font-size: 40px;
}

body.single-post.single .entry-content h3 {
  font-size: 40px;
}

body.single-post.single h2.widget-title {
  font-weight: bold !important;
  font-size: 30px;
}

#secondary #text-10 h2.widgettitle {
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 0;
}

body.single-post.single .socialmedia-sidebar {
  display: none;
}

body.single-post.single .sidebar-subsmethings #text-11 h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

body.single-post.single blockquote::before,
body.single-post.single blockquote::after {
  display: none;
}

body.single-post.single blockquote p span::before {
  content: "\201C";
  font-weight: 700;
  font-size: 80px;
  color: #f78620;
  position: absolute;
  top: -5px;
  left: -57px;
  font-family: 'Georgia';
  font-style: italic;
}
body.single-post.single blockquote p span::after {
  content: "\201D";
  font-weight: 700;
  font-size: 80px;
  color: #f78620;
  position: absolute;
  bottom: -47.6px;
  right: 10px;
  font-family: 'Georgia';
  font-style: italic;
}

body.single-post.single blockquote p {
  text-align: left;
  font-weight: bold !important;
}

body.single-post.single blockquote p span {
  padding: 0 0 0 0;
  max-width: 90%;
  margin: 0 auto;
  font-style: italic;
  font-size: 34px;
  font-weight: 500 !important;
  line-height: 120%;
}

body.single-post.single blockquote {
  margin: 70px 0 0 0;
  padding: 0 0 0 0;
}

@media screen and (max-width: 600px) {
  body.single-post.single h1.entry-title {
    font-size: 40px;
    font-weight: bold;
  }

  body.single-post.single .entry-content p {
    font-size: 18px;
  }

  body.single-post.single .entry-content ul li {
    font-size: 18px;
  }

  body.single-post.single .entry-content h3 {
    font-size: 30px;
  }

}

.wpforms-container.wpforms-container-full .wpforms-confirmation-container-full p {
  padding: 0 0 0 0;
  line-height: 100%;
  -webkit-transform: translateY(0em);
  transform: translateY(0em);
}

.contacts-in-view .contact-items{
	flex-wrap: wrap;
}

/* 1.3 */
.page-id-129 #page {
  background: #f6f6f6;
}

.contact-thingie-main-title h2 {
  color: #e57e21;
  font-size: 56px;
  line-height: 110%;
}

#wpforms-117-field_9 {
	background-color: white;
	border-radius: 8px;
	font-size: 18px;
	padding-left: 16px;
}

input#wpforms-117-field_8,input#wpforms-117-field_8-last {
	background-color: white;
	border-radius: 8px;
	font-size: 18px;
	padding-left: 16px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large#wpforms-117-field_7 {
	background-color: white;
	border-radius: 8px;
	font-size: 18px;
	padding-left: 16px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	justify-content: flex-end;
	padding: 16px 0 0 0;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
	border-radius: 8px;
	font-size: 18px;
	width: unset;
	padding: 12px 80px;
}

.uppercontent {
	background-color: #2B2B2B;
}

.uppercontent-wrap {
	background-color: #2B2B2B;
}

.bottomcontent {
	background-color: #171717;
}

.workplscontactformthingie form#wpforms-form-162 {
	gap: 16px;
	justify-content: space-between;
}

body .contanctformthingie-wrap div.wpforms-container-full .wpforms-form button[type=submit] {
	border-radius: 8px;
	font-size: 18px;
	width: 100%;
	padding: 12px 80px; 
	background-color: #171717;
	border-color: #171717;
}

div.wpforms-container-full .wpforms-form input[type=email] {
	padding: 26px 32px;
	border-radius: 8px;
}

.page-id-129 .contanctformthingie-wrap div.wpforms-container-full .wpforms-form input.wpforms-field-large {
	width: 100%;
	max-width: 100%;
}

.contactformthingie-text p {
	padding: 0px 0px 32px;
}

.page-id-129 span.contactformthingie-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 120%;
}

.page-id-129 .contact-thingie-main-title p {
	text-align: center;
}

body.page-template-contact-page #content {
	background-image: url(https://cryptoplan.vc/wp-content/uploads/2023/02/kontakt_taust.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body.page-template-contact-page .contact-item {
	border-radius: 8px;
	box-shadow: 0px 4px 40px #EAEAEA;
}

b, strong {
	font-weight: 600;
}

body.page-template-contact-page .contact-item img {
	border-radius: 8px 8px 0px 0px;
	margin-top: 20px;
}

body.page-template-contact-page .contacts-in-view h2 {
	color: #e57e21;
    font-size: 56px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 50px;
}

body.page-template-contact-page .contacts-in-view .container {
	margin-bottom: 156px;
}

body.page-template-contact-page .contacts-in-view .header p {
	margin: 16px 0 60px;
	font-size: 20px;
}

body.page-template-contact-page .contact-thingie-main-title h2 {
	margin: 0px 0 48px 0;

}

body.page-template-contact-page .contact-thingie-main-title p {
	margin: 0px auto 60px;
}
.has_sidebar .sidebar {
	padding-left: 0px!important;
}

.sidebar-contactform .title {
	border-bottom: 0px;
	font-size: 34px;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #e57e21;
    color: white;
}

div.wpforms-container-full .wpforms-form button[type=submit]:focus {
	background-color: #e57e21;
    color: white;
}

body.page-template-contact-page #content {
	padding-top: 150px;
	padding-bottom: 140px;
}

.page-id-129 .wpforms-container.wpforms-container-full {
	padding-bottom: 0;
}

body.page-template-contact-page span.contactformthingie-title {
	font-size: 38px;
}

.uppercontent-text .widgettitle {
	color: #E77E22;
	font-weight: 500;
}

body.page-template-contact-page .sidebar-contactform .image {
	display: none;
}

body.page-template-contact-page .contact-item p {
	padding: 0 8px;
}

.hero-section-front {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 948px;
}

#hero{
	display: flex;
	align-items: center;
	margin: auto 0;
	height: 100%;
}

.hero-section-front .container, .hero-section-front .row, .hero-section-front .col-12 {
	height: 100%;
}

#hero h1{
	margin: 0;
	font-weight: 700;
	font-size: 76px;
	color: #fff;
	margin-bottom: 40px;
}

#hero h1 strong {
	color: #E77E22;
	font-weight: 700;
}

#hero .text {
	font-weight: 400;
	font-size: 26px;
	color: #fff;
	max-width: 530px;
}

#hero a {
	padding: 16px 40px;
	background-color: #E77E22;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-top: 100px;
	display: inline-block;
}

.teenused-section1 {
	margin: 112px 0 140px;
	justify-content: space-between;
}

.teenused-section1 .heading {
	margin-bottom: 20px;
}

.teenused-section1 .heading h2 {
	margin: 0;
	font-weight: 600;
	font-size: 50px;
	color: #E77E22;
}

.teenused-section1 .outline-btn {
	padding: 8px 32px;
	border: 2px solid #E77E22;
	border-radius: 8px;
	color: #E77E22;
	font-size: 18px;
	font-weight: 500;
	margin-top: 32px;
	display: inline-block;
	transition: ease-in-out 0.2s all;
	background-color: #fff;
}
.teenused-section1 .outline-btn:hover {
	background-color: #E77E22;
	color: #fff;
}

.page-template-default .teenused-section1_text-wrap {
	max-width: 682px;
	width: 100%;
}

.teenused-section2-wrap {
	flex-direction: column;
	row-gap: 32px;
}

.teenused-section2-wrap .teenused.content-wrap {
	max-width: 100%;
	width: 100%;
}

.teenused-section2-wrap .teenused.content-wrap .contentstuff {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 22px;
}

.teenused-content2-image {
	max-width: 600px;
	width: 100%;
	max-height: unset;
}

.teenused-content2-intro {
	max-width: 600px;
	width: 100%;
}

.teenused-content2-intro .outline-btn {
	padding: 8px 32px;
	border: 2px solid #E77E22;
	border-radius: 8px;
	color: #E77E22;
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
	display: inline-block;
	transition: ease-in-out 0.2s all;
	background-color: #fff;	
}

.teenused-content2-intro .outline-btn:hover {
	background-color: #E77E22;
	color: #fff;
}

.teenused-content2-title {
	font-weight: 600;
	font-size: 48px;
	color: #171717;
	max-width: 418px;
	line-height: 110%;
	margin: 0px 0 24px 0;
}

.teenused-section2-wrap .teenused.content-wrap:nth-child(even) .contentstuff{
	flex-direction: row-reverse;
}

.teenused-section2-wrap .teenused.content-wrap:nth-child(even) .teenused-content2-text p{
	text-align: right;
}

.teenused-section2-wrap .teenused.content-wrap:nth-child(even) .teenused-content2-title {
	margin: 0px 0 24px auto;
	line-height: 110%;
	text-align: right;
}

.teenused-section2-wrap .teenused.content-wrap:nth-child(even) .btn-container {
	display: flex;
	justify-content: flex-end;
}

.teenused-content2-text {
	display: inline-block;
}

.teenused-content2-text p{
	color: #171717;
	font-size: 18px;
	margin-bottom: 0px;
  line-height: 28px;
}

.blog-posts__post {
	border-radius: 8px;
	box-shadow: 0px 4px 40px #EAEAEA;
	padding: 16px;
	border-bottom: none;
	margin-bottom: 0;
	background: #fff;
}

.blog-posts__post .post-img {
	border-radius: 8px;
	margin-bottom: 16px;
}

.blog-posts__post h4 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-posts__post .more-btn {
	color: #E77E22;
	font-weight: 600;
}

.title-area h3 {
	font-size: 48px;
	border-bottom: none;
	color: #E77E22;
}

section.blog-front {
	background-image: url(https://cryptoplan.vc/wp-content/uploads/2023/02/blog_taust.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 32px 0 112px 0;
}

.blog-posts {
	margin-bottom: 0;
}

.blog-front .title-area {
	margin-top: 0;
}

.contacts-section-two .inner .contact-item{
	border-radius: 8px;
	box-shadow: 0px 4px 40px #EAEAEA;
  padding: 48px 31px;
}

.contacts-section-two .contact-item p {
	text-align: left;
  color: #171717;
}

.contacts-section-two .inner .contact-item .bottom span {
	text-align: left;
}

.contacts-section-two .inner .contact-item .bottom span {
	margin-bottom: 16px;
	margin-top: 0px;
}

.contacts-section-two .inner-header p {
	padding-bottom: 0px;
	color: #E77E22;
	font-size: 48px;
}

.teenused-section4-text p {
	text-align: center;
}

span.teenused-section4-maintitle h2 {
	padding-bottom: 0px;
	color: #E77E22;
	font-size: 48px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 0;
}

body .teenused-section4-form div.wpforms-container-full .wpforms-form button[type=submit] {
	font-size: 18px;
	border-radius: 8px;
    font-size: 18px;
    width: unset;
    padding: 12px 80px;
}

.teenused-section4-subs-wrap {
	padding: 50px 60px;
}

span.teenused-section4-subs_title.contactformthingie-title {
	padding-top: 0;
	font-weight: 500;
  line-height: 120%;
	font-size: 53px;
}

span.teenused-section4-subs_form {
	padding: 0;
}

.teenused-section4-subs-wrap .contactformthingie-text p {
  padding: 0px 0px 48px;
  margin-bottom: 0;
  font-size: 20px;
}

span.teenused-section4-subs_form .wpforms-field-container .wpforms-field.wpforms-field-email {
	width: 100%;
    max-width: 100%;
	padding: unset;
}

span.teenused-section4-subs_form .wpforms-container.wpforms-container-full input#wpforms-162-field_1 {
	padding: 16px 32px;
	font-size: 16px;
	border-radius: 8px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide, div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
	display: none;
}

span.teenused-section4-subs_form .wpforms-container.wpforms-container-full form#wpforms-form-162 {
	gap: 16px;
	position: relative;
}

span.teenused-section4-subs_form button#wpforms-submit-162 {
	border-radius: 8px;
    font-size: 18px;
    width: 100%;
    padding: 12px 80px;
    background-color: #171717;
    border-color: #171717;
	max-height: 53px;
}

.wpforms-submit-container {
	max-width: 100%;
	width: 100%;
}

#colophon {
	background-color: #2B2B2B;
}

.contanctformthingie-wrap .wpforms-container.wpforms-container-full {
	padding-bottom: 0;
	margin-bottom: 0;
}

.teenused-section3 h2 {
	font-style: italic;
}


.section3 {
	background-image: url(https://cryptoplan.vc/wp-content/uploads/2023/02/taust_mission.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 80px 0;
}

.section3-content-wrap {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	margin-top: 80px;
}

.section3-item {
	max-width: 48%;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 40px #EAEAEA;
	padding: 16px 24px;
}

.section3-item .section3-text {
  float: left;
  margin-bottom: 11px;
}

.section3-title {
	font-weight: 600;
	font-size: 20px;
	color: #E77E22;
}

.cotactform__block {
	width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
	background-image: url(https://cryptoplan.vc/wp-content/uploads/2023/02/kontakt_taust.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.teenused-section4-maintitle h2 {
	padding-bottom: 0px;
    color: #E77E22;
    font-size: 48px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 0;
}

.teenused-section4-text {
  font-size: 20px;
  margin: 5px 0 20px 0;
  padding: 0 0 0 0;
  line-height: 28px;
  text-align: center;
  float: left;
  width: 100%;
}

body.single #content {
	padding-bottom: 0;
}

.aligncenter:not(.wp-block-gallery), .alignnone:not(.wp-block-gallery) {
	border-radius: 16px;
}

.single .entry-featured img, .page .entry-featured img {
	border-radius: 16px;
}

.teenused-section4 {
	max-width: 1240px;
}

body.single-post.single h1.entry-title {
	color: #E77E22;
}

body.single-post.single .entry-content h3 {
	font-weight: 600;
}

ul.relatedpost-ul {
	border-radius: 8px;
  box-shadow: 0px 4px 40px #eaeaea;
  padding: 16px;
  border-bottom: none;
  margin-bottom: 0;
  background: #fff;
	max-width: 400px;
  width: 100%;
  margin: 0px 10px 40px 10px;
}

.recentpostsinglepost {
	justify-content: flex-start;
}

span.recentpostsinglepost-image img {
	border-radius: 8px;
	margin-bottom: 16px;
	height: 250px;
	width: 100%;
}

body.single .recentpostsinglepost-title {
	font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.relatedpost-ul .more-link-wrapper .more-link{
	color: #E77E22;
  font-weight: 600;
}

.relatedpost-ul .more-link-wrapper {
	padding: 0;
	border-bottom: none;
}

.recentposts .widgettitle {
	text-align: center;
	font-size: 50px;
  font-weight: bold;
	color: #E77E22;
	margin-bottom: 60px;
	margin-top: 0;
}

aside.recentposts.wrapper {
	border-top: 0;
	margin-bottom: 80px;
}

.sidebar-subsmethings input#wpforms-162-field_1 {
	height: 50px;
	border-radius: 8px;
}

body.blog #content {
	padding-bottom: 0px;
}
body.tag #content {
	padding-bottom: 0px;
}

.wpforms-container.wpforms-container-full {
	padding-bottom: 0px;
}

#posts .post {
	border-radius: 8px;
  box-shadow: 0px 4px 40px #eaeaea;
  padding: 16px;
  border-bottom: none;
  margin-bottom: 0;
  background: #fff;
  max-width: 400px;
  width: 100%;
  margin: 0px 10px 40px 10px;
	border-left: none;
}

body.blog section.blog-front {
	background-image: none;
}

body.tag section.blog-front {
	background-image: none;
}

body.home .teenused-section4 {
	max-width: unset;
}

body.page-template-services h1 {
	background: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 40px;
  font-weight: bold;
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  font-size: 60px;
  color: #E77E22;
}
	
body.page-template-services .teenused-content2-text p {
	font-size: 20px;
}

body.page-template-services .teenused-content2-title {
	max-width: 410px;
}

body.page-template-services .teenused-section2-wrap {
	row-gap: 40px;
}

body.page-template-services .teenused-section2-wrap div.teenused {
  padding-top: 50px;
}

body.page-template-services .teenused-content2-image {
	max-width: 650px;
}

body.page-template-services .cotactform__block {
	margin-top: 20px;
}

.teenused-section3 .section3-text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 0;
}

.home.has_sidebar .contacts-section-two > .container {
  max-width: 82em;
}

.contacts-section-two .contact-item {
  max-width: 48.5%;
}

.uppercontent-text p a {
  color: #fff;
}

.blog-front .info .excerpt p {
  color: #171717;
}

.page-template-aboutus-page .quote__block {
  margin: 30px 0 80px;
}

body.blog #content.site-content .container {
  padding: 0 0 0 0;
  max-width: 1292px;
}

body.tag #content.site-content .container {
  padding: 0 0 0 0;
  max-width: 1292px;
}

body.blog .teenused-section4-maintitle {
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 80px;
  font-weight: bold;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}

body.tag .teenused-section4-maintitle {
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 80px;
  font-weight: bold;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}

body.blog .teenused-section4-text {
  font-size: 20px;
  margin: 36px 0 48px 0;
  padding: 0 0 0 0;
}

body.tag .teenused-section4-text {
  font-size: 20px;
  margin: 36px 0 48px 0;
  padding: 0 0 0 0;
}

body.single-post .teenused-section4-maintitle {
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 80px;
  font-weight: bold;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}

body.single-post .teenused-section4-text {
  font-size: 20px;
  margin: 36px 0 48px 0;
  padding: 0 0 0 0;
}

body.page-template-services .teenused-section4-maintitle {
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 80px;
  font-weight: bold;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}

body.page-template-services .teenused-section4-text {
  font-size: 20px;
  margin: 36px 0 48px 0;
  padding: 0 0 0 0;
}

ul li::marker {
  color: #e77e22;
}

/* responsive updates */
@media screen and (max-width: 1360px) {
  footer.site-footer > .container {
    max-width: 90% !important;
  }
  body .uppercontent-wrap {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .uppercontent-wrap > .uppercontent-text {
    max-width: 33.3%;
    margin: 0 0 0 0;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 33.3%;
    float: left;
    padding: 0 30px;
  }
  .bottomcontent {
    float: left;
    width: 100%;
  }
  .bottomcontent-wrap {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1300px) {
  .teenused-section2-wrap .teenused.content-wrap {
    max-width: 900px;
    margin: 0 auto;
  }
  .teenused-content2-title {
    font-size: 36px;
    margin: 0px 0 15px 0;
  }
  .teenused-section2-wrap {
    row-gap: 120px;
  }
  .teenused-section4-upperone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    float: none;
    max-width: 1000px;
    margin: 0 auto;
    clear: both;
  }
  span.teenused-section4-maintitle {
    padding-top: 30px;
  }
  .teenused-section4_contact-prof {
    max-width: 300px;
    width: 300px;
    min-width: 300px;
  }
  .teenused-section4-form {
    max-width: 855px;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .hero-section-front {
    height: 728px;
  }
  #hero h1 {
    font-size: 60px;
  }
  #hero p {
    font-size: 22px;
  }
  #hero a {
    margin-top: 30px;
  }
  .contacts-section-two .inner .contact-item {
    max-width: 700px;
  }
  .contacts-section-two .inner {
    gap: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .contacts-in-view .contact-items {
    max-width: 520px;
    margin: 0 auto;
    row-gap: 20px;
  }
  body.page-template-contact-page .contacts-in-view .container {
    margin-bottom: 76px;
  }
}

@media screen and (max-width: 1080px) {
  .main-navigation ul > li a {
    padding: 0 22px !important;
  }
  .teenused-section4-upperone {
    max-width: 750px;
  }
}

@media screen and (max-width: 1000px) {
  .teenused-section3 svg {
    left: 5px;
  }
  .blog-posts__post {
    margin-bottom: 30px;
  }
  .blog-posts__post:last-child {
    margin-bottom: 0px;
  }
  body.home .teenused-section4 {
    max-width: 100%;
    float: left !important;
    width: 100%;
  }
  body.home > .container {
    padding: 0 0 0 0;
    max-width: 100%;
    width: 100%;
  }
  .teenused-section4_contact-prof {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .sidebar-contactform .title {
    border-bottom: 0px;
    font-size: 34px;
    margin-bottom: 10px;
  }
  .teenused-section4-subs {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 0 0;
  }
  span.teenused-section4-subs_title.contactformthingie-title {
    padding-top: 0;
    font-weight: 500;
    line-height: 120%;
    font-size: 40px;
  }
  span.teenused-section4-subs_form button#wpforms-submit-162 {
    margin: 0 0 0 0;
  }
  body.blog .teenused-section4-subs {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  body.tag .teenused-section4-subs {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  body.page-template-contact-page #content {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  body.page-template-contact-page .contact-thingie-main-title h2 {
    font-size: 48px;
  }
  body.page-template-contact-page .contacts-in-view h2 {
    font-size: 46px;
  }
  body.page-template-contact-page .contacts-in-view .header p {
    font-size: 16px;
  }
  body.home .nav-wrapper-pusher {
    height: 44px;
  }
}

@media screen and (max-width: 900px) {
  .teenused-section2-wrap {
    max-width: 100%;
    width: 100%;
  }
  .teenused-section2-wrap .teenused.content-wrap .contentstuff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
  }
  .teenused-content2-image {
    max-width: 600px;
    width: 100%;
    max-height: unset;
    height: auto;
    margin: 0 auto;
  }
  .teenused-content2-intro {
    margin: 0 auto;
  }
  .teenused-section2-wrap .teenused.content-wrap:nth-child(even) .teenused-content2-title {
    text-align: left;
    width: 100%;
    margin: 0 0 0 0;
  }
  .teenused-section2-wrap .teenused.content-wrap:nth-child(even) .teenused-content2-text p {
    text-align: left;
  }
  .teenused-section2-wrap .teenused.content-wrap:nth-child(even) .btn-container {
    display: flex;
    justify-content: flex-start;
  }
  .teenused-content2-title {
    font-size: 30px;
    margin: 0px 0 15px 0;
  }
  .teenused-section2-wrap .teenused.content-wrap:nth-child(even) .teenused-content2-title {
    font-size: 30px;
    margin: 0px 0 15px 0;
  }
}

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

}

@media screen and (max-width: 853px) {
  span.teenused-section4-subs_form .wpforms-container.wpforms-container-full form#wpforms-form-162 {
    gap: 0;
    position: relative;
  }
  span.teenused-section4-subs_title.contactformthingie-title {
    font-size: 35px;
  }
  .teenused-section4-subs-wrap .contactformthingie-text p {
    padding: 0px 0px 26px;
    margin-bottom: 0;
    font-size: 18px;
  }
  span.teenused-section4-subs_title.contactformthingie-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .uppercontent-wrap > .uppercontent-text {
    max-width: 100%;
    margin: 0 0 0 0;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    float: left;
    padding: 0 0px;
  }
  body .uppercontent-wrap {
    margin: 20px 0 20px;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
    display: block;
    float: left;
  }
  body.page-template-aboutus-page .uppercontent-wrap {
    margin: 20px 0 0 0;
  }
  .uppercontent-text .widgettitle {
    color: #E77E22;
    font-weight: 500;
    margin: 0 0 7px 0;
  }
  footer .uppercontent {
    max-width: 90%;
    margin: 0 auto;
  }
  body.single-post.single blockquote {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  #hero h1 {
    font-size: 50px;
    line-height: 110%;
  }
  #hero p {
    font-size: 21px;
  }
  .hero-section-front {
    height: 590px;
  }
  .hero-section-front {
    height: calc(100vh - 139px);
    min-height: calc(100vh - 139px);
  }
  .section3-item {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  .teenused-content2-image {
    max-width: 500px;
  }
  .teenused-content2-intro {
    max-width: 500px;
  }
  span.teenused-section4-maintitle h2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .contacts-section-two .inner .contact-item .top {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .contacts-section-two .inner .contact-item .top .side {
    flex-direction: column;
    margin: 0 auto;
  }
  .contacts-section-two .inner .contact-item .top .side {
    width: 100%;
    text-align: center;
  }
  .contacts-section-two .contact-item p {
    text-align: center;
  }
  .contacts-section-two .inner .contact-item .top .side {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .contacts-section-two .inner .contact-item .bottom span {
    text-align: center;
  }
  .contact-item .some svg {
    min-width: 24px;
  }
  .teenused-section4-wrap {
    padding: 0px 20px;
  }
  span.teenused-section4-maintitle h2 {
    font-size: 40px;
  }
  .teenused-section4-subs-wrap {
    padding: 50px 0px;
  }
  body.blog #content {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  body.tag #content {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  body.blog #content .blog-front > .container {
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0 !important;
  }
  body.tag #content .blog-front > .container {
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .site-content {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .main-navigation ul > li a {
    font-size: 20px;
    margin: 7px 0;
  }
  .main-navigation ul > li:first-child {
    padding-top: 8px;
  }
  .teenused-section1 .heading h2 {
    font-size: 40px;
  }
  .teenused-section1 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  #hero a {
    padding: 14px 25px;
    font-size: 16px;
  }
  .teenused-section1 .outline-btn {
    margin-top: 20px;
    font-size: 16px;
  }
  .teenused-section1 {
    margin: 80px 0 70px;
  }
  .section3 {
    padding: 30px 0 50px;
  }
  .teenused-content2-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .teenused-content2-intro .outline-btn {
    padding: 7px 25px;
    font-size: 16px;
    margin-top: 20px;
  }
  .teenused-section2-wrap .teenused.content-wrap:nth-child(even) .teenused-content2-title {
    font-size: 25px;
    margin: 0px 0 15px 0;
  }
  .teenused-content2-title {
    font-size: 25px;
  }
  .title-area p {
    margin: 0 auto;
    max-width: 85%;
  }
  section.blog-front {
    padding-bottom: 50px;
  }
  .teenused-section1 .heading h2 {
    font-size: 35px;
    padding: 0 10px;
  }
  h2 span.teenused-section2 {
    font-size: 35px;
    padding: 0 10px;
    text-align: center;
  }
  body h2 {
    margin-top: 30px;
  }
  .title-area h3 {
    font-size: 35px;
    padding: 0 10px;
  }
  .contacts-section-two .inner-header p {
    font-size: 35px;
    padding: 0 10px;
  }
  span.teenused-section4-maintitle h2 {
    font-size: 35px;
    padding: 0 10px;
  } 
  body .teenused-section4-form div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
  }
  .single .entry-header {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
  }
  .single .entry-header h1 {
    font-size: 35px;
  }
  body.single-post.single blockquote {
    max-width: 300px;
    margin: 0 auto;
  }
  body.single-post.single blockquote p span {
    padding: 0 0 0 0;
    max-width: 100%;
    margin: 0 auto;
    font-style: italic;
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 120%;
  }
  body.single-post.single blockquote p span::before {
    content: "\201C";
    font-weight: 700;
    font-size: 60px;
    color: #f78620;
    position: absolute;
    top: -5px;
    left: -47px;
    font-family: 'Georgia';
    font-style: italic;
  }
  body.single-post.single blockquote p span::after {
    content: "\201D";
    font-weight: 700;
    font-size: 60px;
    color: #f78620;
    position: absolute;
    bottom: -47.6px;
    right: 10px;
    font-family: 'Georgia';
    font-style: italic;
  }
}

@media screen and (max-width: 440px) {
  .teenused-section3 {
    max-width: 100%;
    margin: 0 auto;
  }
  .section3-content-wrap {
    margin-top: 70px;
  }
  body.single-post.single blockquote {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .teenused-section4-upperone {
      max-width: 500px;
  }

  .teenused-section4-text {
      max-width: 500px;
  }

  .teenused-section4-maintitle h2 {
      max-width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .contact-items {
    max-width: 250px;
    gap: 20px;
  }
  .texts__block .blocks .block {
    box-shadow: 0px 4px 40px #eaeaea;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 25px 25px;
  }
  .contacts-in-view .contact-items {
    max-width: 250px;
  }
  body.page-template-contact-page span.contactformthingie-title {
    font-size: 35px;
    line-height: 110%;
  }
  .workplscontactformthingie form#wpforms-form-162 {
    gap: 0;
    justify-content: space-between;
  }
  .contactformthingie-text p {
    padding: 10px 0 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .intro__block {
    padding: 50px 0 40px 0;
  }
  .intro__block h1 {
    font-size: 35px;
  }
  .intro__block h3 {
    font-size: 22px;
    margin: 18px 0 25px 0;
  }
  .intro__block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .contact__block .text h2 {
    font-size: 35px;
  }
  .contact__block .text p {
    font-size: 17px;
    line-height: 29px;
  }
  .quote__block .text {
    max-width: 300px;
    margin: 30px auto;
  }
  .quote__block .text h3 {
    font-size: 27px;
    max-width: 800px;
    line-height: 34px;
    margin: 0 auto;
  }
  .quote__block .text svg {
    float: left;
    margin: 0px 0 0 0;
    position: relative;
    left: 15px;
    top: -8px;
    width: 20px;
  }
  .quote__block .text svg.svg2helper {
    position: absolute;
    right: 27px;
    bottom: -26px;
    left: auto;
    top: auto;
  }
  .teenused-section4-upperone {
    max-width: 400px;
  }
  .teenused-section4-text {
    max-width: 400px;
    margin: 0 auto;
  }
  .teenused-section4-maintitle h2 {
    max-width: 400px;
    margin: 30px auto 0;
    font-size: 35px;
  }
  body.blog .teenused-section4-maintitle {
    padding-top: 10px;
  }
  body.tag .teenused-section4-maintitle {
    padding-top: 10px;
  }
  body.page-template-contact-page .contact-thingie-main-title h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  body.page-template-contact-page .contact-thingie-main-title p {
    margin: 0 auto;
    font-size: 16px !important;
    line-height: 130%;
  }
  body.page-template-contact-page #content {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
  }
  .sidebar-contactform {
    padding: 0 0 0 0;
  }
  body.page-template-contact-page .contacts-in-view h2 {
    font-size: 35px;
  }
  .nav-wrapper-pusher {
    height: 63px;
  }
}

@media screen and (max-width: 420px) {
  .teenused-section4-upperone {
      max-width: 340px;
  }
  .teenused-section4-text {
      max-width: 340px;
      margin: 0 auto;
  }
  .teenused-section4-maintitle h2 {
      max-width: 340px;
      margin: 30px auto 0;
      font-size: 35px;
  }
}

@media screen and (max-width: 370px) {
  .teenused-section4-upperone {
      max-width: 300px;
  }
  .teenused-section4-text {
      max-width: 300px;
      margin: 0 auto;
  }
  .teenused-section4-maintitle h2 {
      max-width: 300px;
      margin: 30px auto 0;
      font-size: 35px;
  }
}

#site-navigation .logo > a {
  float: left;
  line-height: 5px;
}

.blog-posts {
  flex-wrap: wrap;
}

.blog-posts:after {
  content: "";
  max-width: 400px;
  min-width: 400px;
  margin: 0px 14px;
}

.blog-posts__post {
  margin-bottom: 35px;
}

@media screen and (max-width: 1416px) {
  .blog-posts {
    margin: 0 auto;
    max-width: 860px;
  }
}

html body p,
html body a,
html body span,
html body ul li,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body input,
html body textarea {
	font-family: 'Montserrat' !important;
}

.quote__block .text h3 {
	font-style: italic;
}

.page-template-default .teenused-section1_text-wrap h3 {
  margin: 0 0 40px 0;
  font-weight: 700;
  font-size: 29px;
  max-width: 560px;
}

.page-template-default .teenused-section1_text-wrap h3 strong {
  font-weight: 700;
}

.page-template-default .teenused-section1_text-wrap a.outline-btn {
  margin-top: 15px;
}

body.single-post.single h1.entry-title * {
	font-weight: bold !important;
}

body.single.single-post .entry-content .intro {
  display: none !important;
}

.page-template-aboutus-page .contact-items .contact-item .some a svg,
.page-template-contact-page .contact-items .contact-item .some a svg {
  width: 20px;
}

.page-template-aboutus-page .contact-items .contact-item,
.page-template-contact-page .contact-items .contact-item {
  position: relative;
  padding-bottom: 40px;
}

.page-template-aboutus-page .contact-items .contact-item div.some,
.page-template-contact-page .contact-items .contact-item div.some {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

/* new */

.snazzymapsIframe {
  float: left;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .snazzymapsIframe {
    max-height: 650px;
  }
}

.seperationBanner {
  width: 100%;
}

.seperationBanner img {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .main-navigation ul > li a {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
}

@media screen and (max-width: 400px) {
  .title-section-3-helper h2:before {
    top: -5px;
    left: -11px;
    font-size: 60px;
  }
  .title-section-3-helper h2:after {
    right: 0;
    bottom: -43px;
    font-size: 60px;
  }
}

html body #mc_embed_signup .mc-field-group input {
  padding-left: 0px;
}

html body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 5px 11px;
  margin: 10px 0 0 2px;
}
