/*!
Theme Name: Poppy agency
Theme URI: http://underscores.me/
Author: Glenn Windhouwer
Author URI: http://underscores.me/ 
Description: Custom Flexgrid
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uadviseurs 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

uAdviseurs is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: 
----------------------------------------------------------------
# Normalize
# Typography 
# Elements
# Forms
# Navigation
	## Links 
	## Menus 
# Accessibility 
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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 {
    border-color: #aaa #bbb #bbb; }

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 0em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom imports
--------------------------------------------------------------*/
/* =Variables
-------------------------------------------------------------- */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* =Alpha colours
-------------------------------------------------------------- */
/* useage: @include alpha-attribute('background-color', rgba(black, 0.5), white); */
/* =Three colour gradient
-------------------------------------------------------------- */
/* =Border radius
-------------------------------------------------------------- */
/* =Shadow
-------------------------------------------------------------- */
/* =Mixins
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: brown-bold;
  src: url(fonts/Brown-Bold.otf); }

@font-face {
  font-family: brown-light;
  src: url(fonts/Brown-Light.otf); }

@font-face {
  font-family: brown-thin;
  src: url(fonts/Brown-Thin.otf); }

/* =Media queries
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

.skip-link {
  display: none; }

.clearfix {
  clear: both; }

html {
  font-size: 62.5%;
  overflow: visible; }

html.mm-opened body {
  overflow: scroll !important; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* =Typography -------------------------------------------------------------- */
/*----------------------------------------------titles-start*/
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0 auto 10px auto;
  font-family: brown-bold;
  font-weight: normal; }

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-bottom: 5px; }

h1 {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 56px;
  line-height: 5.6rem; }

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px;
      line-height: 1.8rem; } }

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem; }

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

#content .blok-title {
  color: #8a6451;
  text-align: center;
  font-family: brown-bold;
  text-transform: uppercase;
  margin-bottom: 30px; }

/*----------------------------------------------titles-end*/
/*----------------------------------------------links-start*/
a {
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s; }
  a:link, a:visited {
    text-decoration: none;
    color: #1d1d1b;
    display: inline-block;
    text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline;
    color: #d09c97; }

/*----------------------------------------------links-end*/
html body {
  font-family: brown-light;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #1d1d1b;
  letter-spacing: 0.025em; }

html, body {
  position: relative;
  height: 100%; }

html.theme-wrap,
html.no-js {
  margin-top: 0px !important;
  overflow-x: hidden; }

article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* =Main Structure
-------------------------------------------------------------- */
.main-content p,
#content p {
  margin-bottom: 20px; }

#content ul {
  margin-left: 20px;
  margin-bottom: 20px; }

#content ol {
  margin-left: 28px;
  margin-bottom: 20px; }

#content table {
  border: none;
  width: 100%; }

#content tr th,
#content thead th {
  font-weight: bold; }

#content tr td {
  border-top: none; }

.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px; }

.entry-meta {
  color: #888;
  font-size: 12px; }

.entry-meta abbr,
.entry-utility abbr {
  border: none; }

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666; }

#content .entry-summary p:last-child {
  margin-bottom: 12px; }

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px; }

.entry-content input {
  margin: 0 0 24px 0; }

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px; }

.entry-content label {
  color: #888;
  font-size: 12px; }

.entry-content select {
  margin: 0 0 24px 0; }

.entry-content sup,
.entry-content sub {
  font-size: 10px; }

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%; }

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%; }

.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em; }

.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none; }

.home .sticky .page-link a {
  background: #d9e8f7; }

.page-link a:active,
.page-link a:hover {
  color: #ff4b33; }

body.page .edit-link {
  clear: both;
  display: block; }

blockquote {
  margin-bottom: 20px; }

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  margin-bottom: 0; }

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px; }

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px; }

/* =Images
-------------------------------------------------------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
#content img.size-auto,
#content img.size-full,
#content img.size-large,
#content img.size-medium,
#content .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }

.wp-caption img {
  margin: 5px 5px 0; }

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px;
  margin-left: -5px;
  margin-right: -5px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 10px; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  max-width: 100%;
  height: auto; }

.gallery dl {
  margin: 0; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

/* = Content navigation elements
-------------------------------------------------------------- */
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden; }

