@charset "UTF-8";
/*!
Theme Name: foryoustories
Author: LJPc
Author URI: https://ljpc.nl
Description: ForYou Stories theme
Version: 1.0.0
Requires PHP: 8.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foryoustories
!*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }

a:visited {
  color: #800080; }

a:hover,
a:focus,
a:active {
  color: #191970; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/* Forms
--------------------------------------------- */
textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon/icomoon.eot?jrc6a4");
  src: url("assets/fonts/icomoon/icomoon.eot?jrc6a4#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?jrc6a4") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?jrc6a4") format("woff"), url("assets/fonts/icomoon/icomoon.svg?jrc6a4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: "Poppins-Bold";
  src: url("assets/fonts/poppins/Poppins-Bold.eot");
  src: url("assets/fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins/Poppins-Bold.svg#Poppins-Bold") format("svg"), url("assets/fonts/poppins/Poppins-Bold.ttf") format("truetype"), url("assets/fonts/poppins/Poppins-Bold.woff") format("woff"), url("assets/fonts/poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("assets/fonts/poppins/Poppins-BoldItalic.eot");
  src: url("assets/fonts/poppins/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins/Poppins-BoldItalic.svg#Poppins-BoldItalic") format("svg"), url("assets/fonts/poppins/Poppins-BoldItalic.ttf") format("truetype"), url("assets/fonts/poppins/Poppins-BoldItalic.woff") format("woff"), url("assets/fonts/poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Poppins-Italic";
  src: url("assets/fonts/poppins/Poppins-Italic.eot");
  src: url("assets/fonts/poppins/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins/Poppins-Italic.svg#Poppins-Italic") format("svg"), url("assets/fonts/poppins/Poppins-Italic.ttf") format("truetype"), url("assets/fonts/poppins/Poppins-Italic.woff") format("woff"), url("assets/fonts/poppins/Poppins-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Poppins-Regular";
  src: url("assets/fonts/poppins/Poppins-Regular.eot");
  src: url("assets/fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins/Poppins-Regular.svg#Poppins-Regular") format("svg"), url("assets/fonts/poppins/Poppins-Regular.ttf") format("truetype"), url("assets/fonts/poppins/Poppins-Regular.woff") format("woff"), url("assets/fonts/poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("assets/fonts/poppins/Poppins-SemiBold.eot");
  src: url("assets/fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg"), url("assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype"), url("assets/fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("assets/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.container.inner {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

@media only screen and (min-width: 320px) {
  .container.inner {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (min-width: 768px) {
  .container.inner {
    padding-left: 20px;
    padding-right: 20px; } }
body {
  color: #000000;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4; }
  body.underlaid {
    overflow: hidden;
    position: relative; }
    body.underlaid::after {
      opacity: 0.6;
      background: #000000;
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }

#page {
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

a {
  color: #000000;
  text-decoration: none; }
  a:visited {
    color: #000000; }
  a:hover, a:focus, a:active {
    color: #000000;
    outline: none;
    text-decoration: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #808080;
  color: #000000;
  font-family: "Poppins-Italic";
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000000; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #000000; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000000; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000000; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: none; }

.site-main {
  min-height: 300px;
  padding: 20px 0; }

.page-header {
  margin: 0 0 15px; }
  .page-header .page-title {
    color: #000000;
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    line-height: 1.2;
    margin: 0; }

.page-content p {
  margin: 0 0 20px; }

@media only screen and (min-width: 320px) {
  .page-header .page-title {
    font-size: 24px; } }
@media only screen and (min-width: 481px) {
  .page-header {
    margin: 0 0 20px; }
    .page-header .page-title {
      font-size: 26px; } }
@media only screen and (min-width: 992px) {
  .page-header {
    margin: 0 0 25px; }
    .page-header .page-title {
      font-size: 28px; } }
@media only screen and (min-width: 1200px) {
  .page-header .page-title {
    font-size: 30px; } }
.site-header.fixed {
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.header-wrapper {
  background: #ffffff; }

.header-content {
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px; }
  .header-content .header-icons {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100px; }

.custom-logo-link {
  display: block;
  max-width: 100px; }
  .custom-logo-link img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    display: block; }

@media only screen and (min-width: 640px) {
  .header-content .header-icons {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; } }
@media only screen and (min-width: 768px) {
  .custom-logo-link {
    max-width: 120px; } }
@media only screen and (min-width: 992px) {
  .header-content {
    padding-bottom: 20px;
    padding-top: 20px; } }
.main-navigation-wrapper {
  border-top: 5px solid #000000; }

.secondary-menu-toggle {
  cursor: pointer;
  display: block;
  margin: 3px 0 2px;
  position: relative;
  width: 40px;
  z-index: 10; }
  .secondary-menu-toggle:before {
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-transform: translateX(0) translateY(0) rotate(0);
    -ms-transform: translateX(0) translateY(0) rotate(0);
    -o-transform: translateX(0) translateY(0) rotate(0);
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000000;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .secondary-menu-toggle span {
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000000;
    display: block;
    font-size: 0;
    height: 4px;
    margin: 10px 0;
    width: 100%; }
  .secondary-menu-toggle:after {
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-transform: translateX(0) translateY(0) rotate(0);
    -ms-transform: translateX(0) translateY(0) rotate(0);
    -o-transform: translateX(0) translateY(0) rotate(0);
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000000;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%; }
  .secondary-menu-toggle.active:before {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    left: 50%;
    top: 50%; }
  .secondary-menu-toggle.active span {
    opacity: 0; }
  .secondary-menu-toggle.active:after {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    left: 50%;
    top: 50%; }

.secondary-navigation {
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  background: #ffffff;
  height: 100%;
  max-width: 375px;
  padding: 16px 15px;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 9; }
  .secondary-navigation.active {
    right: 0; }
  .secondary-navigation .secondary-navigation-logo {
    float: left;
    margin: 0 0 30px; }
  .secondary-navigation .menu-top-menu-container {
    background: #333333;
    color: white;
    margin: 0 -15px 10px; }
    .secondary-navigation .menu-top-menu-container #top-menu {
      margin: 0;
      padding: 15px; }
      .secondary-navigation .menu-top-menu-container #top-menu li.menu-item {
        list-style: none;
        margin: 0;
        padding: 5px 0; }
        .secondary-navigation .menu-top-menu-container #top-menu li.menu-item a {
          display: inline-block;
          color: #ffffff;
          margin: 0 10px;
          font-size: 15px; }
          .secondary-navigation .menu-top-menu-container #top-menu li.menu-item a:hover {
            text-decoration: underline; }
      .secondary-navigation .menu-top-menu-container #top-menu > li.menu-item:before {
        content: "";
        width: 8px;
        height: 8px;
        border: 4px solid #bfbfbf;
        border-radius: 50%;
        display: inline-block;
        margin-right: 4px;
        vertical-align: middle; }
      .secondary-navigation .menu-top-menu-container #top-menu .sub-menu {
        margin: 5px 0 0; }
  .secondary-navigation .close {
    cursor: pointer;
    display: none;
    height: 40px;
    position: absolute;
    right: 20px;
    width: 40px;
    top: 20px; }
    .secondary-navigation .close:before {
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #000000;
      content: '';
      display: block;
      height: 4px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 100%; }
    .secondary-navigation .close span {
      display: none; }
    .secondary-navigation .close:after {
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #000000;
      bottom: 0;
      content: '';
      display: block;
      height: 4px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 100%; }

#secondary-menu {
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 0; }
  #secondary-menu li {
    border-top: 1px solid #bfbfbf;
    display: block; }
    #secondary-menu li:first-child {
      border: 0; }
    #secondary-menu li a {
      color: #000000;
      display: inline-block;
      font-size: 16px;
      padding: 10px 0;
      text-decoration: none;
      text-transform: lowercase; }

.main-navigation-content {
  position: relative; }

.navigation-bar-mobile {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none; }

/*.main-menu-toggle {
    cursor: pointer;
    display: block;
    margin: 1px 0;
    position: relative;
    width: 40px;

    &:before {
        @include border-radius(8px);
        @include transform__translate-x-y-rotate(0, 0, 0);
        @include transition(all, .3s, ease-in-out);
        background: $color__gainsboro2;
        content: '';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    span {
        @include border-radius(8px);
        @include opacity(1);
        @include transition(all, .3s, ease-in-out);
        background: $color__gainsboro2;
        display: block;
        font-size: 0;
        height: 4px;
        margin: 10px 0;
        width: 100%;
    }

    &:after {
        @include border-radius(8px);
        @include transform__translate-x-y-rotate(0, 0, 0);
        @include transition(all, .3s, ease-in-out);
        background: $color__gainsboro2;
        bottom: 0;
        content: '';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    &.active {
        &:before {
            @include transform__translate-x-y-rotate(-50%, -50%, -45deg);
            left: 50%;
            top: 50%;
        }

        span {
            @include opacity(0);
        }

        &:after {
            @include transform__translate-x-y-rotate(-50%, -50%, 45deg);
            left: 50%;
            top: 50%;
        }
    }
}*/
.main-navigation {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  border-top: 1px solid #ffffff;
  display: none;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 46px;
  width: 100%;
  z-index: 2; }
  .main-navigation ul.menu li {
    display: block;
    margin: 7px 0 0; }
    .main-navigation ul.menu li:first-child {
      margin: 0; }
    .main-navigation ul.menu li a {
      color: #ffffff;
      display: inline-block;
      font-size: 14px;
      line-height: 1.8;
      text-transform: lowercase; }
  .main-navigation ul.menu .sub-menu {
    margin: 10px 0 0 18px; }

@media only screen and (min-width: 320px) {
  .main-navigation {
    padding: 10px 15px; }
    .main-navigation ul.menu li a {
      font-size: 15px; } }
@media only screen and (min-width: 481px) {
  .main-navigation {
    padding: 15px; } }
@media only screen and (min-width: 640px) {
  .main-navigation-wrapper {
    border-top: none; }

  .navigation-bar-mobile {
    padding-bottom: 0;
    padding-top: 0;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex; }

  .main-menu-toggle {
    display: none; }

  .secondary-navigation .menu-top-menu-container {
    display: none; }

  .main-navigation {
    background: none;
    border-top: 0;
    display: block !important;
    left: auto;
    margin-right: 20px;
    padding: 0;
    position: relative;
    top: auto;
    width: auto; }
    .main-navigation ul.menu {
      font-size: 0; }
      .main-navigation ul.menu li a {
        display: block;
        line-height: 1.8; }
      .main-navigation ul.menu .sub-menu {
        background: #000000;
        border-top: 1px solid #ffffff;
        left: -9999px;
        margin: 0;
        padding: 10px 20px;
        position: absolute;
        top: 100%;
        width: 150px; }
      .main-navigation ul.menu > li {
        display: inline-block;
        margin: 0 0 0 15px;
        padding: 0 0 0 29px;
        position: relative; }
        .main-navigation ul.menu > li::before {
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border: 3px solid #bfbfbf;
          content: '';
          display: block;
          height: 14px;
          left: 0;
          position: absolute;
          top: 50%;
          width: 14px; }
        .main-navigation ul.menu > li:first-child {
          margin: 0;
          padding: 0; }
          .main-navigation ul.menu > li:first-child::before {
            display: none; }
        .main-navigation ul.menu > li > a {
          padding: 12px 0; }
        .main-navigation ul.menu > li:hover > .sub-menu {
          left: 12px; } }
@media only screen and (min-width: 768px) {
  .secondary-menu-toggle {
    margin: 3.5px 0; }
    .secondary-menu-toggle span {
      margin: 12px 0; }

  .secondary-navigation {
    padding: 16px 20px; } }
@media only screen and (min-width: 992px) {
  .secondary-navigation {
    padding: 22px 20px; }

  .main-navigation-wrapper {
    background: #000000; }

  .main-navigation ul.menu li a {
    font-size: 16px; }
  .main-navigation ul.menu .sub-menu {
    width: 200px; }
  .main-navigation ul.menu > li > a {
    padding: 17px 0; } }
@media only screen and (min-width: 1200px) {
  .secondary-menu-toggle {
    z-index: 1; }

  .secondary-navigation .close {
    display: block; }

  .main-navigation ul.menu li a {
    font-size: 18px; }
  .main-navigation ul.menu > li > a {
    padding: 15px 0; } }
@media only screen and (min-width: 1200px) {
  .main-navigation ul.menu > li {
    margin: 0 0 0 25px;
    padding: 0 0 0 39px; }
    .main-navigation ul.menu > li::before {
      border: 4px solid #bfbfbf;
      height: 18px;
      width: 18px; }
    .main-navigation ul.menu > li:hover > .sub-menu {
      left: 20px; } }
.search-toggle {
  cursor: pointer;
  display: none;
  height: 26px;
  position: relative;
  width: 26px; }
  .search-toggle span {
    font-size: 0; }
  .search-toggle::before {
    color: #d9d9d9;
    content: "";
    font-family: "icomoon";
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0; }
  .search-toggle.search-header-toggle {
    display: block; }
    .search-toggle.search-header-toggle::before {
      color: #000000;
      top: 2px; }

.header-search {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e6e6e6;
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  width: 100%; }
  .header-search .search-form {
    position: relative; }
    .header-search .search-form input[type="search"] {
      display: block;
      font-size: 13px;
      padding: 0 50px 0 20px;
      width: 100%; }
    .header-search .search-form .search-submit {
      display: block;
      position: absolute;
      right: 6px;
      top: 5px; }
      .header-search .search-form .search-submit input[type="submit"] {
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: none;
        border: 7px solid #e6e6e6;
        cursor: pointer;
        font-size: 0;
        height: 32px;
        line-height: normal;
        padding: 0;
        width: 32px; }

@media only screen and (min-width: 320px) {
  .header-search {
    padding: 15px; }
    .header-search .search-form input[type="search"] {
      font-size: 14px; } }
@media only screen and (min-width: 481px) {
  .header-search {
    padding: 15px 30px; }
    .header-search .search-form input[type="search"] {
      font-size: 15px; } }
@media only screen and (min-width: 640px) {
  .search-toggle {
    margin: 12.5px 0;
    display: block; }
    .search-toggle.search-header-toggle {
      display: none; } }
@media only screen and (min-width: 768px) {
  .header-search {
    padding: 15px 20px; }
    .header-search .search-form {
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .header-search .search-form input[type="search"] {
        width: 400px; } }
@media only screen and (min-width: 992px) {
  .search-toggle {
    display: none; }

  .header-search {
    background: none;
    display: block !important;
    margin: 10px 0;
    padding: 0;
    width: auto; }
    .header-search .search-form {
      display: block; }
      .header-search .search-form input[type="search"] {
        width: 300px; } }
@media only screen and (min-width: 1200px) {
  .header-search .search-form input[type="search"] {
    width: 360px; } }
.site-footer {
  background: #000000;
  color: #ffffff; }
  .site-footer .footer-columns {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .site-footer .footer-columns .f-col-title {
      display: block;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 15px; }
    .site-footer .footer-columns .subcategories {
      width: 70%; }
      .site-footer .footer-columns .subcategories ul {
        margin: 0;
        padding: 0;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap; }
        .site-footer .footer-columns .subcategories ul li {
          list-style: none;
          border: 1px solid #ffffff;
          margin: 0 20px 10px 0;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          -webkit-border-radius: 20px;
          border-radius: 20px; }
          .site-footer .footer-columns .subcategories ul li a {
            color: #ffffff;
            padding: 0 20px;
            line-height: 1.8; }
    .site-footer .footer-columns .right-column {
      width: 25%; }
      .site-footer .footer-columns .right-column .right-column-block {
        margin-bottom: 30px; }
      .site-footer .footer-columns .right-column p {
        margin: 0 0 10px; }
        .site-footer .footer-columns .right-column p a {
          color: #ffffff;
          text-decoration: underline; }
          .site-footer .footer-columns .right-column p a:hover {
            color: #d92a7f;
            text-decoration: none; }
      .site-footer .footer-columns .right-column .social-media .label {
        display: none; }
      .site-footer .footer-columns .right-column .social-media ul li a {
        font-size: 0; }

.footer-wrapper {
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  padding-top: 35px; }

@media only screen and (max-width: 991px) {
  .site-footer .footer-columns .right-column, .site-footer .footer-columns .subcategories {
    width: 47%; }
    .site-footer .footer-columns .right-column .f-col-title, .site-footer .footer-columns .subcategories .f-col-title {
      font-size: 20px; }
  .site-footer .footer-columns .right-column-block.f-col-2 {
    text-align: center;
    margin-top: 50px; } }
@media only screen and (max-width: 767px) {
  .site-footer .footer-columns {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .site-footer .footer-columns .right-column, .site-footer .footer-columns .subcategories {
      width: auto; }
    .site-footer .footer-columns .subcategories {
      margin-bottom: 30px; } }
@media only screen and (max-width: 319px) {
  .footer-column .f-col-title {
    font-size: 19px; } }
.instagram-feed-wrapper h2.title {
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-topright: 50px;
  -ms-border-bottom-right-radius: 50px;
  -ms-border-top-right-radius: 50px;
  -o-border-bottom-right-radius: 50px;
  -o-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px -10px;
  padding: 5px 60px 5px 10px;
  position: relative; }
  .instagram-feed-wrapper h2.title::after {
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #ffffff;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px; }
.instagram-feed-wrapper .zoom-instagram .zoom-instagram-widget__items-wrapper .zoom-instagram-widget__items {
  display: block !important; }
.instagram-feed-wrapper .zoom-instagram-widget__items {
  margin: 0;
  padding: 0; }
  .instagram-feed-wrapper .zoom-instagram-widget__items .zoom-instagram-widget__item {
    clear: none !important;
    display: none;
    margin: 0 1px 0 0 !important; }
    .instagram-feed-wrapper .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
      height: 100% !important;
      width: 100% !important; }
  .instagram-feed-wrapper .zoom-instagram-widget__items.slick-initialized .zoom-instagram-widget__item {
    display: block; }
  .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots {
    font-size: 0;
    list-style: none;
    margin: 10px 0 15px;
    padding: 0 10px;
    text-align: center; }
    .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots li {
      display: inline-block;
      margin: 1px 2px !important; }
      .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots li button {
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: #ffffff;
        border: 3px solid #bfbfbf;
        font-size: 0;
        height: 12px;
        line-height: 1;
        padding: 0;
        width: 12px; }
      .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots li.slick-active, .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots li:hover {
        margin: 0 2px !important; }
        .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots li.slick-active button, .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots li:hover button {
          border: 4px solid #000000;
          height: 14px;
          width: 14px; }

@media only screen and (min-width: 320px) {
  .instagram-feed-wrapper h2.title {
    font-size: 16px;
    margin: 0 0 15px -15px;
    padding: 7px 80px 7px 15px; }
    .instagram-feed-wrapper h2.title::after {
      border: 6px solid #ffffff;
      height: 26px;
      right: 6px;
      width: 26px; }
  .instagram-feed-wrapper .zoom-instagram-widget__items .zoom-instagram-widget__item {
    margin: 0 2px 0 0 !important; }
  .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots {
    margin: 12px 0 18px;
    padding: 0 15px; } }
@media only screen and (min-width: 481px) {
  .instagram-feed-wrapper h2.title {
    min-width: 270px;
    padding: 8px 40px 8px 15px; } }
@media only screen and (min-width: 640px) {
  .instagram-feed-wrapper h2.title {
    min-width: 350px; } }
@media only screen and (min-width: 768px) {
  .instagram-feed-wrapper h2.title {
    font-size: 18px;
    margin: 0 0 15px -20px;
    min-width: 73%;
    padding: 6px 40px 6px 20px; }
    .instagram-feed-wrapper h2.title::after {
      height: 28px;
      right: 7px;
      width: 28px; }
  .instagram-feed-wrapper .zoom-instagram-widget__items {
    margin-bottom: 15px; }
    .instagram-feed-wrapper .zoom-instagram-widget__items .slick-dots {
      display: none !important; } }
@media only screen and (min-width: 992px) {
  .instagram-feed-wrapper h2.title {
    font-size: 20px;
    min-width: calc(((100% - 80px) / 3 * 2) + 40px); } }
@media only screen and (min-width: 1200px) {
  .instagram-feed-wrapper h2.title {
    margin: 0 0 15px; } }
footer .copyright {
  background: #333333; }

.copyright .container.inner {
  padding: 20px 0;
  color: #ffffff; }
  .copyright .container.inner ul {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .copyright .container.inner ul li:not(:first-child):before {
      content: "";
      width: 10px;
      height: 10px;
      border: 4px solid #bfbfbf;
      border-radius: 50%;
      display: inline-block;
      margin-right: 4px;
      vertical-align: middle; }
    .copyright .container.inner ul li:first-child {
      margin-right: 15px; }
    .copyright .container.inner ul li a {
      display: inline-block;
      color: #ffffff;
      margin: 0 15px; }
      .copyright .container.inner ul li a:hover {
        text-decoration: underline; }

@media only screen and (max-width: 991px) {
  .copyright .container.inner ul {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .copyright .container.inner ul li {
      margin-top: 12px; }
      .copyright .container.inner ul li:not(:first-child):before {
        content: "";
        width: 6px;
        height: 6px;
        border: 4px solid #bfbfbf;
        border-radius: 50%;
        display: inline-block;
        margin-right: 4px; }
      .copyright .container.inner ul li:first-child {
        order: 1; }
      .copyright .container.inner ul li a {
        margin: 0 5px; } }
.social-media .label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px; }
.social-media ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-media ul li {
    display: inline-block;
    margin: 0 0 0 7px;
    vertical-align: top; }
    .social-media ul li:first-child {
      margin: 0; }
    .social-media ul li a {
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background: #ffffff;
      display: block;
      font-size: 0;
      height: 40px;
      position: relative;
      width: 40px; }
      .social-media ul li a:before {
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #000000;
        font-family: "icomoon";
        font-size: 22px;
        left: 50%;
        line-height: 1;
        position: absolute;
        top: 50%; }
    .social-media ul li.fb a:before {
      content: ""; }
    .social-media ul li.insta a:before {
      content: ""; }

dl.share-buttons {
  margin: 0 0 25px;
  position: relative; }
  dl.share-buttons dt {
    display: block;
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    margin: 0 0 5px; }
  dl.share-buttons dd {
    display: block;
    margin: 0; }
    dl.share-buttons dd .at-share-tbx-element .at-share-btn {
      margin: 0 0 0 5px; }
      dl.share-buttons dd .at-share-tbx-element .at-share-btn:first-of-type {
        margin: 0; }

@media only screen and (min-width: 320px) {
  dl.share-buttons {
    margin: 0 0 30px; } }
#primary > .page-content-wrapper {
  margin-bottom: 30px; }

.magazine-top-content {
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center; }
  .magazine-top-content .latest-magazine-image {
    width: 33%;
    flex-shrink: 0;
    margin-right: 30px; }
  .magazine-top-content .cpt-top-text {
    font-family: "Poppins-SemiBold";
    line-height: 1.7;
    font-size: 16px; }
    .magazine-top-content .cpt-top-text p {
      margin: 0 0 20px; }

.magazine-edition {
  overflow: hidden;
  background: #e6e6e6;
  padding: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  -o-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px; }
  .magazine-edition .block-title {
    font-family: "Poppins-SemiBold";
    color: #1a171b;
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 12px; }
  .magazine-edition .block-content {
    max-width: 66%;
    border: 1px solid #808080;
    background: #ffffff;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
    .magazine-edition .block-content:after {
      content: "";
      width: 20px;
      height: 20px;
      border: 8px solid #e6e6e6;
      border-radius: 50%;
      display: inline-block;
      margin-right: 8px; }
    .magazine-edition .block-content select#editions-map {
      height: 50px;
      line-height: 50px;
      margin: 0 15px;
      flex-grow: 1;
      border: none;
      background: none; }

.magazine-content {
  font-family: "Poppins-SemiBold";
  line-height: 1.7; }
  .magazine-content ul.magazine-blocks {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    .magazine-content ul.magazine-blocks li.m-block {
      width: 48%; }
      .magazine-content ul.magazine-blocks li.m-block .m-block__image {
        border-left: 8px solid #6d4080; }
        .magazine-content ul.magazine-blocks li.m-block .m-block__image > a,
        .magazine-content ul.magazine-blocks li.m-block .m-block__image > span {
          display: block;
          position: relative; }
          .magazine-content ul.magazine-blocks li.m-block .m-block__image > a:before,
          .magazine-content ul.magazine-blocks li.m-block .m-block__image > span:before {
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
            bottom: 0;
            content: '';
            display: block;
            height: 60%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: 1; }
        .magazine-content ul.magazine-blocks li.m-block .m-block__image img {
          -moz-border-radius-topright: 20px;
          -ms-border-top-right-radius: 20px;
          -o-border-top-right-radius: 20px;
          -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
          width: 100%;
          display: block; }
        .magazine-content ul.magazine-blocks li.m-block .m-block__image .m-block__title {
          bottom: 10px;
          display: block;
          left: 0;
          margin: 0;
          padding: 0 10px;
          position: absolute;
          right: 0;
          z-index: 1;
          color: #ffffff;
          font-size: 20px; }
  .magazine-content .fake-articles .content-title {
    margin: 0; }
  .magazine-content .fake-articles p.content-title {
    font-size: 16px; }
  .magazine-content ul.magazine-fake-articles {
    list-style: none;
    margin: 0;
    padding: 0; }
    .magazine-content ul.magazine-fake-articles > li {
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      margin-top: 20px; }
      .magazine-content ul.magazine-fake-articles > li .post__featured-image {
        width: 33%;
        flex-shrink: 0;
        margin-right: 30px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-topright: 15px;
        -ms-border-bottom-right-radius: 15px;
        -ms-border-top-right-radius: 15px;
        -o-border-bottom-right-radius: 15px;
        -o-border-top-right-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
        z-index: 1; }
        .magazine-content ul.magazine-fake-articles > li .post__featured-image img {
          width: 100%;
          display: block; }
      .magazine-content ul.magazine-fake-articles > li .fake-post__title {
        font-family: "Poppins-Bold";
        font-size: 18px;
        margin-bottom: 5px; }
      .magazine-content ul.magazine-fake-articles > li .fake-post__content {
        font-family: "Poppins-Regular"; }

/*.custom-posts-load {
    &.load-more {
        display: none;
        margin-top: 50px;
        text-align: center;

        span {
            color: $color__jaguar;
            cursor: pointer;
            display: inline-block;
            font-size: 28px;
            font-weight: 700;
            line-height: 1;
            padding-top: 15px;
            position: relative;
        }
    }
}

.cpt-banner {
    @include box-sizing__border-box();
    clear: both;
    margin: 55px auto;
    max-width: calc(100% - 2 * 7px);
    position: relative;

    img {
        display: block;
    }

}*/
#editions {
  position: relative;
  width: 270px;
  z-index: 1; }
  #editions ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #editions ul li {
      margin: 0; }
      #editions ul li a {
        color: #1a171b;
        display: inline-block; }
        #editions ul li a:hover {
          color: #d92a7f; }

@media only screen and (max-width: 1199px) {
  .magazine-edition {
    position: relative;
    margin: 0 -20px;
    padding: 20px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px; }
    .magazine-edition .block-title {
      display: none; }
    .magazine-edition .block-content {
      max-width: 90%;
      margin: 0 auto; }

  .magazine-content .block .block-title {
    font-size: 26px; }

  .custom-posts-load.load-more {
    margin-top: 40px; }
    .custom-posts-load.load-more span {
      font-size: 26px; } }
@media only screen and (max-width: 991px) {
  .magazine-content ul.magazine-blocks li.m-block {
    width: 100%; }

  /*    .archive-top-description {
          .top-description {
              font-size: 16px;
              margin: 0 0 20px;
          }
      }*/
  .magazine-content .block.right-block {
    width: 58.267%; } }
@media only screen and (max-width: 767px) {
  .magazine-content ul.magazine-blocks li.m-block .m-block__image .m-block__title {
    font-size: 16px; }
  .magazine-content .fake-articles p.content-title {
    font-size: 14px; }

  .cpt-banner {
    margin: 35px auto; }

  .magazine-content .block.left-block {
    max-width: 100%;
    width: 100%; }
    .magazine-content .block.left-block .block-title {
      width: 50%; }
    .magazine-content .block.left-block img {
      float: right;
      margin-top: -75px;
      width: 42%; } }
@media only screen and (max-width: 639px) {
  .magazine-edition {
    padding: 20px 30px; }
    .magazine-edition .block-content {
      max-width: 100%; }

  .magazine-content ul.magazine-fake-articles {
    line-height: 1.4; }
    .magazine-content ul.magazine-fake-articles > li .post__featured-image {
      margin-right: 20px; }
    .magazine-content ul.magazine-fake-articles > li .fake-post__title {
      font-size: 16px; }

  /*    /////////////////////////// ////////////////////////////////////////---*/
  .archive-top-description .top-description {
    font-size: 14px; }

  .custom-posts.is-grid .custom-post {
    height: 250px;
    margin: 15px 0 0 15px;
    width: calc((100% - 15px) / 2); }
    .custom-posts.is-grid .custom-post:nth-child(2) {
      margin-top: 15px;
      width: calc((100% - 15px) / 2); }
    .custom-posts.is-grid .custom-post:nth-child(3) {
      margin-left: 15px; }
    .custom-posts.is-grid .custom-post:last-child {
      width: calc((100% - 15px) / 2); }
    .custom-posts.is-grid .custom-post__categories ul li a {
      font-size: 13px;
      line-height: 25px;
      padding: 0 10px; }
    .custom-posts.is-grid .custom-post__details .custom-post__title a {
      font-size: 20px; }

  .custom-posts-load.load-more {
    margin-top: 30px; }
    .custom-posts-load.load-more span {
      font-size: 24px; }

  .cpt-banner {
    margin: 30px auto; }

  .magazine-content .block .block-title {
    font-size: 24px; } }
@media only screen and (max-width: 480px) {
  .magazine-edition {
    padding: 15px; }

  .magazine-top-content {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .magazine-top-content .latest-magazine-image,
    .magazine-top-content .cpt-top-text {
      width: 100%;
      margin: 0 0 15px; }

  .magazine-content ul.magazine-fake-articles > li {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px; }
    .magazine-content ul.magazine-fake-articles > li .post__featured-image {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; }

  /*    .archive-top-description {
          .top-description {
              font-size: 13px;
              padding: 15px 0 0;
          }
      }
  
      .cpt-custom-posts-wrapper {
          &.grid {
              .cpt-custom-posts {
                  padding: 15px;
              }
          }
      }
  
      .custom-posts {
          &.is-grid {
              .custom-post {
                  height: 180px;
  
                  &__categories {
                      ul {
                          li {
                              a {
                                  font-size: 12px;
                                  line-height: 22px;
                                  padding: 0 6px;
                              }
                          }
                      }
                  }
  
                  &__details {
                      bottom: 12px;
  
                      .custom-post__title {
                          a {
                              font-size: 18px;
                          }
                      }
                  }
              }
          }
  
          &.is-list {
              .custom-post {
                  margin: 15px 0 0;
                  padding: 15px 0 0;
      
                  &:nth-child(2) {    
                      margin: 15px 0 0;
                      padding: 15px 0 0;
                  }
      
                  &__featured-image {
                      margin: 0 15px 0 0;
                      width: 110px;
                  }
      
                  &__details {
                      @include flex__container();
                      @include flex__direction(column);
                      @include flex__justify-content(center);
                      min-height: 73px;
                      width: calc(100% - 15px - 110px);
      
                      .custom-post__title {
                          margin: 0;
      
                          a {
                              font-size: 18px;
                          }
                      }
  
                      .custom-post__content {
                          display: none;
                      }
                  }
              }
          }
      }
  
      .custom-posts-load {
          &.load-more {
              margin-top: 25px;
  
              span {
                  font-size: 22px;
              }
          }
      }
  
      .magazine-content {
          .block {
              .block-title {
                  font-size: 22px;
              }
  
          }
  
      }*/ }
@media only screen and (max-width: 319px) {
  /*    .custom-posts {
          &.is-grid {
              .custom-post {
                  height: 130px;
                  margin: 10px 0 0 10px;
                  width: calc((100% - 10px) / 2);
  
                  &:nth-child(2) {
                      margin-top: 10px;
                      width: calc((100% - 10px) / 2);
                  }
  
                  &:nth-child(3) {
                      margin-left: 10px;
                  }
      
                  &:last-child {
                      width: calc((100% - 10px) / 2);
                  }
  
                  &__details {
                      .custom-post__title {
                          a {
                              font-size: 15px;
                          }
                      }
                  }
              }
          }
  
          &.is-list {
              .custom-post {    
                  &__details {    
                      .custom-post__title {    
                          a {
                              font-size: 15px;
                          }
                      }
                  }
              }
          }
      }
  
      .custom-posts-load {
          &.load-more {
              margin-top: 20px;
  
              span {
                  font-size: 20px;
              }
          }
      }
  
      .magazine-content {
          .block {
              .block-title {
                  font-size: 20px;
              }
  
              &.left-block {
                  .block-title {
                      margin: 0 0 20px;
                  }
  
                  img {
                      margin-top: -55px;
                  }
              }
          }
      }*/ }
.bts-videos {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1318px;
  padding: 30px 15px 0;
  width: 100%; }
  .bts-videos .block-title {
    color: #1a171b;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px;
    padding-top: 15px;
    position: relative;
    text-align: center; }
  .bts-videos .video-items {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    .bts-videos .video-items .video-item {
      float: left;
      height: 298px;
      margin: 20px 0 0 30px;
      position: relative;
      width: 298px; }
      .bts-videos .video-items .video-item:nth-child(1), .bts-videos .video-items .video-item:nth-child(2) {
        margin-top: 0; }
      .bts-videos .video-items .video-item:first-child, .bts-videos .video-items .video-item:nth-child(3) {
        clear: both;
        margin-left: 0; }
      .bts-videos .video-items .video-item:first-child {
        width: calc(100% - 30px - 298px); }
      .bts-videos .video-items .video-item:last-child {
        width: calc(100% - 2 * 298px - 2 * 30px); }
      .bts-videos .video-items .video-item iframe {
        background: #000000;
        border: 0;
        display: block;
        height: 100%;
        width: 100%; }

@media only screen and (max-width: 1199px) {
  .bts-videos {
    padding: 20px 15px 0; }
    .bts-videos .block-title {
      font-size: 26px;
      margin: 0 0 20px; }
    .bts-videos .video-items .video-item {
      margin: 20px 0 0 20px; }
      .bts-videos .video-items .video-item:first-child {
        width: calc(100% - 20px - 298px); }
      .bts-videos .video-items .video-item:last-child {
        width: calc(100% - 2 * 298px - 2 * 20px); } }
@media only screen and (max-width: 991px) {
  .bts-videos .video-items .video-item {
    height: 240px;
    margin: 15px 0 0 15px;
    width: calc((100% - 2 * 15px) / 3); }
    .bts-videos .video-items .video-item:first-child {
      width: calc(100% - 15px - 298px); }
    .bts-videos .video-items .video-item:nth-child(2) {
      width: 298px; }
    .bts-videos .video-items .video-item:last-child {
      width: calc((100% - 2 * 15px) / 3); } }
@media only screen and (max-width: 767px) {
  .bts-videos .video-items .video-item {
    margin: 20px 0 0 20px;
    width: calc((100% - 20px) / 2); }
    .bts-videos .video-items .video-item:first-child {
      float: none;
      margin: 10px auto;
      max-width: calc(100% - 2 * 7px);
      position: relative;
      width: 100%; }
    .bts-videos .video-items .video-item:nth-child(2) {
      margin-top: 20px;
      width: calc((100% - 20px) / 2); }
    .bts-videos .video-items .video-item:nth-child(2), .bts-videos .video-items .video-item:nth-child(4) {
      margin-left: 0; }
    .bts-videos .video-items .video-item:nth-child(3) {
      clear: none;
      margin-left: 20px; }
    .bts-videos .video-items .video-item:last-child {
      width: calc((100% - 20px) / 2); } }
@media only screen and (max-width: 639px) {
  .bts-videos {
    padding: 0 15px; }
    .bts-videos .block-title {
      font-size: 24px;
      margin: 0 0 10px; }
    .bts-videos .video-items .video-item {
      height: 200px;
      margin: 15px 0 0 15px;
      width: calc((100% - 15px) / 2); }
      .bts-videos .video-items .video-item:nth-child(2) {
        margin-top: 15px;
        width: calc((100% - 15px) / 2); }
      .bts-videos .video-items .video-item:nth-child(3) {
        margin-left: 15px; }
      .bts-videos .video-items .video-item:last-child {
        width: calc((100% - 15px) / 2); } }
@media only screen and (max-width: 480px) {
  .bts-videos .block-title {
    font-size: 22px; }
  .bts-videos .video-items .video-item {
    height: 140px; } }
@media only screen and (max-width: 319px) {
  .bts-videos .block-title {
    font-size: 20px; }
  .bts-videos .video-items .video-item {
    height: 130px;
    margin: 10px 0 0 10px;
    width: calc((100% - 10px) / 2); }
    .bts-videos .video-items .video-item:nth-child(2) {
      margin-top: 10px;
      width: calc((100% - 10px) / 2); }
    .bts-videos .video-items .video-item:nth-child(3) {
      margin-left: 10px; }
    .bts-videos .video-items .video-item:last-child {
      width: calc((100% - 10px) / 2); } }
.archive-top-description {
  font-family: "Poppins-SemiBold";
  line-height: 1.7; }
  .archive-top-description p {
    margin: 0 0 10px; }

.archive-bottom-description {
  font-family: "Poppins-Regular";
  line-height: 1.7; }
  .archive-bottom-description[data-readmore] {
    overflow: hidden; }
  .archive-bottom-description p {
    margin: 0 0 10px; }

.more-less {
  cursor: pointer;
  font-family: "Poppins-SemiBold";
  text-decoration: underline; }
  .more-less:hover {
    text-decoration: none; }

.cat-mrp-block-title {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a171b;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 30px;
  max-width: 1318px;
  padding: 15px 15px 0;
  position: relative;
  text-align: center; }

.cat-most-read-posts-wrapper .cat-most-read-posts-container {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1318px;
  padding: 30px 15px;
  width: 100%; }
.cat-most-read-posts-wrapper.bg-white {
  background: #ffffff; }
.cat-most-read-posts-wrapper.bg-grey {
  background: #e7e7e8; }
.cat-most-read-posts-wrapper .cat-most-read-posts-load {
  display: none; }
.cat-most-read-posts-wrapper.more .cat-most-read-posts-load {
  display: block; }
.cat-most-read-posts-wrapper.more .cat-most-read-posts .cat-most-read-post {
  display: none; }

.cat-most-read-posts {
  list-style: none;
  margin: 0;
  padding: 0; }

.cat-most-read-posts-load.load-more {
  display: none;
  margin-top: 50px;
  text-align: center; }
  .cat-most-read-posts-load.load-more span {
    color: #1a171b;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    padding-top: 15px;
    position: relative; }

/*.search-form-wrapper {
    padding-bottom: 40px;
    padding-top: 40px;

    &.single-page-search {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .search-form {
        margin: 0 auto;
        max-width: 350px;
    }
}*/
@media only screen and (max-width: 1318px) {
  .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title a {
    font-size: 20px; }
  .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__content {
    font-size: 17px; } }
@media only screen and (max-width: 1199px) {
  .cat-mrp-block-title {
    font-size: 26px;
    margin: 0 auto 25px; }

  .cat-most-read-posts-wrapper .cat-most-read-posts-container {
    padding: 25px 15px; }

  .cat-most-read-posts.is-grid .cat-most-read-post {
    margin: 20px 0 0 20px; }
    .cat-most-read-posts.is-grid .cat-most-read-post:first-child {
      width: calc(100% - 20px - 298px); }
    .cat-most-read-posts.is-grid .cat-most-read-post:last-child {
      width: calc(100% - 2 * 298px - 2 * 20px); }
    .cat-most-read-posts.is-grid .cat-most-read-post__details {
      padding: 0 15px; }
      .cat-most-read-posts.is-grid .cat-most-read-post__details .cat-most-read-post__title a {
        font-size: 25px; }
  .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title a {
    font-size: 18px; }
  .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__content {
    font-size: 15px; }

  .cat-most-read-posts-load.load-more {
    margin-top: 40px; }
    .cat-most-read-posts-load.load-more span {
      font-size: 26px; } }
@media only screen and (max-width: 991px) {
  .cat-most-read-posts-wrapper .cat-most-read-posts-container {
    padding: 20px 15px; }

  .cat-most-read-posts.is-grid .cat-most-read-post {
    height: 260px;
    margin: 15px 0 0 15px;
    width: calc((100% - 2 * 15px) / 3); }
    .cat-most-read-posts.is-grid .cat-most-read-post:first-child {
      width: calc(100% - 15px - 298px); }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(2) {
      width: 298px; }
    .cat-most-read-posts.is-grid .cat-most-read-post:last-child {
      width: calc((100% - 2 * 15px) / 3); }
    .cat-most-read-posts.is-grid .cat-most-read-post__details {
      padding: 0 10px; }
      .cat-most-read-posts.is-grid .cat-most-read-post__details .cat-most-read-post__title a {
        font-size: 22px; }
  .cat-most-read-posts.is-list .cat-most-read-post {
    margin: 20px 0 0;
    padding: 20px 0 0;
    width: 100%; }
    .cat-most-read-posts.is-list .cat-most-read-post:nth-child(2) {
      border-top: 1px solid #bfbfbf;
      margin: 20px 0 0;
      padding: 20px 0 0; }
    .cat-most-read-posts.is-list .cat-most-read-post__featured-image {
      margin: 0 4% 0 0; }
    .cat-most-read-posts.is-list .cat-most-read-post__details {
      display: block;
      min-height: initial;
      padding-right: 0;
      width: calc(100% - 4% - 220px); }
      .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title {
        margin: 0 0 15px; }
        .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title a {
          font-size: 20px; }
      .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__content {
        font-size: 17px; } }
@media only screen and (max-width: 767px) {
  .cat-most-read-posts.is-grid .cat-most-read-post {
    height: 298px;
    margin: 20px 0 0 20px;
    width: calc((100% - 20px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post:first-child {
      width: 100%; }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(2) {
      margin-top: 20px;
      width: calc((100% - 20px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(2), .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(4) {
      margin-left: 0; }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(3) {
      clear: none;
      margin-left: 20px; }
    .cat-most-read-posts.is-grid .cat-most-read-post:last-child {
      width: calc((100% - 20px) / 2); }
  .cat-most-read-posts.is-list .cat-most-read-post__featured-image {
    margin: 0 15px 0 0;
    width: 170px; }
  .cat-most-read-posts.is-list .cat-most-read-post__details {
    width: calc(100% - 15px - 170px); }
    .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title a {
      font-size: 18px; }
    .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__content {
      font-size: 16px; }

  .search-form-wrapper {
    padding-bottom: 25px;
    padding-top: 25px; }
    .search-form-wrapper .search-form {
      max-width: 100%; } }
@media only screen and (max-width: 639px) {
  .cat-mrp-block-title {
    font-size: 24px;
    margin: 0 auto 15px; }

  .cat-most-read-posts.is-grid .cat-most-read-post {
    height: 250px;
    margin: 15px 0 0 15px;
    width: calc((100% - 15px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(2) {
      margin-top: 15px;
      width: calc((100% - 15px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(3) {
      margin-left: 15px; }
    .cat-most-read-posts.is-grid .cat-most-read-post:last-child {
      width: calc((100% - 15px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post__details .cat-most-read-post__title a {
      font-size: 20px; }

  .cat-most-read-posts-load.load-more {
    margin-top: 30px; }
    .cat-most-read-posts-load.load-more span {
      font-size: 24px; } }
@media only screen and (max-width: 480px) {
  .cat-mrp-block-title {
    font-size: 22px; }

  .cat-most-read-posts-wrapper .cat-most-read-posts-container {
    padding: 15px; }

  .cat-most-read-posts.is-grid .cat-most-read-post {
    height: 180px; }
    .cat-most-read-posts.is-grid .cat-most-read-post__details {
      bottom: 12px; }
      .cat-most-read-posts.is-grid .cat-most-read-post__details .cat-most-read-post__title a {
        font-size: 18px; }
  .cat-most-read-posts.is-list .cat-most-read-post {
    margin: 15px 0 0;
    padding: 15px 0 0; }
    .cat-most-read-posts.is-list .cat-most-read-post:nth-child(2) {
      margin: 15px 0 0;
      padding: 15px 0 0; }
    .cat-most-read-posts.is-list .cat-most-read-post__featured-image {
      margin: 0 15px 0 0;
      width: 110px; }
    .cat-most-read-posts.is-list .cat-most-read-post__details {
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      min-height: 73px;
      width: calc(100% - 15px - 110px); }
      .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title {
        margin: 0; }
        .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title a {
          font-size: 18px; }
      .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__content {
        display: none; }

  .cat-most-read-posts-load.load-more {
    margin-top: 25px; }
    .cat-most-read-posts-load.load-more span {
      font-size: 22px; } }
@media only screen and (max-width: 319px) {
  .cat-mrp-block-title {
    font-size: 20px; }

  .cat-most-read-posts.is-grid .cat-most-read-post {
    height: 130px;
    margin: 10px 0 0 10px;
    width: calc((100% - 10px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(2) {
      margin-top: 10px;
      width: calc((100% - 10px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post:nth-child(3) {
      margin-left: 10px; }
    .cat-most-read-posts.is-grid .cat-most-read-post:last-child {
      width: calc((100% - 10px) / 2); }
    .cat-most-read-posts.is-grid .cat-most-read-post__details .cat-most-read-post__title a {
      font-size: 15px; }
  .cat-most-read-posts.is-list .cat-most-read-post__details .cat-most-read-post__title a {
    font-size: 15px; }

  .cat-most-read-posts-load.load-more {
    margin-top: 20px; }
    .cat-most-read-posts-load.load-more span {
      font-size: 20px; } }
.magazine-edition-description {
  display: block;
  font-family: "Poppins-SemiBold";
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 15px; }

.magazines-slider {
  display: block;
  margin: 0 0 40px; }
  .magazines-slider .magazines {
    list-style: none;
    margin: 0;
    padding: 0; }
    .magazines-slider .magazines .magazine {
      margin: 0 5px; }
    .magazines-slider .magazines .slick-list {
      padding: 0 20px; }
    .magazines-slider .magazines .slick-dots {
      font-size: 0;
      list-style: none;
      margin: 10px 0 15px;
      padding: 0 10px;
      text-align: center; }
      .magazines-slider .magazines .slick-dots li {
        display: inline-block;
        margin: 1px 2px !important; }
        .magazines-slider .magazines .slick-dots li button {
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background: #ffffff;
          border: 3px solid #bfbfbf;
          font-size: 0;
          height: 12px;
          line-height: 1;
          padding: 0;
          width: 12px; }
        .magazines-slider .magazines .slick-dots li.slick-active, .magazines-slider .magazines .slick-dots li:hover {
          margin: 0 2px !important; }
          .magazines-slider .magazines .slick-dots li.slick-active button, .magazines-slider .magazines .slick-dots li:hover button {
            border: 4px solid #000000;
            height: 14px;
            width: 14px; }

.slider-container.available-companies-container .post-items .post-item .featured-image {
  border: 1px solid #ffffff; }
.slider-container.available-companies-container .post-items .post-item .post__details {
  word-break: break-all; }
  .slider-container.available-companies-container .post-items .post-item .post__details .company-name {
    font-family: "Poppins-SemiBold";
    font-size: 15px;
    line-height: 1.5;
    margin: 0; }
  .slider-container.available-companies-container .post-items .post-item .post__details .company-address {
    font-size: 15px;
    line-height: 1.5; }
    .slider-container.available-companies-container .post-items .post-item .post__details .company-address > div {
      display: block; }
  .slider-container.available-companies-container .post-items .post-item .post__details .website {
    clear: both;
    display: block;
    margin: 20px 0 0; }
    .slider-container.available-companies-container .post-items .post-item .post__details .website a {
      font-family: "Poppins-SemiBold";
      font-size: 15px;
      line-height: 1.2; }
  .slider-container.available-companies-container .post-items .post-item .post__details .distance {
    clear: both;
    color: #7ca75f;
    display: block;
    font-family: "Poppins-SemiBold";
    font-size: 15px;
    line-height: 28px;
    margin: 20px 0 0;
    padding-left: 28px;
    position: relative; }
    .slider-container.available-companies-container .post-items .post-item .post__details .distance::before {
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      font-family: "icomoon";
      font-size: 28px;
      left: 0;
      position: absolute;
      top: 50%; }

@media only screen and (min-width: 320px) {
  .magazine-edition-description {
    font-size: 14px; }

  .magazines-slider .magazines .magazine {
    margin: 0 7px; }
  .magazines-slider .magazines .slick-list {
    padding: 0 30px; }
  .magazines-slider .magazines .slick-dots {
    padding: 0 15px; } }
@media only screen and (min-width: 375px) {
  .slider-container.available-companies-container .post-items .post-item .post__details .company-name {
    font-size: 14px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .company-address {
    font-size: 14px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .website {
    margin: 10px 0 0; }
    .slider-container.available-companies-container .post-items .post-item .post__details .website a {
      font-size: 14px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .distance {
    font-size: 14px;
    margin: 10px 0 0; } }
@media only screen and (min-width: 481px) {
  .magazine-edition-description {
    font-size: 15px;
    margin: 0 0 25px; }

  .magazines-slider .magazines .slick-dots {
    margin: 15px 0; }

  .slider-container.available-companies-container .post-items .post-item .post__details .company-name {
    font-size: 16px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .company-address {
    font-size: 16px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .website a {
    font-size: 16px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .distance {
    font-size: 16px;
    margin: 15px 0 0; } }
@media only screen and (min-width: 640px) {
  .slider-container.available-companies-container .post-items .post-item .post__details .company-name {
    font-size: 17px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .company-address {
    font-size: 17px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .website {
    margin: 20px 0 0; }
    .slider-container.available-companies-container .post-items .post-item .post__details .website a {
      font-size: 17px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .distance {
    font-size: 17px;
    line-height: 32px;
    margin: 20px 0 0;
    padding-left: 30px; }
    .slider-container.available-companies-container .post-items .post-item .post__details .distance::before {
      font-size: 32px; } }
@media only screen and (min-width: 768px) {
  .magazines-slider .magazines .slick-dots {
    padding: 0 20px; }
    .magazines-slider .magazines .slick-dots li {
      margin: 1px 3px !important; }
      .magazines-slider .magazines .slick-dots li button {
        height: 14px;
        width: 14px; }
      .magazines-slider .magazines .slick-dots li.slick-active, .magazines-slider .magazines .slick-dots li:hover {
        margin: 0 3px !important; }
        .magazines-slider .magazines .slick-dots li.slick-active button, .magazines-slider .magazines .slick-dots li:hover button {
          height: 16px;
          width: 16px; } }
@media only screen and (min-width: 992px) {
  .magazine-edition-description {
    font-size: 16px;
    margin: 0 0 30px; }

  .slider-container.available-companies-container .post-items .post-item .post__details .company-name {
    font-size: 18px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .company-address {
    font-size: 18px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .website a {
    font-size: 18px; }
  .slider-container.available-companies-container .post-items .post-item .post__details .distance {
    font-size: 18px; } }
.posts-block-wrapper[data-color^="#"] .main-title {
  background-color: var(--category-color); }
.posts-block-wrapper.show-more .posts-block-content.grid .post-items .post-item.hidden, .posts-block-wrapper.show-more .posts-block-content.list .post-items .post-item.hidden {
  display: none; }
.posts-block-wrapper .posts-block-content > ul {
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }
  .posts-block-wrapper .posts-block-content > ul li {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .posts-block-wrapper .posts-block-content > ul li .post__featured-image {
      border-left: 8px solid var(--category-color);
      -moz-border-radius-bottomright: 15px;
      -moz-border-radius-topright: 15px;
      -ms-border-bottom-right-radius: 15px;
      -ms-border-top-right-radius: 15px;
      -o-border-bottom-right-radius: 15px;
      -o-border-top-right-radius: 15px;
      -webkit-border-bottom-right-radius: 15px;
      -webkit-border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-top-right-radius: 15px;
      overflow: hidden;
      z-index: 1; }
      .posts-block-wrapper .posts-block-content > ul li .post__featured-image img {
        width: 100%;
        display: block; }
    .posts-block-wrapper .posts-block-content > ul li .post__details a {
      color: #1a171b; }
    .posts-block-wrapper .posts-block-content > ul li .post__details .post__title {
      font-family: "Poppins-Bold";
      font-size: 18px;
      margin-bottom: 5px; }
    .posts-block-wrapper .posts-block-content > ul li:last-child {
      margin-bottom: 0; }
.posts-block-wrapper .posts-block-content.list > ul li .post__featured-image {
  width: 33%;
  flex-shrink: 0;
  margin-right: 30px; }
.posts-block-wrapper p.category-link {
  text-align: center;
  margin: 5px 0 0 0; }
  .posts-block-wrapper p.category-link a {
    color: #bfbfbf;
    text-decoration: underline;
    text-transform: lowercase; }

div.meest-gelezen {
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  margin: 30px 0;
  padding: 0 0 30px; }
  div.meest-gelezen .right-block.banners {
    margin-top: 30px; }

@media only screen and (max-width: 767px) {
  .posts-block-wrapper p.category-link {
    margin-bottom: 30px; }

  div.meest-gelezen .right-block.banners {
    margin-top: 0; } }
@media only screen and (max-width: 639px) {
  .posts-block-wrapper .posts-block-content > ul li .post__details .post__title {
    font-size: 16px; }
  .posts-block-wrapper .posts-block-content.list > ul li .post__featured-image {
    margin-right: 20px; }

  div.meest-gelezen {
    margin: 15px 0;
    padding: 0 0 15px; }
    div.meest-gelezen .right-block.banners {
      margin-top: 15px; } }
@media only screen and (max-width: 480px) {
  .posts-block-wrapper .posts-block-content > ul li .post__details {
    line-height: 1.1; }
  .posts-block-wrapper .posts-block-content.list > ul li.post-item {
    /*                       display: block;
                            .post__featured-image {
                               width: auto;
                               margin: 0 0 15px 0;
                           }*/ }
    .posts-block-wrapper .posts-block-content.list > ul li.post-item .post__featured-image {
      margin-right: 10px; }
    .posts-block-wrapper .posts-block-content.list > ul li.post-item .post__details {
      font-size: 12px; }
      .posts-block-wrapper .posts-block-content.list > ul li.post-item .post__details .post__title {
        font-size: 13px; } }
a.read-more {
  text-decoration: underline; }

.posts-block-wrapper .posts-block-content.grid > ul {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .posts-block-wrapper .posts-block-content.grid > ul li.post-item {
    display: block;
    width: 48%; }
    .posts-block-wrapper .posts-block-content.grid > ul li.post-item .post__featured-image {
      border-left: 8px solid var(--post-category-color);
      margin-bottom: 15px; }
.posts-block-wrapper .posts-block-content.grid.large-first-img > ul li.post-item:first-child {
  width: 100%; }
  .posts-block-wrapper .posts-block-content.grid.large-first-img > ul li.post-item:first-child .post__featured-image {
    margin-bottom: 0; }
    .posts-block-wrapper .posts-block-content.grid.large-first-img > ul li.post-item:first-child .post__featured-image a {
      display: block;
      position: relative; }
      .posts-block-wrapper .posts-block-content.grid.large-first-img > ul li.post-item:first-child .post__featured-image a::after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        bottom: 0;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1; }
  .posts-block-wrapper .posts-block-content.grid.large-first-img > ul li.post-item:first-child .post__details {
    display: none; }
.posts-block-wrapper .posts-block-content.grid .entry-title {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  bottom: 20px;
  padding: 0 30px;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  z-index: 2; }

@media only screen and (max-width: 991px) {
  .posts-block-wrapper .posts-block-content.grid .entry-title {
    font-size: 25px; } }
@media only screen and (max-width: 767px) {
  .posts-block-wrapper .posts-block-content.grid .entry-title {
    padding: 0 20px; } }
@media only screen and (max-width: 480px) {
  .posts-block-wrapper .posts-block-content.grid .entry-title {
    font-size: 16px; }
  .posts-block-wrapper .posts-block-content.grid > ul {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .posts-block-wrapper .posts-block-content.grid > ul li.post-item:not(:first-child) {
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      margin-bottom: 25px;
      width: 100%; }
      .posts-block-wrapper .posts-block-content.grid > ul li.post-item:not(:first-child) .post__featured-image {
        width: 33%;
        flex-shrink: 0;
        margin: 0 10px 0 0; }
      .posts-block-wrapper .posts-block-content.grid > ul li.post-item:not(:first-child) .post__details {
        font-size: 12px; }
        .posts-block-wrapper .posts-block-content.grid > ul li.post-item:not(:first-child) .post__details .post__title {
          font-size: 13px; }

  .single-company .posts-block-wrapper .posts-block-content.grid > ul li.post-item {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 100%; }
    .single-company .posts-block-wrapper .posts-block-content.grid > ul li.post-item .post__featured-image {
      width: 33%;
      flex-shrink: 0;
      margin: 0 10px 0 0; }
    .single-company .posts-block-wrapper .posts-block-content.grid > ul li.post-item .post__details {
      font-size: 12px; }
      .single-company .posts-block-wrapper .posts-block-content.grid > ul li.post-item .post__details .post__title {
        font-size: 13px; } }
.single-page-content .right-content {
  display: none; }
.single-page-content .entry-header {
  margin: 0 0 15px; }
  .single-page-content .entry-header .post-thumbnail-wrapper {
    display: block;
    margin: 0 0 7px;
    position: relative;
    width: 100%; }
    .single-page-content .entry-header .post-thumbnail-wrapper .post-thumbnail {
      -moz-border-radius-topright: 15px;
      -ms-border-top-right-radius: 15px;
      -o-border-top-right-radius: 15px;
      -webkit-border-top-right-radius: 15px;
      border-top-right-radius: 15px;
      overflow: hidden; }
      .single-page-content .entry-header .post-thumbnail-wrapper .post-thumbnail::after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        bottom: 0;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1; }
      .single-page-content .entry-header .post-thumbnail-wrapper .post-thumbnail img {
        display: block;
        margin: 0; }
    .single-page-content .entry-header .post-thumbnail-wrapper .primary-category-color {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 5px;
      z-index: 1; }
  .single-page-content .entry-header .entry-title {
    bottom: 12px;
    color: #ffffff;
    display: block;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    font-weight: 400;
    left: 0;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    z-index: 1; }
  .single-page-content .entry-header .post-categories {
    display: block;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
    .single-page-content .entry-header .post-categories li {
      display: inline-block;
      margin: 0 5px 5px 0; }
      .single-page-content .entry-header .post-categories li a {
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border-style: solid;
        border-width: 1px;
        background: #ffffff;
        font-size: 11px;
        display: block;
        line-height: 20px;
        min-width: 60px;
        padding: 0 10px;
        text-align: center;
        text-decoration: none; }
.single-page-content .entry-content .text-block h2, .single-page-content .entry-content .text-block h3, .single-page-content .entry-content .text-block h4, .single-page-content .entry-content .text-block h5, .single-page-content .entry-content .text-block h6 {
  clear: none;
  font-family: "Poppins-SemiBold";
  margin: 18px 0 2px; }
.single-page-content .entry-content .text-block h2 {
  font-size: 18px; }
.single-page-content .entry-content .text-block h3 {
  font-size: 17px; }
.single-page-content .entry-content .text-block h4 {
  font-size: 16px; }
.single-page-content .entry-content .text-block h5 {
  font-size: 15px; }
.single-page-content .entry-content .text-block h6 {
  font-size: 14px; }
.single-page-content .entry-content .text-block a {
  text-decoration: underline; }
.single-page-content .entry-content .text-block p {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 10px; }
  .single-page-content .entry-content .text-block p strong {
    font-family: "Poppins-SemiBold"; }
.single-page-content .entry-content .text-block img {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  display: block; }
  .single-page-content .entry-content .text-block img.quote {
    float: none;
    margin: 0 auto 10px; }
  .single-page-content .entry-content .text-block img.icon {
    max-width: 70px; }
    .single-page-content .entry-content .text-block img.icon.alignleft {
      float: left;
      margin-right: 20px; }
    .single-page-content .entry-content .text-block img.icon.alignright {
      float: right;
      margin-left: 20px; }
.single-page-content .entry-content .text-block .wp-block-image {
  display: block;
  margin: 0 0 20px;
  overflow: hidden; }
  .single-page-content .entry-content .text-block .wp-block-image .alignleft,
  .single-page-content .entry-content .text-block .wp-block-image .alignright {
    margin: 0; }
  .single-page-content .entry-content .text-block .wp-block-image.quote {
    float: none;
    margin: 0 auto 10px; }
  .single-page-content .entry-content .text-block .wp-block-image.icon {
    max-width: 70px; }
    .single-page-content .entry-content .text-block .wp-block-image.icon.left {
      margin-right: 20px; }
    .single-page-content .entry-content .text-block .wp-block-image.icon.right {
      margin-left: 20px; }
  .single-page-content .entry-content .text-block .wp-block-image.left {
    float: left; }
  .single-page-content .entry-content .text-block .wp-block-image.right {
    float: right; }
.single-page-content .entry-content .text-block iframe {
  height: auto;
  width: 100%; }
.single-page-content .entry-content .text-block .video {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  padding-top: 66.667%;
  position: relative; }
  .single-page-content .entry-content .text-block .video iframe {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
.single-page-content .entry-content .artikelen-quote-block {
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-topright: 100px;
  -ms-border-bottom-right-radius: 100px;
  -ms-border-top-right-radius: 100px;
  -o-border-bottom-right-radius: 100px;
  -o-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #e5e5e5;
  clear: both;
  margin: 20px 0 20px -10px;
  min-height: 100px;
  padding: 15px 105px 15px 10px;
  position: relative;
  text-align: center; }
  .single-page-content .entry-content .artikelen-quote-block::after {
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 18px solid #ffffff;
    content: '';
    display: block;
    height: 85px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 85px; }
  .single-page-content .entry-content .artikelen-quote-block p {
    font-size: 12px;
    margin: 0; }
  .single-page-content .entry-content .artikelen-quote-block h3 {
    font-size: 16px;
    margin: 0; }
.single-page-content .entry-content .grey-block {
  -moz-border-radius-topright: 15px;
  -ms-border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  background: #ededed;
  display: block;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 1px; }
  .single-page-content .entry-content .grey-block img {
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    display: block; }
  .single-page-content .entry-content .grey-block .text-block {
    padding: 0 15px 10px; }
    .single-page-content .entry-content .grey-block .text-block h2 {
      font-size: 16px; }
    .single-page-content .entry-content .grey-block .text-block p {
      font-family: "Poppins-Italic";
      font-size: 11px; }
  .single-page-content .entry-content .grey-block.mannenbrein {
    padding: 15px 10px; }
    .single-page-content .entry-content .grey-block.mannenbrein img {
      margin: 0 10px 10px 0;
      max-width: 90px; }
      .single-page-content .entry-content .grey-block.mannenbrein img.quote {
        margin: 0 auto 15px;
        max-width: 80%; }
    .single-page-content .entry-content .grey-block.mannenbrein .text-block {
      padding: 0; }
.single-page-content .entry-content .additional-text-block {
  display: block;
  margin: 0 0 20px; }
.single-page-content .entry-content .pub-foryou-magazine-banner {
  display: block;
  margin: 0 0 20px;
  padding-top: 33.863%;
  position: relative;
  width: 100%; }
  .single-page-content .entry-content .pub-foryou-magazine-banner a {
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .single-page-content .entry-content .pub-foryou-magazine-banner a img {
      display: block;
      margin: 0;
      max-height: 100%;
      width: auto; }
.single-page-content .entry-content .credits-block {
  -moz-border-radius-topright: 15px;
  -ms-border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  background: #ededed;
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 20px 15px; }
  .single-page-content .entry-content .credits-block h3 {
    font-family: "Poppins-BoldItalic";
    font-size: 12px;
    margin: 0 0 5px; }
  .single-page-content .entry-content .credits-block p {
    font-family: "Poppins-Italic";
    font-size: 11px;
    line-height: 1.7;
    margin: 0; }
.single-page-content .entry-content .publish-date {
  clear: both;
  display: block;
  font-family: "Poppins-Italic";
  font-size: 12px;
  margin: 0 0 15px; }

@media only screen and (min-width: 320px) {
  .single-page-content .entry-header .post-thumbnail-wrapper {
    margin: 0 0 10px; }
    .single-page-content .entry-header .post-thumbnail-wrapper .post-thumbnail {
      -moz-border-radius-topright: 20px;
      -ms-border-top-right-radius: 20px;
      -o-border-top-right-radius: 20px;
      -webkit-border-top-right-radius: 20px;
      border-top-right-radius: 20px; }
    .single-page-content .entry-header .post-thumbnail-wrapper .primary-category-color {
      width: 6px; }
  .single-page-content .entry-header .entry-title {
    bottom: 15px;
    font-size: 16px; }
  .single-page-content .entry-header .post-categories li a {
    font-size: 12px;
    line-height: 22px; }
  .single-page-content .entry-content .text-block h2 {
    font-size: 20px; }
  .single-page-content .entry-content .text-block h3 {
    font-size: 19px; }
  .single-page-content .entry-content .text-block h4 {
    font-size: 18px; }
  .single-page-content .entry-content .text-block h5 {
    font-size: 17px; }
  .single-page-content .entry-content .text-block h6 {
    font-size: 16px; }
  .single-page-content .entry-content .text-block p {
    font-size: 13px; }
  .single-page-content .entry-content .text-block img.icon {
    max-width: 30%; }
  .single-page-content .entry-content .text-block .wp-block-image.icon {
    max-width: 30%; }
  .single-page-content .entry-content .artikelen-quote-block {
    margin: 20px 0 20px -15px;
    padding: 15px 105px 15px 15px; }
    .single-page-content .entry-content .artikelen-quote-block p {
      font-size: 13px; }
  .single-page-content .entry-content .grey-block {
    -moz-border-radius-topright: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px; }
    .single-page-content .entry-content .grey-block img {
      -moz-border-radius-topright: 20px;
      -ms-border-top-right-radius: 20px;
      -o-border-top-right-radius: 20px;
      -webkit-border-top-right-radius: 20px;
      border-top-right-radius: 20px; }
    .single-page-content .entry-content .grey-block .text-block {
      padding: 0 20px 15px; }
      .single-page-content .entry-content .grey-block .text-block h2 {
        font-size: 18px; }
      .single-page-content .entry-content .grey-block .text-block p {
        font-size: 13px; }
    .single-page-content .entry-content .grey-block.mannenbrein img {
      max-width: 40%; }
  .single-page-content .entry-content .pub-foryou-magazine-banner a {
    -moz-border-radius-topright: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px; }
  .single-page-content .entry-content .credits-block {
    -moz-border-radius-topright: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 25px 20px; }
    .single-page-content .entry-content .credits-block h3 {
      font-size: 14px; }
    .single-page-content .entry-content .credits-block p {
      font-size: 13px; }
  .single-page-content .entry-content .publish-date {
    font-size: 13px; } }
@media only screen and (min-width: 481px) {
  .single-page-content .entry-header .post-thumbnail-wrapper {
    margin: 0 0 15px; }
    .single-page-content .entry-header .post-thumbnail-wrapper .post-thumbnail {
      -moz-border-radius-topright: 25px;
      -ms-border-top-right-radius: 25px;
      -o-border-top-right-radius: 25px;
      -webkit-border-top-right-radius: 25px;
      border-top-right-radius: 25px; }
    .single-page-content .entry-header .post-thumbnail-wrapper .primary-category-color {
      width: 6px; }
  .single-page-content .entry-header .entry-title {
    font-size: 20px;
    padding: 0 25px; }
  .single-page-content .entry-header .post-categories li a {
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px; }
  .single-page-content .entry-content .text-block h2 {
    font-size: 22px; }
  .single-page-content .entry-content .text-block h3 {
    font-size: 21px; }
  .single-page-content .entry-content .text-block h4 {
    font-size: 20px; }
  .single-page-content .entry-content .text-block h5 {
    font-size: 19px; }
  .single-page-content .entry-content .text-block h6 {
    font-size: 18px; }
  .single-page-content .entry-content .text-block p {
    font-size: 14px;
    margin: 0 0 15px; }
  .single-page-content .entry-content .text-block img.quote {
    max-width: 500px;
    width: 100%; }
  .single-page-content .entry-content .text-block .wp-block-image.half-width {
    display: inline-block;
    width: 48.5%; }
  .single-page-content .entry-content .text-block .wp-block-image.right {
    float: right; }
  .single-page-content .entry-content .text-block .wp-block-image.quote {
    max-width: 500px; }
  .single-page-content .entry-content .artikelen-quote-block {
    min-height: 110px;
    padding: 20px 115px 20px 15px; }
    .single-page-content .entry-content .artikelen-quote-block::after {
      right: 15px; }
    .single-page-content .entry-content .artikelen-quote-block p {
      font-size: 14px; }
  .single-page-content .entry-content .grey-block {
    -moz-border-radius-topright: 25px;
    -ms-border-top-right-radius: 25px;
    -o-border-top-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px; }
    .single-page-content .entry-content .grey-block img {
      -moz-border-radius-topright: 25px;
      -ms-border-top-right-radius: 25px;
      -o-border-top-right-radius: 25px;
      -webkit-border-top-right-radius: 25px;
      border-top-right-radius: 25px; }
    .single-page-content .entry-content .grey-block .text-block h2 {
      font-size: 20px; }
    .single-page-content .entry-content .grey-block .text-block p {
      font-size: 14px; }
    .single-page-content .entry-content .grey-block.mannenbrein {
      padding: 20px 15px; }
  .single-page-content .entry-content .pub-foryou-magazine-banner a {
    -moz-border-radius-topright: 25px;
    -ms-border-top-right-radius: 25px;
    -o-border-top-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px; }
  .single-page-content .entry-content .credits-block {
    -moz-border-radius-topright: 25px;
    -ms-border-top-right-radius: 25px;
    -o-border-top-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    margin: 0 0 20px; }
    .single-page-content .entry-content .credits-block h3 {
      font-size: 16px; }
    .single-page-content .entry-content .credits-block p {
      font-size: 14px; }
  .single-page-content .entry-content .publish-date {
    font-size: 14px; } }
@media only screen and (min-width: 640px) {
  .single-page-content .entry-header .post-thumbnail-wrapper .post-thumbnail {
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px; }
    .single-page-content .entry-header .post-thumbnail-wrapper .post-thumbnail::after {
      height: 60%; }
  .single-page-content .entry-header .post-thumbnail-wrapper .primary-category-color {
    width: 7px; }
  .single-page-content .entry-header .entry-title {
    bottom: 20px;
    font-size: 25px;
    padding: 0 30px; }
  .single-page-content .entry-header .post-categories li a {
    font-size: 15px;
    line-height: 27px;
    padding: 0 20px; }
  .single-page-content .entry-content .text-block h2, .single-page-content .entry-content .text-block h3, .single-page-content .entry-content .text-block h4, .single-page-content .entry-content .text-block h5, .single-page-content .entry-content .text-block h6 {
    margin: 20px 0 2px; }
  .single-page-content .entry-content .text-block img.icon {
    max-width: 20%; }
  .single-page-content .entry-content .text-block .wp-block-image.icon {
    max-width: 20%; }
  .single-page-content .entry-content .grey-block {
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px; }
    .single-page-content .entry-content .grey-block.mannenbrein {
      padding: 25px 20px; }
      .single-page-content .entry-content .grey-block.mannenbrein img {
        margin: 0 20px 10px 0;
        max-width: 50%; }
        .single-page-content .entry-content .grey-block.mannenbrein img.quote {
          max-width: 60%; }
  .single-page-content .entry-content .pub-foryou-magazine-banner a {
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px; } }
@media only screen and (min-width: 768px) {
  .single-page-content .entry-header .post-categories li {
    margin: 0 10px 5px 0; }
  .single-page-content .entry-content .artikelen-quote-block {
    margin: 20px 0 20px -20px;
    padding: 20px 115px 20px 20px; } }
@media only screen and (min-width: 992px) {
  .single-page-content .entry-header .post-thumbnail-wrapper .primary-category-color {
    width: 9px; }
  .single-page-content .entry-header .entry-title {
    font-size: 30px; }
  .single-page-content .entry-content .artikelen-quote-block {
    padding: 20px 120px 20px 20px; }
  .single-page-content .entry-content .grey-block.mannenbrein {
    padding: 30px 25px; } }
@media only screen and (min-width: 1200px) {
  .single-page-content .entry-content .artikelen-quote-block {
    margin: 20px 0; } }
.related-company-wrapper {
  clear: both;
  display: block;
  margin: 0 0 30px; }

.related-company {
  -moz-border-radius-topright: 15px;
  -ms-border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  background: #e5e5e5;
  display: block;
  overflow: hidden;
  padding: 15px 10px; }
  .related-company p {
    margin: 0; }
    .related-company p.label {
      font-family: "Poppins-Italic";
      font-size: 12px;
      margin: 0 0 10px; }
    .related-company p.company-name a {
      display: inline-block;
      font-family: "Poppins-SemiBold";
      font-size: 14px;
      text-decoration: none; }
    .related-company p.company-website a {
      display: inline-block;
      font-size: 13px;
      text-decoration: none; }

@media only screen and (min-width: 320px) {
  .related-company {
    -moz-border-radius-topright: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 15px; }
    .related-company p.label {
      font-size: 13px; }
    .related-company p.company-name a {
      font-size: 15px; }
    .related-company p.company-website a {
      font-size: 14px; } }
@media only screen and (min-width: 481px) {
  .related-company {
    -moz-border-radius-topright: 25px;
    -ms-border-top-right-radius: 25px;
    -o-border-top-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    padding: 20px; }
    .related-company p.label {
      font-size: 14px; }
    .related-company p.company-name a {
      font-size: 16px; }
    .related-company p.company-website a {
      font-size: 15px; } }
@media only screen and (min-width: 640px) {
  .related-company {
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px; } }
.cpt-banner-mobile-wrapper {
  display: block;
  margin: 0 0 25px;
  padding-top: 33.863%;
  position: relative;
  width: 100%; }
  .cpt-banner-mobile-wrapper .cpt-banner-mobile {
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .cpt-banner-mobile-wrapper .cpt-banner-mobile img {
      display: block;
      margin: 0;
      max-height: 100%;
      width: auto; }

@media only screen and (min-width: 320px) {
  .cpt-banner-mobile-wrapper {
    margin: 0 0 30px; }
    .cpt-banner-mobile-wrapper .cpt-banner-mobile {
      -moz-border-radius-topright: 20px;
      -ms-border-top-right-radius: 20px;
      -o-border-top-right-radius: 20px;
      -webkit-border-top-right-radius: 20px;
      border-top-right-radius: 20px; } }
@media only screen and (min-width: 481px) {
  .cpt-banner-mobile-wrapper .cpt-banner-mobile {
    -moz-border-radius-topright: 25px;
    -ms-border-top-right-radius: 25px;
    -o-border-top-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px; } }
@media only screen and (min-width: 640px) {
  .cpt-banner-mobile-wrapper .cpt-banner-mobile {
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px; } }
@media only screen and (min-width: 768px) {
  .cpt-banner-mobile-wrapper {
    display: none; } }
.single-company-content {
  margin: 20px 0; }
  .single-company-content section {
    margin-top: 30px;
    line-height: 1.8; }
  .single-company-content .company-info-content {
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #e6e6e6;
    overflow: hidden;
    z-index: 1; }
    .single-company-content .company-info-content + section {
      margin-top: 32px; }
    .single-company-content .company-info-content .company-cover-photo {
      height: 300px;
      overflow: hidden;
      background-image: var(--company-bg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .single-company-content .company-info-content .company-profile-picture {
      width: 300px;
      height: 300px;
      border: 1px solid #ffffff;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      z-index: 1;
      margin: -230px auto 0; }
      .single-company-content .company-info-content .company-profile-picture img {
        object-fit: cover; }
    .single-company-content .company-info-content .company-address {
      padding: 20px; }
      .single-company-content .company-info-content .company-address .addr-line {
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 10px 0; }
        .single-company-content .company-info-content .company-address .addr-line > span {
          width: 49%; }
          .single-company-content .company-info-content .company-address .addr-line > span.addr-line__title {
            text-align: right;
            color: #808080; }
          .single-company-content .company-info-content .company-address .addr-line > span.addr-line__value {
            font-family: "Poppins-SemiBold"; }
          .single-company-content .company-info-content .company-address .addr-line > span .distance {
            color: #7ca75f;
            display: inline-block;
            font-family: "Poppins-SemiBold";
            font-size: 12px;
            line-height: 22px;
            padding-left: 22px;
            position: relative; }
            .single-company-content .company-info-content .company-address .addr-line > span .distance::before {
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              content: "";
              font-family: "icomoon";
              font-size: 22px;
              left: 0;
              position: absolute;
              top: 50%; }
        .single-company-content .company-info-content .company-address .addr-line .company-socials {
          list-style: none;
          line-height: 1;
          margin: 0;
          padding: 0; }
          .single-company-content .company-info-content .company-address .addr-line .company-socials li {
            display: inline-block;
            margin-right: 10px;
            background: #000000;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            padding: 6px; }
            .single-company-content .company-info-content .company-address .addr-line .company-socials li a {
              cursor: pointer;
              height: 16px;
              position: relative;
              width: 16px;
              display: block;
              font-size: 0; }
              .single-company-content .company-info-content .company-address .addr-line .company-socials li a:before {
                font-family: "icomoon";
                color: #ffffff;
                content: "";
                font-size: 16px;
                font-weight: 400;
                line-height: 1;
                position: absolute;
                right: 0;
                top: 0; }
              .single-company-content .company-info-content .company-address .addr-line .company-socials li a.fb:before {
                content: "";
                right: 30%; }
        .single-company-content .company-info-content .company-address .addr-line.socials {
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          -o-align-items: flex-end;
          -webkit-align-items: flex-end;
          align-items: flex-end; }
        .single-company-content .company-info-content .company-address .addr-line.phone a {
          text-decoration: underline; }
  .single-company-content .contact-icons ul {
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 0; }
    .single-company-content .contact-icons ul li {
      display: inline-block;
      margin-right: 15px;
      border: 3px solid #7ca75f;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: 10px; }
      .single-company-content .contact-icons ul li a {
        cursor: pointer;
        height: 28px;
        position: relative;
        width: 28px;
        display: block;
        font-size: 0; }
        .single-company-content .contact-icons ul li a:before {
          font-family: "icomoon";
          color: #7ca75f;
          content: "";
          font-size: 28px;
          font-weight: 400;
          line-height: 1;
          position: absolute;
          right: 0;
          top: 0; }
      .single-company-content .contact-icons ul li.mail a:before {
        content: "";
        font-size: 17px;
        top: calc(50% - 9px); }
      .single-company-content .contact-icons ul li.web a:before {
        content: ""; }
  .single-company-content .company-specialisations {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    font-family: "Poppins-Italic"; }
    .single-company-content .company-specialisations li:not(:first-child):before {
      content: "";
      width: 8px;
      height: 8px;
      border: 3px solid #ffffff;
      border-radius: 50%;
      display: inline-block;
      margin-right: 3px;
      vertical-align: middle;
      margin-right: 0; }
    .single-company-content .company-specialisations li span {
      display: inline-block;
      margin: 0 10px; }

@media only screen and (max-width: 767px) {
  .single-company-content .company-info-content .company-address .addr-line > span.addr-line__title {
    width: 39%; }
  .single-company-content .company-info-content .company-address .addr-line > span.addr-line__value {
    width: 59%; }

  .single-company-content section {
    margin-top: 0px; }
    .single-company-content section .content-title {
      margin-top: 14px; }
  .single-company-content .company-info-content + section {
    margin-top: 0px; }
    .single-company-content .company-info-content + section .content-title {
      margin-top: 16px; } }
@media only screen and (max-width: 480px) {
  .single-company-content .company-info-content .company-cover-photo {
    height: 160px; }
  .single-company-content .company-info-content .company-profile-picture {
    width: 150px;
    height: 150px;
    margin-top: -120px; } }
.company-share-wrapper {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1318px;
  padding: 0 15px;
  width: 100%; }
  .company-share-wrapper .share-buttons-container {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    margin: 0 0 20px;
    padding: 20px 0; }
  .company-share-wrapper dl.share-buttons {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }

@media only screen and (max-width: 991px) {
  .company-share-wrapper .share-buttons-container {
    margin: 0; } }
.company-posts-wrapper .company-posts-container {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1318px;
  padding: 30px 15px;
  width: 100%; }
.company-posts-wrapper.bg-white {
  background: #ffffff; }
.company-posts-wrapper.bg-grey {
  background: #e7e7e8; }
.company-posts-wrapper .company-posts-load {
  display: none; }
.company-posts-wrapper.more .company-posts-load {
  display: block; }
.company-posts-wrapper.more .company-posts .company-post {
  display: none; }

.company-posts-block-title {
  color: #1a171b;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 25px;
  padding: 15px 0 0;
  position: relative;
  text-align: center; }

.company-posts {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .company-posts.is-grid .company-post {
    float: left;
    height: 298px;
    margin: 30px 0 0 32px;
    position: relative;
    width: calc((100% - 3 * 32px) / 4); }
    .company-posts.is-grid .company-post:nth-child(4n+1) {
      clear: both;
      margin-left: 0; }
    .company-posts.is-grid .company-post:nth-child(1), .company-posts.is-grid .company-post:nth-child(2), .company-posts.is-grid .company-post:nth-child(3), .company-posts.is-grid .company-post:nth-child(4) {
      margin-top: 0; }
    .company-posts.is-grid .company-post__featured-image {
      display: block;
      height: 100%;
      width: 100%; }
      .company-posts.is-grid .company-post__featured-image a {
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        display: block;
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%; }
        .company-posts.is-grid .company-post__featured-image a:before {
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
          bottom: 0;
          content: '';
          display: block;
          height: 60%;
          left: 0;
          position: absolute;
          right: 0;
          z-index: 1; }
        .company-posts.is-grid .company-post__featured-image a img {
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          display: block;
          left: 50%;
          max-height: 100%;
          max-width: initial;
          position: absolute;
          top: 0;
          width: auto; }
    .company-posts.is-grid .company-post__categories {
      display: block;
      left: 0;
      margin: 0 10px 0 0;
      position: absolute;
      top: 0; }
      .company-posts.is-grid .company-post__categories ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .company-posts.is-grid .company-post__categories ul li {
          float: left;
          margin: 5px 0 0 10px; }
          .company-posts.is-grid .company-post__categories ul li a {
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background: #1a171b;
            color: #ffffff;
            font-size: 17px;
            font-style: italic;
            display: block;
            line-height: 32px;
            padding: 0 12px; }
    .company-posts.is-grid .company-post__details {
      bottom: 15px;
      display: block;
      left: 0;
      margin: 0;
      padding: 0 20px;
      position: absolute;
      right: 0;
      z-index: 1; }
      .company-posts.is-grid .company-post__details .company-post__title a {
        color: #ffffff;
        display: block;
        font-size: 26px;
        font-weight: 700; }
  .company-posts.is-list .company-post {
    border-top: 1px solid #bfbfbf;
    float: left;
    margin: 25px 0 0;
    padding: 25px 0 0;
    position: relative;
    width: 50%; }
    .company-posts.is-list .company-post:nth-child(1), .company-posts.is-list .company-post:nth-child(2) {
      border: 0;
      margin: 0;
      padding: 0; }
    .company-posts.is-list .company-post:nth-child(2n+1) {
      clear: both; }
    .company-posts.is-list .company-post__featured-image {
      float: left;
      margin: 0 4.658% 0 0;
      width: 220px; }
      .company-posts.is-list .company-post__featured-image a {
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        display: block;
        overflow: hidden; }
        .company-posts.is-list .company-post__featured-image a img {
          display: block; }
    .company-posts.is-list .company-post__details {
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      float: left;
      min-height: 146px;
      padding-right: 5%;
      width: calc(100% - 4.658% - 220px); }
      .company-posts.is-list .company-post__details .company-post__title {
        display: block;
        margin: 0 0 10px; }
        .company-posts.is-list .company-post__details .company-post__title a {
          color: #1a171b;
          display: block;
          font-size: 22px;
          font-weight: 700; }

.company-posts-load.load-more {
  display: none;
  margin-top: 50px;
  text-align: center; }
  .company-posts-load.load-more span {
    color: #1a171b;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    padding-top: 15px;
    position: relative; }

@media only screen and (max-width: 1318px) {
  .company-posts.is-list .company-post__details .company-post__title a {
    font-size: 20px; }
  .company-posts.is-list .company-post__details .company-post__content {
    font-size: 17px; } }
@media only screen and (max-width: 1199px) {
  .company-posts-wrapper.grid .company-posts-container {
    padding: 25px 15px; }

  .company-posts-block-title {
    font-size: 26px; }

  .company-posts.is-grid .company-post {
    margin-top: 20px;
    width: calc((100% - 32px) / 2); }
    .company-posts.is-grid .company-post:nth-child(4n+1) {
      clear: none;
      margin-left: 32px; }
    .company-posts.is-grid .company-post:nth-child(2n+1) {
      clear: both;
      margin-left: 0; }
    .company-posts.is-grid .company-post:nth-child(3), .company-posts.is-grid .company-post:nth-child(4) {
      margin-top: 20px; }
    .company-posts.is-grid .company-post__categories ul li a {
      font-size: 15px;
      line-height: 28px; }
    .company-posts.is-grid .company-post__details {
      padding: 0 15px; }
      .company-posts.is-grid .company-post__details .company-post__title a {
        font-size: 25px; }
  .company-posts.is-list .company-post__details .company-post__title a {
    font-size: 18px; }
  .company-posts.is-list .company-post__details .company-post__content {
    font-size: 15px; }

  .company-posts-load.load-more {
    margin-top: 40px; }
    .company-posts-load.load-more span {
      font-size: 26px; } }
@media only screen and (max-width: 991px) {
  .company-posts-wrapper.grid .company-posts-container {
    padding: 20px 15px; }

  .company-posts.is-grid .company-post {
    height: 260px; }
    .company-posts.is-grid .company-post__categories ul li a {
      font-size: 14px; }
    .company-posts.is-grid .company-post__details {
      padding: 0 10px; }
      .company-posts.is-grid .company-post__details .company-post__title a {
        font-size: 22px; }
  .company-posts.is-list .company-post {
    margin: 20px 0 0;
    padding: 20px 0 0;
    width: 100%; }
    .company-posts.is-list .company-post:nth-child(2) {
      border-top: 1px solid #bfbfbf;
      margin: 20px 0 0;
      padding: 20px 0 0; }
    .company-posts.is-list .company-post__featured-image {
      margin: 0 4% 0 0; }
    .company-posts.is-list .company-post__details {
      display: block;
      min-height: initial;
      padding-right: 0;
      width: calc(100% - 4% - 220px); }
      .company-posts.is-list .company-post__details .company-post__title {
        margin: 0 0 15px; }
        .company-posts.is-list .company-post__details .company-post__title a {
          font-size: 20px; }
      .company-posts.is-list .company-post__details .company-post__content {
        font-size: 17px; } }
@media only screen and (max-width: 767px) {
  .company-posts.is-grid .company-post {
    height: 298px;
    margin: 20px 0 0 20px;
    width: calc((100% - 20px) / 2); }
  .company-posts.is-list .company-post__featured-image {
    margin: 0 15px 0 0;
    width: 170px; }
  .company-posts.is-list .company-post__details {
    width: calc(100% - 15px - 170px); }
    .company-posts.is-list .company-post__details .company-post__title a {
      font-size: 18px; }
    .company-posts.is-list .company-post__details .company-post__content {
      font-size: 16px; } }
@media only screen and (max-width: 639px) {
  .company-posts-block-title {
    font-size: 24px;
    margin: 0 0 15px; }

  .company-posts.is-grid .company-post {
    height: 250px;
    margin: 15px 0 0 15px;
    width: calc((100% - 15px) / 2); }
    .company-posts.is-grid .company-post__categories ul li a {
      font-size: 13px;
      line-height: 25px;
      padding: 0 10px; }
    .company-posts.is-grid .company-post__details .company-post__title a {
      font-size: 20px; }

  .company-posts-load.load-more {
    margin-top: 30px; }
    .company-posts-load.load-more span {
      font-size: 24px; } }
@media only screen and (max-width: 480px) {
  .company-posts-wrapper.grid .company-posts-container {
    padding: 15px; }

  .company-posts-block-title {
    font-size: 22px; }

  .company-posts.is-grid .company-post {
    height: 180px; }
    .company-posts.is-grid .company-post__categories ul li a {
      font-size: 12px;
      line-height: 22px;
      padding: 0 6px; }
    .company-posts.is-grid .company-post__details {
      bottom: 12px; }
      .company-posts.is-grid .company-post__details .company-post__title a {
        font-size: 18px; }
  .company-posts.is-list .company-post {
    margin: 15px 0 0;
    padding: 15px 0 0; }
    .company-posts.is-list .company-post:nth-child(2) {
      margin: 15px 0 0;
      padding: 15px 0 0; }
    .company-posts.is-list .company-post__featured-image {
      margin: 0 15px 0 0;
      width: 110px; }
    .company-posts.is-list .company-post__details {
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      min-height: 73px;
      width: calc(100% - 15px - 110px); }
      .company-posts.is-list .company-post__details .company-post__title {
        margin: 0; }
        .company-posts.is-list .company-post__details .company-post__title a {
          font-size: 18px; }
      .company-posts.is-list .company-post__details .company-post__content {
        display: none; }

  .company-posts-load.load-more {
    margin-top: 25px; }
    .company-posts-load.load-more span {
      font-size: 22px; } }
@media only screen and (max-width: 319px) {
  .company-posts-block-title {
    font-size: 20px; }

  .company-posts.is-grid .company-post {
    height: 130px;
    margin: 10px 0 0 10px;
    width: calc((100% - 10px) / 2); }
    .company-posts.is-grid .company-post__details .company-post__title a {
      font-size: 15px; }
  .company-posts.is-list .company-post__details .company-post__title a {
    font-size: 15px; }

  .company-posts-load.load-more {
    margin-top: 20px; }
    .company-posts-load.load-more span {
      font-size: 20px; } }
.slider-container.specialists-nearby-container .post-items .post-item .featured-image {
  border: 1px solid #ffffff; }
.slider-container.specialists-nearby-container .post-items .post-item .post__details {
  word-break: break-all;
  padding-top: 0; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-name {
    font-family: "Poppins-SemiBold";
    font-size: 15px;
    line-height: 1.5;
    margin: 0; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-address {
    font-size: 15px;
    line-height: 1.5; }
    .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-address > div {
      display: block; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .website {
    clear: both;
    display: block;
    margin: 20px 0 0; }
    .slider-container.specialists-nearby-container .post-items .post-item .post__details .website a {
      font-family: "Poppins-SemiBold";
      font-size: 15px;
      line-height: 1.2; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .distance {
    clear: both;
    color: #7ca75f;
    display: block;
    font-family: "Poppins-SemiBold";
    font-size: 15px;
    line-height: 28px;
    margin: 20px 0 0;
    padding-left: 28px;
    position: relative; }
    .slider-container.specialists-nearby-container .post-items .post-item .post__details .distance::before {
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      font-family: "icomoon";
      font-size: 28px;
      left: 0;
      position: absolute;
      top: 50%; }

@media only screen and (min-width: 375px) {
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-name {
    font-size: 14px;
    padding-right: 50px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-address {
    font-size: 14px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .website {
    margin: 10px 0 0; }
    .slider-container.specialists-nearby-container .post-items .post-item .post__details .website a {
      font-size: 14px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .distance {
    font-size: 14px;
    margin: 10px 0 0; } }
@media only screen and (min-width: 481px) {
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-name {
    font-size: 16px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-address {
    font-size: 16px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .website {
    margin: 15px 0 0; }
    .slider-container.specialists-nearby-container .post-items .post-item .post__details .website a {
      font-size: 16px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .distance {
    font-size: 16px;
    margin: 15px 0 0; } }
@media only screen and (min-width: 640px) {
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-name {
    font-size: 17px;
    padding-right: 0; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-address {
    font-size: 17px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .website {
    margin: 20px 0 0; }
    .slider-container.specialists-nearby-container .post-items .post-item .post__details .website a {
      font-size: 17px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .distance {
    font-size: 17px;
    line-height: 32px;
    margin: 20px 0 0;
    padding-left: 30px; }
    .slider-container.specialists-nearby-container .post-items .post-item .post__details .distance::before {
      font-size: 32px; } }
@media only screen and (min-width: 992px) {
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-name {
    font-size: 18px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .company-address {
    font-size: 18px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .website a {
    font-size: 18px; }
  .slider-container.specialists-nearby-container .post-items .post-item .post__details .distance {
    font-size: 18px; } }
.slider-container.most-read-posts-container {
  margin: 0 0 40px; }
.slider-container .block-title {
  margin: 0 0 15px -10px; }
  .slider-container .block-title h2 {
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-topright: 50px;
    -ms-border-bottom-right-radius: 50px;
    -ms-border-top-right-radius: 50px;
    -o-border-bottom-right-radius: 50px;
    -o-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 5px 35px 5px 10px;
    position: relative; }
    .slider-container .block-title h2::after {
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 5px solid #ffffff;
      content: '';
      display: block;
      height: 20px;
      position: absolute;
      right: 5px;
      top: 50%;
      width: 20px; }
.slider-container .slider-pagination {
  display: none; }
.slider-container .post-items {
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0; }
  .slider-container .post-items .slick-track {
    margin-left: 0;
    display: flex !important; }
  .slider-container .post-items .post-item {
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e5e5e5;
    margin: 0 0 0 20px;
    padding: 20px 15px;
    height: inherit !important; }
    .slider-container .post-items .post-item .featured-image {
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #ffffff;
      display: block;
      margin: 0 0 15px;
      overflow: hidden;
      padding-top: 100%;
      position: relative;
      width: 100%; }
      .slider-container .post-items .post-item .featured-image a {
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
        .slider-container .post-items .post-item .featured-image a img {
          margin: 0;
          max-height: 100%;
          width: auto; }
    .slider-container .post-items .post-item .post__details .post__title {
      font-family: "Poppins-SemiBold";
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 10px; }
    .slider-container .post-items .post-item .post__details .post__content {
      font-size: 12px;
      line-height: 1.5; }
      .slider-container .post-items .post-item .post__details .post__content a.read-more {
        white-space: nowrap; }
  .slider-container .post-items .slick-dots {
    font-size: 0;
    list-style: none;
    margin: 10px 0 15px;
    padding: 0;
    text-align: center; }
    .slider-container .post-items .slick-dots li {
      display: inline-block;
      margin: 1px 2px !important; }
      .slider-container .post-items .slick-dots li button {
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: #ffffff;
        border: 3px solid #bfbfbf;
        cursor: pointer;
        font-size: 0;
        height: 12px;
        line-height: 1;
        padding: 0;
        width: 12px; }
      .slider-container .post-items .slick-dots li.slick-active, .slider-container .post-items .slick-dots li:hover {
        margin: 0 2px !important; }
        .slider-container .post-items .slick-dots li.slick-active button, .slider-container .post-items .slick-dots li:hover button {
          border: 4px solid #000000;
          height: 14px;
          width: 14px; }

@media only screen and (min-width: 320px) {
  .slider-container .block-title {
    margin: 0 0 15px -15px; }
    .slider-container .block-title h2 {
      font-size: 16px;
      padding: 7px 80px 7px 15px; }
      .slider-container .block-title h2::after {
        border: 6px solid #ffffff;
        height: 26px;
        right: 6px;
        width: 26px; }
  .slider-container .post-items .post-item {
    -moz-border-radius-topright: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px; }
  .slider-container .post-items .slick-dots {
    margin: 12px 0 18px; } }
@media only screen and (min-width: 375px) {
  .slider-container .block-content {
    position: relative; }
  .slider-container .slider-pagination {
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #bfbfbf;
    color: #ffffff;
    display: block;
    font-family: "Poppins-SemiBold";
    font-size: 12px;
    line-height: 25px;
    min-width: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    z-index: 1; }
  .slider-container .post-items .post-item {
    font-size: 0; }
    .slider-container .post-items .post-item .featured-image {
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      display: inline-block;
      margin: 0 15px 0 0;
      max-width: 45%;
      padding-top: 45%;
      vertical-align: top; }
    .slider-container .post-items .post-item .post__details {
      display: inline-block;
      padding-top: 30px;
      vertical-align: top;
      width: calc(55% - 15px); }
      .slider-container .post-items .post-item .post__details .post__title {
        display: block;
        font-size: 15px;
        line-height: 1.2; }
        .slider-container .post-items .post-item .post__details .post__title > a {
          display: inline-block; } }
@media only screen and (min-width: 481px) {
  .slider-container .block-title h2 {
    min-width: 270px;
    padding: 8px 40px 8px 15px; }
  .slider-container .post-items .post-item {
    -moz-border-radius-topright: 25px;
    -ms-border-top-right-radius: 25px;
    -o-border-top-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px; }
    .slider-container .post-items .post-item .featured-image {
      margin: 0 20px 0 0;
      max-width: 40%;
      padding-top: 40%; }
    .slider-container .post-items .post-item .post__details {
      width: calc(60% - 20px); }
      .slider-container .post-items .post-item .post__details .post__title {
        font-size: 16px;
        line-height: 1.5; }
      .slider-container .post-items .post-item .post__details .post__content {
        font-size: 13px; } }
@media only screen and (min-width: 640px) {
  .slider-container .block-title h2 {
    min-width: 350px; }
  .slider-container .slider-pagination {
    font-size: 13px;
    line-height: 27px;
    min-width: 60px; }
  .slider-container .post-items .post-item {
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px; }
    .slider-container .post-items .post-item .featured-image {
      padding-top: 30%; }
    .slider-container .post-items .post-item .post__details {
      padding-top: 35px; }
      .slider-container .post-items .post-item .post__details .post__title {
        font-size: 17px; }
      .slider-container .post-items .post-item .post__details .post__content {
        font-size: 14px; } }
@media only screen and (min-width: 768px) {
  .slider-container .block-title {
    margin: 0 0 20px -20px; }
    .slider-container .block-title h2 {
      font-size: 18px;
      min-width: 73%;
      padding: 6px 40px 6px 20px; }
      .slider-container .block-title h2::after {
        height: 28px;
        right: 7px;
        width: 28px; }
  .slider-container .slider-pagination {
    display: none; }
  .slider-container .post-items .post-item {
    padding: 25px 20px; }
    .slider-container .post-items .post-item .featured-image {
      display: block;
      margin: 0 auto 20px;
      max-width: 300px;
      padding-top: 70%; }
    .slider-container .post-items .post-item .post__details {
      padding: 0;
      width: 100%; }
      .slider-container .post-items .post-item .post__details .post__title {
        margin: 0 0 15px; }
  .slider-container .post-items .slick-dots {
    margin: 20px 0; }
    .slider-container .post-items .slick-dots li {
      margin: 1px 3px !important; }
      .slider-container .post-items .slick-dots li button {
        height: 14px;
        width: 14px; }
      .slider-container .post-items .slick-dots li.slick-active, .slider-container .post-items .slick-dots li:hover {
        margin: 0 3px !important; }
        .slider-container .post-items .slick-dots li.slick-active button, .slider-container .post-items .slick-dots li:hover button {
          height: 16px;
          width: 16px; } }
@media only screen and (min-width: 992px) {
  .slider-container .block-title h2 {
    font-size: 20px;
    min-width: calc(((100% - 80px) / 3 * 2) + 40px); }
  .slider-container .post-items {
    margin: 0 0 0 -30px; }
    .slider-container .post-items .post-item {
      margin: 0 0 0 30px;
      padding: 30px; }
      .slider-container .post-items .post-item .featured-image {
        margin: 0 auto 25px; }
      .slider-container .post-items .post-item .post__details .post__title {
        font-size: 18px; }
      .slider-container .post-items .post-item .post__details .post__content {
        font-size: 15px; } }
@media only screen and (min-width: 1200px) {
  .slider-container .block-title {
    margin: 0 0 25px; }
  .slider-container .post-items {
    margin: 0 0 0 -40px; }
    .slider-container .post-items .post-item {
      margin: 0 0 0 40px; }
      .slider-container .post-items .post-item .post__details .post__title {
        font-size: 20px; }
      .slider-container .post-items .post-item .post__details .post__content {
        font-size: 16px; } }
.main-title {
  background: #000000;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  height: 40px;
  margin: 0 0 25px;
  padding-left: 15px;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius-bottomright: 26px;
  -moz-border-radius-topright: 26px;
  -ms-border-bottom-right-radius: 26px;
  -ms-border-top-right-radius: 26px;
  -o-border-bottom-right-radius: 26px;
  -o-border-top-right-radius: 26px;
  -webkit-border-bottom-right-radius: 26px;
  -webkit-border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  border-top-right-radius: 26px; }
  .main-title:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 7px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px; }

.content-title {
  font-size: 22px;
  margin: 30px 0 20px;
  font-family: "Poppins-SemiBold"; }

.two-columns-right {
  display: block; }
  .two-columns-right .main-content,
  .two-columns-right .left-block {
    display: block; }
  .two-columns-right .right-block {
    display: block; }
    .two-columns-right .right-block .desktop-banner.random {
      margin-top: 0; }
    .two-columns-right .right-block .desktop-banner a:not(:first-child) img {
      margin-top: 25px; }
    .two-columns-right .right-block .desktop-banner.category-banner {
      border-left: 8px solid #000000; }
      .two-columns-right .right-block .desktop-banner.category-banner a:first-child img {
        margin-top: 60px; }
    .two-columns-right .right-block .mobile-banner {
      display: none; }
    .two-columns-right .right-block div[class$="-banner"] img {
      -moz-border-radius-topright: 30px;
      -ms-border-top-right-radius: 30px;
      -o-border-top-right-radius: 30px;
      -webkit-border-top-right-radius: 30px;
      border-top-right-radius: 30px;
      overflow: hidden;
      z-index: 1;
      display: block; }
    .two-columns-right .right-block div[class$="-banner"][data-color^="#"] img {
      border-left: 8px solid var(--category-color); }

.block-video-content {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  -o-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  z-index: 1; }
  .block-video-content .block-video {
    height: 400px;
    margin: 0 auto; }
    .block-video-content .block-video iframe {
      background: #000000;
      border: 0;
      display: block;
      height: 100%;
      width: 100%; }

.home-block {
  margin-bottom: 30px; }

.posts-load {
  clear: both;
  display: none;
  text-align: center; }
  .posts-load span {
    color: #808080;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline; }
    .posts-load span:hover {
      text-decoration: none; }

@media only screen and (min-width: 768px) {
  .two-columns-right .main-content,
  .two-columns-right .left-block {
    display: inline-block;
    width: 73%; }
  .two-columns-right .right-block {
    display: block;
    float: right;
    width: 25%; } }
@media only screen and (min-width: 992px) {
  .two-columns-right {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .two-columns-right .main-content,
    .two-columns-right .left-block {
      width: calc(((100% - 80px) / 3 * 2) + 40px); }
    .two-columns-right .right-block {
      width: calc((100% - 80px) / 3); } }
@media only screen and (max-width: 767px) {
  .main-title {
    margin-left: -20px;
    font-size: 19px;
    display: inline-flex;
    min-width: 350px; }

  .content-title {
    font-size: 16px;
    margin: 20px 0 20px; }

  .two-columns-right .right-block .desktop-banner {
    display: none; }
  .two-columns-right .right-block .mobile-banner {
    display: block; }
    .two-columns-right .right-block .mobile-banner img {
      margin-top: 20px; } }
@media only screen and (max-width: 639px) {
  .main-title {
    min-width: 270px;
    margin: 0 0 15px; }

  .content-title {
    font-size: 19px;
    margin: 15px 0 15px; } }
@media only screen and (max-width: 480px) {
  .two-columns-right .left-block {
    margin-bottom: 20px; }

  .main-title {
    margin-left: -15px; } }