.navigation a:link,
.navigation a:visited {
  color: #888;
  text-decoration: none; }

.navigation a:active,
.navigation a:hover {
  color: #ff4b33; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#nav-above {
  margin: 0 0 18px 0; }

#nav-above {
  display: none; }

.paged #nav-above,
.single #nav-above {
  display: block; }

#nav-below {
  border-top: solid 1px #606060;
  margin: 20px 0 0 0;
  padding-top: 10px; }

/* =Header Structure
-------------------------------------------------------------- */
header .navigation-panel {
  margin-left: auto;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  width: 100%;
  z-index: 2;
  background-color: #d09c97;
  padding: 60px 0px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  @media only screen and (min-width: 768px) {
    header .navigation-panel {
      padding: 60px; } }
  header .navigation-panel.show {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  header .navigation-panel .atelier-blanco-stamp {
    display: none; }
    @media only screen and (min-width: 768px) {
      header .navigation-panel .atelier-blanco-stamp {
        width: 150px;
        height: auto;
        display: block; } }

header .atelier-blanco-stamp {
  width: 150px;
  height: auto; }

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
  text-align: right; }
  @media only screen and (min-width: 768px) {
    header .menu {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    header .menu li {
      padding: 0 15px; } }

header .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    header .navigation-wrapper {
      padding-right: 30px; } }

.logged-in header .navigation-panel {
  top: 32px; }

.main-navigation ul {
  list-style-type: none; }

.main-navigation a {
  font-family: brown-light;
  padding: 8px 0;
  text-transform: uppercase;
  letter-spacing: 3px; }

.main-navigation a:link, .main-navigation a:visited {
  color: white; }

.main-navigation a:hover, .main-navigation a:active {
  color: #536974;
  text-decoration: none; }

.site-branding {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .site-branding {
      padding: 30px; } }
  .site-branding .site-title {
    display: none; }
    .site-branding .site-title img {
      width: 100px;
      height: auto; }
  .site-branding .site-description {
    display: none; }
  .site-branding .logo-link svg {
    width: 150px;
    height: auto; }

.stamp-link {
  position: absolute;
  bottom: 18px;
  left: 15px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  display: none !important; }
  @media only screen and (min-width: 768px) {
    .stamp-link {
      bottom: 28px;
      left: 6vw;
      display: block !important; } }
  .stamp-link svg {
    width: 75px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .stamp-link svg {
        width: 140px; } }

.mobile-button {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .mobile-button {
      right: 6vw; } }

.mobile-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  font-size: 3rem;
  cursor: pointer;
  color: white; }

/*-------------------------------------------- header-start*/
.site-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background-color: white;
  top: 0px;
  z-index: 5;
  padding: 5px 0; }
  .site-header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px; }
  .site-header .widget-area ul {
    list-style-type: none; }

.logged-in .site-header {
  top: 46px; }
  @media only screen and (min-width: 768px) {
    .logged-in .site-header {
      top: 32px; } }

.logged-in #wpadminbar {
  position: fixed !important; }

html.js {
  margin-top: 0px !important; }
  @media only screen and (min-width: 768px) {
    html.js {
      margin-top: 0px !important; } }

.bg-roze {
  background-color: #758c98;
  color: #536974; }

.bg-blauw {
  background-color: #dbc1be; }

.bg-grijs {
  background-color: #eff0ec; }

.header-image-wrapper {
  width: 100%;
  padding-bottom: 30%;
  overflow: hidden;
  max-height: 500px; }
  .header-image-wrapper .header-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden; }
    .header-image-wrapper .header-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

/*-------------------------------------------- header-end*/
/*-------------------------------------------- main-start*/
.site-content {
  padding-top: 109px; }
  @media only screen and (min-width: 768px) {
    .site-content {
      padding-top: 139px; } }

.block-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0 30px; }

h2.blok-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.15em; }

.gallery {
  margin: 0px -0px 0 -0px; }
  @media only screen and (min-width: 768px) {
    .gallery {
      padding: 0px;
      margin: 0px -10px 0 -10px; } }
  .gallery .gallery-item {
    width: calc(50% - 25px);
    line-height: 0px;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .gallery .gallery-item {
        width: calc(50% - 25px); } }
  .gallery .gallery-icon {
    padding: 10px; }
  .gallery .wp-caption-text {
    line-height: 1em; }

.projecten .project {
  position: relative; }

.projecten .project-image {
  position: relative;
  padding-bottom: 125%;
  width: 100%;
  overflow: hidden; }
  .projecten .project-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .projecten .project-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.projecten a:hover, .projecten a:active {
  text-decoration: none; }

.projecten .project-title {
  padding: 25px 0 0 0;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }
  .projecten .project-title h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0px !important; }
  .projecten .project-title .project-category {
    font-family: brown-light; }

.posters .poster {
  position: relative; }

.posters .poster-wrapper {
  padding: 40px;
  background-color: white; }

.posters .poster-image {
  position: relative;
  padding-bottom: 125%;
  width: 100%;
  overflow: hidden; }
  .posters .poster-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .posters .poster-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.posters a:hover, .posters a:active {
  text-decoration: none; }

.posters .poster-title {
  padding: 25px 0 0 0; }

.poster-panel {
  position: relative; }
  .poster-panel a {
    width: 100%;
    height: 100%; }
  .poster-panel img {
    width: 100%;
    height: auto; }
  .poster-panel .poster-right:before {
    content: url(http://dosertestserver.nl/atelierblanco/wp-content/uploads/2020/01/grafische-posters.svg);
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    width: 115px;
    height: auto; }
    @media only screen and (min-width: 992px) {
      .poster-panel .poster-right:before {
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }

.archief-stempel {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  width: 90px; }
  @media only screen and (min-width: 768px) {
    .archief-stempel {
      width: 115px; } }
  @media only screen and (min-width: 992px) {
    .archief-stempel {
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); } }

.quote-blok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem; }

#content .intro-tekst {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem; }
  @media only screen and (min-width: 768px) {
    #content .intro-tekst {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 36px;
      line-height: 3.6rem; } }
  #content .intro-tekst .blok-title {
    margin-bottom: 15px; }

.single-project #content .blok-title {
  margin-bottom: 0px; }

.gallery-stamp {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 100px;
  right: 0px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  pointer-events: none;
  display: none; }
  @media only screen and (min-width: 768px) {
    .gallery-stamp {
      display: block; } }
  .gallery-stamp img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: auto; }

/*-------------------------------------------- main-end*/
/*-------------------------------------------- widgets-start*/
/*-------------------------------------------- widgets-end*/
/*-------------------------------------------- footer-start*/
.site-footer {
  text-align: center;
  padding: 45px 0 30px 0;
  color: white;
  background-color: #536974; }
  .site-footer a:link, .site-footer a:visited {
    color: #536974; }
  .site-footer a:hover, .site-footer a:active {
    color: #d09c97; }
  .site-footer .xoxo {
    list-style-type: none; }
  .site-footer .widget-title {
    display: none; }

.footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem; }
  .footer-widgets .widget_text {
    text-align: right; }
    .footer-widgets .widget_text a {
      font-weight: bold; }
    .footer-widgets .widget_text a:link, .footer-widgets .widget_text a:visited {
      color: white; }
    .footer-widgets .widget_text a:hover, .footer-widgets .widget_text a:active {
      color: #d09c97; }
  .footer-widgets .social-icons {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    margin-top: 10px; }
    .footer-widgets .social-icons i {
      font-weight: normal;
      padding-left: 10px; }
  .footer-widgets .widget {
    margin: 0 0 1.5em; }
    @media only screen and (min-width: 768px) {
      .footer-widgets .widget {
        margin: 0 0 0 0; } }
  .footer-widgets section:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-widgets section:nth-child(2) {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 3px;
    color: #c7a6a3;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .footer-widgets section:nth-child(2) {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        line-height: 1.8rem; } }
    .footer-widgets section:nth-child(2) a:link, .footer-widgets section:nth-child(2) a:visited {
      color: #c7a6a3; }
    .footer-widgets section:nth-child(2) a:hover, .footer-widgets section:nth-child(2) a:active {
      color: white;
      text-decoration: none; }
  .footer-widgets section:last-child {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none; }
    @media only screen and (min-width: 768px) {
      .footer-widgets section:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .footer-widgets section:last-child img {
      width: 150px;
      height: auto; }

/*-------------------------------------------- footer-end*/
/*-------------------------------------------- projectview-start*/
/*-------------------------------------------- projectview-end*/
.slider-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -1;
  display: block; }
  @media only screen and (min-width: 768px) {
    .slider-container {
      height: 100vh;
      position: fixed; } }
  .slider-container .js-wpv-view-layout {
    width: 100%;
    height: 100%;
    position: relative; }

.slider-wrapper {
  width: 100%;
  padding-bottom: 40%;
  overflow: hidden;
  max-height: 500px; }
  .slider-wrapper .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden; }
  .slider-wrapper .slide-image {
    width: 100%;
    height: 100%; }
    .slider-wrapper .slide-image img {
      width: 100%  !important;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      max-width: none; }
  .slider-wrapper .slick-list {
    height: 100%; }
  .slider-wrapper .slick-track {
    height: 100%; }

.slides {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #536974; }
  .slides.slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .slides .slick-list {
    width: 100%;
    height: 100%; }
  .slides .slick-track {
    height: 100%; }
  .slides .slick-dots {
    bottom: 25px;
    display: none !important; }
    @media only screen and (min-width: 768px) {
      .slides .slick-dots {
        display: block  !important; } }
  .slides .slick-dots li {
    width: 18px;
    height: 18px; }
    .slides .slick-dots li button:before {
      color: white;
      width: 18px;
      height: 18px;
      font-size: 18px;
      font-size: 1.8rem; }
  .slides .slick-dots li.slick-active {
    width: 24px;
    height: 24px; }
    .slides .slick-dots li.slick-active button:before {
      color: #d09c97 !important;
      width: 24px;
      height: 24px;
      font-size: 24px;
      font-size: 2.4rem; }
  .slides .slide {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /* establish flex container */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* make main axis vertical */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* center items vertically, in this case */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "binckhorst-regular"; }
  .slides .container {
    position: relative;
    display: block;
    height: 100%;
    z-index: 5; }
  .slides .slide-image {
    font-size: 100px;
    font-size: 10rem;
    line-height: 80px;
    line-height: 8rem;
    position: relative;
    color: #1d1d1b;
    width: 100%;
    height: 100%; }
    .slides .slide-image img {
      width: auto !important;
      max-width: none !important; }
  .slides .slide-content {
    position: absolute;
    z-index: 3;
    color: #606060;
    font-family: brown-thin;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /* establish flex container */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* make main axis vertical */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* center items vertically, in this case */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 30px; }
  .slides .slide-text-container {
    width: 480px;
    padding: 30px;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%; }
    .slides .slide-text-container:after {
      content: '';
      position: absolute;
      width: 1100%;
      height: 1100%;
      top: 20px;
      right: -500%;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform-origin: 54% 0;
      -ms-transform-origin: 54% 0;
      transform-origin: 54% 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: -1; }
  .slides .slide-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem; }
  .slides .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    color: #536974;
    cursor: pointer; }
    .slides .slick-arrow.fa-chevron-left {
      left: 10px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 36px;
      font-size: 3.6rem; }
    .slides .slick-arrow.fa-chevron-right {
      right: 10px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 36px;
      font-size: 3.6rem; }

.button {
  display: inline-block;
  color: #1d1d1b !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: normal;
  border: solid 1px #1d1d1b;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: brown-bold; }
  .button:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  display: inline-block;
  color: white !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  background: #606060;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-family: brown-thin;
  margin-top: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  text-align: center;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
    background: #8a6451; }
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message i, .frm_style_formidable-style.with_frm_style input[type=submit] i, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button] i, .frm_style_formidable-style.with_frm_style .frm_submit button i, .frm_form_submit_style i, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] i {
    font-size: 36px !important;
    color: white !important; }

.frm_submit {
  text-align: right; }
  .frm_submit .frm_button_submit {
    padding: 10px 20px !important; }

.frm_form_fields input, .frm_form_fields textarea {
  border-radius: 0px !important; }

.no-sidepadding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.no-sidepadding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.center-content {
  text-align: center; }
  .center-content img {
    margin: 0 auto; }

.margin-side {
  margin-left: 15px;
  margin-right: 15px; }

.offset-top {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }

.shadow-blok {
  -webkit-box-shadow: 7px 7px 14px -5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 7px 7px 14px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 7px 7px 14px -5px rgba(0, 0, 0, 0.24);
  border-left: solid 3px #536974; }

.blok-padder {
  padding: 30px 15px; }

.image-blok-right {
  z-index: 2; }
  .image-blok-right img {
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    max-width: none; }

.image-blok-left {
  z-index: 2; }
  .image-blok-left img {
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    max-width: none; }

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 980px;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }
  .container-fluid > .row {
    margin-left: -30px;
    margin-right: -30px; }
  @media only screen and (min-width: 768px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.blok-titel {
  width: 100%;
  margin-bottom: 10px; }

.align-right {
  text-align: right; }

.rounded {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }

.rounded-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }

.rounded-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }

.padded-container {
  padding-left: 60px;
  padding-right: 60px; }

.bg-zwart {
  background-color: #1d1d1b; }
  .bg-zwart a:link, .bg-zwart a:visited {
    text-decoration: none;
    color: white;
    display: inline-block;
    text-decoration: underline; }
  .bg-zwart a:hover, .bg-zwart a:active {
    text-decoration: underline;
    color: #536974; }

.bg-wit {
  background-color: white; }

.inline-button {
  display: inline-block; }

.padding {
  padding: 60px; }

.padding-small {
  padding: 30px; }

.blok-shadow {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.75); }

.full-height {
  height: 100%;
  position: relative; }
  .full-height .row, .full-height .container {
    height: 100%;
    position: relative; }

.equal-height {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.center-title {
  margin: 0 auto; }

.v-pad-top {
  padding-top: 15px; }
  @media only screen and (min-width: 768px) {
    .v-pad-top {
      padding-top: 30px; } }

.v-pad-bottom {
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .v-pad-bottom {
      padding-bottom: 30px; } }

.v-pad {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .v-pad {
      padding-top: 30px;
      padding-bottom: 30px; } }

.v-pad-large {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .v-pad-large {
      padding-top: 60px;
      padding-bottom: 60px; } }

.v-pad-top-large {
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .v-pad-top-large {
      padding-top: 60px; } }

.v-pad-bottom-large {
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .v-pad-bottom-large {
      padding-bottom: 60px; } }

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.v-pad-120 {
  padding: 60px 0 60px 0; }
  @media only screen and (min-width: 601px) {
    .v-pad-120 {
      padding: 120px 0 120px 0; } }

.no-p p {
  margin-bottom: 0px !important; }

.border-bottom {
  border-bottom: solid 1px white; }

@media only screen and (min-width: 768px) {
  .custom-col-8 {
    width: 12.5%; } }

body .frm_style_formidable-style.with_frm_style legend + h3,
body .frm_style_formidable-style.with_frm_style h3.frm_form_title {
  color: #d09c97;
  font-family: brown-thin;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 30px !important; }

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr [col-start])[1];
  grid-template-columns: repeat(1, 1fr [col-start]);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  @media only screen and (min-width: 768px) {
    .grid {
      -ms-grid-columns: (1fr [col-start])[3];
      grid-template-columns: repeat(3, 1fr [col-start]); } }

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr [col-start])[1];
  grid-template-columns: repeat(1, 1fr [col-start]);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  @media only screen and (min-width: 768px) {
    .grid-2 {
      -ms-grid-columns: (1fr [col-start])[2];
      grid-template-columns: repeat(2, 1fr [col-start]); } }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .flex-row .flex-v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#page {
  opacity: 1;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity; }

#page.fade-out {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

strong {
  font-family: brown-bold; }
